搜索结果
找到约 900 项符合
RS触发器 的查询结果
按分类筛选
中间件编程 (1)S2S1=00时
(1)S2S1=00时,实现模3计数,触发器的状态一次0→1→2→0;
(2)S2S1=01时,实现模5计数,触发器的状态一次0→1→2→3→4→0;
(3) S2S1=10时,实现模7计数,触发器的状态一次0→1→2→3→4→5→6→0;
(4) S2S1=11时,实现模7计数,触发器的状态一次0→1→2→3→4→5→6→7→0 ...
电子元器件应用 11个例子教会你看电路图
子设备中有各种各样的图。能够说明它们工作原理的是电原理图,简称电路图。 路图有两种, 一种是说明模拟电子电路工作原理的。 它用各种图形符号表示电阻器、 容器、开关、 晶体管等实物, 用线条把元器件和单元电路按工作原理的关系连接起来。 这种图长期以来就一直被叫做电路图。 另一种是说明数字子电路工作原理的。 它 ...
单片机相关 单片机应用技术(C语言版)第3版程序源代码
主要程序代码有 单片机与LED数码管接口 LED大屏幕显示器和接口 字符LCD 液晶显示和接口 单片机与键盘接口 A/D转换器接口 D/A 转换器接口 串行通信基础 MCS-51的串行接口 MCS-51单片机双机通信 RS-232C串行通信总线标准及其接口 存储器的扩展 串行口的I/O口扩展 数字钟的设计与制作 单片机温度检测记录系统 ...
源码 1602数字时钟
# include < reg52.h >
# include < 24C02.h>
# define uint unsigned int
# define uchar unsigned char
&nbsp;
sbit rs = P3^5; &nbsp;//定义lcd1602的rs端
sbit lcden = P3^4;//定义lcd1602的lcden端口
sbit s1 = P3^0;//定义功能键s1
sbit s2 = P3^1;//定义功能键s2
sbit s3 = P3^2;//定 ...
源码 学生管理啊
#include <iostream.h>
#include <string.h>
#include <iomanip.h>
#include "Stud.h"
Stud::Stud(){}
char *Stud::getno() &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;//获取学号
{
return no;
}
char *Stud::getname() &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;//获取姓名
{
return name;
}
char *Stud::ge ...
手册 max3096
Quad RS-422/RS-485 Receivers MAX3095/MAX3096 DC ELECTRICAL CHARACTERISTICS—MAX3096 (continued)
源码 matlab 滑动相关计算程序
function [Rs,Ps]=move_corr(X,Y,a)
%%%--- this function is for moving correlation
%%%--- X,Y is the imput data, a is the length of the moving window
%%%--- Rs is the spwarman correlation coeffcient, Ps is the p_vaue