搜索资源列表
amo_tool_V1_2_6
- 名称:amo的编程小工具集合版本:V1.2.6 我平时编程和设计时常用的小工具集合。功能: 1-8位校验和 2-16位校验和 3-计算CRC8 4-计算CRC16 5-计算CRC32 6-计算MD5 7-计算SHA1 8-十六进制字符串转换为Ascii字符串 9-Ascii字符串转换为十六进制字符串 10-十六进制字符串转换为浮点数 11-浮点数转换为十六进制字符串 12-统计文章的字符个数,精确到每一个字符 13-把文件转换为C语言数
main
- 16进制和浮点数的互相转换,先转成二进制在进行转换的方法-Hex and float in mutual conversion, first convert the binary during the conversion
Float-Process
- VB串口通信中经常会遇到10进制浮点数转为多字节Byte数据类型的情况,以及在接收后需转为10进制浮点数需求。 VB有专门的API函数CopyMemory能处理2-10进制浮点数转换和10-2进制浮点数转换。 下列代码演示了10进制Single(单精度浮点型转为16进制字符显示的浮点数和其相反运算: -VB serial communication often encounter decimal floating-point
Transcoder
- 浮点数和16进制数互转工具,支持任意字节序的4字节16进制数与float转换(Floating point numbers and 16 decimal conversions)
16进制4字节数转换
- 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
浮点工具
- 将Float转换成4个16进制的字节格式,或者将4个字节的16进制格式转换成Float值。(Convert the Float into 4 16 byte byte formats, or convert the 4 byte 16 format to the Float value.)