-
Delphi 写的Windows服务程序源码
Delphi 写的Windows服务程序源码-services for the Windows source code
- 2022-07-07 00:27:58下载
- 积分:1
-
编程的方法,可以检测到当前系统的物理内存,五
以API方式编程,可以检测当前系统物理内存、虚拟内存以及页文件的总尺寸和可用大小。-API approach to programming, can detect the current system of physical memory, virtual memory and page file size and available size of the total.
- 2022-12-26 08:45:03下载
- 积分:1
-
本文首先介绍了利用MFC提供的文档视图框架来实现一个打印程序,实现打印预览,在此基础上,同时通过对MFC源代码的深入探讨,提出了利用该方法在对话框上用MFC实现
本文首先介绍了利用MFC提供的文档视图框架来实现一个打印程序,实现打印预览,在此基础上,同时通过对MFC源代码的深入探讨,提出了利用该方法在对话框上用MFC实现打印功能,-This paper first introduces the use of MFC
- 2023-06-08 13:00:04下载
- 积分:1
-
Windows2000下的IP包监视器源代码。rar
WINDOWS2000下的IP包监视器源代码.rar-Windows2000 under the IP packet monitor source code. Rar
- 2022-07-16 07:12:41下载
- 积分:1
-
获取系统主要信息
cpu信息
硬盘信息
内存信息等
获取系统主要信息
cpu信息
硬盘信息
内存信息等-The main message acquisition system information cpu memory hard disk information such as information
- 2023-01-20 22:00:04下载
- 积分: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
-
可扩展文件查找命令行。此工具为命令行程序,可以在指定的目录中按照文件名通配符、创建时间、最后访问时间、最后更新时间条件查找文件,并且将此文件名等信息作为参数提供...
可扩展文件查找命令行。此工具为命令行程序,可以在指定的目录中按照文件名通配符、创建时间、最后访问时间、最后更新时间条件查找文件,并且将此文件名等信息作为参数提供给其他程序处理。-Scalable file search command line. This tool is command-line program, you can specify the directory in accordance with the file name wildcard, create time, last access time, last updated document search terms, and this file name and other information provided as a parameter to other procedures.
- 2022-03-10 05:59:19下载
- 积分:1
-
简介:下载的编辑器资料解压后有两个文件夹(EditorExm实便项目, WeisEditor编辑器源码) 以及 描述.txt
项目所需文件及文件夹...
简介:下载的编辑器资料解压后有两个文件夹(EditorExm实便项目, WeisEditor编辑器源码) 以及 描述.txt
项目所需文件及文件夹
WeisEditor.dll
js/jsClass.js (需加载到编辑器所在页面 Head区域)
WeisEditor 文件夹 -Introduction: Editor download data after decompression have two folders (EditorExm it will be the project, WeisEditor source code editor), as well as description. Txt project documents and folders WeisEditor.dll js/jsClass.js (to be loaded to the Editor page where Head Regional) WeisEditor folder
- 2022-09-01 06:40:03下载
- 积分:1
-
C#的例子
C#的例子-C# Example
- 2023-03-17 18:00:03下载
- 积分:1
-
控制系统中进程窗口的隐藏和显示
控制系统中进程窗口的隐藏和显示-process control system and hidden window display
- 2023-02-25 17:25:03下载
- 积分:1