CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 其他小程序 搜索资源 - 十进制 转 二进制

搜索资源列表

  1. calculator.rar

    0下载:
  2. 二进制、十进制、十六进制数字的四则运算及转换,以及二进制的移位操作,Binary, decimal, hexadecimal digits of the four operations and conversion, as well as the binary shift operation
  3. 所属分类:Other systems

    • 发布日期:2017-04-04
    • 文件大小:21.64kb
    • 提供者:eefamily
  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
    • 文件大小:3.28kb
    • 提供者:站长
  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
    • 文件大小:8.02kb
    • 提供者:laimijun
  1. dataconvert

    0下载:
  2. 各种进制数转换子程序, 十进制数转二进制,转八进制数等.-Various M-ary digital conversion subroutine, including decimal number to binary, octal, etc...
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-03
    • 文件大小:2.28kb
    • 提供者:xiaofeng
  1. BaseConversion

    0下载:
  2. 进制之间的转换,二进制、八进制、十进制和十六进制的互相转换。-Conversion between hexadecimal, binary, octal, decimal and hexadecimal conversion of each other.
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-02
    • 文件大小:11.8kb
    • 提供者:翟健爽
  1. binarytranfer

    0下载:
  2. 随机数,二进制转十进制,十进制转十六进制-Random numbers, binary switch to decimal, decimal, hexadecimal switch
  3. 所属分类:Other systems

    • 发布日期:2017-04-03
    • 文件大小:8.95kb
    • 提供者:rainy
  1. liangweierjinjizhuanshijinjixianshi(switch)

    0下载:
  2. 两位二进制转十进制显示计算(switch)-The two binary transfer decimal display calculation (switch)
  3. 所属分类:Other systems

    • 发布日期:2017-03-31
    • 文件大小:39.21kb
    • 提供者:yutian
  1. DECTOBIN

    0下载:
  2. c语言中,十进制转二进制的用位运算实现方法-Decimal binary bit operation to achieve transfer
  3. 所属分类:Other systems

    • 发布日期:2017-03-29
    • 文件大小:922byte
    • 提供者:Spark
  1. d

    0下载:
  2. 二进制转十进制。自行输入二进制,程序可以将其转化为十进制。输入的是无符号数。-Binary to decimal. Enter their own binary, the program can be converted to decimal. The input is unsigned.
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-04
    • 文件大小:211.34kb
    • 提供者:99
  1. 1549

    0下载:
  2. 压缩包中有VC写的十进制转二进制程序,负数前移,多项式相乘程序,字符串匹配程序,遍历(非递归和递归)。能运行-VC compressed package written in binary decimal transfer, negative forward, polynomial multiplication process, the string matching procedure, traverse (non-recursive and recursive.) Can run
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-16
    • 文件大小:41.74kb
    • 提供者:qinchuan
  1. data2data

    0下载:
  2. labView下得数据类型转换程序,包含的类型非常多,有二进制转十进制,十进制转二进制-labView was under the data type conversion process, including the type of very large, there is a binary switch to decimal, decimal, binary transfer
  3. 所属分类:Other systems

    • 发布日期:2017-04-05
    • 文件大小:66.5kb
    • 提供者:胡大海
  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
    • 文件大小:3.83kb
    • 提供者:xwb
  1. main

    0下载:
  2. 可以实现进制的相互转换,如果大于3位,为二进制转十六进制,2位为十六进制转二进制,三位为十进制转十六进制。主要用于单片机开发工具。-The hex conversion, can be achieved if more than three, for binary to hex, the two hexadecimal to binary three decimal to hexadecimal. For microcontroller development tools.
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-08
    • 文件大小:731byte
    • 提供者:tsw
  1. float2bin

    0下载:
  2. 浮点数 转换查看工具,可转二进制、十进制-Floating point numbers View tool can transfer binary, decimal
  3. 所属分类:Other systems

    • 发布日期:2017-12-04
    • 文件大小:4.49kb
    • 提供者:sucheng
  1. 堆栈实现十进制转二进制

    0下载:
  2. 用堆栈实现十进制转二进制的建议源代码。 用C语言编写。
  3. 所属分类:其他小程序

  1. float2bin

    0下载:
  2. 十进制转二进制,正负数、补码、浮点均可,非常强大-Decimal to binary, positive and negative numbers, complement, floating point can be
  3. 所属分类:Other systems

    • 发布日期:2017-04-11
    • 文件大小:668byte
    • 提供者:ftj
  1. Decimal_Binary

    0下载:
  2. 软件技术基础中的十进制转二进制问题,简单的将十进制数转化为二进制数。 -Software technology base in decimal to binary problem, a simple decimal number into a binary number.
  3. 所属分类:Other systems

    • 发布日期:2017-04-04
    • 文件大小:863byte
    • 提供者:钰亦
  1. decimal to binary conversion

    0下载:
  2. 十进制转二进制文件,输入一个十进制数,输出相应的二进制数(decimal to binary conversion)
  3. 所属分类:其他

    • 发布日期:2017-12-29
    • 文件大小:6kb
    • 提供者:浅沫浅痕
  1. 二进制转十进制

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

    • 发布日期:2017-12-27
    • 文件大小:544kb
    • 提供者:xiaoyuchang
  1. zuoye521

    0下载:
  2. 进制转换,十进制转二进制,各类进制转换,建立”数制转换”对话框,在左边输入一个十进制整数和2—16之间的数,单击“转换”按钮能在右边得到与十进制相对应的相应进制的字符串,单击“退出”按钮退出对话框。(Establish "system transformation" dialog box, enter a decimal integer and 2 on the left - 16 Numbers between, can click the "convert&qu
  3. 所属分类:其他

    • 发布日期:2018-05-02
    • 文件大小:1kb
    • 提供者:shaobingwzz
« 12 »
搜珍网 www.dssz.com