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

搜索资源列表

  1. C语言实现十进制转二进制转换

    0下载:
  2. C语言实现十进制转二进制转换
  3. 所属分类:源码下载

    • 发布日期:2011-08-05
    • 文件大小:352
    • 提供者:fangyuying
  1. 进制转换器

    2下载:
  2. 五、 进制转换器(10) 要求:(1)可输入二进制、八进制、十进制、十六进制数; (2)将已输入的数转换成其余进制的数; (3)具有输入输出界面。 ,Friday, hex converter (10) request: (1) may enter the binary, octal, decimal, hexadecimal number (2) will have entered into the rest of the number of h
  3. 所属分类:其他小程序

    • 发布日期:2017-03-02
    • 文件大小:914
    • 提供者:chen fei
  1. numt_convert.zip

    0下载:
  2. 十进制、八进制、二进制、十六进制的相互转换,Decimal, octal, binary, hexadecimal conversion
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-11-08
    • 文件大小:32838
    • 提供者:fjw
  1. 多字节BCD码转换成十六进制

    1下载:
  2. 多字节十进制整数(压缩BCD码)转换为二进制整数子程序;入口:R0指向多字节十进制整数高位,R1指向结果多字节二进制整数高位,R7=n ;使用A,R0~R7,影响CY
  3. 所属分类:单片机(51,AVR,MSP430等)

  1. MASM

    1下载:
  2. 要求把从键盘输入的0~FFFFH的十六进制正数转换为十进制数并在屏幕上显示出来。程序主要由十六进制转换二进制、二进制转换十进制两个子程序组成,可将主程序和子程序放在同一程序模块中,在子程序中省略对寄存器的保护和恢复工作,子程序之间的参数传送则采用寄存器传送方式-Demanded from the keyboard input 0 ~ FFFFH hexadecimal number is converted to a decimal number and displayed on the scr
  3. 所属分类:assembly language

    • 发布日期:2016-01-25
    • 文件大小:31001
    • 提供者:张陆军
  1. linear_code

    1下载:
  2. 线性码,包含生成矩阵,冗余校验矩阵,编码,译码,十进制二进制转换-linear code, including generate matrix, parity check matrix, syndrome decoding, decimal to binary converter and so on.
  3. 所属分类:matlab

    • 发布日期:
    • 文件大小:111162
    • 提供者:李文
  1. dectobin

    2下载:
  2. matlab实现任意十进制和二进制的转换-matlab to achieve arbitrary decimal and binary conversion
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-03-23
    • 文件大小:626
    • 提供者:张惠
  1. dec2bin

    1下载:
  2. 用matlab写的很好的关于二进制转十进制的函数代码,可以实现非整数二进制转换十进制,以及负二进制转换十进制-Using matlab to write on the good function of the binary code to decimal, you can achieve non-integer binary decimal conversion, as well as the negative decimal binary conversion
  3. 所属分类:matlab

    • 发布日期:2017-03-22
    • 文件大小:1733
    • 提供者:zll
  1. hexconv

    1下载:
  2. 一组转换函数用于十六进制字符串二进制字符串八进制字符串到十进制整数相互转换-Transfer function for a group of hexadecimal string string octal binary string to decimal integer conversion
  3. 所属分类:Other windows programs

    • 发布日期:2016-04-22
    • 文件大小:3363
    • 提供者:站长
  1. text07

    0下载:
  2. 设计一个数制转换类:实现十进制—二进制,十进制—八进制转换。输入十进制数,转换后分别显示二进制,八进制数。-Design a system for converting a number of categories: the realization of the metric system- binary, decimal- octal conversion. Enter a decimal number, the conversion after the show binary, octal
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-09
    • 文件大小:28908
    • 提供者:王达强
  1. denbinhex

    0下载:
  2. 转换十六进制, 十进制, 二进制, ASCII码的Visual Basic 6 源代码-This project converts a value of hex (base 16), denary (base 10), binary (base 2) or ascii into each of the others.
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-07
    • 文件大小:8208
    • 提供者:laimijun
  1. huibian

    0下载:
  2. 实验内容 回文,冒泡排序,十进制转换成二进制,二进制转换成十六进制,输入数据 存入文件 并从文件中读出并显示在屏幕上-Palindrome content of the experiment, Bubble Sort, decimal converted to binary, hexadecimal into binary, the input data into the file and read from the document and display on the screen
  3. 所属分类:assembly language

    • 发布日期:2017-04-28
    • 文件大小:41815
    • 提供者:符晓娟
  1. RS

    1下载:
  2. RS码的编码过程,其中的十进制与二进制之间的转换函数MATLAB里面有自带的函数。当然你也可以自己编写-RS code encoding process in which the conversion between decimal and binary function of MATLAB which has built-in functions. Of course, you can also write your own
  3. 所属分类:Other systems

    • 发布日期:2015-11-30
    • 文件大小:1578
    • 提供者:chencifu
  1. adc804

    0下载:
  2. AD转换+LCD12864显示程序 1 AD转换,二进制转换成十进制 2 显示英文,数字,符号,图片。-AD Converter+ LCD12864 display program 1 AD conversion, the binary converted to decimal 2 shows in English, numbers, symbols, and pictures.
  3. 所属分类:SCM

    • 发布日期:2017-03-26
    • 文件大小:60039
    • 提供者:董兵兵
  1. decandbin

    0下载:
  2. 二进制和十进制互相转换,比自带的更加方便-Each binary and decimal conversion, more convenient than the native
  3. 所属分类:matlab

    • 发布日期:2017-04-08
    • 文件大小:638
    • 提供者:qiuzhiyuan
  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-03
    • 文件大小:2049
    • 提供者:LCC
  1. deci2bin

    0下载:
  2. 十进制数值转换二进制序列函数,关于信号处理方面的源代码-Convert the decimal value of binary sequence functions, signal processing on the source code
  3. 所属分类:DSP program

    • 发布日期:2017-04-02
    • 文件大小:794
    • 提供者:宫翔
  1. decimal-and-binary

    0下载:
  2. matlab 十进制与二进制的转换 包括二进制转换为十进制;也包括十进制转换为二进制-decimal to binary binary to decimal
  3. 所属分类:matlab

    • 发布日期:2017-03-30
    • 文件大小:631
    • 提供者:Wang
  1. 二进制转十进制

    0下载:
  2. 将人为输入的任意的二进制数转换为十进制数。(Converts any binary number that is artificially entered into a decimal number)
  3. 所属分类:其他

    • 发布日期:2017-12-27
    • 文件大小:557056
    • 提供者:xiaoyuchang
  1. VB十六进制转换工具V1.0源代码和程序szd

    1下载:
  2. 将十六进制与二进制 十进制互相转换的工具,范围0-32767(A tool that converts sixteen decimal and binary decimal, range 0-32767)
  3. 所属分类:其他

    • 发布日期:2018-01-05
    • 文件大小:12288
    • 提供者:kenyi2007
« 12 3 4 5 6 7 8 9 10 ... 26 »
搜珍网 www.dssz.com