搜索资源列表

  1. 字节(Bytes)与位(Bits)转换读写函数

    0下载:
  2. 字节(Bytes)与位(Bits)转换读写函数 可以对每个字节的高低八位进行读写操作-byte (Bytes) and the place (Bits) conversion function can read and write to the level of each byte write eight
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:1471
    • 提供者:yyy
  1. BCD

    0下载:
  2. 生成BCD码。 Name: BIN3toBCD4 Func:2字节二进制整数--->>BCD码四字节转换(Comped BCD) Input: 3进制数人低字节到高字节存放在内部RAM50H,51H,52h单元中 Output: BCD码人低位到高位分别存放在内部RAM53H,54H,55H,56H单元中 USE: R7-R0, 56H-50H-generation BCD. Name : BIN3toBCD4 Func :
  3. 所属分类:汇编语言

    • 发布日期:2008-10-13
    • 文件大小:988
    • 提供者:高业恒
  1. toneRec

    0下载:
  2. 语音识别中音频数据提取方法可以将字节转换成双精度类型比较好用的
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:179696
    • 提供者:mingyue
  1. float_to_HEX

    0下载:
  2. 此小工具为基于LABVIEW8.5开发的浮点数转换为字节,字节转换为浮点数,方便汇编编程时浮点数数的转换
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:395118
    • 提供者:ZLQ
  1. 四字节BCD码转换

    0下载:
  2. 很小很弱的51单片机的四字节BCD码转换程序不过很多课堂练习可以参考-very weak 51 SCM four byte BCD conversion but many can refer to classroom exercises
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:939
    • 提供者:hxl
  1. BCD

    0下载:
  2. 生成BCD码。 Name: BIN3toBCD4 Func:2字节二进制整数--->>BCD码四字节转换(Comped BCD) Input: 3进制数人低字节到高字节存放在内部RAM50H,51H,52h单元中 Output: BCD码人低位到高位分别存放在内部RAM53H,54H,55H,56H单元中 USE: R7-R0, 56H-50H-generation BCD. Name : BIN3toBCD4 Func :
  3. 所属分类:汇编语言

    • 发布日期:2024-05-19
    • 文件大小:1024
    • 提供者:
  1. swap_io

    0下载:
  2. 大小字节转换, 包括从大小字节转换 大小字节转换-The size of the byte conversion, including the conversion of the conversion from the size of the byte size bytes conversion size bytes
  3. 所属分类:Shell编程

    • 发布日期:2024-05-19
    • 文件大小:30720
    • 提供者:maxpeach
  1. delphi3-4

    0下载:
  2. 3字节4字节浮点数转换程序,用来解释单片机的浮点数-3 bytes 4 bytes float switching procedures used to explain SCM float
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2024-05-19
    • 文件大小:1024
    • 提供者:葛明辉
  1. 四字节BCD码转换

    0下载:
  2. 很小很弱的51单片机的四字节BCD码转换程序不过很多课堂练习可以参考-very weak 51 SCM four byte BCD conversion but many can refer to classroom exercises
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2024-05-19
    • 文件大小:1024
    • 提供者:hxl
  1. 字节(Bytes)与位(Bits)转换读写函数

    0下载:
  2. 字节(Bytes)与位(Bits)转换读写函数 可以对每个字节的高低八位进行读写操作-byte (Bytes) and the place (Bits) conversion function can read and write to the level of each byte write eight
  3. 所属分类:系统编程

    • 发布日期:2024-05-19
    • 文件大小:1024
    • 提供者:yyy
  1. MCS51实用子程序大全

    0下载:
  2. 51单片机常用子程序大全,包括多字节加减乘除,码字转换,浮点数格式化-51 microcontroller used subroutine Daquan, including multi-byte arithmetic, code conversion, floating point format, etc.
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2024-05-19
    • 文件大小:345088
    • 提供者:uhu
  1. StringFloat

    0下载:
  2. 在VB程序中,完成字符与单精度浮点数的转换,其中StringToDouble为字符串转换为单精度数,FloatToString为单精度数转换为4字节字符串。-in VB program, complete with characters in the single precision floating point conversion, which StringToDouble to string conversion of singl
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-19
    • 文件大小:1024
    • 提供者:梁建军
  1. floatmathcode

    1下载:
  2. MSC-51 3字节和4字节浮点数计算程序,主要用于数据采集及上传,经过IEEE转换,在上位机直接显示-MSC-51 3-byte and four-byte floating point calculation procedure used mainly for data acquisition and uploads After IEEE conversion, the PC directly show
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2024-05-19
    • 文件大小:5120
    • 提供者:h
  1. 51BCD

    0下载:
  2. 本程序用于双字节数转BCD码显示,由于16位数最大值为65535,最高位为万位,所以采用一种特别的转换方法,特别声明:本程序只适用于双字节数据的转换,不适于三字节以上数据的转换。-the procedures for double byte few BCD switch shows that the median maximum 16 to 65,535. The maximum spaces for 10,000 and the us
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2024-05-19
    • 文件大小:5120
    • 提供者:郭九生
  1. toneRec

    0下载:
  2. 语音识别中音频数据提取方法可以将字节转换成双精度类型比较好用的
  3. 所属分类:语音合成与识别

    • 发布日期:2024-05-19
    • 文件大小:179200
    • 提供者:mingyue
  1. bytetostring

    0下载:
  2. 字节型类型转换长字符串的格式!!!一种技巧-Byte-type long strings of the format of type conversion! ! ! A skill! ! !
  3. 所属分类:Windows编程

    • 发布日期:2024-05-19
    • 文件大小:1024
    • 提供者:左怀军
  1. 16进制4字节数转换

    0下载:
  2. C#实现的将IEEE754规范下的4字节数转换为浮点数,并能逆向转化,可转化为10进制和16机制两种。(C# implementation of the IEEE754 specification under the conversion of 4 bytes to floating-point numbers, and can reverse conversion, can be converted to 10 hexadecimal
  3. 所属分类:

    • 发布日期:2024-05-19
    • 文件大小:60416
    • 提供者:戴维
  1. FloatToHex

    0下载:
  2. 浮点数与十六进制转换工具,需要的朋友可以下载,在编写程序字节转换的的时候特别有用。(Floating point number and sixteen decimal conversion tool)
  3. 所属分类:其他小程序

    • 发布日期:2024-05-19
    • 文件大小:200704
    • 提供者:真是的
  1. 浮点数转换四字节16进制工具

    0下载:
  2. 浮点数转换四字节16进制工具,非常实用的一款工具,是程序开发人员的必备工具。(Floating point conversion four byte 16 hexadecimal tool)
  3. 所属分类:其他小程序

    • 发布日期:2024-05-19
    • 文件大小:24576
    • 提供者:蓝心
  1. StrUtil

    0下载:
  2. 字符串处理类,多字节转换,格式化输入输出等。。。(string manipulation, multibyte and unicode translate, formated io)
  3. 所属分类:其他小程序

    • 发布日期:2024-05-19
    • 文件大小:5120
    • 提供者:hnayao
« 12 3 4 5 6 7 8 9 10 ... 18 »

源码中国 www.ymcn.org