-
VC++进程创建与实现原代码,是学习进程的入门资料
VC++进程创建与实现原代码,是学习进程的入门资料
-VC++ Process creation and implementation of the original code, is introductory information on the learning process
- 2022-02-24 13:40:09下载
- 积分:1
-
一个不错的词汇法分析程序,用了就会知道他好的,很容易就可以弄清词汇法分析的安排...
一个不错的词汇法分析程序,用了就会知道他好的,很容易就可以弄清词汇法分析的安排-a good vocabulary analysis procedures, with the good will he know, it is very easy to understand vocabulary analysis of the arrangements
- 2022-02-05 20:47:53下载
- 积分:1
-
zipd
zipd
- 2022-06-14 01:34:30下载
- 积分:1
-
dll开发很简单 方法3,使用DEF文件建立dll程序,并实现了dll的调用...
dll开发很简单 方法3,使用DEF文件建立dll程序,并实现了dll的调用-dll developed a very simple way to 3, use the DEF file dll program to establish and achieve the dll call
- 2023-02-28 19:25:04下载
- 积分:1
-
关于注册表方面的小程序,希望能够起到抛砖引玉的作用
关于注册表方面的小程序,希望能够起到抛砖引玉的作用-registry of the small programs, hoping to play the role of stimulus
- 2022-07-25 22:36:54下载
- 积分:1
-
高级指纹分析算法源代码
开发环境:VisualBasic
高级指纹分析算法源代码
开发环境:VisualBasic-Advanced fingerprint analysis algorithm source code development environment: VisualBasic
- 2022-03-21 17:07:19下载
- 积分:1
-
卫星计算的软件,挺有用的,大家看看吧
dkjfkdjs akfdf
卫星计算的软件,挺有用的,大家看看吧
dkjfkdjs akfdf-Satellite computing software, quite used, let us look at it dkjfkdjs akfdf
- 2022-01-26 03:17:20下载
- 积分:1
-
这是一个关闭计算机的小模块,可以关闭win32和winnt内核的计算机。这是一个动态库文件,需要看结果请自己学exe。...
这是一个关闭计算机的小模块,可以关闭win32和winnt内核的计算机。这是一个动态库文件,需要看结果请自己学exe。-This is a closure of small computer module can be closed win32 and winnt-core computer. This is a DLL document, we need to see results of their study requested exe.
- 2022-02-22 03:01:25下载
- 积分:1
-
怎样生成自己的windows应用程序从最基本的消息相应开始
怎样生成自己的windows应用程序从最基本的消息相应开始-how to make up your own windows application
- 2022-03-17 23:05:37下载
- 积分: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