-
该程序主要是对系统进程显示,并对进程使用内存进行监控
该程序主要是对系统进程显示,并对进程使用内存进行监控-The program is displayed on the system process, and the process of monitoring the use of memory
- 2022-05-17 16:57:03下载
- 积分:1
-
对PCIE设备开发规范
spec for the development of PCIE device
- 2022-02-01 20:15:39下载
- 积分: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
-
Visual C++实现的快速关机程序,关机非常方便快捷
Visual C++实现的快速关机程序,关机非常方便快捷-Visual C++ Realize rapid shutdown process, shutdown is very convenient and quick
- 2023-01-22 03:45:04下载
- 积分:1
-
《学生课绩管理系统》的升级版,采用了sertlet+jsp+Javabean+sqlserver,并且做了许多修改!
说明: 数据库连接 在classes...
《学生课绩管理系统》的升级版,采用了sertlet+jsp+Javabean+sqlserver,并且做了许多修改!
说明: 数据库连接 在classes目录下的 sqlbean.java中
默认的用户名:1
密码: 1
-"student class performance management systems," an updated version using the sertlet jsp Javabean SQLServer, and made many changes! Description : Database Connection classes in the directory sqlbean.java default user name : a password : 1
- 2022-11-06 12:00:03下载
- 积分:1
-
这是程序可以得到硬盘的信息
this is program can get HdD information
- 2022-03-03 11:56:28下载
- 积分:1
-
c语言实现的页面调度算法,用三种算法实现调度1.先进先出2.OPT3.LRU 2.页面序列从指定的文本文件(TXT文件)中取出3.输出:第一行:每次淘汰的页面号...
c语言实现的页面调度算法,用三种算法实现调度1.先进先出2.OPT3.LRU 2.页面序列从指定的文本文件(TXT文件)中取出3.输出:第一行:每次淘汰的页面号 第二行:显示缺页的总次数(上机已经运行通过!!)-pages scheduling algorithm, a three-Scheduling Algorithm 1. FIFO 2.OPT3.LRU 2. Pages from the designated sequence of text files (TXT) out of three. Output : the first line : each of the pages out of the second line : show na the total number of pages (on the plane had run through! !)
- 2022-01-25 22:36:25下载
- 积分:1
-
仿照Drawcli程序,做的一个划线的操作,画出的线条可以自动收缩,变宽,变长,删除等等操作...
仿照Drawcli程序,做的一个划线的操作,画出的线条可以自动收缩,变宽,变长,删除等等操作-Drawcli modeled on the procedures to do a line of operation can automatically draw lines shrink, wider, longer, delete operation etc.
- 2022-07-18 13:39:18下载
- 积分:1
-
Windows未公开文件格式和源码例子
Windows未公开文件格式和源码例子
- 2022-05-09 05:17:05下载
- 积分:1
-
读取CLOCK GENATOR 的一段程序,可以看一看啊
读取CLOCK GENATOR 的一段程序,可以看一看啊-read the section procedures can look at the ah
- 2022-02-21 06:26:50下载
- 积分:1