-
自己在学DLL时的训练题目,虽然简单,但是可以从中很快的学习怎么创建和使用D...
自己在学DLL时的训练题目,虽然简单,但是可以从中很快的学习怎么创建和使用D-school DLL in the training topics, although simple, but be able to quickly learn how to create and use D
- 2022-07-27 03:38:33下载
- 积分:1
-
Q to feed pets a software, very easy to use and portable, can provide the best s...
一个养活Q宠物的软件,很方便使用和携带,能提供目前最好的服务-Q to feed pets a software, very easy to use and portable, can provide the best service
- 2022-03-03 10:34:44下载
- 积分:1
-
本源码是仿真海浪运动的实例,代码有详细的注释,是初学的好例子...
本源码是仿真海浪运动的实例,代码有详细的注释,是初学的好例子-???
- 2022-03-22 11:00:03下载
- 积分:1
-
AND 芯片的API,可用于对amd FLASH的编程,读写
AND 芯片的API,可用于对amd FLASH的编程,读写-AND chips API, can be used to amd FLASH programming, reading and writing
- 2022-07-03 00:25:17下载
- 积分:1
-
学校田径运动会管理系统。用VC C++ MFC开发
学校田径运动会管理系统。用VC C++ MFC开发-School Games management system. MFC with VC C Development
- 2022-12-04 03:10:03下载
- 积分:1
-
在 vc 环境 内用 API 实现 球做45 度直线运动,当 球遇到边角的 时候,以45度角度 反弹回去...
在 vc 环境 内用 API 实现 球做45 度直线运动,当 球遇到边角的 时候,以45度角度 反弹回去-Vc environment in the ball with a 45-degree API to achieve linear motion, when the ball met the corner, when a 45-degree angle of bounce back
- 2022-01-26 03:11:33下载
- 积分:1
-
用C语言编写的马步图;比较简单,思路是采用把象棋先转换成矩阵,然后再检索图找哈密顿回路...
用C语言编写的马步图;比较简单,思路是采用把象棋先转换成矩阵,然后再检索图找哈密顿回路-Written in C language with Bu map relatively simple idea is used to convert the first matrix of chess, and then retrieve the map to find the Hamiltonian circuit
- 2022-02-25 01:14:19下载
- 积分:1
-
用VB.NET编写的键盘钩子程序。大家一定很想使用吧。通过API调用来实现的。...
用VB.NET编写的键盘钩子程序。大家一定很想使用吧。通过API调用来实现的。-with VB.NET prepared by the keyboard hook procedures. We certainly want to use it. Through the API calls to achieve.
- 2022-05-12 14:17:26下载
- 积分:1
-
c语言课程设计_学生成绩管理系统 非常的详细 调试很正常
c语言课程设计_学生成绩管理系统 非常的详细 调试很正常-c language curriculum design _ student achievement management system is very detailed debugging normal
- 2022-06-03 08:57:54下载
- 积分: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