-
获取系统硬件信息,内存使用状况,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
-
作图,画画。c++编程实现,小功能,小技巧
作图,画画。c++编程实现,小功能,小技巧-Drawing, painting. c++ programming, small features, small skills! ! ! !
- 2023-07-17 20:25:03下载
- 积分:1
-
windows的API函数的归纳电子书,系统全面的介绍了百分之九十的API函数。...
windows的API函数的归纳电子书,系统全面的介绍了百分之九十的API函数。-windows into the API function of e-books, systematic and comprehensive introduction to the 90 of the API function.
- 2022-02-26 18:37:21下载
- 积分:1
-
这是一个用VB实现的数据库打印小程序。
这是一个用VB实现的数据库打印小程序。-This is a VB database Print small programs.
- 2022-11-11 05:55:03下载
- 积分:1
-
CPU主频计算器
该软件不调用任何系统接口,采用自己的计算模式计算当前运行CPU的主频,能够准确无误的判定当前CPU的主频,使得各种虚假的CPU参数修改软件现行。软件采用VC编写,供各位对CPU速度判定有需求的程序员参考!
- 2022-05-30 10:03:47下载
- 积分:1
-
包括二叉树的建立和查找,是查找算法的一种,大家可以看看,参考一下。...
包括二叉树的建立和查找,是查找算法的一种,大家可以看看,参考一下。-Including the establishment of a binary tree and search is a search algorithm, we can see that reference.
- 2022-05-15 17:01:38下载
- 积分:1
-
数组的建立擦除,存取到文件和读取文件
数组之间的加法乘法运算等...
数组的建立擦除,存取到文件和读取文件
数组之间的加法乘法运算等-Erase the establishment of an array, access to documents and read the file between the adder array multiplication such as
- 2023-08-07 01:50:03下载
- 积分:1
-
on a lt; Asp : datagridegt; The small program, the data insert, modify and delet...
一个关于的小程序,实现数据的插入,修改和删除功能,可供参考.-on a lt; Asp : datagridegt; The small program, the data insert, modify and delete functions, for reference.
- 2022-12-06 19:15:03下载
- 积分:1
-
a hook on the original programming code
一个关于hook的编程原代码-a hook on the original programming code
- 2022-04-20 17:51:07下载
- 积分:1
-
vb6.0报表控件 6.0中,动态报表很难实现,此程序帮你解决了此类问题...
vb6.0报表控件 6.0中,动态报表很难实现,此程序帮你解决了此类问题-vb6.0 statements Control 6.0, dynamic statements difficult to realize that this procedure will help you solve this kind of problem
- 2022-06-13 11:14:52下载
- 积分:1