-
获取系统硬件信息,内存使用状况,process进程列表
void ExeCPUID(DWORD veax) //初始化CPU信息
{
__asm
{
mov eax,veax
cpuid
mov deax,eax
mov debx,ebx
mov decx,ecx
mov dedx,edx
}
}
请点击左侧文件开始预览 !预览只提供20%的代码片段,完整代码需下载后查看 加载中 侵权举报
- 2022-08-23 22:54:57下载
- 积分:1
-
the simulation operating system memory allocation and scheduling process. A bett...
本程序模拟操作系统中内存分配和进程调度.有比较好的界面.-the simulation operating system memory allocation and scheduling process. A better interface.
- 2022-12-04 22:10:03下载
- 积分:1
-
c++写的exe文件绑定器,可以合并出一个精简的不含附加内容的exe文件...
c++写的exe文件绑定器,可以合并出一个精简的不含附加内容的exe文件-c++ Writing bind the exe file, you can merge a streamlined additional content does not contain exe files
- 2022-11-14 07:10:04下载
- 积分:1
-
BITEK Assembler2 utility supports BIT161x series IC
(BIT1612/BIT1615/BIT1615H/B...
- 2022-07-12 04:10:33下载
- 积分:1
-
VFP公历农历转换程序,小例子,大家看看,可能会有帮助,好了
VFP公历农历转换程序,小例子,大家看看,可能会有帮助,好了-VFP Lunar calendar conversion, small examples, we see that may be helpful, a good
- 2022-10-05 22:40:03下载
- 积分:1
-
蚁群算法用c++语言实现的,可以用于求旅行商问题的解
蚁群算法用c++语言实现的,可以用于求旅行商问题的解-Ant colony algorithm using c++ language and can be used to seek the solution of traveling salesman problem
- 2023-05-05 15:50:02下载
- 积分:1
-
This code implements the table in the excel input in English, can be automatical...
本代码实现在excel表格中输入英文,可自动转换成中文,输入中文可自动转换程英文的功能-This code implements the table in the excel input in English, can be automatically converted into Chinese processes to input Chinese in English can be automatically converted function
- 2022-01-30 11:04:07下载
- 积分:1
-
Abstraction:
This design require me use a most unusual swap algorithm. When swa...
本次设计要求我使用最不经常使用页面淘汰算法。该算法在需要太太某一页是,首先淘汰到当前时间为止,被访问次数最少的那一页。这只要在页表中给每一页增设一个访问计数器即可实现。每当该页被访问时,访问计数器加1,而发生一次缺页中断时,则淘汰计数值最小的那一页,并将所有的计数器清零。-Abstraction:
This design require me use a most unusual swap algorithm. When swap operation is demanded, this algorithm first swap the least accessed page up to present. To implement this algorithm, only need add a counter variable to eash page of the page table. When one page is accessed, the counter increase one. When page invalid interrupt occur, wash out the page with least count, then reset all the counters to zero.
- 2023-08-21 12:30:03下载
- 积分:1
-
电话本程序。用MFC编程了一个简单的电话本程序,一共大家参考。...
电话本程序。用MFC编程了一个简单的电话本程序,一共大家参考。
- 2022-09-02 20:15:03下载
- 积分:1
-
聊天加密安全使用 3DES
这对于使用三重 des (3DES) 算法的加密聊天消息项目。你加入聊天之前您可以打开该程序的用户名和密码。你的讯息文本将被加密,因此没有其他人可以读取消息的 text.this 项目以获得使用三重 des (3DES) 算法的加密聊天消息。你加入聊天之前您可以打开该程序的用户名和密码。将加密消息文本,所以没有别的人可以阅读您的消息文本。这对于使用三重 des (3DES) 算法的加密聊天消息项目。你加入聊天之前您可以打开该程序的用户名和密码。将加密消息文本,所以没有别的人可以阅读您的消息文本。这对于使用三重 des (3DES) 算法的加密聊天消息项目。你加入聊天之前您可以打开该程序的用户名和密码。将加密消息文本,所以没有别的人可以阅读您的消息文本。
- 2022-03-11 21:26:23下载
- 积分:1