-
获取系统硬件信息,内存使用状况,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
-
Drawing any plant function curve using ATL ActiveX
用 ATL ActiveX 绘制任意平面函数的曲线 -Drawing any plant function curve using ATL ActiveX
- 2022-10-27 05:10:03下载
- 积分:1
-
基于template的windows应用程序框架!
基于template的windows应用程序框架!--Windows application frame based on templates
- 2022-05-14 19:44:49下载
- 积分:1
-
基本的游戏
这是游戏的基本的 c# 示例。
c# 代码比较简单,你可以做到。
(
私人 void Form1_Load EventArgs e 对象发件人)
{
pictureBox2.Visible = false;
pictureBox4.Visible = false;
pictureBox5.Visible = false;
}
私人 void Form1_KeyDown (对象发件人、 KeyEventArgs e)
{
如果 (e.KeyCode = = 点头哈腰)
{
pictureBox1.Left = pictureBox1.Left + 10 ;
- 2022-03-02 11:06:11下载
- 积分:1
-
已知数组A包含15个互不相等的整数,数组B包含20个互不相等的整数。试编制一程序把既在A中又在B中出现的整数存放于数组C中。
进一步要求数组A和数组B中的数...
已知数组A包含15个互不相等的整数,数组B包含20个互不相等的整数。试编制一程序把既在A中又在B中出现的整数存放于数组C中。
进一步要求数组A和数组B中的数据用键盘输入,且数据个数不定(最大个数受限制)。-Known to the array A contains 15 mutually exclusive, such as integer, array B contains 20 separate integer and so on. Try to develop a procedure in both A and B appear in the integer stored in an array in C. Further requested that the array A and array B data in the keyboard input, and the number of variable data (maximum number of restricted).
- 2023-04-06 05:15:04下载
- 积分:1
-
串口调试工具
在c#serialPort类的基础上进行了基本封装,通过委托函数传递参数到界面,实现在辅助线程接收数据的同时实时在界面进行系那是
- 2022-04-09 13:30:51下载
- 积分:1
-
delphi 版的 语音自动应答系统。TAPI学习。
delphi 版的 语音自动应答系统。TAPI学习。-delphi version of the automatic voice response system. TAPI learning.
- 2022-01-26 03:55:05下载
- 积分:1
-
系统定时休眠的小程序
系统定时休眠的小程序-system regularly dormancy of small programs
- 2022-01-26 03:16:00下载
- 积分:1
-
网络蚂蚁功能模拟
将不同数据包的信息整合
网络蚂蚁功能模拟
将不同数据包的信息整合-Functional simulation NetAnts different packets of information integration
- 2022-01-30 16:45:00下载
- 积分:1
-
Window Info
从光标获取窗口控件信息
- 2022-10-27 08:45:03下载
- 积分:1