-
包括了:菜单类,按钮类,工具条类,打印类,文件类,文本框类,时间类,EXCEL类,汉字转换类等。。
所有类,均有注释和详细的使用说明。欢迎大家提出宝贵的意见...
包括了:菜单类,按钮类,工具条类,打印类,文件类,文本框类,时间类,EXCEL类,汉字转换类等。。
所有类,均有注释和详细的使用说明。欢迎大家提出宝贵的意见。-Includes: menu categories, category buttons, tools, article type, print type, file type, text box type, time category, EXCEL categories, such as Chinese characters conversion. . All categories, both notes and detailed instructions. Welcome to everyone for their valuable views.
- 2023-05-07 11:20:03下载
- 积分:1
-
c++指针的使用举例,本文浅显易读,并带完整的源代码
c++指针的使用举例,本文浅显易读,并带完整的源代码-c++ pointer use, for example, simple easy to read this article, and with complete source code
- 2022-04-16 00:57:00下载
- 积分:1
-
this is the most authoritative classical source code
这个是最经典的权威源代码-this is the most authoritative classical source code
- 2022-01-27 23:23:41下载
- 积分:1
-
现在很多的笔记本都有屏幕亮度的调节,绝大多数都是通过键盘组合键的方式控制。该软件就是一个这样的例子。只是亮度的初始值以及阶数需要随实际情况作相应的改变。...
现在很多的笔记本都有屏幕亮度的调节,绝大多数都是通过键盘组合键的方式控制。该软件就是一个这样的例子。只是亮度的初始值以及阶数需要随实际情况作相应的改变。-now have many notebook screen brightness adjustment, the majority through the keyboard combination control of the keys. The software is one such example. Brightness is the initial value of the order with the actual needs of the relative changes.
- 2022-03-18 20:54:08下载
- 积分:1
-
高级编程范例中颜色例子
高级编程范例中颜色例子-high-level programming paradigm example of Color
- 2023-07-06 20:55:04下载
- 积分:1
-
演示使用API通过Com口发送信息和发送文件
演示使用API通过Com口发送信息和发送文件-Demonstration of the use of API through the Com port to send messages and send files
- 2023-09-01 00:30:02下载
- 积分:1
-
基于WDF的过滤器驱动程序,包含测试程序
基于WDF的过滤器驱动程序,包含测试程序。exe文件夹包含测试程序,sys文件夹包含过滤驱动,fdo文件夹包含测试用驱动
- 2022-10-11 02:25:04下载
- 积分:1
-
ddwdwd广告dskdwsd QD qdlk qdqkdkqw
dwd、wd、qwdwqd、qd、wdqd、d、ddq
- 2023-06-08 15:10:04下载
- 积分:1
-
pctools.zip, system debug application
pctools.zip,系统debug应用-pctools.zip, system debug application
- 2022-04-19 02:18:16下载
- 积分: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