-
VB6 do Xp style of the source code control (ColXp)
VB6做的Xp风格的控件源代码 (ColXp)-VB6 do Xp style of the source code control (ColXp)
- 2022-03-20 04:15:26下载
- 积分:1
-
c++课程设计,学生信息管理系统。管理学生成绩,班级,学号,...
c++课程设计,学生信息管理系统。管理学生成绩,班级,学号,-c++ curriculum design, student information management system. Management of student performance, class, student number,
- 2022-03-04 06:46:21下载
- 积分:1
-
very good code!
very good code !
-very good code!
- 2022-03-21 14:04:09下载
- 积分:1
-
用vc写的演示如何实现用于编写卸载程序的自删除技术,同时用递归方法删除一个目录下所有文件...
用vc写的演示如何实现用于编写卸载程序的自删除技术,同时用递归方法删除一个目录下所有文件-vc write with a demonstration of how to achieve unloading procedures for the preparation of self-removal technique, Recursive methods used to delete a directory of all documents
- 2022-03-20 15:24:18下载
- 积分:1
-
C语言源代码的集合:C语言程序,包括一些算法…
c语言源代码集锦:内含c语言程序中的一些算法,有许多函数的编程实现功能,值得一看。-c language source code Collection : c language program includes some of the algorithm, there are many functions in functional programming overseas.
- 2023-01-20 08:30:04下载
- 积分:1
-
一个在windows上实现的看门狗。是软看门构。
一个在windows上实现的看门狗。是软看门构。-one of the windows on the realization of the watchdog. Soft structure is the gatekeeper.
- 2022-05-18 11:03:58下载
- 积分:1
-
The results of the program is running the disk blocks should be included in the...
在程序运行的结果中应包含磁盘块的分配与回收操作。可根据输入的文件名、文件大小进行模拟磁盘分配,并在每次分配与回收后显示分配与回收是否成功,以及分配、回收的磁盘块号。在程序执行过程中,至少应包含分配不成功一次的信息。-The results of the program is running the disk blocks should be included in the distribution and recovery operations. According to the input file name, file size simulated disk allocation, and displayed after each allocation and recovery of the success of the distribution and recycling, as well as distribution, recovery of disk block number. In the program implementation process should include distribution of at least one unsuccessful information.
- 2022-05-21 11:20:58下载
- 积分:1
-
Windows 中创建空的备用列表
翻译:maninwest@Codeforge 作者:Member 10018957 @CodeProject如何在 Windows 中创建看空的备用列表。进程黑_客的制造者了解 Windows 内核的里里外外,他们也幸运地熟练掌握 Windows 内核的设计语言C++。而其他的人则努力通过 C# 执行相似的功能。其中一个功能就是释放来自 windows 备用内存的内存。这就是我们在此要做的。最难的部分是获取内核的优先权限。感谢Nick Lowe:http://processprivileges.codeplex.com/步骤1:设置内核优先权限Microsoft 设计了可以获取包含结构数组的结构的 API。没有适用于此的编组过程的捷径。要么假设数组是 length=1 要么要求数组大小在编译时预先确定。为此,我设计了一个类,它通过 System.IntPtr拥有微软在未管理的内存中需要的确切结构。当前,我不得不采用不安全的步骤,但是我确定,将来会有办法绕过。[return: MarshalAs(UnmanagedType.Bool)]
[SuppressUnmanagedCodeSecurity, DllImport("advapi32.dll", SetLastError = true)] internal static extern bool AdjustTokenPrivileges(AccessTokenHandle accessTokenHandle,
[MarshalAs(UnmanagedType.Bool)] bool disableAllPrivileges, IntPtr NewPriviledges, Int32 bufferLength, ref IntPtr PriorPriviledges, out Int32 returnLength); 将我的类和 Nick Lowe 的优先代码相结合,我们可以设置内核优先权限:
- 2022-05-07 13:17:48下载
- 积分:1
-
Visual C++ 6.0编程与实例解析
Visual C++ 6.0编程与实例解析
Visual C++ 6.0编程与实例解析
Visual C++ 6.0编程与实例解析-Visual C++ 6.0 Examples analytic programming and Visual C++ 6.0 Programming and Examples analytic
- 2023-02-15 18:30:04下载
- 积分:1
-
一个检测您的cd rom设备的例子,可以自动侦测你的CD Rom的状态.
一个检测您的cd rom设备的例子,可以自动侦测你的CD Rom的状态.-an detect your cd rom equipment example, it will automatically detect your CD Rom state.
- 2022-03-10 18:43:49下载
- 积分:1