-
屏幕取词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
-
VC++语法分析工具源代码附说明的文档
VC++语法分析工具源代码附说明的文档
-VC++ grammar analysis tool attached to the document source code
- 2022-04-16 12:07:39下载
- 积分:1
-
get the register key value of file system and show it.
得到文件系统的相关注册表键值,并且显示出来-get the register key value of file system and show it.
- 2022-01-28 09:08:42下载
- 积分:1
-
这本电子C语言书浅显易懂,非常适合初学者快速理解C语言.
这本电子C语言书浅显易懂,非常适合初学者快速理解C语言.-C Primer Plus
- 2022-05-23 15:08:26下载
- 积分:1
-
巧妙实现windows程序的重复允许限制,使每个实例只能允许一次。...
巧妙实现windows程序的重复允许限制,使每个实例只能允许一次。-cleverly achieved windows of repeat procedures allow restrictions, each allowing only one example.
- 2022-03-24 20:07:19下载
- 积分:1
-
VB通过并口控制跑马灯程序,VB并口测试不错的程序
VB通过并口控制跑马灯程序,VB并口测试不错的程序-VB Marquee through a parallel port control procedures, VB programs parallel port test bad
- 2023-09-07 10:35:03下载
- 积分:1
-
tc实现鼠标操作图形
tc实现鼠标操作图形-tc graphics mouse operation
- 2022-03-21 01:27:06下载
- 积分:1
-
source code of this is idiotic n dumb
source code of this is idiotic n dumb
- 2022-07-04 19:09:21下载
- 积分:1
-
控制多个线程同时修改数据
控制多个线程同时修改数据-control many threads revised data
- 2022-03-23 09:06:37下载
- 积分:1
-
银行家算法
设Request是进程Pi 请求向量,如果Requesti [j]=k,表示进程Pi 需要k个RJ 类型的资源。当Pi 资源请求后,系统按下述步骤进行检查:
(1) 如果Requesti [j]≤Need[I,j]便转向步骤2;否则认为出错,因为它所需要的资源数已超过它所宣布的最大值。
(2) 如果便转向步骤(3);否则,表示尚无足够资源,Pi 须等待。Requesti [j]≤Available[j]
(3) 系统试探着把资源分配给进程Pi ,并修改下面数据结构中的数值:
请点击左侧文件开始预览 !预览只提供20%的代码片段,完整代码需下载后查看 加载中 侵权举报
- 2022-04-30 21:29:17下载
- 积分:1