-
VCWindow
一个VC++绘制窗口界面的代码,可以延伸到其他的控件(A VC++ interface code for drawing window can be extended to other controls)
- 2010-01-31 17:19:00下载
- 积分:1
-
数字光源控制器MFC程序
数字光源控制器。该控制器是MFC程序,能够通过RS-232串口进行四路光源进行光路控制,并实时对四路光进行调节,调节范围为0-255。
- 2022-01-29 01:13:33下载
- 积分:1
-
compare
int compare(const char* a, const char* b, int size)
{
for (int i = 0 i < size i ++)
{
if (a[i] != b[i])
{
return i
}
}
return -1
}
(int compare(const char* a, const char* b, int size)
{
for (int i = 0 i < size i++)
{
if (a[i] != b[i])
{
return i
}
}
return-1
}
)
- 2014-09-02 13:53:50下载
- 积分:1
-
STM32F4xx(start-and-library)
stm32f4xx包含启动文件(starup_stm32f4xx.s,system_stm32f4xx.h,system_stm32f4xx.c,system.h)和库函数(stm32f4xx intialize files and library)
- 2013-10-26 20:03:08下载
- 积分:1
-
HOOK
win7下可用的键盘钩子,能截获全局的按键信息,不用dll(available under win7 keyboard hook to intercept global keystrokes, without dll)
- 2012-06-10 21:15:15下载
- 积分:1
-
C语言 SimpleCAD样例
一个简单的C语言开发的CAD二维画图软件,对刚刚开始学习大型程序设计的学习者有一定帮助(A simple CAD two-dimensional drawing software developed in C language is helpful for learners who are just beginning to learn large-scale programming.)
- 2020-06-23 18:00:02下载
- 积分:1
-
STM32F4_Bootloader_USB
基于keil5开发的单片机stm32f407vet6程序,针对bin文件的USB导入程序(USB importer for bin files)
- 2018-03-10 09:36:42下载
- 积分:1
-
HaarFaceDetect
说明: 人脸检测领域经典的Haar人脸检测。使用OpenCV.(Face Detection classic Haar face detection. Use OpenCV.)
- 2006-04-07 15:53:37下载
- 积分:1
-
cfft256
cfft256程序,很好用的,通信必备的matlab程序(cfft256 procedures, the good, the necessary communication procedures Matlab)
- 2006-06-04 11:05:33下载
- 积分:1
-
检测疲劳驾驶(有详细说明)
用于人脸识别,检测驾驶员人员是否疲劳,在现实中有很好的应用,其算法简单易懂,适合初学者(For face recognition, detection of driver fatigue, in reality has a very good application, the algorithm is simple, easy to understand, suitable for beginners)
- 2020-10-27 23:39:58下载
- 积分:1