搜索资源列表

  1. EX_Calculator03

    0下载:
  2. 一个用与八进制、十进制、十六进制之间转换的计算器,简单易作,初学者的一个很好的学习例子-used with an octal, decimal, hexadecimal between conversion calculator, simple and easy to make, beginners a good example of learning
  3. 所属分类:按钮控件

    • 发布日期:2024-05-18
    • 文件大小:28672
    • 提供者:陈文德
  1. DtoB BtoD

    0下载:
  2. 十进制数与二进制数的互相转换 编程练习-decimal number and the number of binary interchangeable programming exercises
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-18
    • 文件大小:6144
    • 提供者:张老师
  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 w
  3. 所属分类:其他小程序

    • 发布日期:2024-05-18
    • 文件大小:1024
    • 提供者:林朝哲
  1. 2to16to10

    0下载:
  2. 本程序,是通过VB最为开发软件,能实现二进制,十进制,十六进制之间的转换和调用。可作为其他程序的一部分被调用,本人用VB编写遗传算法时用到其-the procedure, VB is the most developed software to achieve binary, decimal, hexadecimal between conversion and call. As part of the other procedures
  3. 所属分类:其他小程序

    • 发布日期:2024-05-18
    • 文件大小:5120
    • 提供者:罗宾
  1. ConvertDemo

    0下载:
  2. 编写好的VC为基础的二进制,八进制,十进制,十六进制的数值转换器,功能类似于windows的计算器中的转换功能-VC good preparation for the foundation of binary, octal, decimal, hexadecimal numerical converter, similar to the function of the windows of conversion calculator f
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-18
    • 文件大小:316416
    • 提供者:罗宾
  1. 温度检测部分单片机程序

    0下载:
  2. SRART: MOVX @R0,A 令ADC0809开始转换 WAIT: JB OP2.0,ADC 检测ADC0809转换完成否? CALL DISP 调用显示子程序 JMP WAIT ADC:MOVX A,@R0 将转换好的数据送入累加器 CALL L1 调用十进制转换子程序 MOV RI,#OFFH 显示延时-SRART : R0 MOVX @ A change began to make ADC0809 WAIT : JB OP2
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2024-05-18
    • 文件大小:4096
    • 提供者:刘浪
  1. 2-16进制正整数字符串转为数值11

    0下载:
  2. 函数 long StrToData(CString strData,int jz) 功能:字符串转为正整数值 [字符串可为2-16]任意进制数值字符串 返回:长整型数值 参数:strData 为将要转换的字符串 参数:jz 为字符串的进制 如: CString s s="FFA6" long data=StrToData(s,16) 则:data的值为:65446 用法:将StrToData.h和StrToData.cpp复制加入到您的
  3. 所属分类:Windows编程

    • 发布日期:2024-05-18
    • 文件大小:12288
    • 提供者:梁志洪
  1. NumTool

    0下载:
  2. 双精度型与16进制型数据转换工具,希望给大家提供数据转换方便。-double-precision and 16-band data conversion tools, we hope to facilitate the provision of data conversion.
  3. 所属分类:其他小程序

    • 发布日期:2024-05-18
    • 文件大小:30720
    • 提供者:曹磊
  1. fun

    0下载:
  2. 可以使十进制的数转换成二进制的数,非常的简单方便-to convert the decimal value to binary value, extremely easy using
  3. 所属分类:Windows编程

    • 发布日期:2024-05-18
    • 文件大小:47104
    • 提供者:张力
  1. HexFloatToAlgorism

    1下载:
  2. 一个用于四字节十六进制浮点数与十进制数之间的相互转换,在网上找了很久都没有找到相关的程序,只好自己写了一个,不敢独享!-for a four-byte hexadecimal and decimal number float between the conversion, on the Internet looking for a long time have not found the relevant procedures, the
  3. 所属分类:其他小程序

    • 发布日期:2024-05-18
    • 文件大小:30720
    • 提供者:姬小兵
  1. N进制数转换成10进制数

    0下载:
  2. N进制数转换成10进制数的程序 有时候能派上用场吧也许 我希望网上多些功能单一的程序-N band conversion into 10 bases of the process sometimes it can be useful perhaps I hope more online functions in a single procedure
  3. 所属分类:其他小程序

    • 发布日期:2024-05-18
    • 文件大小:7168
    • 提供者:jayway
  1. dos功能在汇编语言中的调用例子

    0下载:
  2. 本程序是汇编语言的一些基本功能的组合,例如:进制间的转换和dos功能的一些基本调用在汇编中的应用等-this program is a compilation of some of the basic language function of composition, for example : band switching between dos and some of the basic functions of call in t
  3. 所属分类:汇编语言

    • 发布日期:2024-05-18
    • 文件大小:550912
    • 提供者:帅哥
  1. calculator3

    0下载:
  2. 一个简单运算器的MFC实现 能实现八进制,十进制,十六进制的转换。-a simple calculation of MFC achieve octal, decimal, hexadecimal conversion.
  3. 所属分类:界面编程

    • 发布日期:2024-05-18
    • 文件大小:33792
    • 提供者:peng
  1. HexStrToIntac

    0下载:
  2. C++/VC.Net...实现二进制、八进制、十进制、十六进制之间的转换 实现不同进制数的加减乘除运算 所有的数据需由键盘(或鼠标操作...输入输出界面,可通过设置窗口或模拟计算器的外形做一些设计。 -C/VC.Net ... to achieve binary, octal, decimal, hexadecimal conversion between the different band to achieve a number o
  3. 所属分类:其他小程序

    • 发布日期:2024-05-18
    • 文件大小:12288
    • 提供者:李文举
  1. SHUXU

    0下载:
  2. [数据结构 C]二进制转换十进制(顺序表)。-[data structure C] binary conversion metric (sequence table).
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-18
    • 文件大小:1024
    • 提供者:王成
  1. resource111111111111

    0下载:
  2. 这是一个十进制转换成二进制的小程序 供大家参考指正。-This is a metric converted into binary small programs for reference correct.
  3. 所属分类:其他小程序

    • 发布日期:2024-05-18
    • 文件大小:1024
    • 提供者:hehehe
  1. awqf

    0下载:
  2. 输入一个10进制数据,自动转换为16进制、2进制,然后逐位求反,求反后的数据,转换为16进制,最后转换为10进制-importation of a 10-band data is automatically converted to 16-band, two-band, and then one by one anti-seeking, for the data-converting 16-band, finally converted
  3. 所属分类:其他小程序

    • 发布日期:2024-05-18
    • 文件大小:2048
    • 提供者:宇宙
  1. dec_hex_bit

    0下载:
  2. 用于较大数值的十进制,二进制,十六进制数值相互转换和十六进值到字符串的转换.-larger values for decimal, binary, Numerical mutual hexadecimal conversions and 16 string into the value of the conversion.
  3. 所属分类:其他小程序

    • 发布日期:2024-05-18
    • 文件大小:18432
    • 提供者:王嘉都
  1. TypeTrans

    0下载:
  2. 2进制、8进制、10进制、16进制...各种进制间的轻松转换(c#)-two-band, eight-band, 10-band, 16-band band ... all the easy conversion (c#)
  3. 所属分类:Windows编程

    • 发布日期:2024-05-18
    • 文件大小:2048
    • 提供者:
  1. ctfysj

    0下载:
  2. 3-8译码器,BCD码转换10进制,计数器-3-8 decoder, 10 BCD switch 229, counter, etc.
  3. 所属分类:VHDL编程

    • 发布日期:2024-05-18
    • 文件大小:8192
    • 提供者:Gem
« 1 2 ... 5 6 7 8 9 1011 12 13 14 15 ... 50 »

源码中国 www.ymcn.org