-
获取系统硬件信息,内存使用状况,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
-
own definition of the interface is the interface to achieve ddfd
自己定义的接口 是接口的实现 ddfd-own definition of the interface is the interface to achieve ddfd
- 2022-02-28 10:10:36下载
- 积分:1
-
几个 源代码,关于汇编dos窗口的,大家可以
几个 源代码,关于汇编dos窗口的,大家可以-several source code, on the compilation dos window, we can see!
- 2022-12-16 03:35:03下载
- 积分:1
-
Basic Serial Write and Read
Basic Serial Write and Read
- 2023-07-16 05:45:03下载
- 积分:1
-
无,用c写的.很好用精美日期选择器1.0版,大家试试吧,谢谢各位了...
无,用c写的.很好用精美日期选择器1.0版,大家试试吧,谢谢各位了-without using c writes. With exquisite good choice for the date of version 1.0, we try it, thank you a
- 2022-03-31 07:48:07下载
- 积分:1
-
基于SCOOT交通信号灯处理
利用java仿真交通信号灯
输入每条道路的流量数据
即可仿真出最优的时间周期
- 2022-02-07 09:02:42下载
- 积分:1
-
万人迷网络电话zhenzzhengdeyuanma
万人迷网络电话zhenzzhengdeyuanma-WRMWLdhyuanma
- 2022-03-31 08:49:45下载
- 积分:1
-
提高教师的有效性和提高学习者包括客户保留…
Enhance instructor effectiveness and improve learner retention by including custom simulations and games in virtual classrooms
- 2022-01-31 17:03:55下载
- 积分:1
-
一个用于生成文本文件的小程序,很浅显的C++程序
一个用于生成文本文件的小程序,很浅显的C++程序-Text file used to generate a small program, it is simple C++ Procedures
- 2023-07-24 12:25:03下载
- 积分:1
-
DXGI视频捕获代码
win7以上支持DXGI直接捕获windows屏幕,但是锁定状态下无法捕获桌面。里面已经直接封装成对象,如果不会写的小伙伴可以直接拿过去使用编译
- 2022-01-28 13:20:12下载
- 积分:1