-
获取系统硬件信息,内存使用状况,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
-
multihe programing
multihe programing
- 2022-03-10 09:54:40下载
- 积分:1
-
25阶的FIR滤波器模拟,采用自适应滤波
25阶的FIR滤波器模拟,采用自适应滤波-25 band FIR filter simulation, the use of adaptive filtering
- 2022-06-17 06:05:42下载
- 积分:1
-
非常不错的摄象头程序,对于开发这类程序的人有福了。
非常不错的摄象头程序,对于开发这类程序的人有福了。-A perfect camera application,A good new for you.
- 2022-05-30 06:28:10下载
- 积分:1
-
这是用VC++环境做成的一个图形编程的练习,是一个旋转的风车。...
这是用VC++环境做成的一个图形编程的练习,是一个旋转的风车。-This is the VC environment as a graphical programming practice is a rotating windmill.
- 2022-03-05 11:41:44下载
- 积分:1
-
With VC (MFC) prepared Tetris game
用VC(MFC)编写的俄罗斯方块游戏源码程序,经本人测试程序可以运行。共编程爱好者交流使用-With VC (MFC) prepared Tetris game-source process, as I can run a test procedure. A total exchange of the use of programming enthusiasts
- 2022-12-02 00:05:03下载
- 积分:1
-
用javascript开发字典探测用户名或密码工具.rar
用javascript开发字典探测用户名或密码工具.rar-Use javascript to detect the development of dictionaries username or password tool. Rar
- 2022-05-27 12:05:32下载
- 积分:1
-
Verificado web
- 2022-08-06 15:33:03下载
- 积分:1
-
程序能够实现黑白棋子交替落子,判断输赢,重新开始游戏
程序能够实现黑白棋子交替落子,判断输赢,重新开始游戏-Sub-programs can be achieved Reversi alternate Lazi, judge winners and losers, to re-start the game
- 2022-09-04 05:20:03下载
- 积分:1
-
语言运用系统
易语言 调用sys驱动的例程 用于给初学者 学习 使用 -E language Use sys
- 2022-11-22 00:20:03下载
- 积分:1