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

搜索资源列表

  1. A-Novel-Reversible-BCD-Adder-For-Nanotechnology-B

    0下载:
  2. A Novel Reversible BCD Adder For Nanotechnology Based System
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-03-25
    • 文件大小:190919
    • 提供者:Christoffer
  1. Design-and-Optimization-of-Reversible-BCD-Adder-S

    0下载:
  2. Design and Optimization of Reversible BCD Adder-Subtractor Circuit
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-03-26
    • 文件大小:78801
    • 提供者:Christoffer
  1. Design-of-Optimized-Reversible-BCD-Adder-Subtract

    0下载:
  2. Design of Optimized Reversible BCD Adder-Subtractor 229
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-03-27
    • 文件大小:790464
    • 提供者:Christoffer
  1. Optimized-reversible-BCD-adder-using-new

    0下载:
  2. Optimized reversible BCD adder using new
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-04-03
    • 文件大小:265211
    • 提供者:Christoffer
  1. Convert-binary-to-BCD

    0下载:
  2. 计算机中的数值有各种表达方式,这是计算机的基础。掌握各种数制之间的转换是一种基本功。二进制到BCD转换-There are a variety of computer numerical expression, which is the basis for the computer. Of various kinds of number system conversion between a basic skills. Convert binary to BCD
  3. 所属分类:assembly language

    • 发布日期:2017-03-23
    • 文件大小:5379
    • 提供者:范志豪
  1. bcd-7seg

    0下载:
  2. Create a VHDL code representation of a BCD-to-Seven segment decoder. bcd 7 segment
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-04-15
    • 文件大小:7755
    • 提供者:zra syaf
  1. BCD-adder

    0下载:
  2. 用VHDL语言设计一个BCD码加法器,输入A[3..0]、B[3..0],输出为SUM[4..0]。-bcd adder
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-03-31
    • 文件大小:2687
    • 提供者:王小雨
  1. prog-16-Hex-to-BCD

    0下载:
  2. 8051 source code to convert Hex to BCD
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-03-30
    • 文件大小:627569
    • 提供者:Parth Borda
  1. BCD-autoplus

    0下载:
  2. 利用Verilog HDL语言,编写一个2为BCD码加法器程序,并在DE2板是实现功能的运用。-Auto plus
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-04-05
    • 文件大小:975036
    • 提供者:HTJ_L
  1. BCD-xiangcheng---huibian

    0下载:
  2. BCD码相乘的程序,可以帮你实现BCD的相乘,程序写得很不错哦-BCD multiplication procedures, can help you achieve BCD multiplication, procedures very good oh
  3. 所属分类:assembly language

    • 发布日期:2017-04-07
    • 文件大小:532
    • 提供者:zhangtian
  1. BCD

    0下载:
  2. 用汇编语言实现3位BCD码计算器功能,机器语言,存在缺陷,内存不够。-3 BCD code calculator function in assembly language, machine language, there are defects, not enough memory.
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-13
    • 文件大小:2066
    • 提供者:吕彬
  1. BCD_to_7SEG

    0下载:
  2. BCD to 7-segment decoder
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-04-10
    • 文件大小:722
    • 提供者:Eka
  1. bcd

    0下载:
  2. 函数名称: void BcdToAsc(u8 *Dest,u8 *Src,u32 Len) 函数功能: 将压缩BCD码转换为ascii码 入口参数: 1.ascii码地址 2.压缩BCD数组地址 3.Bcd码字节个数 返 回 值: 无 相关调用: 备 注: Dest地址为Len的两倍 -Function name : void BcdToAsc (u8* Dest, u8* Src, u32 Len) Function: compressed BCD to ascii c
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-24
    • 文件大小:3562
    • 提供者:yhg
  1. Double-byte-adder-BCD-code

    0下载:
  2. 将以片内RAM 30H 为起始地址的双字节BCD码 30H和40H为起始地址的双字节BCD码相加,结果放在50H和51H中,程序结束-Will be in RAM30H for the starting address of the double byte BCD code 30H and 40H for the starting address of the double byte BCD code phase, results in 50H and 51H, end of program.
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-03-28
    • 文件大小:41920
    • 提供者:刘智平
  1. dec-to-bcd

    0下载:
  2. 若在内存的输入缓冲区ASCBUF中,已有若干个用ASCII码表示的十进制数码.要求把它们转换为相应的BCD码,且把两个相邻存储单元的十进制数码的BCD码合并在一个存储单元中,且地址高的放在前四位,存放在BCDBUF区域。-dec to BCD code
  3. 所属分类:OS Develop

    • 发布日期:2017-03-26
    • 文件大小:9969
    • 提供者:dangligedang
  1. BCD

    0下载:
  2. 输入4位二进制数,8位LED显示转换后的BCD码-Enter the 4-bit binary number, eight LED display the converted BCD code
  3. 所属分类:Other systems

    • 发布日期:2017-03-31
    • 文件大小:129844
    • 提供者:卫烟
  1. dec-to-bcd

    0下载:
  2. 在程序开发中往往遇到进制的转换问题。十进制转BCD的几种算法,仅供初学者参考。-Hex conversion problems often encountered in the program development. The decimal transferred several algorithms of the BCD, the only reference for beginners.
  3. 所属分类:software engineering

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

    • 发布日期:2017-11-01
    • 文件大小:204081
    • 提供者:唐晓敏
  1. bcd

    0下载:
  2. 使用此指令可以将33位整数转换成BCD码,或者相反。-Use this command to convert the 33-bit integer to BCD, or vice versa.
  3. 所属分类:Other systems

    • 发布日期:2017-11-26
    • 文件大小:2936
    • 提供者:李阳
  1. BCD-youxianbianma

    0下载:
  2. 优先编码器,通过VHDL语言实现BCD优先编码的功能-Priority encoder BCD priority encoder function through VHDL language
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-11-18
    • 文件大小:693
    • 提供者:victor
« 1 2 3 4 5 6 7 89 10 11 12 13 ... 48 »
搜珍网 www.dssz.com