-
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
-
相伴
LINKES
page rank link checker
- 2022-11-07 03:40:03下载
- 积分:1
-
一个效果非常好的24,16bit真彩位图转化成256彩色或黑白位图的演示程序代码,其中调用了一个动态连接库。
作者邮箱:akiy@eyou.com...
一个效果非常好的24,16bit真彩位图转化成256彩色或黑白位图的演示程序代码,其中调用了一个动态连接库。
作者邮箱:akiy@eyou.com
-a very good effect per bit color bitmap into 256 color or black and white bitmap demo code, which called a dynamic link library. Author mail : akiy@eyou.com
- 2023-07-10 18:20:03下载
- 积分:1
-
卡尔曼滤波器在运动目标中的跟踪研究概要.doc
说明: 论文针对运动目标跟踪的问题,建立了简洁有效的数学模型,在问题的解决中引入了Kalman滤波器系统,对其滤波算法进行了推导,深入理解了Kalman滤波器的迭代思想,并使用Matlab软件对Kalman滤波思想在运动目标跟踪问题中的应用进行了仿真验证,仿真结果表现正确无误。(Aiming at the problem of moving target tracking, this paper establishes a simple and effective mathematical model, introduces Kalman filter system into the solution of the problem, deduces its filtering algorithm, deeply understands the iterative idea of Kalman filter, and uses MATLAB software to simulate the application of Kalman filter idea in moving target tracking. The simulation results are correct No mistake.)
- 2019-11-24 23:16:08下载
- 积分:1
-
模电
说明: The grayscale processed image is saved in the compression package. Please have a look,
- 2020-02-25 20:36:05下载
- 积分:1
-
直流电动机控制系统的FPGA的设计与实现。
直流电动机控制系统的FPGA的设计与实现。-DC Motor Control System Design and Implementation of FPGA.
- 2022-06-11 23:48:48下载
- 积分:1
-
数组与二维数组
应用背景basicamente ES UNA muestra de科摩硒克林洛杉矶阵列在C++ metodologia orientada CON UNA的一个东西。关键技术包括朋友类对LAS operaciones matriciales basicas。
- 2022-01-22 08:08:49下载
- 积分:1
-
msp432_driverlib_3_21_00_05
MSP432DriverLib官方芯片包(MSP432 DriverLib Official Chip Package)
- 2020-06-19 08:40:01下载
- 积分:1
-
雷老虎短信平台对接程序
雷老虎短信平台的开发该源码可以连接雷老虎短信平台发送短信查询信息等
- 2022-07-12 10:22:02下载
- 积分:1
-
driver test system interface in good running under 98 C/S mode
驾驶员考试系统界面不错在98下运行C/S模式-driver test system interface in good running under 98 C/S mode
- 2022-04-08 00:18:15下载
- 积分:1