-
Stepper-motor-control-program
步进电机matlab控制程序,实现对步进电机的控制,并让它可向正负方向移动指定的距离。(Matlab stepper motor control procedures, the stepper motor control, and you can move a specified distance in the negative direction.)
- 2016-10-17 09:06:30下载
- 积分:1
-
1700mm精轧机组液压AGC程序包变量监控
1700mm精轧机组液压AGC程序包变量监控-1700mm Finishing unit package variable hydraulic AGC monitor
- 2022-03-26 19:34:01下载
- 积分:1
-
turbo_encode
说明: 使用matlab编程实现turbo码的编码(Using MATLAB programming to realize turbo code encoding)
- 2020-12-20 11:12:42下载
- 积分:1
-
Jsp远程管理系统
Jsp远程管理系统,跨平台、共享80端口的远程管理,登录后可显示:用户的注释国家(地区)代码帐户启用帐户到期上次设置密码密码到期密码可更改需要密码用户可以更改密码允许的工作站登录脚本用户配置文件主目录上次登录可允许的登录小时数本地组成员全局组成员。
- 2023-07-15 00:20:03下载
- 积分:1
-
2
说明: Visual C++角色扮演游戏程序设计之CG合成
游戏编程的第2步,CG合成的源代码(Visual C++ role-playing games designed CG synthesis Game Programming Step 2, CG source code for the synthesis of)
- 2010-01-22 14:31:42下载
- 积分:1
-
Untitled2
ICA算法去除基本噪声 脉冲噪声 随机噪声 工频噪声(CA algorithm removes basic noise, impulsive noise, random noise, power frequency noise)
- 2017-07-06 10:11:30下载
- 积分: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
-
SOA
说明: 海鸥优化算法源代码,可以自行修改代码,改目标函数。(Seagull optimization algorithm source code)
- 2021-04-20 19:38:50下载
- 积分:1
-
CY8C20x36A_46A_66A_96A
赛普拉斯技术说明手册,触摸按键,拓展IO(Cypress Technical Instructions Manual, Touch Key, Expand IO)
- 2020-06-22 03:40:02下载
- 积分:1
-
Another version of the x264
另一个版本的x264的decoder,里面改进了bS的输出-Another version of the x264
- 2022-02-01 18:04:59下载
- 积分:1