-
PID_AUV
无人自主水下航行器(AUV)的模型搭建以及PID控制仿真程序。(Unmanned underwater vehicle (AUV) model construction and PID control simulation program.)
- 2017-09-29 09:20:43下载
- 积分:1
-
creatorpower
cadence spice 仿真 buck 模型,基于555(cadence spice simulation buck mode based on 555)
- 2020-06-25 14:40:02下载
- 积分: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
-
用来判断 硬件设计是否良好的规则, 让不懂硬件的人 对硬件的布置有所了解....
用来判断 硬件设计是否良好的规则, 让不懂硬件的人 对硬件的布置有所了解.-used to judge whether good hardware design rules, let the people do not understand the hardware right hardware layout understand.
- 2022-01-25 16:27:57下载
- 积分:1
-
js五子棋
纯js代码实现五子棋,但是算法存在一些缺陷,实现了判定输赢的算法和判定黑白棋下棋顺序的算法,在实现人机对下的算法有比较大的缺陷
- 2022-09-08 01:15:03下载
- 积分:1
-
changeIP
说明: 用c++写的一个程序,可以用来设置2组ip,并且迅速的在两个ip之间切换,以实现不同ip的转化。(With c++ Write a procedure that can be used to set up 2 ip, and quickly switch between the two ip in order to achieve the transformation of a different ip.)
- 2008-09-10 18:02:40下载
- 积分:1
-
定时提醒程序,Delphi制作,演示Micorsoft Agent的使用。
定时提醒程序,Delphi制作,演示Micorsoft Agent的使用。-regularly reminded procedures, Delphi production, demonstration of the use of Agent Micorsoft.
- 2023-03-08 20:45:02下载
- 积分:1
-
这是很难得的玉雕龙的源文件,观看代码请用vrmlpad,预览请用bs....
这是很难得的玉雕龙的源文件,观看代码请用vrmlpad,预览请用bs.-This is a rare jade dragon
- 2022-01-26 05:12:41下载
- 积分:1
-
canfifo
s32k144fifo 功能的介绍,目前s32k144的资料比较少,目前这个fifo已经调试通过(S32k144fifo function of the introduction, the current s32k144 information is relatively small, the current FIFO has been debugged)
- 2017-08-21 17:56:25下载
- 积分:1
-
包含一个分析直流同步电机启动电流的案例及其数据 LCD
局部特征尺度分解程序,包含一个分析直流同步电机启动电流的案例及其数据,数据格式在zzce.m中。(local decompostion is similar to EMD and LMD)
- 2018-05-14 11:22:38下载
- 积分:1