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

搜索资源列表

  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. BinaryConversion

    0下载:
  2. 二进制,八进制,十进制,十六进制之间相互转换,还要包括小数部分-Binary Conversion
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-13
    • 文件大小:1986
    • 提供者:fan640628
  1. DataTransfer100

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

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

    0下载:
  2. 十进制转为十六进制,输入任意的十进制数就可以准确的转化为十六进制-Decimal to hexadecimal
  3. 所属分类:Embeded Linux

    • 发布日期:2017-04-12
    • 文件大小:982
    • 提供者:ren739517
  1. floot

    0下载:
  2. 一个计算浮点数的小程序,可以把十六进制浮点数转化为十进制浮点数。-A small program floating-point number, can be converted to a hexadecimal floating-point decimal floating point.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-13
    • 文件大小:1822
    • 提供者:pan396724
  1. Hex-conversion100

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

    • 发布日期:2017-04-13
    • 文件大小:2411
    • 提供者:dao898734
  1. jinzhi100

    0下载:
  2. 0~15的十进制,八进制,十六进制 简洁有力-0 ~ 15 decimal, octal, hexadecimal, concise
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-30
    • 文件大小:8942
    • 提供者:mu740178
  1. kiushi2100

    0下载:
  2. 编写C++程序完成以下功能:(1) 使用ofstream 向一个文本文件中输出各种类型的数据,并打开文件观察结果: 整数、无符号整型、长整型、浮点型、字符串、……(2) 用十进制、八进制、十六进制方式向文本文件中输出整数;(3) 使用控制符和成员函数来控制输出的格式: set() precision() -The preparation of C++ Procedures to accomplish the following functions: (1) the
  3. 所属分类:Multimedia Develop

    • 发布日期:2017-04-12
    • 文件大小:904
    • 提供者:xiana411378
  1. numswitch

    0下载:
  2. 各种数制之间的转换,例如二进制和十进制之间的相互转换,十进制与十六进制之间的相互转换-A variety of conversion between the number of system, for example, between the binary and decimal conversion, decimal and hexadecimal conversion between
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-30
    • 文件大小:7686
    • 提供者:shaan0137
  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. shuzhidezhuanhuan

    0下载:
  2. 实现十进制数转化成十六进制数的源程序代码-The realization of a decimal number into hexadecimal number of the source code
  3. 所属分类:Multimedia Develop

    • 发布日期:2017-04-14
    • 文件大小:2997
    • 提供者:shanag80a628
  1. DecimalBinaryConversion

    0下载:
  2. 从键盘输入一个十六进制数,将其转化为十进制输出。如果输入的不是一个有效的十六进制数数字则抛出异常。-Input the keyboard to enter a decimal number sixteen, which is converted to decimal output. If the input is not a valid sixteen digit number, the exception is thrown.
  3. 所属分类:JavaScript

    • 发布日期:2017-04-12
    • 文件大小:1193
    • 提供者:徐辉
  1. Hex2Int_prj

    0下载:
  2. 在公司写的快速十六进制与十进制转换,方便工程人员在线调试机器和设备上的软件-Written in the company s fast sixteen hex and decimal conversion, the project staff to facilitate online debugging software on the machine and equipment
  3. 所属分类:Dialog_Window

    • 发布日期:2017-04-30
    • 文件大小:401217
    • 提供者:leslie
  1. converter

    0下载:
  2. 用QT做的实现浮点数,整数十六进制到十进制数的相互转换。-Using QT to achieve floating-point numbers, integer sixteen decimal to decimal conversion.
  3. 所属分类:Other systems

    • 发布日期:2017-04-13
    • 文件大小:1980
    • 提供者:libang
  1. HexToNormalString

    0下载:
  2. 十六进制字符串强制转换为十进制 可直接以子vi形式使用 -Hexadecimal string cast to decimal can be used directly in the form of sub-vi
  3. 所属分类:LabView

    • 发布日期:2017-04-15
    • 文件大小:7181
    • 提供者:于晓龙
  1. NormalToHexString

    0下载:
  2. 十进制字符串强制转换为十六进制 可直接以子vi形式使用 -Decimal to hexadecimal string cast can be used directly in the form of sub-vi
  3. 所属分类:LabView

    • 发布日期:2017-04-30
    • 文件大小:8039
    • 提供者:于晓龙
  1. NUMBERS

    0下载:
  2. 数字系统1.1是一个好的应用系统之间转换为四个号码(十进制、二进制、十六进制、八进制)。你可以转换所有8位、16位和32位无符号数W-Digital system 1.1 is a good application to convert between four numbers (decimal, binary, hexadecimal, octal). You can convert all 8-bit, 16-bit and 32-bit unsigned number W
  3. 所属分类:ADO-ODBC

    • 发布日期:2017-04-15
    • 文件大小:4960
    • 提供者:bbpjp076jiwi
  1. float-to-hex

    0下载:
  2. linux下的十进制float转十六进制源代码-Decimal linux under the float switch hex source code
  3. 所属分类:Linux Network

    • 发布日期:2017-04-12
    • 文件大小:652
    • 提供者:胡书停
  1. Array-Hex-conversion

    1下载:
  2. C的各类数组进制转换,如比特流转十进制、十六进制、字符串,十进制、十六进制转字符串等。个人收集学习用,分享给大家。还有没搜集全的个人自己编写在了另一台机器上,其实弄清这些代码的原理自己编写很容易,提供大家学习。- C all array hexadecimal conversion, such as bit circulation decimal, hexadecimal, string, decimal, hexadecimal string. Personal collection
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-14
    • 文件大小:2850
    • 提供者:侯羿飞
  1. kexuecaljs

    1下载:
  2. 科学计算器界面简单大方,除了最基本的加、减、乘、除功能外,还支持常用的储存、取存、累存、积存、清存、取余、取整功能,支持十六进制、十进制、八进制、二进制、上档功能、双曲函数、快速使用,方便切换退格,清屏、全清等功能! -Simple and elegant scientific calculator interface, in addition to the basic add, subtract, multiply, and divide functions, also supports po
  3. 所属分类:Web Server

    • 发布日期:2017-04-30
    • 文件大小:9550
    • 提供者:光军
« 1 2 ... 26 27 28 29 30 3132 33 34 »
搜珍网 www.dssz.com