搜索资源列表

  1. 一个二进制转换成BCD码的程序

    0下载:
  2. 可以很好实现一个二进制转换成BCD码的程序-can achieve a good converted into binary code BCD process
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:226.95kb
    • 提供者:胡路听
  1. 二进制到BCD码转换

    0下载:
  2. 实现BCD码到十进码的转换更多的是那呢感刚的个地方个撒啊 -achieve BCD to 10 yards into the conversion is more then just the flu? Local-spreading ah
  3. 所属分类:RichEdit

    • 发布日期:2008-10-13
    • 文件大小:869byte
    • 提供者:wang
  1. DH11 程序(以SF板为例)[包含单字节二进制转换BCD码程序]

    0下载:
  2. dht11
  3. 所属分类:源码下载

  1. BCD

    0下载:
  2. 生成BCD码。 Name: BIN3toBCD4 Func:2字节二进制整数--->>BCD码四字节转换(Comped BCD) Input: 3进制数人低字节到高字节存放在内部RAM50H,51H,52h单元中 Output: BCD码人低位到高位分别存放在内部RAM53H,54H,55H,56H单元中 USE: R7-R0, 56H-50H-generation BCD. Name : BIN3toBCD4 Func :
  3. 所属分类:汇编语言

    • 发布日期:2024-12-29
    • 文件大小:1kb
    • 提供者:
  1. 二进制到BCD码转换

    0下载:
  2. 实现BCD码到十进码的转换更多的是那呢感刚的个地方个撒啊 -achieve BCD to 10 yards into the conversion is more then just the flu? Local-spreading ah
  3. 所属分类:RichEdit

    • 发布日期:2024-12-29
    • 文件大小:1kb
    • 提供者:
  1. 一个二进制转换成BCD码的程序

    0下载:
  2. 可以很好实现一个二进制转换成BCD码的程序-can achieve a good converted into binary code BCD process
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2024-12-29
    • 文件大小:227kb
    • 提供者:胡路听
  1. 9.2_LCD_PULSE

    0下载:
  2. 基于Verilog-HDL的硬件电路的实现 9.2 具有LCD显示单元的可编程单脉冲发生器   9.2.1 LCD显示单元的工作原理   9.2.2 显示逻辑设计的思路与流程   9.2.3 LCD显示单元的硬件实现   9.2.4 可编程单脉冲数据的BCD码化   9.2.5 task的使用方法   9.2.6 for循环语句的使用方法   9.2.7 二进制数转换BCD码的硬件实现
  3. 所属分类:VHDL编程

    • 发布日期:2024-12-29
    • 文件大小:5kb
    • 提供者:宁宁
  1. shuanzijieerjinzhizhuanhuan

    0下载:
  2. 双字节二进制数转换为十进制数子程序------- ;--------功能:双字节二进制数转换成五位BCD码-double byte binary number to decimal number subroutine------- ;-------- functions : double-byte binary conversion into five BCD
  3. 所属分类:汇编语言

    • 发布日期:2024-12-29
    • 文件大小:1kb
    • 提供者:jia
  1. BCD

    0下载:
  2. 用单片机实现二进制数转换成十进制数(BCD码)程序-with MCU converted into binary-decimal (BCD) process
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2024-12-29
    • 文件大小:2kb
    • 提供者:李敏
  1. code_transition

    0下载:
  2. 此文件包括各种编码转换程序,比如:二进制到BCD 码转换、二进制到ASCII码转换-This document includes a variety of encoding conversion process, such as: binary to BCD code conversion, binary to ASCII code conversion
  3. 所属分类:汇编语言

    • 发布日期:2024-12-29
    • 文件大小:543kb
    • 提供者:Shaban
  1. bcd

    0下载:
  2. 实现bcd码与二进制码之间的相互转换功能,小于9时不变,高于九时加6功能-The realization of bcd code and binary code conversion function between, less than 9 am the same, higher than the 6 function plus 9:00
  3. 所属分类:其他小程序

    • 发布日期:2024-12-29
    • 文件大小:7kb
    • 提供者:汤仙君
  1. DataCode

    0下载:
  2. 数据代码转换,包括二进制到BCD码的转换,BCD码到二进制的转换,等等。-Data code conversion, including the binary to BCD Code Conversion, BCD code to binary conversion, and so on.
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2024-12-29
    • 文件大小:2kb
    • 提供者:余希
  1. BCD

    0下载:
  2. 基于VHDL语言,实现二进制转换为BCD码。-Based on the VHDL language, to achieve a binary code is converted to BCD.
  3. 所属分类:VHDL编程

    • 发布日期:2024-12-29
    • 文件大小:3kb
    • 提供者:xiaokun
  1. vhdl

    0下载:
  2. 用VHDL语言实现的二进制到BCD码和格雷码的转换,程序通读性比较好。-VHDL language with the binary code and Gray code to BCD conversion, the program read through is better.
  3. 所属分类:VHDL编程

    • 发布日期:2024-12-29
    • 文件大小:1kb
    • 提供者:周波
  1. bin2bcd7seg

    0下载:
  2. 用vhdl语言编译一个码制转换 四位二进制->BCD码,然后将BCD码->七段显示器码。 (1)当输入为0~9的数时,其十位数为0,个位数=输入。 当输入为10~15的数时,其十位数为1,个位数=输入-10。 (2)然后将十位和个位的BCD码转换为七段显示码 -Vhdl language used to compile a binary code system conversion of four-&g
  3. 所属分类:VHDL编程

    • 发布日期:2024-12-29
    • 文件大小:319kb
    • 提供者:宋子皓
  1. binary-to-BCD-code-converter

    0下载:
  2. 4位二进制到BCD码转换器 经验证没有错误 在quartus 9.0 的环境下运行 -The four binary to BCD code converter proven there are no errors in the running quartus 9.0 environment
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2024-12-29
    • 文件大小:199kb
    • 提供者:唐晓敏
  1. wenshidu

    0下载:
  2. 温湿度传感器DH11+程序(以SF板为例)[包含单字节二进制转换BCD码程序]-Temperature and humidity sensor DH11+ program (using the SF board, for example) [containing single-byte BCD code binary conversion process]
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2024-12-29
    • 文件大小:1.02mb
    • 提供者:zhiyun
  1. bcd

    0下载:
  2. 可以实现任意二进制码到BCD码的转换电路(Can achieve any binary code to BCD code conversion circuit)
  3. 所属分类:其他小程序

    • 发布日期:2024-12-29
    • 文件大小:1kb
    • 提供者:lingtian
  1. 程序员必备所有制码转换

    0下载:
  2. 二进制 ASCII码 八进制 十六进制 特点数位 逢10进1 逢2进1 逢16进1 美国信息交换标准代码(计算机键盘代码) 共256个字符每个字符8big BCD码(8421) 格雷码等(Binary ASCII code Octal number system Hexadecimal Characteristic digit 10 to 1 2 to 1 16 to 1 Standard code
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2024-12-29
    • 文件大小:202kb
    • 提供者:踏雪飞扬
  1. 8位二进制转bcd码

    0下载:
  2. 八进制转换码 硬件描述语言,通过测试,能用(b to bcd code very easy and readily to understand)
  3. 所属分类:VHDL编程

    • 发布日期:2024-12-29
    • 文件大小:644kb
    • 提供者:ougan
« 12 3 4 »

源码中国 www.ymcn.org