-
获取系统硬件信息,内存使用状况,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
-
windows socket编程示例
windows socket编程示例-windows socket programming paradigm
- 2023-09-02 12:20:03下载
- 积分:1
-
添加URL快捷方式到收藏夹、开始菜单和桌面上
添加URL快捷方式到收藏夹、开始菜单和桌面上-Add to Favorites URL shortcut to start menu and desktop
- 2022-02-05 12:22:48下载
- 积分:1
-
为了提高扫描速度,本程序采用了多线程技术和非阻塞I/O的技术...
为了提高扫描速度,本程序采用了多线程技术和非阻塞I/O的技术-to improve scanning speed, the program uses a multi-threading technology and nonblocking I/O technology
- 2022-08-15 22:19:25下载
- 积分:1
-
dump注册表的hives文件,功能齐全,测试成功。欢迎大家测试使用。
dump注册表的hives文件,功能齐全,测试成功。欢迎大家测试使用。-dump registry hives documents, full-featured, testing success. Welcome to test the use of everyone.
- 2022-01-25 16:23:26下载
- 积分:1
-
机器人
蛇形机器人结构、运动及控制的研究 蛇形机器人结构、运动及控制的研究-robot
- 2023-02-06 20:00:04下载
- 积分:1
-
Tetris game procedures, procedures and the operation of the keyboard up and arou...
俄罗斯方块的游戏程序,程序的操作与键盘的上下,左右键一致,上键还起变形的作用,下键起加速的作用-Tetris game procedures, procedures and the operation of the keyboard up and around key agreement on the bond had a role in the deformation, the next key role in accelerating effect
- 2022-03-26 06:20:17下载
- 积分:1
-
自动添加vc控件,用vc.net编写,内有源码,适合学习,有一定的借鉴价值...
自动添加vc控件,用vc.net编写,内有源码,适合学习,有一定的借鉴价值-Automatically added vc control, with vc.net write, there are source code, suitable for learning, there is a certain reference value
- 2022-03-04 08:12:56下载
- 积分:1
-
Unit Conversion
使用Nuget包转换单位。所有常用计量单位及其换算。
- 2022-07-09 19:22:38下载
- 积分:1
-
这是一本effectiveC++_2E,对于大多数用C或C++的学习者有很大帮助!...
这是一本effectiveC++_2E,对于大多数用C或C++的学习者有很大帮助!-This is a effectiveC++ _2E, For most use C or C++ Learners are very helpful!
- 2022-01-26 03:49:42下载
- 积分:1