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

搜索资源列表

  1. Clock

    0下载:
  2. --1.实体和函数的定义 --2.自动计时部分 --3.设置调时时的四种状态:a.不调时,b.调时位,c.调分位,d.调秒位 --4.设置闪烁的位置,调哪部分,哪部分闪烁 --5.将该闪烁的部分执行闪烁命令 --6.调时间,小时,分钟,秒的调时进程 --7.用元件BCD把小时位,分钟位和秒位三部分连接在一起 --8.设置时区***该部分为选做,程序中已经注释掉*** --9.设置闹铃***该部分为选做,程序中暂时没写*** --10.设置7段数码管的显示位
  3. 所属分类:Other systems

    • 发布日期:2017-04-02
    • 文件大小:3718
    • 提供者:wvqyd
  1. binaryTObcd

    0下载:
  2. Binary to BCD converter in VHDL.
  3. 所属分类:Other systems

    • 发布日期:2017-04-01
    • 文件大小:92285
    • 提供者:Paulo
  1. decoder_BCD_7seg

    0下载:
  2. Decoder BCD to 7 segment. For use in displays.
  3. 所属分类:Other systems

    • 发布日期:2017-04-06
    • 文件大小:271029
    • 提供者:Paulo
  1. binary_to_bcd

    0下载:
  2. this a verilog code .. it converts 9 bit integer value to its corresponding twelve bit BCD number that is required as an input to a seven segment decoder or otherwise also an integer that may be represented by binary bits can be changed to its corres
  3. 所属分类:Other systems

    • 发布日期:2017-03-28
    • 文件大小:668
    • 提供者:hassan
  1. Chapter4A

    0下载:
  2. scoreboard program with bcd adder
  3. 所属分类:Other systems

    • 发布日期:2017-04-24
    • 文件大小:312007
    • 提供者:priya
  1. led

    0下载:
  2. 七段LED数码显示器是数字系统中常用的数码显示元件,二进制数不能直接在LED数码管上显示,需要用一个BCD七段译码器进行译码。下图给出了一个七段显示译码器的框图及相应的七段LED数码管的示意图。-Seven-segment LED digital display is commonly used in digital systems digital display devices, a binary number can not be directly displayed on the LED
  3. 所属分类:Other systems

    • 发布日期:2017-03-30
    • 文件大小:29440
    • 提供者:乐天猫
  1. counter_bcd7

    0下载:
  2. bcd十进制计数器,用于频率计设计的计数器单元,输出zeros用于选通量程使用!-bcd decimal counter, the counter for frequency counter design unit, the output zeros for the use of strobe range!
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-04
    • 文件大小:525
    • 提供者:jim
  1. binary_to_BCD

    0下载:
  2. 将二进制码转换成BCD码,在verilog环境下可以封装为译码器-BCD code into the binary code in verilog environment is encapsulated as decoder
  3. 所属分类:Other systems

    • 发布日期:2017-04-03
    • 文件大小:225029
    • 提供者:dmt08
  1. DS12C887

    0下载:
  2. 16位二进制数求除法程序,16位二进制数转化为BCD码-16-bit binary division program requirements, 16-bit binary number into BCD code
  3. 所属分类:ISAPI-IE

    • 发布日期:2017-04-07
    • 文件大小:2766
    • 提供者:石传东
  1. shijinzhiBCD

    0下载:
  2. 十进制-BCD码转换的代码在内,完整希望大家能用上-variable reg : integer range 0 to 80000 variable d1,d2,d3,d4 : std_logic_vector(3 downto 0) begin if clk100 event and clk100= 1 then case current_state1 is when st0=>
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-08
    • 文件大小:84754
    • 提供者:肖肖
  1. Exchange

    0下载:
  2. 程序功能:二进制取反 、十六进制转为十进制、十进制转十六进制、BCD转10进制 、十进制转BCD码、BCD码转换为字符串、字符串转换为BCD码,非常实用,工作必备之源码-Procedures functions: binary negate, sixteen hexadecimal to decimal, decimal to hexadecimal sixteen, BCD 10 hexadecimal, decimal conversion BCD code, BCD code is con
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-30
    • 文件大小:3924
    • 提供者:xwb
  1. 1

    0下载:
  2. 关于流水灯,99秒计时,倒计时演示和BCD码的小程序,在CVI上进行开发的,亲身试过,很好用。-Water lights, 99 seconds chronograph, countdown demonstration and BCD program in CVI development, personally tried it, very easy to use.
  3. 所属分类:CSharp

    • 发布日期:2017-04-09
    • 文件大小:8403
    • 提供者:刘钊
  1. VHEX2BCD16h

    0下载:
  2. 基于vhdl的二进制转BCD码码的设计,已经经过调试,可直接使用 -Based on vhdl binary to transfer the design of BCD code, has been commissioning, can be used directly
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-06
    • 文件大小:866
    • 提供者:wangjiantin
  1. Taddd_32_bbcdh

    0下载:
  2. 此程序源码使用VHDL语言,完成在32位十六进制加法器的基础上将输出出进行BCD码转换,实现输出是BCD码的32位二进制加法 可直接使用。 -This program source code using VHDL language, completed on the basis of 32-bit hexadecimal adder output BCD code conversion, the output is a 32-bit binary adder BCD code can be
  3. 所属分类:Windows Develop

    • 发布日期:2017-11-06
    • 文件大小:1036
    • 提供者:分配
  1. BBCDMULLc

    0下载:
  2. 多位bcd码乘法,已测试通过过,多位bcd码乘法,已测试通过 -A number of bcd code multiplications, the test passes, the number of bcd code multiplication, have been tested
  3. 所属分类:Windows Develop

    • 发布日期:2017-12-09
    • 文件大小:738
    • 提供者:zhengguoo
  1. Tht-h

    0下载:
  2. 这是和泰的子程序集,包括一些些十进制的转换和bcd码的转换 -This is a set of subroutines and Thailand, including some decimal conversion and bcd code conversion
  3. 所属分类:Windows Develop

    • 发布日期:2017-12-03
    • 文件大小:109430
    • 提供者:zhengguoo
  1. BCDDECODER

    0下载:
  2. 实现BCD译码,用七段数码管显示,2-10进制转换.-BCD decoding, seven-segment LED display ,2-decimal conversion.
  3. 所属分类:RichEdit

    • 发布日期:2017-11-28
    • 文件大小:2257
    • 提供者:mashasha
  1. Here-is-a-program-for-BCD-to-7

    0下载:
  2. vhdl coding for ldpc
  3. 所属分类:Other systems

    • 发布日期:2017-11-09
    • 文件大小:29189
    • 提供者:siva
  1. sting_lib

    0下载:
  2. 各种字符串函数功能的实现 比如 字符大小写转换,字符长度 二进制转BCD 一个字符转换成16进制 十进制等一些函数的实现-The realization of the function of various string function
  3. 所属分类:Other systems

    • 发布日期:2017-11-30
    • 文件大小:7813
    • 提供者:绿茶好心情
  1. bcd_2_asc

    0下载:
  2. bcd码转asc码和asc码转bcd码的c语言实现的-asc code asc code bcd codes to turn bcd code c language
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-07
    • 文件大小:3003
    • 提供者:lucky
« 1 2 3 45 6 »
搜珍网 www.dssz.com