虫虫首页| 资源下载| 资源专辑| 精品软件
登录| 注册

pelco-pd

  • AVR单片机

    AVR单片机, 按键控制LED,PC0-3接按键,PD接LED

    标签: AVR 单片机

    上传时间: 2017-02-17

    上传用户:maizezhen

  • 这是芯睿的MK7****系列芯片的程序T0

    这是芯睿的MK7****系列芯片的程序T0,PD 例程源代码

    标签: MK 系列芯片 程序

    上传时间: 2017-05-23

    上传用户:lizhen9880

  • 仿真机器人的经典代码

    仿真机器人的经典代码,里面包含以余弦曲线且按给定的速度到定点,PD壁障到顶点,末端处理,点球大战等等,很值得参考

    标签: 仿真 代码 机器人

    上传时间: 2017-06-22

    上传用户:cc1015285075

  • 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 observed. Special Menus are given to observe time and frequency response plots. For Statefeedback controller similar options are given. But this is limited to second order system only.

    标签: controller developed software control

    上传时间: 2017-07-25

    上传用户:aysyzxzm

  • RS485

    RS485,PELCO-D协议介绍,英文pdf,很全面

    标签: 485 RS

    上传时间: 2013-12-19

    上传用户:dave520l

  • 为了实现让单片机显示阿拉伯数字的功能

    为了实现让单片机显示阿拉伯数字的功能,让我们来实现最简单的数码管显示: 单个数码管的静态驱动。 AVR单片机的端口驱动能力高达20mA,可以直接驱动数码管。可以利用ATmeg48 单片机的PD端口刚好可以驱动数码管的8个段。 这个实验的目的是在单个数码管上依次显示0,1,2,3,4,5,6,7,8,9,A, B,C,D,E,F共16个字符,为显示十六进制数做好技术准备。

    标签: 单片机 数字

    上传时间: 2017-09-13

    上传用户:498732662

  • Matlab二自由度机械臂的设计与仿真代码

     Matlab设计与仿真代码:设计二自由度机械臂。控制设计:采用独立的PD控制,能满足机器人定点控制的要求。

    标签: Matlab 自由度 机械臂 仿真 代码

    上传时间: 2016-06-27

    上传用户:tensionjs

  • 学生成绩查询

    #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(tolower(str[i])==tolower(pd[k])) {k++; if(k==m) if(!isalpha(i-m)&&!isalpha((str[i++]=fgetc(fp)))) { time++; add[j]=i-m+1; j++; k=0; } else k=0; } } if(time) { printf("The time is:%d\n",time); printf("The adders is:\n"); for(i=0;i

    标签: 查询学会少年宫

    上传时间: 2016-12-29

    上传用户:767483511

  • 学生成绩管理啊

    #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(tolower(str[i])==tolower(pd[k]))    {k++;     if(k==m)     if(!isalpha(i-m)&&!isalpha((str[i++]=fgetc(fp))))     {      time++;      add[j]=i-m+1;      j++;      k=0;     }     else k=0;   }  }   if(time)  {   printf("The time is:%d\n",time);   printf("The adders is:\n");   for(i=0;i<j;i++)   printf("%5d",add[i]);   if(i%5==0)   printf("\n");   getch();   fclose(fp);   }   else   printf("Sorry!Cannot find the word(^_^)"); } main() { char pd[10],choose='y'; int flag=1;     while(flag)    {printf("In put the word you want to seqarch:");     scanf("%s",pd);     search(strlwr(pd));     printf("\nWould you want to continue?(Y/N):");     getchar();     scanf("%c",&choose);     if((tolower(choose))=='n')     flag=0;     else flag=1;    }   printf("Thanks for your using!Bye-bye!\n");   getch(); }

    标签: 学生专用

    上传时间: 2016-12-29

    上传用户:767483511

  • 雷达系统(向敬城)

    介绍雷达系统的书籍,包括PD雷达、脉冲压缩雷达、相控阵雷达、合成孔径雷达等

    标签: 雷达系统

    上传时间: 2017-12-21

    上传用户:VESON