搜索结果
找到约 118 项符合
pelco-pd 的查询结果
单片机开发 这是芯睿的MK7****系列芯片的程序T0
这是芯睿的MK7****系列芯片的程序T0,PD
例程源代码
VC书籍 仿真机器人的经典代码
仿真机器人的经典代码,里面包含以余弦曲线且按给定的速度到定点,PD壁障到顶点,末端处理,点球大战等等,很值得参考
单片机开发 This software is developed to provide ease with controller design. For PID control, options are give
This software is developed to provide ease with controller design. For PID control, options are given
to design and analyse the compensated and uncompensated system. You are free to choice among Proportional
PI, PD and PID mode of control. Both frequency and time domain characteristics can be ob ...
嵌入式/单片机编程 为了实现让单片机显示阿拉伯数字的功能
为了实现让单片机显示阿拉伯数字的功能,让我们来实现最简单的数码管显示:
单个数码管的静态驱动。
AVR单片机的端口驱动能力高达20mA,可以直接驱动数码管。可以利用ATmeg48
单片机的PD端口刚好可以驱动数码管的8个段。
这个实验的目的是在单个数码管上依次显示0,1,2,3,4,5,6,7,8,9,A,
B,C,D,E,F共16 ...
matlab例程 Matlab二自由度机械臂的设计与仿真代码
Matlab设计与仿真代码:设计二自由度机械臂。控制设计:采用独立的PD控制,能满足机器人定点控制的要求。
软件 学生成绩查询
#include "string.h"
#include "ctype.h"
#include "stdio.h"
search(char pd[])
{FILE *fp;
int time=0,i=0,j=0,add[80],k=0,m;
char *ch,
str[900];
m=strlen(pd);
if((fp=fopen("haha.txt","r"))==NULL)
{
printf("Cannot open this file\n");
exit(0);
}
for(;!feof(fp);i++)
{
str[i]=fgetc(fp);
if(to ...
源码 学生成绩管理啊
#include "string.h"
#include "ctype.h"
#include "stdio.h"
search(char pd[])
{FILE *fp;
 int time=0,i=0,j=0,add[80],k=0,m;
 char *ch,
 str[900];
 m=strlen(pd);
 if((fp=fopen("haha.txt","r"))==NULL)
 {
  printf("Cannot open this file\n");
  exit(0);
 }
for( ...