-
获取系统硬件信息,内存使用状况,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
-
最短路径数据结构算法设计:设计两个城市之间的最短路径
最短路径数据结构算法设计:设计两个城市之间的最短路径
-Shortest path algorithm for data structure design: the design between the two cities of the shortest path
- 2022-01-24 10:06:29下载
- 积分:1
-
实现在保证猎人、狼以及狗均安全的情况下使他们都渡过河去。...
实现在保证猎人、狼以及狗均安全的情况下使他们都渡过河去。-It must complete the function which guarntee that
hunters,wolves and dogs can cross the river on the condition that they are safe.
- 2022-06-18 13:00:49下载
- 积分:1
-
用EVC4.0开发的一个画图板程序,可以打开或存储为bmp格式的文件...
用EVC4.0开发的一个画图板程序,可以打开或存储为bmp格式的文件-EVC4.0 with a drawing board to develop procedures that will open or stored as bmp files
- 2022-01-31 09:42:40下载
- 积分:1
-
利用数字图像编码技术实现的h.263编解码程序。程序还有点bug,希望大家多多交流,对程序进行一下修改!...
利用数字图像编码技术实现的h.263编解码程序。程序还有点bug,希望大家多多交流,对程序进行一下修改!-Using digital image coding technology to achieve the h.263 codec program. Program a little bit bug, hope that we interact more, modify the program to look at!
- 2022-03-24 11:55:29下载
- 积分:1
-
程序使用VC来扫描端口!!程序简单适用于VC的初学者
程序使用VC来扫描端口!!程序简单适用于VC的初学者-VC uses to scan the port!! Procedures are simple and applies to VC beginner!!
- 2022-05-07 11:40:17下载
- 积分:1
-
vb编写的简单打开文件源码,功能比较简单适合初学
vb编写的简单打开文件源码,功能比较简单适合初学-vb open the document prepared by a simple source, function is relatively simple for beginners
- 2022-03-29 07:58:16下载
- 积分:1
-
婚姻匹配器
采用MFC 框架更加某种规则实现最佳婚姻配对 (中兴程序大赛作品) 基于单文档的应用程序 学习MFC的童鞋可以下载看看
- 2022-03-19 08:32:54下载
- 积分:1
-
采用IO模拟I2C
该代码是基于STM107VCT6,I2C采用IO模拟的方式访问EEPROM的例程。由于网上经常出现使用STM的硬件I2C,总是会出现问题,这个代码中是采用IO模拟的方式
- 2022-04-11 18:20:34下载
- 积分:1
-
基于Agent技术的人工智能交通系统仿真,java实现的具体代码
基于Agent技术的人工智能交通系统仿真,java实现的具体代码-Agent-based artificial intelligence traffic system simulation, java code to achieve a specific
- 2022-07-19 03:18:28下载
- 积分:1