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

搜索资源列表

  1. shuzhi

    0下载:
  2. 实现不同数制之间的转换 当你输入一个数值要求后再输入数值就能转换成相应的数制值-To achieve the conversion between different number system when you enter a value and then enter the required values can be converted into the corresponding value of the number of system
  3. 所属分类:Data structs

    • 发布日期:2017-04-15
    • 文件大小:6097
    • 提供者:助威
  1. zhuanhuan

    0下载:
  2. 运用堆栈来解决数制的转换问题是数据结构中很简单的一个思维方法。-Number system using the stack to resolve the conversion issue is a very simple data structure, a way of thinking.
  3. 所属分类:Data structs

    • 发布日期:2017-04-02
    • 文件大小:668
    • 提供者:杨速
  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. 6

    0下载:
  2. 十进制到十六进制数的转换,很不错的例子,汇编语言课的一个例子-Decimal to hexadecimal number conversion
  3. 所属分类:assembly language

    • 发布日期:2017-04-11
    • 文件大小:819
    • 提供者:张建顺
  1. ConvNums

    0下载:
  2. 不同数制之间的转换(二进制、十进制、十六进制)-Conversion between different number system (binary, decimal, hexadecimal)
  3. 所属分类:File Operate

    • 发布日期:2017-05-08
    • 文件大小:1889680
    • 提供者:sunjian
  1. FloatBin

    0下载:
  2. 这FloatBin是软件工程师或单片机工程师实用的小工具,特别是刚入门的朋友。 该软件可以将单精度(single)浮点数或双精度(double)浮点数转换成二进制、十进制、十六进制字节内码表示,也可以将字节内码转换成浮点进行逆变换。不到1M的数据量,精简而不失实用性。全免费,无需注册,解压即能使用。该软件源来自于www.aitek.tw的客服,原本为方便其客户调试其仪器之通讯数据,在经得其客服同意后,分享给大家应用。软件的输入带有容错性检测,在输入二进制数据时必须以1byte的8位长度限
  3. 所属分类:SCM

    • 发布日期:2017-04-02
    • 文件大小:373991
    • 提供者:lan
  1. number-exchange

    0下载:
  2. 大学里用C语言编写的数进制转换。运行环境为visual c++,可进行数进制间的转换,如十进制转八进制等。-University with a number written in C hexadecimal conversion. Operating environment for the visual c++, can be converted between the number of binary, octal, etc., such as decimal transfer.
  3. 所属分类:CSharp

    • 发布日期:2017-04-13
    • 文件大小:3193
    • 提供者:tanyuqi
  1. EDA

    0下载:
  2. 十进制到十六进制转换的程序。程序要求从键盘取得一个十进制数,然后把该数以十六进制的形式在屏幕上显示出来。-Decimal to hex conversion program. Procedural requirements to obtain a decimal number from the keyboard, and then the hexadecimal number to be displayed on the screen.
  3. 所属分类:Embeded-SCM Develop

    • 发布日期:2017-05-08
    • 文件大小:1636797
    • 提供者:闫怀礼
  1. Hex-Converter

    4下载:
  2. 进制转换器: 可输入二进制、八进制、十进制、十六进制数;将已输入的数转换成其余进制的数;具有输入输出界面。 -Hex converter: Enter a binary, octal, decimal, hexadecimal number the number has been entered into the rest of hexadecimal numbers with input and output interface.
  3. 所属分类:File Operate

    • 发布日期:2014-10-06
    • 文件大小:1024
    • 提供者:susan
  1. bin2bcd7seg

    0下载:
  2. 用vhdl语言编译一个码制转换 四位二进制->BCD码,然后将BCD码->七段显示器码。 (1)当输入为0~9的数时,其十位数为0,个位数=输入。 当输入为10~15的数时,其十位数为1,个位数=输入-10。 (2)然后将十位和个位的BCD码转换为七段显示码 -Vhdl language used to compile a binary code system conversion of four-> BCD code, then BCD code->
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-04-03
    • 文件大小:326696
    • 提供者:宋子皓
  1. 8~~16

    0下载:
  2. 实现8进制数的进制转换,用户输入B则转为二进制,用户输入H则转为16进制,用户输入D则转为10进制!-To achieve binary conversion decimal number 8, the user input B is converted to binary, the user input H is converted to 16 hex, the user input is converted to 10 decimal D!
  3. 所属分类:assembly language

    • 发布日期:2017-04-10
    • 文件大小:1111
    • 提供者:sunying
  1. Changenum

    0下载:
  2. 数据转换,输入二进制后八进制数将转换为相应的进制-Data conversion, the input binary number after the octal hex will be converted to the corresponding
  3. 所属分类:File Operate

    • 发布日期:2017-03-29
    • 文件大小:1207
    • 提供者:李丹
  1. decimal_change

    0下载:
  2. 进制转换问题,输入一个数,将其转换为任意进制数-failed to translate
  3. 所属分类:Data structs

    • 发布日期:2017-04-07
    • 文件大小:247249
    • 提供者:xlj
  1. aaa

    0下载:
  2. 输入一个十进制数,转换成八进制数后倒序,输出对应的十进制数-Enter a decimal number into octal number after the reverse, the output corresponding to the decimal
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-13
    • 文件大小:1792
    • 提供者:刘阳
  1. computer-science-and-technology

    0下载:
  2.      计算机的基本概念、特点、用途及发展        数制及数制间的相互转换方法        计算机中数的表示方法、ASCII码和汉字编码        计算机基本结构和工作原理        程序设计语言、程序设计方法        算法与
  3. 所属分类:software engineering

    • 发布日期:2017-05-11
    • 文件大小:2732570
    • 提供者:颜明
  1. Number-System-Conversion

    0下载:
  2. 在windows 操作系统上,使用Microsoft Visual C++进行数制之间的转换。-Using a recursive method will decimal number for binary conversion.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-04
    • 文件大小:4226
    • 提供者:王晓晓
  1. shuzhizhuanhuan

    0下载:
  2. 数的进制转换,可以把10进制的数,转换为其他进制。-The number enters the system to transform, may decimal base s number, transform for other enters the system!
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-02
    • 文件大小:886
    • 提供者:huahua
  1. Any-decimal-conversion

    0下载:
  2. 对输入的10进制数进行对应输入的任意进制数制的转换-The input of the decimal to binary number corresponding to the input of any system of conversion
  3. 所属分类:Algorithm

    • 发布日期:2017-03-31
    • 文件大小:243060
    • 提供者:李悦
  1. C-code

    0下载:
  2. 这个压缩包里有5个C代码,全部在VC++6.0编译环境下测试通过。包括约数之和 素数判断 完美立方 完数 进制转换。-perfect number sum of Common divisor perfect cub
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-31
    • 文件大小:1673
    • 提供者:刘洋
  1. translate

    0下载:
  2. 输入任意一十进制数,转换成其他进制并输出结果-Enter any one decimal, binary, and convert the output of other
  3. 所属分类:Other systems

    • 发布日期:2017-04-10
    • 文件大小:561
    • 提供者:杨丰华
« 1 2 ... 7 8 9 10 11 1213 14 15 16 17 ... 28 »
搜珍网 www.dssz.com