Location:
Search - ls138
Search list
Description: 基于VHDL的LS138译码器的实现
一个很简单的程序
Platform: |
Size: 93337 |
Author: philin |
Hits:
Description: 用VHDL 语言描述度三线八线译码器,其开发均在FPGA中-using VHDL description line 8 3 degrees decoder lines, the development is in FPGA
Platform: |
Size: 111616 |
Author: 侯同 |
Hits:
Description: 基于VHDL的LS138译码器的实现
一个很简单的程序-Based on the LS138 decoder VHDL realization of a very simple procedure
Platform: |
Size: 93184 |
Author: philin |
Hits:
Description: 用原理图的方式编程实现74ls138模块功能,已经通过编译-Schematic way by programming 74ls138 module implementation has passed the compiler
Platform: |
Size: 131072 |
Author: 孟明川 |
Hits:
Description: 通过vhdl实现ls138硬件功能 通过vhdl实现ls138硬件功能 -the description of ls138 in vhdl
Platform: |
Size: 160768 |
Author: asd |
Hits:
Description: 74ls138 基于verilog语言的实现 -Verilog language 74ls138 based on the realization of
Platform: |
Size: 350208 |
Author: 曹旭 |
Hits:
Description: 采用595做列扫,74ls138做列扫,能分屏显示文字,每屏显示8个汉字!-The 595 do column esau, 74 ls138 do column esau, can divide screen text, each screen eight Chinese characters!
Platform: |
Size: 24576 |
Author: ocean |
Hits:
Description: 基于89c51的4汉字显示程序
proteus环境仿真,4094、74LS138驱动,16*16点阵-89c51 4-character display program
proteus Environment Simulation, 4094,74 LS138 drive, 16* 16 dot matrix
Platform: |
Size: 24576 |
Author: nana |
Hits:
Description: *实 验 名:译码器实验
*实验说明:8个LED灯显示LS138译码器输出的低电平
*连接方式:
*注 意:
************************************/
#include <reg51.h>
//---定义IO口---//
sbit LSA=P2^2;
sbit LSB=P2^3;
sbit LSC=P2^4;
//---声明全局函数---//
void Delay10ms(unsigned int c);
/************************************(* Experiment name: Decoder experiment
* Experimental description: 8 LED lights show LS138 decoder output low
* Connection:
* Note:
************************************ /
#include <reg51.h>
// define IO port --- //
Sbit LSA = P2 ^ 2;
Sbit LSB = P2 ^ 3;
Sbit LSC = P2 ^ 4;
// declare global function --- //
Void Delay10ms (unsigned int c);
/ ************************************)
Platform: |
Size: 22528 |
Author: 9956
|
Hits: