-
获取系统硬件信息,内存使用状况,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
-
provides for a division of silent video detection procedures, and results in the...
提供了一个用于视频分割的静音检测程序,结果以帧的位置的形式给出。-provides for a division of silent video detection procedures, and results in the frame position is given in the form.
- 2022-01-24 14:55:32下载
- 积分:1
-
本人在网上看到了很多扫雷的源码,但总感觉不是很满意!于是就写下了这个程序!,由于是初学者,所以没有添加计时器!...
本人在网上看到了很多扫雷的源码,但总感觉不是很满意!于是就写下了这个程序!,由于是初学者,所以没有添加计时器!-Feeling is very powerful
- 2022-11-01 16:15:03下载
- 积分:1
-
I2C串行总线模型。和一些PDF,也许有帮助。
i2c serial bus model. and some pdf in it, maybe helpful.-i2c serial bus model. And some pdf in it, maybe helpful.
- 2022-10-08 13:35:03下载
- 积分:1
-
Knight Online GameServer 3.0
1886 GameServer Project Have 2 Bug Socket Bug And Merchant Bug VS2010 , very bug fixed project fixers ; katana , AKUMA,eridia,bodom . Thanks Twostars .........................
- 2022-03-15 06:39:23下载
- 积分:1
-
ATL控件写的,实现二进制,八进制,十进制,hexadecima…
atl写的控件,用于实现二进制,八进制,十进制,十六进制数值转化.-atl controls written for the realization of a binary, octal, decimal, hexadecimal conversion values.
- 2022-03-05 05:24:51下载
- 积分:1
-
手机游戏源代码
手机游戏源代码 -mobile gaming source mo bile gaming source mobile gaming source code
- 2023-02-25 20:00:03下载
- 积分:1
-
此目录包含2个光流的实现
This directory contains implementations of two optical flow
algorithms and some utilities:
- 2022-05-05 16:45:49下载
- 积分:1
-
时间函数举例,一个猜数游戏,判断一个人反应快慢。
时间函数举例,一个猜数游戏,判断一个人反应快慢。-function of time, for example, imagine a few games, a judge who reaction speed.
- 2022-05-24 05:31:16下载
- 积分:1
-
RevCore 模拟器
热血江湖模拟器革命核心C#.NET框架4.0revcore是免费软件:您可以重新分配和/或修改它在GNU通用公共许可证的条款发表自由软件基金会,该许可证是3版本,或(由你选择)任何更新的版本。revcore是分布在希望这将是有益的,但没有任何担保;没有连暗示的保证适销性或适用于特定用途。见GNU通用公共许可证的更多细节。
- 2023-08-06 23:30:11下载
- 积分:1