-
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
-
"c builder Learning Solutions," the Chinese version. Rar
《c++builder学习大全》中文版.rar-"c builder Learning Solutions," the Chinese version. Rar
- 2022-02-15 07:08:12下载
- 积分:1
-
2649
matlab code for fuzzy logic algorithm
- 2010-11-18 02:15:42下载
- 积分:1
-
开源爬虫数据操作教程
说明: 数据爬取,通过几行代码就可以在openstreetmap上爬取自己想要的路网/铁路网/地铁/自行车/步行的node.csv和link.csv文件。(Data crawling.With a few lines of code, you can climb the road network / railway network / subway / bicycle / pedestrian network you want on OpenStreetMap node.csv and link.csv Documents.)
- 2020-12-26 09:44:32下载
- 积分:1
-
simple clock on PIC16f886
writing at mikroC 8.2
proteus 7
simple clock on PIC16f886
writing at mikroC 8.2
proteus 7
- 2022-01-27 11:36:34下载
- 积分:1
-
71477196pH2
一个质子交换膜燃料电池氢气模型,可用于阴极模型,用于控制。(A proton exchange membrane fuel cell hydrogen model, which can be used in the cathode model for control.)
- 2017-12-22 08:51:33下载
- 积分:1
-
supplies insurance management system
劳保用品管理系统-supplies insurance management system
- 2023-05-26 14:00:03下载
- 积分:1
-
RotorCampbell
ansys计算转子轴系临界转速,画坎贝尔图的源代码(ansys rotor shaft critical speed calculation, painting Campbell diagram of the source code)
- 2013-11-15 14:41:01下载
- 积分:1
-
GprMax中文说明书
说明: 这是gprmaxV2.0 中文说明书,适合初学者(This is the Chinese Manual of gprmax V2.0. It is suitable for beginners.)
- 2019-05-10 14:47:12下载
- 积分:1
-
jiugongtuyouxi
说明: 一个有助于开发智力的八数码小游戏,有兴趣的小朋友可以看看,java初学者也可以借鉴(Contribute to the development of a digital game of eight intellectual, interested children can see, java beginners can learn)
- 2011-03-14 19:30:55下载
- 积分:1