-
屏幕取词VC6.0源码
DLLEXPORT BOOL WINAPI SetNHW32() { if(g_hHook == NULL) { g_hHook = SetWindowsHookEx(WH_GETMESSAGE, GetMsgProc, g_hinstDll, 0); if (g_hHook == NULL) { MessageBox(NULL, __TEXT("Error hooking: SetWindowsHookEx fail"), __TEXT("GetWord"), MB_OK); return FALSE; } } return TRUE;}
- 2022-05-28 06:17:38下载
- 积分:1
-
ADC校准for ADUC842
ADC calibration for ADuC842
- 2022-05-21 14:56:48下载
- 积分:1
-
vc6.0数字图像处理,边缘检测,去噪,平滑,即图像的特殊处理,常用算法...
vc6.0数字图像处理,边缘检测,去噪,平滑,即图像的特殊处理,常用算法-Photo process, edge detect, clear yawp, smoothing etc. by VC6.0
- 2022-02-10 09:10:31下载
- 积分:1
-
smo 批量 转换 解压后和smo放在一起 然后运行就可
smo 批量 转换 解压后和smo放在一起 然后运行就可-Batch conversion smo and smo after decompression together can then run
- 2023-08-11 17:35:03下载
- 积分:1
-
全局函数使用起来很方便,不需要很多的包含头文件,在每种类中都可以用。可是,他的实现上也要注意一些细节,本实例就是出于这一目的,给出简单事例,教初学者如何使用全局...
全局函数使用起来很方便,不需要很多的包含头文件,在每种类中都可以用。可是,他的实现上也要注意一些细节,本实例就是出于这一目的,给出简单事例,教初学者如何使用全局类的方法。 希望对大家有所帮助。 -It is very convenient by using global function because it needn t include many head files and can be used in almost every class.But when you use it you should pay attention on some details,and the example given here will introduce beginners some methods on how to use global class.I hope it will be usefull for you
- 2022-03-24 11:45:57下载
- 积分:1
-
Nine
九宫图,是一个将9个空格中8个不连续的数字排列成有序的小游戏。-Nine-palace map, is a nine spaces in the eight figures are not arranged in an orderly row of small game.
- 2022-01-25 19:44:39下载
- 积分:1
-
有对话框Windows服务程序,可以监控用户指定的服务,可以列举当前运行的程序。...
有对话框Windows服务程序,可以监控用户指定的服务,可以列举当前运行的程序。-Windows dialog with the procedures of service, users can monitor a designated service, can cite the current operating procedures.
- 2022-03-31 14:42:45下载
- 积分:1
-
套接字的TCP
socket tcp-socket tcp..............................
- 2022-05-31 10:25:16下载
- 积分:1
-
VB的好用的日历例子
VB的好用的日历例子-VB example of the useful calendar
- 2022-03-06 07:20:30下载
- 积分:1
-
本程序实现了SVM分类的LIBSVM库。
This program implements SVM classification over libsvm library.
- 2022-11-25 22:25:04下载
- 积分:1