-
获取系统硬件信息,内存使用状况,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
-
创建屏幕保护程序的基础类例子
创建屏幕保护程序的基础类例子-The example of the class of creating screen-save program
- 2022-07-28 15:16:19下载
- 积分:1
-
this is a airline system
this is a airline system
- 2022-01-30 11:04:39下载
- 积分:1
-
Windows CE 应用程序开发(英文).rar,手机windows ce 开发书籍
Windows CE 应用程序开发(英文).rar,手机windows ce 开发书籍-Windows CE application development (in English). Rar. Development windows ce phone books
- 2022-02-07 10:13:23下载
- 积分:1
-
DELPHI图书租赁管理系统
DELPHI图书租赁管理系统-lease management system
- 2023-03-10 11:15:03下载
- 积分:1
-
VB language to achieve wave of small procedures, landscaping Form interface.
VB语言实现的波浪形小程序,美化窗体界面。
- 2022-01-28 08:51:46下载
- 积分:1
-
四则运算小程序。生成可视化友好的界面,跟普通计算器很像,功能也还比较全。可以运行加减乘除,求余、清零、退出。...
四则运算小程序。生成可视化友好的界面,跟普通计算器很像,功能也还比较全。可以运行加减乘除,求余、清零、退出。-four small Operational procedures. Generation Visual friendly interface, like with ordinary calculators, are also more functional whole. The arithmetic can run, I seek, reset the withdrawal.
- 2022-01-26 06:29:15下载
- 积分:1
-
discrete mathematics learning at the request of the teacher to prepare procedure...
学习离散数学时在老师地要求下编写的个小程序,离散数学――求集合。-discrete mathematics learning at the request of the teacher to prepare procedures for the small, discrete mathematics-- seeking pool.
- 2022-05-22 05:28:13下载
- 积分:1
-
以下是本系统静态页面的实现过程。在信息发布管输入信息后,提交到一个保存页面的ASP文件,由此文件静态页面。该文件的主要代码如下 生成 html 文件的函数,建立...
以下是本系统静态页面的实现过程。在信息发布管输入信息后,提交到一个保存页面的ASP文件,由此文件静态页面。该文件的主要代码如下 生成 html 文件的函数,建立以系统时间命名,后缀“.shtml”的文件。-These are the static pages of the system implementation process. In the information dissemination management input information, save the page to submit to an ASP file, this file static pages. The main source of the document is as follows generated html file function system time to establish a name suffix ". Shtml" files.
- 2023-07-30 22:55:03下载
- 积分:1
-
模拟自动售货机
Simulate a Vending Machine
- 2022-01-26 08:16:40下载
- 积分:1