-
Introduce smart pointer.
详细讲解只能指针怎么使用。
并且带有一些不错的例子。-Introduce smart pointer.
- 2022-02-06 18:21:00下载
- 积分:1
-
小巧C编译器
小巧C编译器 The Google Account help advocates using two step authentication The Google Account help advocates using two step authentication
- 2022-09-25 07:50:03下载
- 积分:1
-
jQuery 1.3自从2008年1月14日发布后,后引来了各界的关注。附件中是jQuery的API...
jQuery 1.3自从2008年1月14日发布后,后引来了各界的关注。附件中是jQuery的API
- 2022-06-03 00:44:55下载
- 积分: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
-
本例要介绍的是使用事件对象同步两个目标进程,
本例要介绍的是使用事件对象同步两个目标进程,-In this case is to introduce the use of event object synchronization process of two objectives,
- 2023-06-24 03:55:03下载
- 积分:1
-
用钩子做的类似金山词霸的屏幕取词的源码,希望对大家有帮助...
用钩子做的类似金山词霸的屏幕取词的源码,希望对大家有帮助-Used to do a similar hook PowerWord of capturing the source, and they hope to help everyone
- 2022-02-01 15:34:44下载
- 积分:1
-
基于C++BUILDER环境,初学者很适用,代码简单易懂,对学习和借鉴有很大好处,可移植很强,我测试的版本是BCB60,身份识别程序源代码...
基于C++BUILDER环境,初学者很适用,代码简单易懂,对学习和借鉴有很大好处,可移植很强,我测试的版本是BCB60,身份识别程序源代码-Based on the C++ BUILDER environment is applicable for beginners, easy-to-understand code, and has a lot to learn from the benefits of highly portable, I tested version BCB60, identification procedures for source code
- 2023-06-12 14:40:04下载
- 积分:1
-
学生成绩管理系统,功能基本完备,非常适合学习和研究
学生成绩管理系统,功能基本完备,非常适合学习和研究-Student achievement management system, the basic function of a complete, very suitable for study and research
- 2022-02-03 08:37:49下载
- 积分:1
-
可以监控到系统剪贴板的动作,并且以16进制显示剪贴板的内容,也可以清楚内容
可以监控到系统剪贴板的动作,并且以16进制显示剪贴板的内容,也可以清楚内容-Can monitor the system clipboard actions, and to 16 hexadecimal display the contents of the clipboard, you can clear the contents of
- 2022-02-05 23:43:37下载
- 积分:1
-
中断服务开发类库
中断服务开发类库 -interrupted service development library
- 2022-01-25 17:54:29下载
- 积分:1