-
shudianwang
输电网可靠性评估 毕业设计作业 可以参考下(Grid reliability assessment grid reliability assessment grid reliability assessment)
- 2013-06-20 14:38:57下载
- 积分:1
-
RainyNight
说明: 使用 C++在画布上实现城市的雨夜动态效果图。(Realizing the Dynamic Effect Map of Rain Night in the City)
- 2020-06-18 05:40:02下载
- 积分:1
-
icePubDll
获取计算机硬件信息的动态链接库,CPU序列号,硬盘序列号,MAC地址等信息
例程:
void gethardinfo()
{
QString str1="";
char buff[1024];
char buff2[1024];
char temp;
typedef int (WINAPI ICEPUB_MACHINEGETINFO)(int typeFlag,char *strInfo);
ICEPUB_MACHINEGETINFO *icePub_machineGetInfo = 0;
HINSTANCE hDLLDrv = LoadLibrary("icePubDll.dll");
if(hDLLDrv)
{
icePub_machineGetInfo = (ICEPUB_MACHINEGETINFO *)GetProcAddress(hDLLDrv, "icePub_machineGetInfo");
}
icePub_machineGetInfo(3,buff);
str1=buff;
int i=0;
int n=0;
n=str1.length();
qDebug()<<n;
for(i=0;i<n;i+=2)
{
temp=buff[i];
buff2[i+1]=temp;
buff2[i]=buff[i+1];
}
QString str2=buff2;
qDebug()<<buff2;
qDebug()<<str2;
}(Access to the computer hardware information dynamic link library, CPU serial number, hard disk serial number, MAC address and other information)
- 2017-12-28 11:45:08下载
- 积分:1
-
shuizhunceliang
此程序能指导四等水准测量过程并计算相关限差,以及计算闭合差(This program will guide four leveling process and calculate the relevant limit is poor, and to calculate the closed-poor)
- 2009-10-08 11:23:47下载
- 积分:1
-
gh0st
修改过的GH0ST界面和功能调整,增加启动FLASH(Revised GH0ST interface and functionality adjustments to increase the boot FLASH)
- 2010-02-20 22:53:05下载
- 积分:1
-
CTFromCam_v0
基于压缩跟踪实现视频流指定目标的实施跟踪(Implementation tracking of specified target in video stream based on compressed tracking)
- 2017-11-04 19:28:26下载
- 积分:1
-
jisuanqi
C++普通计算器的功能,实现整数、小数的加减乘除的算法,有退格、清空的功能。(Common calculator functions)
- 2014-03-20 16:23:25下载
- 积分:1
-
CsystemSimAndWA_11417507
通信系统仿真原理与无线应用,matlab仿真参考书(Communication System Simulation Theory and wireless applications, matlab simulation of reference books)
- 2009-12-17 13:59:51下载
- 积分:1
-
856334657645
小型VB图片管理系统(Access),有需要的就下载吧。(Small VB Image Management System (Access), there is a need to download it.)
- 2013-08-04 14:27:44下载
- 积分:1
-
Barcode
This is Baroce module
- 2020-06-25 02:00:01下载
- 积分:1