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

搜索资源列表

  1. 7

    0下载:
  2. 调用总共四个计数器(两个六进制,两个十进制,六进制计数器可由实验五的程序做简单修改而成)串起来构成异步计数器,计数器的值,通过实验九串行扫描输出。用1Hz连续脉冲作为输入,这样就构成一个简单的1h计时器。带一个清零端。 输入:连续脉冲,逻辑开关;输出:七段LED。 -Called a total of four counters (two six-band, two decimal, hexadecimal counter by six experimental procedure
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-04-05
    • 文件大小:6380
    • 提供者:李小勇
  1. cifafenxiqi

    0下载:
  2. 识别类C语言的词法分析器,该分析器能识别十进制、八进制、十六进制数,还能识别c语言要求的标识符-Identification of class C language, lexical analyzer, the analyzer can identify the decimal, octal, hexadecimal number, but also identify the language requirements of the identifier c
  3. 所属分类:Compiler program

    • 发布日期:2017-04-01
    • 文件大小:2098
    • 提供者:巩玉帅
  1. source

    0下载:
  2. 几个小程序的合集,有十进制计数器、三相电机、电子钟等,对VHDL新手比较有用-Collection of several small programs, there are decimal counters, three-phase motors, electronic clock and so on more useful VHDL novice
  3. 所属分类:Other systems

    • 发布日期:2017-04-17
    • 文件大小:78058
    • 提供者:coco
  1. cal

    0下载:
  2. 实现以下功能。 1、4*4键盘输入,用按键输入数和运算符号。 1 2 3 + 4 5 6 - 7 8 9 * C 0 = ∕ 2、数码管显示运算过程和结果(十进制数),负号用一个LED灯显示。 3、具有清零和复位功能。 4、具有连续运算功能。 5、具有简易报错和提示功能。 该项目非常适合初学者,文档说明,原理图,流程图,程序源码都包含在内。-To achieve the following functions. 1,4* 4 keyboard,
  3. 所属分类:Embeded-SCM Develop

    • 发布日期:2017-04-03
    • 文件大小:727553
    • 提供者:
  1. cout_asyn

    0下载:
  2. 基于verilog的计数器设计,本例程将实现四位异步二进制计数器的功能,同时给出了同步二进制计数器和同步十进制计数器的VerilogHDL程序-Verilog counter based design, this routine will achieve the functions of four asynchronous binary counter, synchronous binary counter is given and synchronous decimal counter Ver
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-04-01
    • 文件大小:210965
    • 提供者:李保亮
  1. MCS51

    0下载:
  2. 单片机子程序,有各种数据格式的各种数学运算.(1)按当前流行的以 IBM PC 为主机的开发系统对汇编语言的规定,将原子程序库 的标号和位地址进行了调整,读者不必再进行修改,便可直接使用。 (2)对浮点运算子程序库进行了进一步的测试和优化,对十进制浮点数和二进制浮 点数的相互转换子程序进行了彻底改写,提高了运算精度和可靠性。 (3)新增添了若干个浮点子程序(传送、比较、清零、判零等),使编写数据处理 程序的工作变得更简单直观。-SCM subroutine, there
  3. 所属分类:SCM

    • 发布日期:2017-03-29
    • 文件大小:16330
    • 提供者:倪彦
  1. example

    0下载:
  2. 1.从键盘输入两个十进制数; 2.在屏幕上输出; 3.将两数求和并输出。-1. From the keyboard input of two decimal numbers 2. On the screen output 3. The sum of two numbers and output.
  3. 所属分类:assembly language

    • 发布日期:2017-04-10
    • 文件大小:1257
    • 提供者:李艺晨
  1. c4p8_binaryToDecimal

    0下载:
  2. 简单实用 批量转换二进制到十进制,源代码中加入了定时器,可查看完成换的时间,例子中转换4000条左右的数据而且是大型数据用时4秒左右,可用来研究-Simple and practical batch convert binary to decimal, the source code to add a timer, to see the complete change of time, around 4000 examples of data conversion and is used w
  3. 所属分类:File Operate

    • 发布日期:2017-05-01
    • 文件大小:718850
    • 提供者:echo
  1. Binary_viewer

    0下载:
  2. 实现十进制代码的二进制转换,即输入一个十进制书,输出其二进制代码-Realizing the decimal code conversion, namely the binary input and output the book a decimal binary code
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-15
    • 文件大小:8609
    • 提供者:杨子诺
  1. long

    1下载:
  2. 有关长整数的四则运算,十进制存储,基本操作是重载运算符.-The long integer arithmetic, decimal storage, the basic operation is overloaded operator.
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-03
    • 文件大小:1944
    • 提供者:李斌
  1. liang_shu_xiang_jian

    0下载:
  2. 两个十进制数相减,要求被减数和减数以组合BCD码形式各自存放在以DATA1HE DATA2为首的连续的5个内存单元中,结果送回被减数单元-Two decimal number to subtract.
  3. 所属分类:assembly language

    • 发布日期:2017-04-08
    • 文件大小:3415
    • 提供者:ganlingfeng
  1. XOR

    0下载:
  2. 有道难题:另类异或 描述: 对于普通的异或,其实是二进制的无进位的加法。 这里我们定义一种另类的异或A op B, op是一个仅由^组成的字符串,如果op中包含n个^,那么A op B表示A和B之间进行n+1进制的无进位的加法。 下图展示了3 ^ 5 和 4 ^^ 5的计算过程: 0 1 1 (3) ^ 1 0 1 (5) --------- 1 1 0 (6) 0 1 1 (4) ^^ 0 1 2 (5) --------- 0
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-11
    • 文件大小:620
    • 提供者:xhflovemy
  1. taxi

    0下载:
  2. 基于FPGA的出租车计费器 所要设计的出租车计价器,要求能够显示里程数和乘客应付的费用,其中里程数精确到0.1km,乘客应付的费用精确到O.1元,显示必须以十进制的形式来进行。出租车的计费标准为:起步价6元,里程在3 km以内均为起步价;里程在3~7 km之间时,每行驶1 km增加1.6元;超过7 km时,每行驶1 km增加2.4元。-FPGA-based taxi meter by meter taxi to design, requires the ability to show mi
  3. 所属分类:VHDL编程

    • 发布日期:2017-04-01
    • 文件大小:199899
    • 提供者:wangzexiang
  1. convert

    0下载:
  2. 这个程序可以完成十进制数转成任意进制数(1~16)-This program can convert a decimal number to complete any number (1 ~ 16)
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-23
    • 文件大小:196061
    • 提供者:youngmotto
  1. converter

    0下载:
  2. (1)可输入二进制、八进制、十进制、十六进制数; (2)将已输入的数转换成其余进制的数; (3)具有输入输出界面。 -(1) may enter the binary, octal, decimal, hexadecimal numbers (2) the number has been entered into the rest of the number of hex (3) with input and output interfaces.
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-04
    • 文件大小:2049
    • 提供者:LCC
  1. scale

    0下载:
  2. 可以实现二进制向十进制转换 输出时16进制的 可以用数码管显示-Binary to decimal conversion can be achieved when the 16 hex output LED display can be
  3. 所属分类:source in ebook

    • 发布日期:2017-03-28
    • 文件大小:1349
    • 提供者:梁天尺
  1. jishuqi

    0下载:
  2. 十进制计数器的veriloghdl语句编程 可以运行-Decimal counter programming to run veriloghdl statement
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-04-06
    • 文件大小:6107
    • 提供者:赵小猫
  1. binmatrix

    0下载:
  2. inmatrix函数创建一个与x矩阵同等大小的二、十进制换算对应表,所生成的换算对应表的第一行到末行依次对应二进制的高位到低位;并用此生成的换算对应表进行其他如求列和、列和代表的字符的运算;-inmatrix function creates a matrix of equal size with x 2, corresponding to decimal conversion table, the generated conversion table corresponding to the
  3. 所属分类:matlab

    • 发布日期:2017-03-31
    • 文件大小:944
    • 提供者:gfg
  1. floattoint

    0下载:
  2. 这个是一个IEEE754标准的浮点数转十进制的小软件-This is an IEEE754 standard decimal floating-point turn a small software
  3. 所属分类:Algorithm

    • 发布日期:2017-04-16
    • 文件大小:420780
    • 提供者:sea
  1. 4

    0下载:
  2. 输入一个十进制的数(大于1小于15),将十进制数转换成二进制,十六进制,八进制-Enter a decimal number (greater than 1 is less than 15), the decimal number into binary, hexadecimal, octal
  3. 所属分类:Algorithm

    • 发布日期:2017-04-07
    • 文件大小:1005
    • 提供者:lucy
« 1 2 ... 40 41 42 43 44 4546 47 48 49 50 »
搜珍网 www.dssz.com