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

搜索资源列表

  1. lx2

    0下载:
  2. 进制转换。可以实现自输入数字的十进制、八进制、十六进制、字符串格式转换,简短方便。-Into the conversion. Can realize the input of the decimal, an octal number, hex, string format conversion, short convenient.
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-04
    • 文件大小:148803
    • 提供者:read
  1. szjzzh

    0下载:
  2. 数字进制转换:输入任意一个十进制数,能转换成二进制和十六进制。-Digital hex conversion: enter any decimal number,and they can be converted into binary and hexadecimal.
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:628
    • 提供者:白秀伟
  1. Chapter09

    0下载:
  2. 汇编语言中十六进制与十进制转换,窗口显示-Hexadecimal and decimal conversion in assembly language, the window display
  3. 所属分类:assembly language

    • 发布日期:2017-04-06
    • 文件大小:37730
    • 提供者:guin
  1. Ad2Uart

    0下载:
  2. ADtoUart用C语言将8组AD转换的值分别用十六进制及十进制通过串口显示在电脑上面-ADtoUart eight groups of AD conversion in C language values 愠爀攀 hexadecimal and decimal displayed through the serial port on the computer above
  3. 所属分类:SCM

    • 发布日期:2017-04-04
    • 文件大小:15104
    • 提供者:shadow
  1. VB_BinDecHex_Conversion

    0下载:
  2. VB实现二进制十进制十六进制相互转换,有完整的Form-VB to achieve binary decimal hex conversion
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-05
    • 文件大小:3574
    • 提供者:马强
  1. several-code--CPP-

    0下载:
  2. 几个自己用C语言写的代码:十进制转成二~十六进制.cpp<将一个十进制数转换成二至十六进制的任意数>;十六进制转成十进制.cpp(将一个十六进制的数转换成十进制数) ;数字转成字符串-递归法.cpp(用递归法将一串数字转换成字符串);因子之和.cpp(找出所有因子之和等于它本身的数)-several code coded by myself use C++ language.
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-24
    • 文件大小:2064
    • 提供者:luer
  1. JS

    0下载:
  2. 多功能计算器 除了提供常规的计算功能外 还添加了进制间的相互转换(十进制 二进制 八进制 十六进制间)和两组计时器-Multi function calculator is provided in addition to the conventional calculation function also added between hexadecimal conversion ( decimal binary octal hexadecimal sixteen rooms) and two t
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-26
    • 文件大小:9198826
    • 提供者:钱石
  1. huibianyuyan---kechengsheji

    0下载:
  2. 设计内容:编码实现大小写字母之间、二进制和十六进制之间,以及十六进制和十进制之间的转换。 目的与要求:从键盘输入字母或数字,输出相应的转换结果。在出现的界面中,输入“b”开始转换;输入“q”退出。 -Design content: encoding realize case letters, between binary and hexadecimal between, and hex and decimal conversion between. Purpose
  3. 所属分类:assembly language

    • 发布日期:2017-04-08
    • 文件大小:311503
    • 提供者:胡维维
  1. caculator

    0下载:
  2. 用汇编语言实现数值之间的转换功能,有二进制、八进制、十进制、BCD、十六进制-exchange the form of number among decimal/bcd/hex/binary/octal
  3. 所属分类:assembly language

    • 发布日期:2017-04-03
    • 文件大小:7281
    • 提供者:Mengqi
  1. Assembler-hex-conversion-to-decimal-

    0下载:
  2. 汇编实现十六进制转换为十进制数 有兴趣的朋友可以看一下-Assembler hex conversion to decimal friends who are interested can look at
  3. 所属分类:assembly language

    • 发布日期:2017-03-28
    • 文件大小:574
    • 提供者:liuyijun
  1. HuiBianZhuanHuanQi

    0下载:
  2. 汇编转换器源码...附带superec_od.dll 支持十进制/十六进制,代码简洁。-Assembler converter source ... comes with superec_od.dll support decimal/hexadecimal code simple.
  3. 所属分类:易语言编程

    • 发布日期:2017-04-01
    • 文件大小:89984
    • 提供者:abacd
  1. Serial-Print

    0下载:
  2. 本程序实现了以下功能: 单片机上电后等待从上位机串口发送来的命令,同时在数码管的前四位以十进制 显示 AD采集来的数值。 1)当收到以十六进制发送来的01后,向上位机发送字符串“Turn off ad!”,同时间隔 一秒读取AD的值,然后把AD转换过来的数表示成实际电压值(浮点数),并且从串口发 送给上位机,形式如“The voltage is 3.398438V”发送周期也是一秒一次。 2)当收到02时,向上位机发送“Turn off ad!”并停止发送电压值 3)
  3. 所属分类:SCM

    • 发布日期:2017-03-27
    • 文件大小:32840
    • 提供者:张明辉
  1. 10trun16

    0下载:
  2. 十进制转换为十六进制!字符串输出!输入10进制的数字串,转换出16进制的数字-Decimal to hexadecimal! String output Enter the 10 hex digit string, convert the hex numbers
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-06
    • 文件大小:1909
    • 提供者:Eric.shen
  1. fas3conversiol

    0下载:
  2. flash版进制转换器,二进制,十进制,十六进制之间间互转,支持更长的位数,绝对原创,已通过测试。 -converter flash version hex, binary, decimal, hexadecimal between conversion, support a longer median absolute original, has been tested.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-06
    • 文件大小:290700
    • 提供者:qxd
  1. MFC_zhan

    0下载:
  2. 本系统是用栈写的进制转换器,进制转换,从十进制到二进制,八进制,十六进制-The system stack write hex converter, hex conversion from decimal to binary, octal, hexadecimal
  3. 所属分类:Windows Kernel

    • 发布日期:2017-11-20
    • 文件大小:3406226
    • 提供者:leifukes
  1. ym_vb-vbjzzh-hicode

    0下载:
  2. vb编写的进制转换程序源码,可以实现十六进制转换为二进制、二进制转化为十六进制、十六进制转化为十进制、八进制转化为十进制、二进制转化为十进制、十进制转化为十六进制、十进制转化为八进制、十进制转化为二进制等。-vb prepared by the hex conversion program source code, can be achieved hex conversion to binary, binary into hexadecimal, converted to hex decimal
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-18
    • 文件大小:326839
    • 提供者:yrq
  1. JZZH

    0下载:
  2. 十进制、二进制、八进制、十六进制互相转换。十六进制与ASCII码互相转换-Decimal, binary, octal, hexadecimal interchangeable. Hexadecimal and ASCII code conversion
  3. 所属分类:CSharp

    • 发布日期:2017-11-16
    • 文件大小:277576
    • 提供者:wh
  1. ADC12

    1下载:
  2. 基于msp430的模拟电压测量程序 将十六进制数据转换成十进制数据显示于12864上-The hexadecimal data based on the msp430 the analog voltage measurement procedures will be converted to decimal data show 12864 on
  3. 所属分类:SCM

    • 发布日期:2015-02-06
    • 文件大小:84992
    • 提供者:
  1. 5

    0下载:
  2. 1、金币银币问题:有若干币值不同的金币和银币,任一金币的价值都大于所有银币,要求按价值由小到大排列所有货币。 模型分析:用数组存放所有的整数,奇数(偶数)代表金币,偶数(奇数)代表银币,按先偶后奇(先奇后偶)的顺序整理数组,然后分别对偶数列和奇数列进行排序。 将程序补充完整 2、十进制向任意进制(二进制,八进制,十六进制)数转换,输入十进制数n和一个进制类型x,将n转换为x进制输出-Gold coins: a number of different denominations of
  3. 所属分类:Algorithm

    • 发布日期:2017-11-26
    • 文件大小:5121
    • 提供者:罗裕君
  1. conversion(dec-binary-hex)

    0下载:
  2. 本程序实现了十进制和二进制,十六进制之间互相转换,对于初学者来说很有帮助。-Program decimal and binary conversion between hexadecimal, very helpful for beginners.
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-22
    • 文件大小:12778
    • 提供者:陈泓至
« 1 2 ... 9 10 11 12 13 1415 16 17 18 19 »
搜珍网 www.dssz.com