-
in windows environment directly read bios information, and preserve. Transfers f...
在windows环境下直接读取bios信息,并保存。转自programfan.com-in windows environment directly read bios information, and preserve. Transfers from programfan.com
- 2023-06-02 02:15:03下载
- 积分:1
-
对某一目录进行监控,如发生增加删除文件事件给予通知
对某一目录进行监控,如发生增加删除文件事件给予通知-Contents of a monitor, such as delete files to increase the incident occurred to give notice
- 2022-02-15 07:55:37下载
- 积分:1
-
一个不错的系统字体预览工具附源码。很实用的系统字体预览工具,附有全部源码,可以很直观的看到系统各种字体的模样,便于你管理系统字体。...
一个不错的系统字体预览工具附源码。很实用的系统字体预览工具,附有全部源码,可以很直观的看到系统各种字体的模样,便于你管理系统字体。-A good system font preview tool attached source code. A very practical system font preview tool, with full source code, the system can be very intuitive to see the appearance of a variety of fonts, easy to manage your system fonts.
- 2023-03-17 03:45:03下载
- 积分:1
-
一个牛X的国人编写的Chinsesscape智能内码识别,支持屏幕取词翻译的程序!!里面有详细的中文注释,每一模块的中文注释都讲得非常清楚,特别是内码识别、屏幕...
一个牛X的国人编写的Chinsesscape智能内码识别,支持屏幕取词翻译的程序!!里面有详细的中文注释,每一模块的中文注释都讲得非常清楚,特别是内码识别、屏幕取词翻译技术这些核心技术都注释得非常详尽!!!是你无法在其他网站上找到的非常好的资料-Niu X, a people prepared Chinsesscape intelligent code recognition, support for capturing the process of translation!! There are detailed notes in Chinese, each module of the Chinese have put a very clear note, in particular identification code, Screen Translation of these core technologies are very detailed notes! ! ! Is you can not find in other sites of very good information!!
- 2022-05-01 00:54:52下载
- 积分:1
-
进口和出口人的ASCII(GRD文件)由黄金和软件应用…
Import and export GS ASCII (GRD files) from and to Golden Software Applications like Surfer and Grap
- 2022-01-22 03:54:49下载
- 积分: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
-
用VC++链接SQLServer数据库,包括链接,查询,插入,更新,删除等函数,已经将相关函数封装在类里面,可以直接重用或者扩充。...
用VC++链接SQLServer数据库,包括链接,查询,插入,更新,删除等函数,已经将相关函数封装在类里面,可以直接重用或者扩充。-With VC++ Link SQLServer database, including the link, query, insert, update, delete, etc. functions, has been encapsulated in the type of correlation function which can be directly reused or expanded.
- 2023-03-09 20:20:03下载
- 积分:1
-
- 2023-09-03 08:15:03下载
- 积分:1
-
通过SMTP验证登录邮箱发送邮件。Login certification through SMTP mail to send messages....
通过SMTP验证登录邮箱发送邮件。Login certification through SMTP mail to send messages. -Sign-mail through the SMTP authentication to send mail. Login certification through SMTP mail to send messages.
- 2023-08-05 12:20:05下载
- 积分:1
-
windows存储管理分区分配算法。运行环境borland c++ 3.1
windows存储管理分区分配算法。运行环境borland c++ 3.1-windows storage management district allocation algorithm. Operating environment borland c++ 3.1
- 2022-06-11 17:44:32下载
- 积分:1