键盘为2行8列,PC0和PC1作为键盘的行线,PA0~PA7作为键盘的列线 显示部分用4个7段LED数码管,PB口和PD口通过4个74LS47对数码管进行控制
上传时间: 2016-07-28
上传用户:330402686
powerdesigner12.5 破解补丁,压缩包中包含两个文件,用法: 1、将PDflm12.rar文件解压到PD 安装目录下, 2、进入PD,打开Tools -> License Parameters.. 3、选择Standalone Seat - Local License 4、将license.rar解压到一临时目录 5、导入license.lic 适用与PD12.5版本,已经试过有效,可以先到SYBASE官网下载12.5试用版,使用此补丁即可把试用版变成正式版.
标签: powerdesigner 12.5 破解 补丁
上传时间: 2013-12-19
上传用户:hfmm633
语言模型学习论文-中文 基于最大熵方法的统计语言模型.PDf 基于对话回合衰减的cache语言模型在线自适应研究.PDf 基于Web网页语料构建动态语言模型.PDf 统计语言模型综述.PDf
上传时间: 2014-01-08
上传用户:huannan88
AVR单片机, 按键控制LED,PC0-3接按键,PD接LED
上传时间: 2017-02-17
上传用户:maizezhen
这是芯睿的MK7****系列芯片的程序T0,PD 例程源代码
上传时间: 2017-05-23
上传用户:lizhen9880
仿真机器人的经典代码,里面包含以余弦曲线且按给定的速度到定点,PD壁障到顶点,末端处理,点球大战等等,很值得参考
上传时间: 2017-06-22
上传用户:cc1015285075
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
为了实现让单片机显示阿拉伯数字的功能,让我们来实现最简单的数码管显示: 单个数码管的静态驱动。 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设计与仿真代码:设计二自由度机械臂。控制设计:采用独立的PD控制,能满足机器人定点控制的要求。
上传时间: 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