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

搜索资源列表

  1. Number-system-conversion

    0下载:
  2. 进行不同数制之间的转换,以十进制、八进制、十六进制为例。-Different number system conversion between decimal, octal, hex, in sixteen as an example.
  3. 所属分类:assembly language

    • 发布日期:2017-04-12
    • 文件大小:943
    • 提供者:sisiyin
  1. 10--to-16

    0下载:
  2. 十进制转换为十六进制的c++编程实现,由用户输入十进制数,然后系统将其转化为十六进制数-Decimal to hexadecimal c++ programming
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-10
    • 文件大小:515
    • 提供者:susie
  1. CBitsets

    0下载:
  2. 自己写的基于MFC的CBitsets类,主要操作二进制串,实现了二进制、十六进制、十进制之间相互转换显示等功能。-Write your own MFC-based CBitsets class, mainly operating binary string, to achieve binary, hexadecimal, mutual conversion between decimal display functions.
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-13
    • 文件大小:1660
    • 提供者:Mr.lu
  1. shuju

    0下载:
  2. 在matlab中按字符读取txt文件中的十六进制数据,并把它转换为十进制。-In matlab read txt file by character hexadecimal data and convert it to a decimal.
  3. 所属分类:GUI Develop

    • 发布日期:2017-04-15
    • 文件大小:4909
    • 提供者:ann
  1. 16-to-10

    0下载:
  2. 将十六进制转换成十进制,可实现矩阵等数据类型的转换-Hexadecimal to decimal conversion can be achieved, such as data type conversion matrix
  3. 所属分类:Algorithm

    • 发布日期:2017-04-12
    • 文件大小:1016
    • 提供者:胡建
  1. StackTest

    0下载:
  2. 测试堆栈功能,将十进制数转换成二进制/八进制/十六进制-Test stack function to convert decimal to binary/octal/hexadecimal
  3. 所属分类:CSharp

    • 发布日期:2017-04-27
    • 文件大小:63627
    • 提供者:Joy
  1. zhuan

    0下载:
  2. 利用栈对将十进制转换成十六进制的C语言代码-Use the stack to convert decimal to hexadecimal C language code
  3. 所属分类:CSharp

    • 发布日期:2017-04-12
    • 文件大小:570
    • 提供者:
  1. float_hex_dec

    0下载:
  2. 利用MATLAB编程实现float类型的十六进制数向十进制数的转换,可以看看,本人亲测可用。-Float type using MATLAB programming hexadecimal number to decimal conversion, you can see, I am pro-test available.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-12
    • 文件大小:887
    • 提供者:chenwei
  1. 123

    0下载:
  2. 自己编写的十进制转换成十六进制程序,很实用,需要的话,可以下载。-I have written to convert decimal to hexadecimal procedures, very practical, if required, can be downloaded.
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-12
    • 文件大小:642
    • 提供者:贺亚茹
  1. HexBinDecOct

    0下载:
  2. 源码实现了二进制,十进制,八进制和十六进制之间的强制转换-The source code to achieve binary, decimal, octal and hexadecimal conversion between the mandatory sixteen.
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-12
    • 文件大小:1300
    • 提供者:wgf
  1. change

    0下载:
  2. 宋仁杰书例题5-1,手动打入,实现将一个十进制的数转换成十六进制的数-Achieve the number of decimal number converted into sixteen
  3. 所属分类:assembly language

    • 发布日期:2017-04-13
    • 文件大小:1620
    • 提供者:2hawer
  1. LexicalAnalysis

    1下载:
  2. 1、根据以下的正规式,编制正规文法,画出状态图; 标识符 <字母>(<字母>|<数字字符>)* 十进制整数 0 | ((1|2|3|4|5|6|7|8|9)(0|1|2|3|4|5|6|7|8|9)*) 八进制整数 0(1|2|3|4|5|6|7)(0|1|2|3|4|5|6|7)* 十六进制整数 0x(0|1|2|3|4|5|6|7|8|9|a|b|c|d|e|f)(0|1|2|3|4|5|6|7|8|9|a|b|c|d|e
  3. 所属分类:Compiler program

    • 发布日期:2017-04-13
    • 文件大小:1700
    • 提供者:忆昔
  1. program

    0下载:
  2. 设计一个程序,输入一个十进制数,输出相应的十六进制数。设计一个函数实现数制转换。-Design a program to input a decimal number, output the corresponding hexadecimal number. Design a function implementation system transformation.
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-01
    • 文件大小:11936
    • 提供者:张憧
  1. 10trun16

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

    • 发布日期:2017-04-13
    • 文件大小:1954
    • 提供者:tui2771297
  1. 16to10100

    0下载:
  2. 写一个函数,输入一个十六进制数,输出相应的十进制数。程序提示:输入时将十六进制数作为一个字符串输入,然后将其每一个字符转换成十进制数并累加-Write a function, enter a hexadecimal number, the output corresponding decimal number. Prompts: Enter the hexadecimal number will be entered as a string, then each character into a
  3. 所属分类:Communication

    • 发布日期:2017-04-12
    • 文件大小:760
    • 提供者:wo867206
  1. 3425564235

    0下载:
  2. VB 十六进制转换为十进制,可逆转,有需要的就下载吧。-VB hex to decimal conversion can be reversed, there is a need to download it.
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-04-15
    • 文件大小:6971
    • 提供者:gu504682
  1. Algorithm100

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

    • 发布日期:2017-04-14
    • 文件大小:2923
    • 提供者:bo951739
  1. DataTransfer100

    0下载:
  2. 进制转换 十进制 二进制 八进制 十六进制-Convert hex binary decimal hex octal
  3. 所属分类:Game Program

    • 发布日期:2017-04-12
    • 文件大小:872
    • 提供者:fu20640
  1. Hex-converter

    0下载:
  2. 用C语言写的二进制 十进制 十六进制转换器,代码略长,还需改进。不能转换八进制。-Written in C language binary decimal hexadecimal converter code slightly longer, need improvement. Can not convert octal.
  3. 所属分类:ADO-ODBC

    • 发布日期:2017-04-13
    • 文件大小:2154
    • 提供者:liang94802
  1. P005E_Formular

    0下载:
  2. 输入一个十进制输,将其转换为二进制八进制和十六进制-Enter a decimal lose, will convert it to binary octal and hexadecimal
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-04-12
    • 文件大小:769
    • 提供者:yuea336n520
« 1 2 ... 12 13 14 15 16 1718 19 »
搜珍网 www.dssz.com