-
模拟MFC的消息映射,直接添加消息和消息处理函数
模拟MFC的消息映射,直接添加消息和消息处理函数-Simulation of MFC
- 2022-06-29 02:29:09下载
- 积分:1
-
自己写的一个可以屏蔽系统键的程序,可以屏蔽WIN键,当然你可以修改其他屏蔽键!(玩魔兽时防止按错退出写的一个自己用的辅助工具)...
自己写的一个可以屏蔽系统键的程序,可以屏蔽WIN键,当然你可以修改其他屏蔽键!(玩魔兽时防止按错退出写的一个自己用的辅助工具)-himself in a system can shield key procedures, shielding WIN button, of course, you can modify other shielding keys! (Barry wrong by preventing the withdrawal was made with one of his aids)
- 2022-01-24 18:09:26下载
- 积分:1
-
本程序是应用最小二乘法对一参考模型进行系统阶次辨识。
本程序是应用最小二乘法对一参考模型进行系统阶次辨识。-this procedure is the least squares method to a reference model for system order literacy.
- 2022-03-24 19:47:38下载
- 积分:1
-
12个保护模式教程实例// 源代码// C & ASM// 英文
12个保护模式教程实例// 源代码// C & ASM// 英文-12 protection mode tutorial examples// source// C ASM// English
- 2022-09-02 07:15:02下载
- 积分:1
-
在pc上用喇叭来播放音乐的冬冬,比较简单的代码
在pc上用喇叭来播放音乐的冬冬,比较简单的代码-the pc used loudspeakers to broadcast music kick, relatively simple code
- 2022-08-02 16:49:04下载
- 积分:1
-
the Windows clipboard procedures, more practical
Windows下的剪贴板程序,比较实用-the Windows clipboard procedures, more practical
- 2022-04-08 15:05:09下载
- 积分:1
-
监视系统中被访问的文件,检查文件被篡改与否
监视系统中被访问的文件,检查文件被篡改与否-surveillance system were to visit the paper, check the documents have been tampered with or not
- 2023-08-17 01:15:02下载
- 积分:1
-
读者写者问题C语言实现
读者写者问题C语言实现-problem readers to write C language
- 2022-01-24 17:45:44下载
- 积分:1
-
打开后会出现一个类似于flashget的悬浮框
将网页上感兴趣的内容拖至框中,就会自动保存
可以进行相关设置...
打开后会出现一个类似于flashget的悬浮框
将网页上感兴趣的内容拖至框中,就会自动保存
可以进行相关设置-will happen after the opening similar to a suspension frame flashget the website will be interested in the content towed Box , will automatically be associated preservation installed
- 2022-06-27 16:00:06下载
- 积分: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