-
获取系统硬件信息,内存使用状况,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版本号和运行模式!
这个小程序可以获取windows版本号和运行模式!-This small program can obtain the windows version number and operating mode!
- 2022-02-10 12:15:45下载
- 积分:1
-
这个项目里 de gestao de internamento
这个项目里 que permite gerir um internamento 没有医院。
cadastrando 非政府组织,e pacientes
- 2023-06-23 16:50:04下载
- 积分:1
-
using keystroke input through the RS232 interface and system control
通过RS232接口使用按键输入和系统控制
- 2022-08-06 17:15:02下载
- 积分:1
-
图论的小软件代码,可以实现简单的功能,是vc++下完成的
图论的小软件代码,可以实现简单的功能,是vc++下完成的-Graph theory, a small software code that can perform simple functions, is done under vc++
- 2022-12-27 18:40:04下载
- 积分:1
-
Delaunay三角网作为一种主要的DTM表尔法,具有权其广泛的用途。经过二十多年来的研究,它的生成算法巳趋于成熟。本文简要介绍了Delaunay三角网的定又及...
Delaunay三角网作为一种主要的DTM表尔法,具有权其广泛的用途。经过二十多年来的研究,它的生成算法巳趋于成熟。本文简要介绍了Delaunay三角网的定又及其特性,在简单回顾和评价了分割―归并法,逐点插入法,三角冈生长法等三类主沈算法的基础上,提出了一个融以上算法优点于一体,兼顾空间与时间性能的合成算法。经测试,一般情况下它的运算速度远快于逐点插入法,与分割―归并法相当,较好的情况下快于分割―归并法。-Delaunay Triangulation as a major DTM Fall table, with the right to its extensive use. After 20 years of study, which had been generating algorithm is maturing. This paper introduces a Delaunay Triangulation and another set of characteristics, in a brief review and evaluation of the divide-conquer method, point by point insertion method, the supraspinatus Growth Triangle law Shen three main algorithm on the basis of the above algorithm into an advantage in that balanced space and time performance of synthesis algorithm. After tests, under normal circumstances it"s computational speed much faster than the insertion point by point, and the divide-conquer method rather, a better situation faster than divide-conquer method.
- 2022-08-21 12:05:01下载
- 积分:1
-
CImageList类的使用和显示动画
CImageList类的使用和显示动画-CImageList category and demonstrate the use of animation
- 2022-10-25 23:50:02下载
- 积分:1
-
汇编语言,用于统计输入的字符串中各个字符的个数。
汇编语言,用于统计输入的字符串中各个字符的个数。-country every word
- 2022-11-03 03:00:03下载
- 积分:1
-
舍入误差与有效数C源代码
舍入误差与有效数C源代码-rounding error and the effective number of C source code
- 2023-05-01 04:15:02下载
- 积分:1
-
很精致的冲浪计数器
很精致的冲浪计数器-very delicate counter surfing
- 2022-01-21 02:07:58下载
- 积分:1