搜索资源列表
szz0001
- 用VHDL语言写的一个8位动态扫描显示的时钟程序,数码管的片选须接一个3-8译码器。-VHDL83-8
VHDL3-8
- 用VHDL设计的3-8译码器,精简~!-design using VHDL 3-8 decoder, streamlining ~!
VHDL语言100例(普通下载)
- VHDL语言100例 VHDL语言100例 第1例 带控制端口的加法器 第2例 无控制端口的加法器 第3例 乘法器 第4例 比较器 第5例 二路选择器 第6例 寄存器 第7例 移位寄存器 第8例 综合单元库 第9例 七值逻辑与基本数据类型 第10例 函数 第11例 七值逻辑线或分辨函数 第12例 转换函数 第13例 左移函数 第14例 七值逻辑程序包 第15例 四输入多路器 第16例 目标选择器 第17例 奇偶校验器 第18例 映射单元库及其使用举 第19
vhdl
- 3vhdl简单程序设计;4,8-3优先编码器5,3-8译码器;6,6d锁存器;7,数码管扫描显示;8,四位二进制加法计数器-3vhdl simple programming 4,8-3 5,3-8 priority encoder decoder 6,6 d latch 7, the digital scan 8, four binary up counter
decoder
- 8线3线优先译码器 可以实现优先编译的功能-8-line 3-line priority decoder can achieve the functions of the compiler priority
38decoder
- 3-8译码器,经过综合仿真,可以实现功能-3-8 decoder, after a comprehensive simulation function can be achieved
38
- 简单的3——8译码器,文本编辑,能实现译码功能。-simple 3__8
decoder38
- 用时序电路写的3/8译码器,初学者范本,很简单的小程序-Written in sequential circuits using 3/8 decoder, beginner model, a very simple applet
decoder3to8
- 用组合逻辑电路写的3/8译码器,非常简单,是初学者可以看看的-Written with a combination of logic circuit 3/8 decoder is very simple, a beginner can look at the
GAL
- 看到网上有很多人在找GAL的使用资料,这里分享下我用GAL实现3-8译码器的源程序及操作说明-Many people see the Internet looking for information on the use of GAL, and I am here to share with the GAL of the source decoder to achieve 3-8 and operating instructions
74HC148_DataSheet
- 8到3译码器 74HC138是一款高速CMOS器件,74HC138引脚兼容低功耗肖特基TTL(LSTTL)系列。 74HC138译码器可接受3位二进制加权地址输入(A0, A1和A2),-8-3 decoder 74HC138 is a high-speed CMOS, 74HC138 pin compatible with low power Schottky TTL (LSTTL) series. 74HC138 decoder accepts three binary weighted a
yimaqi
- 3位二进制译码器,实现三位二进制数到1~8的对应,实现138译码器的功能-Three binary decoder
decode3_8
- 3-8译码器 将数电中3-8译码器用VHDL语言实现 并进行仿真-3-8 decoder, the number of electrical 3-8 decoder applications VHDL language and simulated
SY2
- 西南交通大学计算机组成原理实验二,3-8译码器电路的设计-Southwest Jiaotong University computer composition principle experiment two, 3-8 decoder circuit design
zhiliyimaqi
- 3-8译码器,主要用于选择通用寄存器的哪个,很好用的-3-8 decoder3-8 decoder, mainly used to select which general-purpose registers, the good
VHDL
- 3-8译码器 4-2优先编码器 4选1多路选择器-3-8 4-2 priority encoder decoder 4-to-1 multiplexer
vhdl
- 译码器设计 实现3-8译码器的门级和行为级设计;完成3-8译码器的门级和行为级设计的仿真,并下载到开发板进行验证。 用拨挡开关K1,K2,K3作为输入的三位二进制码,输出的8位码分别用LED1~LED8 显示-Achieve 3-8 decoder gate-level and behavioral level design complete the 3-8 decoder gate-level simulation and behavioral level design, and d
3-8-decoder
- 用Labview2014编写的一个3-8译码器-A 3-8 decoder program with labview 2014
8、交通灯
- //---定义IO口---// #define GPIO_DIG P0 //显示段码端口,74HC573锁存器; #define GPIO_PALCE P1 //数码管片选端口,74HC138译码器; #define GPIO_TRAFFIC P2 //交通灯端口; sbit RED10=P2^0; //上人行道红灯; sbit GREEN10=P2^1; //上人行道绿灯; sbit RED11=P2^2; //上机动车红灯; sbit YE
5、译码器实验
- *实 验 名:译码器实验 *实验说明:8个LED灯显示LS138译码器输出的低电平 *连接方式: *注 意: ************************************/ #include <reg51.h> //---定义IO口---// sbit LSA=P2^2; sbit LSB=P2^3; sbit LSC=P2^4; //---声明全局函数---// void Delay10ms(unsigned int c); /******