-
Falcon 4220 DataSheet.pdf
Falcon4220 DataSheet.pdf Falcon 4220 DataSheet.pdf-Falcon 4220 DataSheet.pdf
- 2022-03-20 04:46:59下载
- 积分: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
-
NamelessCotrunQuad_V1.0-master
说明: 无名飞控源码下载,包含PID,四轴,ADRC,姿态角等一系列算法(Anonymous flight control)
- 2019-01-18 20:48:48下载
- 积分:1
-
Android activity、菜单及dialog、列表等常见UI源码
Android activity、菜单及dialog、列表等常见UI源码,下面依次介绍各目录里的功能演示:
activity_intent:activity的跳转1.不带返回值的跳转2.带返回值的跳转,intent的简单介绍。Bundle的简单介绍。
dialog:如何在android中使用dialog对话框,弹出框。
layout:一个布局的例子,主要利用xml文件进行布局,这里边用到的是RelativeLayout。
1.ActivityMain演示了linerLayout。
2.ActivityLayout 演示了RelativeLayout和linerLayout的结合。
3.ActivityRelativeLayout 演示了单独的RelativeLayout。
另外还有安卓MENU、Widget、toast_and_notification等相关实例源码。
- 2022-07-01 00:49:36下载
- 积分:1
-
Console game in the category of file operations for reading. Txt files, displaye...
控制台小游戏中的文件操作类,用于读取.txt文件,显示在控制台上.还有一个主函数文件.-Console game in the category of file operations for reading. Txt files, displayed on the console. There is also a main function of a document.
- 2023-03-03 18:10:03下载
- 积分:1
-
Gateway_427
说明: STM32F427芯片的例程,主要是把串口、usart通信等功能调通(Stm32f427 routine, mainly to serial port, USART communication and other functions)
- 2020-10-17 09:18:37下载
- 积分:1
-
C#写的简单人物对战游戏雏形
C#写的简单人物对战游戏雏形,游戏用到了贴图,还有动画效果,人物对战其实也只实现了基本的功能,甚至还不能叫做游戏,感兴趣的拿去研究吧。
- 2022-05-05 19:31:02下载
- 积分:1
-
魔力工程外挂1
说明: 简单挂接,高速战斗,高速走路,步步遇敌,不遇敌,穿墙,关闭倒数,高速采集,高速合成,无限跳舞(Simple hook up, high-speed combat, high-speed walking, step by step encounter enemy, no enemy, through the wall, close the countdown, high-speed acquisition, high-speed synthesis, unlimited dancing)
- 2020-04-05 00:56:05下载
- 积分:1
-
学习linux的好文档,查看linux下pdg文件,很有用处,对学习linux.
学习linux的好文档,查看linux下pdg文件,很有用处,对学习linux.-learning linux good documentation, check under linux pdg documents, useful, learning linux.
- 2022-02-12 00:26:36下载
- 积分:1
-
dwsda
远程控制杂项模块,很好的易模块,适合易编程者使用(Miscellaneous remote control module, a very good and easy module, suitable and easy to use programming)
- 2011-05-07 11:27:36下载
- 积分:1