-
type
c语言基本变量定义, 对编程语言的基本类型进行重新定义(The definition of basic variables in C language redefines the basic types of programming languages.)
- 2018-09-05 10:19:47下载
- 积分:1
-
kwnn
基于KNN算法的室内指纹匹配定位算法代码,有注释(Indoor fingerprint matching positioning algorithm code based on KNN algorithm, annotated)
- 2018-06-09 11:31:23下载
- 积分:1
-
表情识别
在频域中组合空间域和局部相位量化(LPQ)的局部二进制模式(LBP)用于面部识别。 首先,从LBP特征和频域中提取人脸图像以提取LPQ特征,然后合并到LBP / LPQ直方图中以比较直方图相似度。 最后,使用最近邻原则来识别。 在YALE和AR标准人脸数据库上的实验表明,该方法获得的结果优于单一方法。(A local binary pattern (LBP) combining spatial domain and local phase quantization (LPQ) in frequency domain for face recognition. Firstly, the face image is extracted from the LBP feature and the frequency domain to extract the LPQ feature, and then merged into the LBP /LPQ histogram to compare the histogram similarity. Finally, the nearest neighbor principle is used to identify. Experiments on the YALE and AR standard face databases show that the results obtained by this method are better than the single method.)
- 2020-06-18 16:40:02下载
- 积分:1
-
3
说明: 生成时间给定下的语音增强或者语音分离数据(Time to generate speech enhancement or speech separation data)
- 2020-10-06 12:49:44下载
- 积分:1
-
pll
用c语言实现的pll锁相环。用于仿真信号锁相。(pll phase lock loop。)
- 2021-01-19 23:38:41下载
- 积分:1
-
本书是介绍MS
本书是介绍MS-DOS编程的技术书籍,是一本多年来的权威性畅销著作。内容非常
全面,覆盖了DOS的各个方面。
・包括了MS-DOS 6.xx的全部内容,并覆盖了DOS的各个版本(1.0-6.22)。书中
包括全部的DOS功能调用及数据结构,包括一些未公开的功能和保留的功能。
・介绍了PC编程时所需的BIOS、鼠标、EMS、XMS、DPMI、任务切换等的功能调
用。
.分专题介绍了DOS编程的各个方面:输入/输出设备;内存、文件、目录、设备管
理 TSR及设备驱动程序 DOS出错处理等等。
・介绍了如何在汇编语言、BASIC C/C++及Pascal中使用DOS及BIOS的技术。
・丰富而实用的大量实例源代码。
-err
- 2022-04-26 13:48:51下载
- 积分:1
-
13菜单的竖向分列
13菜单的竖向分列(Vertical split of 13 menus)
- 2017-10-23 19:23:00下载
- 积分:1
-
attachments_2010_12_14
System will automatically delete the directory of debug and release, so please do not put files on these two directory.
- 2011-05-25 00:16:53下载
- 积分:1
-
java_docs
说明: java examples with samples
- 2019-05-12 04:19:05下载
- 积分:1
-
VC++添加托盘图标的CTrayIcon类应用例子
CTrayIcon 类的运用,编这个类是因为看到网上很多的文章介绍怎样把图标添加到系统区,但是有点繁琐,所以就把它封装在CTrayIcon类里,供以后的人方便使用,先介绍一下这个类的功能:
在状态栏系统区方便的显示图标,以动画显示图标
类的使用方法如下:
在窗口类中包含#include "TrayIcon.h".
再申明一个类的实例 CTrayIcon w_myTray;
在需要添加图标的地方调用 w_myTray.SetIcon(youIcon,Tip,ID);
在需要动画的地方调用w_myTray.SetAnimIcon(&youImglst);
在循环或OnTimer()里调用w_myTray.ShowNextIcon()就可以动画显示了.
具体就请下载本源码吧。
- 2023-06-06 01:55:03下载
- 积分:1