-
文件修改的监视
文件修改的监视-The example of monitoring the change of files
- 2023-09-03 12:50:02下载
- 积分:1
-
枚举系统设备高级信息
枚举系统设备高级信息-可显示系统相关信息-Advanced information system device enumeration- can display system information
- 2022-09-27 07:10:03下载
- 积分:1
-
windows下用双缓冲实现界面的镂空和旋转
windows下用双缓冲实现界面的镂空和旋转
- 2022-01-24 09:50:35下载
- 积分:1
-
A simple hospital management system that can achieve some of the basic functions...
一个简单的医院管理系统,可以实现一些基本的功能,欢迎大家指正。-A simple hospital management system that can achieve some of the basic functions, please correct me everyone.
- 2022-08-09 13:15:40下载
- 积分:1
-
MS dos6.22完整源代码!相信有很多研究操作系统的朋友需要.
MS dos6.22完整源代码!相信有很多研究操作系统的朋友需要.-MS dos6.22 integrity of the source code! I believe a lot of study of the operating system needs a friend. Oh
- 2022-01-31 11:19:52下载
- 积分:1
-
本程序为基于vc开发,用于读写系统时间,经实践非常好用
本程序为基于vc开发,用于读写系统时间,经实践非常好用-vc-based development system for reading and writing time, the practice is very handy
- 2022-04-08 18:05:43下载
- 积分:1
-
windows存储管理分区分配算法。运行环境borland c++ 3.1
windows存储管理分区分配算法。运行环境borland c++ 3.1-windows storage management district allocation algorithm. Operating environment borland c++ 3.1
- 2022-06-11 17:44:32下载
- 积分:1
-
键能发音,其关键就是让程序能够知道当前键盘上是哪个键被按下,并播放相应的声音,自己的程序当然不在话下,那么其它程序当前按下哪个键如何得知呢?利用键盘钩子便可以很...
键能发音,其关键就是让程序能够知道当前键盘上是哪个键被按下,并播放相应的声音,自己的程序当然不在话下,那么其它程序当前按下哪个键如何得知呢?利用键盘钩子便可以很好地解决。-Key to pronunciation, the key is to let the process be able to know the current keyboard on which keys are pressed, and play the corresponding sound, of course, not to mention its own procedures, then press any other key to the current procedure How do I know this? Use the keyboard hook can be a good solution.
- 2022-12-17 00:50:03下载
- 积分:1
-
用C/SDK编写的计算机图形学图元生成模拟软件!我想对与学C/SDK和计算机图形学的计算机专业人员都有帮助!...
用C/SDK编写的计算机图形学图元生成模拟软件!我想对与学C/SDK和计算机图形学的计算机专业人员都有帮助!-C/SDK"s computer generated graphics map simulation software! I want to learn and C/SDK and computer graphics computer professionals can help!
- 2022-08-06 15:50:00下载
- 积分:1
-
MiniSpy 微筛选器的的主要功能模块。
ALLOC_PRAGMA #ifdef#pragma alloc_text (INIT,驱动入口)#pragma alloc_text SpyFilterUnload 页面)#pragma alloc_text SpyQueryTeardown 页面)#pragma alloc_text SpyConnect 页面)#pragma alloc_text SpyDisconnect 页面)#pragma alloc_text SpyMessage 页面)#endif#define SetFlagInterlocked(_ptrFlags,_flagToSet)((作废) InterlockedOr (((挥发性长 *)(_ptrFlags)),_flagToSet))//---------------------------------------------------------------------------例程//---------------------------------------------------------------------------NTSTATUS驱动入口 (俺们 PDRIVER_OBJECT DriverObject俺们 PUNICODE_STRING RegistryPath)/*++常规的描述:驱动程序首次加载时,将调用这个例程。其目的是初始化全局状态,然后注册 FltMgr 开始过滤。参数:DriverObject-指向驱动程序由系统创建的对象的指针代表此驱动程序。RegistryPath-标识在何处的 Unicode 字符串为此参数驱动程序位于在注册表中。返回值:
- 2022-03-21 12:13:07下载
- 积分:1