-
实现cpu调度问题.值得参考学习.可以改进使用.
实现cpu调度问题.值得参考学习.可以改进使用.-The realization of cpu scheduling problem. It is also useful to learn. Can improve the use of.
- 2023-07-18 19:25:03下载
- 积分:1
-
产生程序序列号源码,VC学习案例,对软件编程感兴趣的朋友学习。
产生程序序列号源码,VC学习案例,对软件编程感兴趣的朋友学习。-Serial number generation process source, VC case study on the software programming of interest to people in learning.
- 2022-05-27 02:29:08下载
- 积分:1
-
一个磁盘信息查看程序,可以对系统的磁盘信息进行监测,然后显示出这些信息。...
一个磁盘信息查看程序,可以对系统的磁盘信息进行监测,然后显示出这些信息。-A disk information view the program, you can monitor the system disk information, and then show this information.
- 2022-01-25 23:43:45下载
- 积分:1
-
获取当前计算机的硬件信息,包括处理器,鼠标、显卡类型,网卡mac号等...
获取当前计算机的硬件信息,包括处理器,鼠标、显卡类型,网卡mac号等-access to current computer hardware information, including card type, card mac, etc.-Access to the current computer
- 2022-03-14 06:48:43下载
- 积分:1
-
windows下的文件系统模拟程序,对于想熟悉操作系统中文件管理的哥们有很好的提示作用...
windows下的文件系统模拟程序,对于想熟悉操作系统中文件管理的哥们有很好的提示作用-under the windows file system simulation program, familiar with the operating system to document management Miners have a good role suggested
- 2022-03-05 04:59:58下载
- 积分:1
-
此代码示范了如何利用 CreateToolhelp32Snapshot API函数枚举系统当前进程。以及如何用HANDLE OpenProcess(...),T...
此代码示范了如何利用 CreateToolhelp32Snapshot API函数枚举系统当前进程。以及如何用HANDLE OpenProcess(...),T -This code demonstrates how to use function CreateToolhelp32Snapshot API system is currently the process of enumeration. And how to use HANDLE OpenProcess (...), T
- 2022-02-27 00:57:00下载
- 积分: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
-
VC 6.0 memory management programming skills include : 1. Shared memory pages; 2,...
VC++6.0 内存管理编程技巧
包括:
1、共享内存页;
2、内存映射文件;
3、虚拟内存。-VC 6.0 memory management programming skills include : 1. Shared memory pages; 2, the memory mapping file; 3, virtual memory.
- 2022-03-30 11:47:51下载
- 积分:1
-
这是我在学习vc中图像的时候 编写的一个小程序 用来图片的百叶窗的效果...
这是我在学习vc中图像的时候 编写的一个小程序 用来图片的百叶窗的效果-This is my vc in learning when the image in the preparation of a small program used to picture the effect of the blinds
- 2022-01-28 04:41:41下载
- 积分:1
-
有时候,我们遇到的情况时,我们需要一些内核函数钩子…
Sometimes, we run into a situation when we badly need to hook some kernel function, but are unable to do it via conventional PE-based hooking. This article explains how kernel functions can be directly hooked. As a sample project, we are going to present a removable USB storage device as a basic disk to the system, so that we can create and manage multiple partitions on it (for this or that reason, Windows does not either allow or recognize multiple partitions on removable storage devices, so we are going to cheat the system). On this particular occasion, we will hook only one function, but the approach described in this article can be extended to handle multiple functions (for example, one of my projects required direct hooking of quite a few functions from the NDIS library). You should clearly realize that this article is about direct hooking and not about dealing with USB storage, so please don t tell me that the sample problem may have been solved differently.
- 2022-08-15 21:57:18下载
- 积分:1