-
显示采用VHDL代码7段
7 segment display for spartan3 vhdl code
- 2022-02-02 02:02:45下载
- 积分: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
-
robot_control
说明: 采用D-H法建立了多自由度机械臂末端执行器相对于基础坐标系的位置与姿态,即多自由度机械臂的正运动学模型。其次对多自由度机械臂的逆运动学模型进行了分析。最后通过采用Langrange法对多自由度机械臂的动力学进行了建模,并对多自由度机械臂的动力学模型及其特点进行了分析。 针对多自由度机械臂数学模型的不确定性问题,提出一种基于RBF神经网络的机械臂自适应控制方法。(The position and attitude of the end effector of the multi DOF Manipulator relative to the basic coordinate system is established by using the D-H method, that is, the forward kinematics model of the multi DOF Manipulator. Secondly, the inverse kinematics model of multi DOF Manipulator is analyzed. In the end, the dynamics model of the multi degree of freedom manipulator is established by using the Langrange method, and the dynamics model and characteristics of the multi degree of freedom manipulator are analyzed. Aiming at the uncertainty of the mathematical model of the multi degree of freedom manipulator, an adaptive control method based on RBF neural network is proposed.)
- 2020-05-05 13:23:40下载
- 积分:1
-
lammps__Si原子轰击石墨烯.in
说明: lammps In文件,可以实现硅原子轰击石墨烯的功能(The function of silicon atom bombarding graphene can be realized)
- 2020-12-04 18:09:23下载
- 积分:1
-
SSubTmr
一个外国人写的 VB6 子类和定时器,提供源代码。
- 2013-07-12 11:14:37下载
- 积分:1
-
image_cut
图片剪切处理方法,非常好用,适用于不同框架!!!(it`s a tool about photo editor.)
- 2017-12-07 10:34:04下载
- 积分:1
-
语音测试
voice test
voice test -voice test voice test
- 2022-12-06 06:20:03下载
- 积分:1
-
随着自动门ATmega8单片机直流电机控制
DC motor control with atmega8 for auto door
- 2023-03-02 01:05:04下载
- 积分:1
-
dianfanbao
说明: 定时时间可设置,7219显示,输出开关量信号(Timing time can be set, 7219 display, output switching signal)
- 2020-06-19 08:00:02下载
- 积分:1
-
Space-resection
空间后方交会,供参考使用,学习参考资料。(Space resection)
- 2014-04-22 20:37:33下载
- 积分:1