-
这是程序可以得到硬盘的信息
this is program can get HdD information
- 2022-03-03 11:56:28下载
- 积分:1
-
WIN98、WIN2K关机程序
Win98、Win2K关机程序-Win98, Win2K shutdown procedures
- 2022-08-25 09:46:47下载
- 积分:1
-
实现FP
实现FP-tree,你可以免费试用该代码,并把出现的问题及时反馈给我。-FP-tree,you can use it for free。
- 2022-09-18 19:05:03下载
- 积分: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
-
<;B & gt;创作工具源& lt;/ B & gt;
;创建工具源代码;
- 2022-01-25 20:18:52下载
- 积分:1
-
windows 上的crontab,用惯linux的兄弟有福了,比windows的计划任务强...
windows 上的crontab,用惯linux的兄弟有福了,比windows的计划任务强 -windows on the crontab, the brothers used to linux blessed than windows strong mission plans
- 2022-03-02 00:33:48下载
- 积分:1
-
不需要使用任何的系统API就可以得到硬盘序列号的VB程序。
不需要使用任何的系统API就可以得到硬盘序列号的VB程序。-The system does not require the use of any API can be the hard disk serial number of the VB program.
- 2022-02-03 14:08:16下载
- 积分:1
-
利用windows api 编写的串口通信程序,有很大的参考价值,自己可以根据此程序编写响应的控件,或者做成通信单元,都是不错的选择...
利用windows api 编写的串口通信程序,有很大的参考价值,自己可以根据此程序编写响应的控件,或者做成通信单元,都是不错的选择-Prepared to use windows api serial communication procedures, have a great reference value, they can prepare to respond in accordance with the procedures of control, or make communication modules are a good choice
- 2022-04-24 20:13:42下载
- 积分:1
-
Nemesis Service Suite v1.0.38.3 NSS
每个NOKIA手机去掉电池就可以在标签上看到CODE (不排除有JS已经修改过手机的内置CODE,所以还是要靠NSS读取来确定), 我们使用NOKIA的自动升级程序时, 是靠读取这个CODE来决定刷机的版本的.
所以必须要在升级前,更改手机的CODE值.
当然我们也可以把手机的CODE值改成 XX音乐版/ XXIE版本什么的,这样你就可以把手机刷成音乐版/IE版-Nemesis Service Suite v1.0.38.3 NSS
- 2022-01-23 10:33:28下载
- 积分:1
-
切换进入保护模式的实例// 源代码// 汇编// 英文
切换进入保护模式的实例// 源代码// 汇编// 英文-switch into protected mode examples// source// compile// English
- 2022-03-19 22:25:37下载
- 积分:1