-
多台计算机在研究中,看它实现
好多计算机方面的研究 与 实现 大家看看吧 -many computers in the study and look at it to realize
- 2023-04-01 02:30:03下载
- 积分:1
-
Pragmatic Guide to Subversion
项目开发用到的版本控制软件SVN,介绍一些实际操作,易懂(SVN, the version control software used in the project development, introduces some practical operations and is easy to understand)
- 2020-06-22 06:20:01下载
- 积分:1
-
数据结构做的一个小程序 对二叉进行的遍历
数据结构做的一个小程序 对二叉进行的遍历-data structure to do a small procedure on the two forks of the ergodic
- 2022-04-24 18:14:38下载
- 积分:1
-
Allan
计算MEMS陀螺的Allan方差,并求出与Allan方差相关的五个系数,最后在求出拟合误差(Allan variance calculation of MEMS gyroscope, and find the Allan variance associated with the five factors, and finally find the fitting error)
- 2021-04-19 12:58:52下载
- 积分: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
-
电位器
实现电位器控制舵机的作用旋转,实现了51单片机的AD转换,讲转换的制再转换成舵机的角度(The potentiometer controls the action and rotation of the steering gear, realizes the AD conversion of 51 single chip computer, and then converts the conversion system into the angle of the steering gear.)
- 2020-06-25 13:40:02下载
- 积分:1
-
苹果v10自适应高仿时光影院
苹果CMSV10自适应仿时光影视(Apple CMSV10 Adaptive Time Imitating Film and Television)
- 2020-06-22 03:40:02下载
- 积分:1
-
computer grade examination procedures part of the
c语言程序 计算机等级考试的一部分程序-computer grade examination procedures part of the
- 2023-02-26 10:00:03下载
- 积分:1
-
VB开发的不错的旋转位图程序,可以作为开发者参考使用。谢谢!...
VB开发的不错的旋转位图程序,可以作为开发者参考使用。谢谢!-VB a good, rotating bitmap procedures, as developers can use and reference. Thank you!
- 2023-09-04 04:05:04下载
- 积分:1
-
lab2
labview课后练习题答案,上传仅供分享(LabVIEW answers to after class exercises questions, uploaded for sharing only.)
- 2020-11-07 19:49:48下载
- 积分:1