-
屏幕取词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
-
visual c++MFC编写的一百个例子程序。非常经典的代码例子。
visual c++MFC编写的一百个例子程序。非常经典的代码例子。-visual c++ MFC example program written in 100. A very classic example of the code.
- 2022-08-20 08:34:43下载
- 积分:1
-
自己的小程序,入门学习的,可能对大家有用~!
自己的小程序,入门学习的,可能对大家有用~!-Own procedures, entry of the study may be useful to everyone ~!
- 2022-02-15 09:02:57下载
- 积分:1
-
一个可以设置键盘快捷键来控制光驱进入或弹出的小软件
一个可以设置键盘快捷键来控制光驱进入或弹出的小软件-one can set keyboard shortcuts to control the drive to enter or ejection of small software
- 2022-09-04 20:00:03下载
- 积分:1
-
在C#中创建不规则的窗体
在C#中创建不规则的窗体 -in C# to create irregular forms
- 2022-08-21 18:27:16下载
- 积分:1
-
基于工程应用的栅格的三维地层建模及应用网格,VC++的很有帮助...
基于工程应用的栅格的三维地层建模及应用网格,VC++的很有帮助-Based on the engineering application of Grid and application of three-dimensional stratigraphic modeling grid, VC++ The helpful
- 2022-01-26 07:20:31下载
- 积分:1
-
基本的串口读写阿萍
Basic Serial Write and Read eping
- 2022-06-03 13:36:49下载
- 积分:1
-
这是进程调度的软件,站资源:包括大量ASP源代码、网页模板、PSD源文件、FLASH源文件、网页图库、站长论坛,服务器工具、网页教程和大量网站建设工具。 网站声...
这是进程调度的软件,站资源:包括大量ASP源代码、网页模板、PSD源文件、FLASH源文件、网页图库、站长论坛,服务器工具、网页教程和大量网站建设工具。 网站声明:本源码及资源由中国站长(www.cnzz.cn)收集整理后提供下载 。 网站域名:http://www.cnzz.cn-This a process dispatcher s software, resources stand: Include a large number of ASP source codes , webpage template , PSD source document , FLASH source document , webpage picture library , head s forum, server tool , webpage study course and a large number of website construction tools. Websites declare: Origin yard and resource are by the Chinese head (www. cnzz. Cn) compile back offering download. Website s domain name: http://www. cnzz. cn
- 2022-02-14 12:30:10下载
- 积分:1
-
A * 算法
这是我第一次的 AI 游戏的寻路系统和 pathfollowing 的转向行为使用的 A * 算法。基本上,该字符将寻求,锁定目标上, 后,它会绘制从字符位置到目标的最短路径。当它得到了路径时,该字符将会移动到目标位置与特定的方向和速度。
- 2022-04-16 15:21:40下载
- 积分:1
-
查看接入主机的USB设备,并显示序列号,断口信息
查看接入主机的USB设备,并显示序列号,断口信息-See USB device host access
SetupDiGetDeviceInterfaceDetail(hDevInfo,&strtInterfaceData,NULL,0,&strSzie,NULL)
- 2022-02-01 11:46:30下载
- 积分:1