-
windows下恢复被删除的文件
windows下恢复被删除的文件-windows under restore deleted files
- 2022-02-03 22:03:48下载
- 积分:1
-
在很多实用的程序里都要求用到一些系统的参数,准确了解系统参数,你的程序将会更COOL!...
在很多实用的程序里都要求用到一些系统的参数,准确了解系统参数,你的程序将会更COOL!-in many practical procedures and have asked to see some system parameters and accurate understanding of the system parameters, your program will be more COOL!
- 2022-05-24 07:46:09下载
- 积分:1
-
vc中获取系统硬件信息
vc中获取系统硬件信息-vc gains the system hardware information
- 2023-05-09 20:30:03下载
- 积分:1
-
判断程序退出非
对判断程序非正常退出或非正常处于死机状态进行检测,如果发现则重启程序。-judgment procedures to withdraw from the non-normal or normal lockups at the state testing, if they were to resume proceedings.
- 2022-03-09 09:09:55下载
- 积分:1
-
Windows注册表编辑器的源代码
windows的regedit源码-windows regedit source code
- 2022-07-24 09:52:44下载
- 积分:1
-
will automatically delete the directory of debug and release, so please do not p...
will automatically delete the directory of debug and release, so please do not put files on these
- 2022-02-06 09:07:22下载
- 积分:1
-
关于如何锁住键盘和鼠标
钩子实际上是一个处理消息的程序段,通过系统调用,把它挂入系统。每当特定的消息发出,在没有到达目的窗口前,钩子程序就先捕获该消息,亦即钩子函数先得到控制权。这时钩子函数即可以加工处理(改变)该消息,也可以不作处理而继续传递该消息,还可以强制结束消息的传递。对每种类型的钩子由系统来维护一个钩子链,最近安装的钩子放在链的开始,而最先安装的钩子放在最后,也就是后加入的先获得控制权。要实现Win32的系统钩子,必须调用SDK中的API函数SetWindowsHookEx来安装这个钩子函数,这个函数的原型是HHOOK SetWindowsHookEx(int idHook,HOOKPROC lpfn,HINSTANCE hMod,DWORD dwThreadId);,其中,第一个参数是钩子的类型;第二个参数是钩子函数的地址;第三个参数是包含钩子函数的模块句柄;第四个参数指定监视的线程。
- 2022-02-24 11:14:29下载
- 积分:1
-
用C写的文件管理系统,属于操作系统的简单实现
用C写的文件管理系统,属于操作系统的简单实现-With the document management system written in C, belongs to a simple realization of the operating system
- 2022-04-25 01:28:56下载
- 积分:1
-
system users access information links, we hope that more exhibitions
获取系统用户信息列表,希望大家多指教-system users access information links, we hope that more exhibitions
- 2023-04-25 09:15:03下载
- 积分:1
-
各种计算机数据类型的转换,深入透析基本数据类型在计算机中的存储方式...
各种计算机数据类型的转换,深入透析基本数据类型在计算机中的存储方式-A variety of computer data type conversion, in-depth basic dialysis data type in the computer storage
- 2022-02-15 12:45:06下载
- 积分:1