-
手机串口通讯程序,使用 AT 指令,可以同时控制多机
手机串口通讯程序,使用 AT 指令,可以同时控制多机-phone serial communication, the use of the AT command can control many machines
- 2022-08-02 12:40:43下载
- 积分:1
-
Multithread process in delphi
Multithread process in delphi
- 2022-01-25 16:29:10下载
- 积分:1
-
code re
代码重定位技术,汇编语言。比较老的技术了!-code re-positioning technology, assembly language. Veteran technology!
- 2022-11-21 20:25:03下载
- 积分:1
-
A long journey to this example program, through the combo box to select the driv...
远行本实例程序,通过组合框选择所要格式化的盘符,单击“格式化”按钮来格式化磁盘。-A long journey to this example program, through the combo box to select the drive letter you want to format, click the " Format" button to format the disk.
- 2023-07-09 19:05:04下载
- 积分:1
-
通过读取MSStorageDriver_ATAPISmartData获得主板的温度
通过读取MSStorageDriver_ATAPISmartData获得主板的温度-Access to the main board by reading the temperature MSStorageDriver_ATAPISmartData
- 2023-05-15 18:15:03下载
- 积分:1
-
一个文件查找的代码例子,SDK API实现的,
一个文件查找的代码例子,SDK API实现的,-Find a file of code examples, SDK API to achieve,
- 2023-07-24 11:55:03下载
- 积分:1
-
此为图书管理借阅系统,基于DELPHI操作平台,本人下载以后感觉还不错,上传供大家使用...
此为图书管理借阅系统,基于DELPHI操作平台,本人下载以后感觉还不错,上传供大家使用-to borrow library management system, based on the Delphi platform, I downloaded feeling was good, upload for your use
- 2022-01-21 19:46:59下载
- 积分:1
-
在pc上用喇叭来播放音乐的冬冬,比较简单的代码
在pc上用喇叭来播放音乐的冬冬,比较简单的代码-the pc used loudspeakers to broadcast music kick, relatively simple code
- 2022-08-02 16:49:04下载
- 积分:1
-
This is a convenient volume control procedures, vc programming enthusiasts is a...
这是一个可以方便控制音量的程序,对于vc编程爱好者来说是个不错的示例-This is a convenient volume control procedures, vc programming enthusiasts is a good example
- 2022-03-18 01:55:09下载
- 积分: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