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

搜索资源列表

  1. Cpp1

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

    • 发布日期:2017-04-12
    • 文件大小:935
    • 提供者:chen fei
  1. insar

    0下载:
  2. 二进制(十六进制)文件读取程序并可以转换成十进制格式输出-Binary (hexadecimal) file to read the procedures and can be converted to decimal format output
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-15
    • 文件大小:5502
    • 提供者:常玲
  1. calculator

    0下载:
  2. 设计一个windows附件中所示的计算器  计算double型的“加”、“减”、“乘”和“除”法;(注意小数点的处理)  增加“Backspace”按钮,每按一次删除编辑框最后一个字符;  增加求“倒数”、“sin”、“cos”和“tan”等三角函数;(注意以上运算符是单目运算符,与四则运算并不相同,最好独立为每个按钮设计函数)  增加“%”和“00”按钮,这两个按钮并不是运算符,仅仅是修改编辑框; ᠋
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-09
    • 文件大小:1635905
    • 提供者:叶合
  1. Algorithm

    0下载:
  2. 完美四种进制相互转换:可以在二进制、四进制、十六进制、十进制之间相互转换,值得学习一下。-Perfect four hexadecimal conversion: in binary, quaternary, hexadecimal, conversion between decimal, it is worth learning about.
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-04
    • 文件大小:2890
    • 提供者:293
  1. Hexadecimal_conversion

    0下载:
  2. 可输入二进制、八进制、十进制、十六进制数;将已输入的数转换成其余进制的数;具有输入输出界面。-Enter binary, octal, decimal, hexadecimal numbers will have entered into a number of the few remaining band with input and output interface.
  3. 所属分类:Other systems

    • 发布日期:2017-04-01
    • 文件大小:1318
    • 提供者:liuchen
  1. Calculator

    0下载:
  2. 用c写的计算器的实例,有连算和高级运算功能,有图形化界面,可进行十六进制和二进制之间的转换-use c to build a cancular and it has some special function ,such as does not limit the number which you input and does not limit you use special tool
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-16
    • 文件大小:63675
    • 提供者:朱茜
  1. huibian

    0下载:
  2. 汇编里的将二进制数据转换并以十六进制形式输出,具有多重循环的应用程序及移位运算-change two to sixteen and use circle canculaor
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-28
    • 文件大小:10632841
    • 提供者:朱茜
  1. Hexbinary

    0下载:
  2. 将十六进制文本文件转换成二进制文件-transform hex-text files to binary files
  3. 所属分类:Other systems

    • 发布日期:2017-03-28
    • 文件大小:1146
    • 提供者:ethan
  1. Convert

    0下载:
  2. 数据类型转换,输出保留四位小数,二进制和十六进制-convert
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-23
    • 文件大小:34327
    • 提供者:齐岩磊
  1. binary_output

    0下载:
  2. 2进制与其他进制的相互转换.一般十进制到十六进制和八进制平台一般会自动提供,二进制则一般没有。-something about binary to hex or oct.it maybe can give you some help.and i have already testify it.
  3. 所属分类:Other systems

    • 发布日期:2017-04-06
    • 文件大小:571967
    • 提供者:bing
  1. stack

    0下载:
  2. 这个程序是数据结构(C语言描述)中的小程序,主要涉及的知识点为栈的概念及运算,此程序涉及到栈的五种基本运算。实现的功能是加减乘除四则运算,结果为双进度,最终结果可以转换成二进制、八进制、十六进制。是学习数据结构c栈知识的有效程序。-This program is a data structure (C language to describe) in the small programs, mainly related to the concept of knowledge points to
  3. 所属分类:Other systems

    • 发布日期:2017-04-05
    • 文件大小:2095
    • 提供者:向云洲
  1. ejz

    0下载:
  2. delphi下二进制数据转换 十六进制转换-ejz12345678901111111
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-05
    • 文件大小:426688
    • 提供者:zhang
  1. ConvertTest

    0下载:
  2. delphi 二进制,十 六进制之间的转换算法-delphi binary, decimal, hexadecimal conversion algorithm between
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-29
    • 文件大小:181080
    • 提供者:jiedong.li
  1. numberconversion

    0下载:
  2. 实现了十进制数与二进制、八进制、十六进制之间的转换-numberconversion
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-07
    • 文件大小:163230
    • 提供者:冬晨
  1. ConvertDemo_

    0下载:
  2. 一个VC++的进制转换组件及实例源代码,提供各种不同进制互相转换接口声明,以及二个接口涵数:IsValidate()用来检验输入有效性 Convert()来完成实际转换,编译时只用编译示例文件就可以,DLL组件会自动生成。演示程序展示了如何在二进制、八进制、十六进制、十进制之间转换数据。 -A VC++ the hex conversion components and source code examples, providing a variety of interchangeable
  3. 所属分类:Other systems

    • 发布日期:2017-04-07
    • 文件大小:186396
    • 提供者:王佳佳
  1. bin

    0下载:
  2. 二十六进制转换器小程序,用于二进制数据与十六进制之间相互转换。-Twenty-six decimal converter applets, for binary data and convert between hexadecimal.
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-04
    • 文件大小:18581
    • 提供者:cr
  1. Hex-conversion

    0下载:
  2. 这是个简单的二进制,八进制,十进制,十六进制转换的源码-This is a simple binary, octal, decimal, hexadecimal conversion of the source
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-06
    • 文件大小:2366
    • 提供者:潘力佳
  1. NetWork

    0下载:
  2. 十进制、十六进制、二进制互相转换的VC++程序,不用多介绍了吧,在任一个输入框中输入对应的进制数,程序会计算出所对应的其它两个进制的数值,比较简单的程序,希望能对大家有用处哦。 -Decimal, hexadecimal, binary mutual conversion of VC++ program, not much describes it, in any input box corresponding to the decimal number, the program calcu
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-17
    • 文件大小:19124
    • 提供者:madud00072
  1. CPP

    0下载:
  2. 1. 计算器设计, 能进行加减乘除平方基本运算,二进制,十进制,八进制,十六进制之间的转换,三角函的计算。用类实现。-1 calculator designed to carry out basic operations addition, subtraction square, binary, decimal, octal, hexadecimal conversion between triangular function calculations. With classes.
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-21
    • 文件大小:6216879
    • 提供者:李高伟
  1. CPP..

    0下载:
  2. 1. 计算器设计, 能进行加减乘除平方基本运算,二进制,十进制,八进制,十六进制之间的转换,三角函的计算。用类实现。-1 calculator designed to carry out basic operations addition, subtraction square, binary, decimal, octal, hexadecimal conversion between triangular function calculations. With classes.
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-04
    • 文件大小:822136
    • 提供者:李高伟
« 1 23 4 »
搜珍网 www.dssz.com