用于将Modbus通信中感应器返回的数据截取后的数据处理成浮点数,目前只弄了四字节的十六进制数转换为单精度浮点数。
2021-08-15 16:31:05 46KB IEEE754 Float
1
此标准规定了计算机编程环境下,二进制和十进制浮点数及其运算的格式和方法,异常的出现条件以及它们的默认句柄。此规范中的浮点数系统可以通过软件、硬件,或者软硬件相结合的形式来实现。对于标准中规定的运算,输出的结果、异常有输入值、操作序列和结果的数据格式所唯一确定,完全在用户的掌控之下。 This standard specifies interchange and arithmetic formats and methods for binary and decimal floating-point arithmetic in computer programming environments. This standard specifies exception conditions and their default handling. An implementation of a floating-point system conforming to this standard may be realized entirely in software, entirely in hardware, or in any combination of software and hardware. For operations specified in the normative part of this standard, numerical results and exceptions are uniquely determined by the values of the input data, sequence of operations, and destination formats, all under user control.
2021-08-12 10:03:43 916KB 浮点 IEEE754 浮点数 标准
1
IEEE754的标准, 关于浮点数处理的. 很不错. 呵呵~~~全英文的哈!
2021-08-12 10:00:01 115KB c语言 组成原理 浮点数
1
ANSI/IEEE Std 754-1985,英文版本的,非常有用,欢迎下载,谢谢
2021-08-08 16:46:26 856KB IEEE754
1
IEEE 754 格式转换工具, 十六进制 与 双精度浮点型 格式转换,
2021-07-31 19:12:07 251KB ieee754
1
在十六进制数和单精度浮点数之间转换,转换非常简单,容易上手,一般人想不到的方法,符合IEEE754协议。
2021-07-19 10:34:05 8KB LabVIEW2013 IEEE754 十六进制 浮点
1
C# IEEE754转换32位浮点数为10进制数 电力仪表RS485专用
1
单精度、双精度类型的十进制与十六进制相互转换工具
2021-07-07 09:05:21 86KB 小数与十六进制转换工具
1
根据IEEE754标准用C#实现32位16进制转浮点数 IEEE754标准的转化公式为:V=(-1)^s*2^E*M
2021-06-28 18:06:32 30KB 16进制 浮点数
1
用Visual Studio 2010开发的C++程序,其中嵌入了部分汇编语言代码,如需在其他环境使用,请自行修改;不足之处,望提出您的宝贵意见!
2021-06-09 21:32:48 2KB IEEE754 浮点数 双向转换 VS2010
1