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

搜索资源列表

  1. HEXTODEC.ZIP

    0下载:
  2. 将16进制转换成10进制的C语言源码 提供任意位数(包含小数点)的转换, 适合在校大学生C语言课程参考-base for the conversion of 16% of the 10 C-band source of arbitrary median (including decimal point) conversion, suitable for the college students C language courses reference
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:845
    • 提供者:QKY
  1. sjjg

    0下载:
  2. 简单的数据结构,随便弄的 字符串空格删除。编写一个删除字符串中所有空格(包括TAB符,回车符,换行符等)的程序。 字符串的连接。输入两个字符串s1、s2,将字符串s1、s2中每个小写字母转换为大写字母,再将s2字符串连接到s1串的尾部。 字符串的比较。输入两个字符串s1、s2,比较字符串s1、s2的大小。 数制转换。编写一个将16进制数字串转换成10进制整数的程序。要求从键盘上输入字符串,然后进行转换。
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:1847
    • 提供者:黄伟才
  1. 16-10

    0下载:
  2. 将一个十六进制的字符串转换成它的等价的十进制数值。主函数负责收集字符,并判别它们是否为十六进制字符,htoi函数负责转换工作-to a hexadecimal string converted into its equivalent of the decimal value. The main function responsible for the collection of characters, and for judging whether the hexadecimal charact
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:946
    • 提供者:林朝哲
  1. vbjzsrc

    0下载:
  2. VB 十六进制转换为十进制,支持从10进制转换成16进制,定义成通用函数,将RGB值转换成6位16进制颜色值。窗体做的有意思,可窗体置顶,窗体抖动,靠近边缘自动隐藏等-VB hex to decimal, hexadecimal conversion support from 10 to 16 hex, defined as generic functions, the 6-bit RGB value is converted into 16 hex color value. Interesti
  3. 所属分类:MultiLanguage

    • 发布日期:2017-03-31
    • 文件大小:8017
    • 提供者:liuye
  1. hextodec

    1下载:
  2. 16进制简单算法,轻松将16进制数转换成10进制数!-16 M a simple algorithm, easy to convert a few hexadecimal 16 hexadecimal number 10!
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-03
    • 文件大小:1619
    • 提供者:allen
  1. 16bitto10bit

    0下载:
  2. 将16进制数转换成10进制数,开发工具为VB-Transform 16 bits to 10 bits,with VB program
  3. 所属分类:Algorithm

    • 发布日期:2017-04-04
    • 文件大小:1822
    • 提供者:陈春烨
  1. R

    0下载:
  2. 描述: 输入一个十进制数N,将它转换成R进制数输出。 输入: 输入共一行,包含两个整数N(32位正整数)和R(2<=R<=16, R<>10)。 输出: 输出转换后的数,输出占一行。如果R大于10,则对应的数字规则参考16进制(比如,10-16分别用A-F表示,等等)。 输入样例: 23 12 6687 16 输出样例: 1B 1A1F-Descr iption: En
  3. 所属分类:Java Develop

    • 发布日期:2017-03-31
    • 文件大小:550
    • 提供者:yagedao
  1. MAB5

    0下载:
  2. 汇编语言:将4位的16进制数字转换成10进制数-The 4-bit hexadecimal numbers into decimal
  3. 所属分类:assembly language

    • 发布日期:2017-03-30
    • 文件大小:551
    • 提供者:alex
  1. Hex2Dec_4B

    0下载:
  2. 用Labview将4字节16进制数转换成10进制数。-change the 4 bytes hex data into decimal format.
  3. 所属分类:LabView

    • 发布日期:2017-11-18
    • 文件大小:8414
    • 提供者:tengyong
  1. DialogBase

    0下载:
  2. 一个进制转换程序,基于VC++源码实现,可将10进制整型转换成2、8、16进制,类似的转换程序已有不少了,再次发给大家这个,希望你能多一份参考范例。-A binary conversion process, achieve based on VC++ source, can be converted into a decimal integer 2,8,16-band, similar to the conversion process has been a lot of re-issue we
  3. 所属分类:Windows Kernel

    • 发布日期:2017-12-09
    • 文件大小:13287
    • 提供者:吴明明
  1. Hex2Dec_4B

    0下载:
  2. 用Labview将4字节16进制数转换成10进制数-Using Labview to convert a 4-byte hexadecimal number into decimal number
  3. 所属分类:LabView

    • 发布日期:2017-04-07
    • 文件大小:8420
    • 提供者:李峰
  1. 16zhi10src

    0下载:
  2. VC++将16进制转换成10进制,运行该程序后,只要输入任意十六进制数,就可以转换成相应的十进制数。以前发过类似程序,相对来说,本款的界面和功能都挺简单,可作为新手学习VC++的参考范例-VC++ will be converted into 10 hex 16 hex, after running the program, just enter any hexadecimal number, it can be converted into the corresponding decimal
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-24
    • 文件大小:22553
    • 提供者:gxtxtplg
  1. hexconversion

    0下载:
  2. Delphi转换进制,可实现的功能:将16进制字符串转换成十进制整数、16进制AI转换成10进制数、2进制和十进制之间的转换、十进制数32转换成2进制数00000100000、2进制数01110转换成10进制数、将十进制整数转换成任意16进制以内的字符串、将10进制转换成罗马字符10进制数20转换成罗马进制数XX。有些进制间的转换平时见的不多,因此本源码还是有一定参考价值的。-Delphi conversion system, can realize the function: the 16 h
  3. 所属分类:Delphi VCL

    • 发布日期:2017-04-14
    • 文件大小:4457
    • 提供者:gpudn67
  1. 16-to-10

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

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

    0下载:
  2. 将一个十六进制的字符串转换成它的等价的十进制数值。主函数负责收集字符,并判别它们是否为十六进制字符,htoi函数负责转换工作-to a hexadecimal string converted into its equivalent of the decimal value. The main function responsible for the collection of characters, and for judging whether the hexadecimal charact
  3. 所属分类:Java Develop

    • 发布日期:2017-04-12
    • 文件大小:995
    • 提供者:qiang75608
  1. hextodec

    0下载:
  2. 16进制简单算法,轻松将16进制数转换成10进制数!-16 M a simple algorithm, easy to convert a few hexadecimal 16 hexadecimal number 10!
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-13
    • 文件大小:1656
    • 提供者:gan553918
  1. sup

    0下载:
  2. 友善串口调试助手16进制-10进制转换工具,可以将友善串口调试助手获得的16进制数据指转换成10进制,可排序,可选择某部分数据,导出excel-Friendly hexadecimal data serial debugging assistant hex-10 hex conversion tool, you can get a friendly serial debugging assistant refers converted into decimal, sortable, you ca
  3. 所属分类:Com Port

    • 发布日期:2017-05-04
    • 文件大小:70577
    • 提供者:lange
  1. 20138138236366

    0下载:
  2. 将16进制转换成10进制 功能非常强大 喜欢的可以下载学习 还有其他的继续发-Convert hexadecimal to decimal function very powerful like you can download learning there are other continue to send
  3. 所属分类:GUI Develop

    • 发布日期:2017-12-15
    • 文件大小:1889280
    • 提供者:王思聪
  1. huanc545555

    0下载:
  2. 用Labview将4字节16进制数转换成10进制数。不错的源码(Using Labview to convert 4 bytes to 10 hexadecimal numbers in 16 bytes. Good source code)
  3. 所属分类:matlab例程

    • 发布日期:
    • 文件大小:8192
    • 提供者:guyy6599
  1. 20138138236366

    0下载:
  2. 运行该程序后,人们只要输入任意十六进制数,就可以转换成相应的十进制数。 希望此程序VC爱好者有所帮助。(After running this program, people can convert the corresponding decimal numbers as long as they input any sixteen decimal number. I hope this program VC enthusiasts help.)
  3. 所属分类:其他

    • 发布日期:2018-01-01
    • 文件大小:1888256
    • 提供者:赵钱孙123
« 12 »
搜珍网 www.dssz.com