搜索资源列表
dsdad
- 关于bcd码加法器 第一个是一位的 通过了 第二个是四位的没通过?赜赽cd码加法器 第一个是一位的 通过了 第二个是四位的没通过-on bcd yards Adder is a section through one of the second of four is not the adoption of codes increases bcd instruments used in a section of the passage of a second four is not the ado
clock2001
- 时钟模块之一:二进制转BCD码verilog源代码FPGA advantage编程环境-clock module : BCD switch binary source code Verilog FPGA advantage programming environment
10toBCDsuanfa
- 这是10进制转化到BCD码的三种算法,有需要的用户就请下载。-This is 10 to 229 BCD conversion of the three algorithms, the need for users to download.
ComConnect
- 我编的串口通读链接库,采用压缩BCD码,传送产率特高
BCDencode
- 这是一个FPGA的BCD码编码器设计.编译后可以下载到ALTEA的器件中仿真.
sun
- 用89C52制作太阳电池数显充放电控制器原程序.说明:70H内存单元存放采样值,78H-7AH存放显示的BCD码数据;自然就依次为个位、十位和百位,模数转换器是ADC0809
bcd
- 实现bcd码与二进制码之间的相互转换功能,小于9时不变,高于九时加6功能
二进制到BCD码转换
- 实现BCD码到十进码的转换更多的是那呢感刚的个地方个撒啊 -achieve BCD to 10 yards into the conversion is more then just the flu? Local-spreading ah
bcd.rar
- vhdl编写的将二进制转BCD码的程序.直接源代码,适合新手编程,语法学习,BCD
Trafficlight
- 系统设置一个两位BCD码倒计时计数器(计数脉冲1HZ),用于记录各状态持续时间; 因为各状态持续时间不一致,所以上述计数器应置入不同的预置数; 倒计时计数值输出至二个数码管显示; 程序共设置4个进程: ① 进程P1、P2和P3构成两个带有预置数功能的十进制计数器,其中P1和P3分别为个位和十位计数器,P2产生个位向十位的进位信号; ② P4是状态寄存器,控制状态的转换,并输出6盏交通灯的控制信号。-System to set up a two BCD code c
bcd
- 从键盘输入十六进制数转换为8421bcd码-Keyboard input from a number converted to hexadecimal code 8421bcd
BCD
- 实现多字节二进制转BCD码功能,是在KEI中写的。可以直接用。-Achieve multi-byte binary code to BCD function
bcd_bit_convert
- BCD码流(modelsim测试时需使用)转二进制码流(PCM)的matlab代码,给需要的朋友做个参考-BCD code stream (modelsim test to use) to a binary stream (PCM) of matlab code, to be a reference to a friend in need
BCD
- 模为 60 的 BCD码加法计数器,采用verilog语言编写。-BCD code module for the addition of 60 counters, using verilog language.
BCD
- 用汇编语言实现3位BCD码计算器功能,机器语言,存在缺陷,内存不够。-3 BCD code calculator function in assembly language, machine language, there are defects, not enough memory.
BCD
- 输入4位二进制数,8位LED显示转换后的BCD码-Enter the 4-bit binary number, eight LED display the converted BCD code
bcd
- 十进制转换为BCD码,可以用于数字钟的设计,及其涉及到LED显示的程序中去,是VHDL的-Converted to decimal BCD code, can be used in the design of the digital clock, LED display program involves VHDL
BCD
- 4位BCD码到二进制码的转换器 BCD 码亦称“8421码”即将十进制的数以 8421 的形式展开,十进制是 0~9十个数组成,这十个数每个数都有自己的 8421 码。一个 4 位BCD码转换为BCD 码,结果采用 5 位 LED 显示。由于4位BCD码需要16位零一信号输入和多位输出,故没有硬件测试,只有软件仿真。-4 BCD code to binary code converter BCD code known as " 8421 yards" is about th
bcd
- 可以实现任意二进制码到BCD码的转换电路(Can achieve any binary code to BCD code conversion circuit)
十六进制BCD十进制转换
- 十六进制,BCD码,以及十进制转换,C语言程序(Hexadecimal BCD Decimal Conversion)