CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - BCD码

搜索资源列表

  1. 十进制转BCD

    0下载:
  2. 十进制转为BCD码的三种算法 详细请看程序,谢谢。-metric BCD to the three algorithms See detailed procedures, thank you.
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2008-10-13
    • 文件大小:3328
    • 提供者:ye
  1. BCD-int

    1下载:
  2. BCD码和16/32位有符号以及无符号整型数之间的转换-BCD and 16/32 bits signed and unsigned integer conversion between the
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:1320
    • 提供者:huhc
  1. decimal-to-bcd

    0下载:
  2. 绝对好用的十进制转BCD码C语言源代码,编成转换常用的程序,欢迎下载。-absolutely good for the metric system to BCD C language source code, converted into common procedures, welcomed download.
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2008-10-13
    • 文件大小:927
    • 提供者:guozhao
  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 : 2-byte binary integers -- gt;
  3. 所属分类:汇编语言

    • 发布日期:2008-10-13
    • 文件大小:988
    • 提供者:高业恒
  1. 16位二进制转化为5位BCD的PIC子程序

    0下载:
  2. 在PIC单片机上实现将16位二进制转化为5位BCD码的汇编程序-the PIC will achieve 16 binary into five BCD compilation process
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2008-10-13
    • 文件大小:1322
    • 提供者:海盗
  1. BCD

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

    • 发布日期:2008-10-13
    • 文件大小:2821
    • 提供者:李敏
  1. BCD

    0下载:
  2. BCD码转换(源代码) 这是我写的一个用于BCD码转换的小程序。
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2008-10-13
    • 文件大小:959
    • 提供者:Edward
  1. bcd

    0下载:
  2. 实现bcd码与二进制码之间的相互转换功能,小于9时不变,高于九时加6功能
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:7029
    • 提供者:汤仙君
  1. BCD

    0下载:
  2. 可以转换BCD码的asm文件 已通过masm6.0在dos下测试成功
  3. 所属分类:汇编语言

    • 发布日期:2008-10-13
    • 文件大小:1462
    • 提供者:yenan
  1. bcd

    0下载:
  2. 进行单字节HEX 到 bcd码的数制转换功能,
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2008-10-13
    • 文件大小:9050
    • 提供者:denghuayong
  1. 非压缩BCD减法

    0下载:
  2. 汇编写的非压缩BCD码减法。实现两个非压缩BCD码在机器语言中的减法。但未实现输入-compilation write uncompressed BCD subtraction. Achieving two non-compressed BCD in the machine language of subtraction. But to achieve the importation
  3. 所属分类:汇编语言

    • 发布日期:2008-10-13
    • 文件大小:859
    • 提供者:王文强
  1. BCD2BIN8.rar

    0下载:
  2. BCD转BIN算法,BCD码转二进制数据。,BCD to BIN algorithm, BCD code to binary data.
  3. 所属分类:Algorithm

    • 发布日期:2017-03-27
    • 文件大小:530
    • 提供者:zjh
  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. 所属分类:SCM

    • 发布日期:2017-04-01
    • 文件大小:1913
    • 提供者:余希
  1. Trafficlight

    0下载:
  2. 系统设置一个两位BCD码倒计时计数器(计数脉冲1HZ),用于记录各状态持续时间; 因为各状态持续时间不一致,所以上述计数器应置入不同的预置数; 倒计时计数值输出至二个数码管显示; 程序共设置4个进程: ① 进程P1、P2和P3构成两个带有预置数功能的十进制计数器,其中P1和P3分别为个位和十位计数器,P2产生个位向十位的进位信号; ② P4是状态寄存器,控制状态的转换,并输出6盏交通灯的控制信号。-System to set up a two BCD code c
  3. 所属分类:Other systems

    • 发布日期:2017-03-31
    • 文件大小:1142
    • 提供者:kid
  1. bcd

    0下载:
  2. 从键盘输入十六进制数转换为8421bcd码-Keyboard input from a number converted to hexadecimal code 8421bcd
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-01
    • 文件大小:966
    • 提供者:wubinbin
  1. BCD

    0下载:
  2. 将BCD码的转换为四位二进制,实现是一个十线输入,四线输出的转换功能-BCD code will be converted to four binary to achieve is a 10 line inputs, four-lane conversion output
  3. 所属分类:SCM

    • 发布日期:2017-04-08
    • 文件大小:124394
    • 提供者:sunrier
  1. BCD

    0下载:
  2. 实现多字节二进制转BCD码功能,是在KEI中写的。可以直接用。-Achieve multi-byte binary code to BCD function
  3. 所属分类:Other systems

    • 发布日期:2017-04-17
    • 文件大小:16250
    • 提供者:panlaoda
  1. BCD

    0下载:
  2. BCD码减法实现程序,非常完整,采用Verilog HDL语言实现。-BCD subtraction to achieve program code, very complete, using Verilog HDL language.
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-04-01
    • 文件大小:155551
    • 提供者:江浩
  1. bcd

    0下载:
  2. 4位二进制数转BCD码,由拨码键盘输入,结果由数码管显示-BCD 4-bit binary code switch from dial code keyboard input, the results from the digital display
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-03-31
    • 文件大小:665
    • 提供者:riversky
  1. 十六进制BCD十进制转换

    0下载:
  2. 十六进制,BCD码,以及十进制转换,C语言程序(Hexadecimal BCD Decimal Conversion)
  3. 所属分类:其他

    • 发布日期:2018-05-02
    • 文件大小:1024
    • 提供者:羽毛儿
« 1 23 4 5 6 7 8 9 10 ... 24 »
搜珍网 www.dssz.com