-
改变计算机屏幕大小的控件.zip
改变计算机屏幕大小的控件.zip-change the size of a computer screen controls. Zip
- 2022-08-21 23:50:45下载
- 积分:1
-
Windows NT/2000/XP下直接使用I/O端口的开发包,周五…
Windows NT/2000/XP 下的直接使用端口I/O的开发包,附带驱动安装程序-Windows NT/2000/XP under the direct use of I/O port in the development kits, fringe driver installation procedures
- 2022-01-21 23:52:45下载
- 积分:1
-
读取注册表的例子, 利用了 API, 可读注册表中所有的项目。...
读取注册表的例子, 利用了 API, 可读注册表中所有的项目。-read registry example, the use of the API, readable registry for all projects.
- 2023-02-04 01:45:03下载
- 积分:1
-
一个WINTHREAD的例子。请大家一起学习
一个WINTHREAD的例子。请大家一起学习-A WINTHREAD example. Please join U.S. study
- 2022-03-11 11:39:01下载
- 积分: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
-
PL0 compiler source code 2. Requirements of PL/0 compiler is again compiled prog...
PL0编译器源代码
2. 要求的PL/0编译器是个一遍的编译程序,词法分析程序作为子程序,需要的时候被语法分析程序调用,使用语法制导的翻译技术,在语法分析的同时生成中间代码,并保存到文件中。-PL0 compiler source code 2. Requirements of PL/0 compiler is again compiled program, lexical analysis program as a subroutine, and when required by the syntax analysis program call, use the syntax-guided translation technology, in the middle of parsing the same time generating code, and save to a file .
- 2023-07-12 12:00:10下载
- 积分:1
-
这是一个管理系统,比较使用.请大家好好看海防 发疯啊发安放...
这是一个管理系统,比较使用.请大家好好看海防 发疯啊发安放- This is a management system management system, compared with
use Asks everybody to look well the coast defense goes crazy sends
places
- 2023-01-09 10:45:04下载
- 积分:1
-
运行和检测多个实例
运行和检测多个实例- Moves and examines many examples
- 2022-03-20 15:22:32下载
- 积分:1
-
使用VC开发的计算尺,可以测量长度,角度等。并具有数据库存储功能。
使用VC开发的计算尺,可以测量长度,角度等。并具有数据库存储功能。- Uses the VC development the calculating rule, may survey the
length, the angle and so on. And has the database memory function.
- 2022-05-28 12:33:06下载
- 积分:1
-
本人写的一个提供各种图片解码显示的lib的原代码,可以调用此lib来显示各种格式的图片...
本人写的一个提供各种图片解码显示的lib的原代码,可以调用此lib来显示各种格式的图片-I write a decoder to provide a variety of picture shows the original code of the lib, you can call this lib to display images in various formats
- 2022-08-15 09:37:54下载
- 积分:1