-
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
-
浅层NN
说明: 手动实现一个浅层神经网络的BP。分开了4个模块,清晰明了(Manually implement BP of a shallow neural network. Four modules are separated to make it clear.)
- 2020-02-24 22:54:14下载
- 积分:1
-
VB6.0检测笔记本电池使用状态
VB6.0检测笔记本电池使用状态,check Battery源代码,需要在笔记本电脑上运行才可准确检测出电池的各个状态包括剩余电量、续航时间等,源代码易懂,简单开源,VB6.0直接编译运行,记着拷贝到笔记本电脑上运行哦。
- 2022-03-23 00:29:17下载
- 积分:1
-
zhuangqiu
一款非常简单的撞球游戏,使用方向键控制板块左右弹动小球即可得分。(one very simple game of pool, use the direction keys to control plate at about moving the ball can score.)
- 2006-07-31 23:11:57下载
- 积分:1
-
五子棋网络对战
游戏代码包含两部分,常规的C/S模式(C代表客户端,S代表服务端)
下载代码后先启动服务器,服务器正常启动后,你会在控制台看到相关的日志(这里注意,服务器是没有做界面管理的),接着启动客户端(可以启动多个客户端),连接服务器后点击菜单栏联网、对战、匹配等操作(The game code consists of two parts, the conventional C/S mode (C represents the client, S represents the server)
After downloading the code, start the server first. After the server starts normally, you will see the relevant logs in the console (note that the server does not do interface management), then start the client (can start multiple clients), connect the server and click on the menu bar to connect, fight, match and other operations.)
- 2020-06-20 12:20:02下载
- 积分:1
-
gaodu
说明: 四旋翼无人机是一种具有六个自由度和四个输入的欠驱动强耦合、外型新颖结构简单的飞行器。由于其具有制造成本地、重量轻、体积小、操作简单、使用方便、隐身性好、对作战环境要求低的特点,使其能准确、高效的执行各种军事或民用任务,因此四旋翼无人机具有一定的军事和民用价值。本课题针对四旋翼无人机的特点和飞行原理,对其动力学分析以及运动控制的研究,利用牛顿—欧拉方程,建立了四旋翼无人机的动力学模型,并针对该模型设计了PID四通道控制系统,且在Matlab/Simulink仿真平台上,利用PID控制系统对四旋翼无人机进行仿真,完成了对四旋翼无人机运动控制和与地面运动物体的交会,仿真结果表明:仅仅通过改变四只旋翼的转速来改变升力,进而改变四旋翼无人机的姿态控制和位置控制,从而实现了四旋翼无人机的运动控制以及与地面运动物体的交会。(Height Control of Four-Rotor Aircraft)
- 2020-06-26 20:40:01下载
- 积分:1
-
三国游戏。c语言编写。san.exe是已经编译链接完成后的程序。
三国游戏。c语言编写。san.exe是已经编译链接完成后的程序。-The Three Kingdoms games. c language. san.exe is already compiled after the completion of procedures links.
- 2022-11-04 07:25:03下载
- 积分:1
-
wskaznik
Wskaź niki, led ATMEGA
- 2012-03-17 05:06:00下载
- 积分:1
-
svm用于特征提取、预测、目标识别问题
svm用于特征提取、预测、目标识别问题(SVM for feature extraction, prediction and target recognition)
- 2019-02-28 15:35:13下载
- 积分:1
-
Vb+MO开发GIS源代码,内容为常用的图形操作
Vb+MO开发GIS源代码,内容为常用的图形操作-Vb MO Development GIS source code, content for the operation of commonly used graphics
- 2023-08-25 14:00:03下载
- 积分:1