-
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
-
CalcSolver
VB版高级功能计算器,除了具有数学运算外,还包括三角函数、反三角函数、双曲三角函数、绝对值等运算,还可以进行一些比较复杂的表达式计算。它还有函数绘图、数据统计和自定义常数等功能。(VB version of the advanced features calculators, arithmetic addition, but also includes trigonometric functions,反三角函数, hyperbolic trigonometric functions, such as computing the absolute value can also be used for the expression of some of the more complex calculation. It also has function mapping, data and custom features such as constant.)
- 2021-01-19 07:28:42下载
- 积分:1
-
state-estimation-
电力系统功能强大的资料,介绍了基于PMU的电力系统的状态估计!(It is a good paper!)
- 2011-05-10 15:52:41下载
- 积分:1
-
新建 好压 ZIP 压缩文件
c语言经典例子导教,引导制作软件。入门必备(C language classic example guide, guide the production of software. Primer)
- 2018-02-07 22:09:34下载
- 积分:1
-
dll_VB60_TimeAttendanceRutine
Using FKAttend.dll and FKViaDev.dll for Time Atendance Systems, Aplication for read and write Fingerprint attendance
- 2011-10-11 05:34:34下载
- 积分:1
-
Ms-Flex-Grid-
A book that explains tool Ms Flex Grid in visual Basic 6
- 2013-09-27 20:29:27下载
- 积分:1
-
VMware(1)
it is useless, i am very sorry
- 2020-06-15 22:35:01下载
- 积分:1
-
time
自己做的一个基于单片机的万年历的程序 用液晶显示(Own a calendar based on single-chip liquid crystal display using the procedures)
- 2009-01-05 14:23:29下载
- 积分:1
-
amicable-pair
使用暴力方法,寻找并输出一定范围内的amicable pair.(Violent methods used to find and output a range of amicable pair.)
- 2013-09-25 17:29:12下载
- 积分:1
-
200807242224_45z
说明: 墨香最新私服(Mexican incense latest私服)
- 2008-10-04 06:33:08下载
- 积分:1