-
cwlbrowser-5.0
cwlbrowser for python3
- 2020-06-22 01:20: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
-
河北工业大大一至大二学期,课程设计源码,课程题目是变幻线,希望对大家有所帮助,特别是河北工业大学的同学。...
河北工业大大一至大二学期,课程设计源码,课程题目是变幻线,希望对大家有所帮助,特别是河北工业大学的同学。-Hebei Tai substantially a second semester, the curriculum design source, the curriculum is changing the subject line, and they hope to help everyone, especially students of Hebei Industrial University.
- 2022-07-14 23:03:41下载
- 积分:1
-
三相异步电机经典的参数辨识MATLAB仿真模型
说明: 三相异步电机经典的分步参数辨识MATLAB仿真模型,实现对定子电阻、转子电阻、漏感和互感的辨识。(The classical step-by-step parameter identification MATLAB simulation model of three-phase asynchronous motor can identify stator resistance, rotor resistance, leakage inductance and mutual inductance.)
- 2020-06-16 13:00:01下载
- 积分:1
-
粒子群算法优化PID系数
说明: 使用粒子群算法优化PID控制系统参数,提升PID性能(Using particle swarm optimization to optimize PID control system parameters and improve PID performance)
- 2020-12-23 09:33:20下载
- 积分:1
-
6-sps workspace
说明: 可用于求解sps结构的机器人的工作空间,仅供参考(Workspace for robots that can be used to solve sps structures, for reference only)
- 2019-11-30 13:53:08下载
- 积分:1
-
台球管理系统(台球管理系统)台球管理系统
台球管理系统(台球管理系统)台球管理系统-Billiards management system (billiards Management System) Billiard Management System
- 2022-03-20 17:10:55下载
- 积分:1
-
DWASHASTOTRA
说明: dwaita stotra ccsbcshbcsjhsjs sc cczc
- 2019-05-01 12:08:08下载
- 积分:1
-
python
说明: 通过读入文件,再进行大小写转换,再写出文件,得到转换结果。(By reading in the file, converting the case and writing out the file, the conversion result is obtained.)
- 2020-06-07 11:10:00下载
- 积分:1
-
内容替换打印
用易语言操作word,完成查找,替换等等(Operate word with easy language, complete search, replace, and so on)
- 2020-06-30 01:40:02下载
- 积分:1