搜索资源列表
FixToFloat.将16位二进制有符号纯小数转换为32位单精度浮点数
- 将16位二进制有符号纯小数转换为32位单精度浮点数。实际应用时,最好加tsu、tco约束条件,速度会快些。,There will be 16-bit binary decimal symbol is converted to pure 32-bit single precision floating point. Practical applications, it is best to increase tsu, tco constraints, the speed will be faste
DSPARMIEEE-754.doc
- 将从CAN总线接收到4字节数据转换成单精度浮点数,每个单精度数据占用4个字节 -Received from the CAN bus, 4 bytes of data into a single precision floating point, single precision data each occupy 4 bytes
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语言数组(这样可以把文件嵌入到我们的程序中) 14-电阻值选型(开
FLOAT_BCD
- PIC16F877单片机浮点数至5位压缩BCD码转换程序-PIC16F877 Single-chip floatingto 5 compression BCD code conversion process
ces
- 将一个浮点数按要求进行格式转换成4个字节的二进制,达到数据通信要求。-A floating-point format in accordance with the requirements into a four-byte binary to data communication requirements.
sprintf_strtod_function
- 字符串及浮点数间转换 自定义 实现 函数-Conversion between string and floating-point numbers to achieve a custom function
long_int_to_floating
- 该文件为16进制长整型数转换为浮点数的源代码,经过反复测试,没问题。-The document is 16 M long integer is converted to float the source code, after repeated testing, no problem.
float
- 浮点数互换,字符格式与实际值之间相互转换。-Float swap
062
- 浮点数转换为字符串 .标准函数和标准过程是由Pascal定义的,如标准函数ch(),ord(),标准过程read(),write()等,程序员在编写程序时,只要套入合适的参数,就可以直接调用这些标准函数和过程。-Floating-point number is converted to a string
fdjs
- 在许多应用程序领域中,都需要控制小数点后的小数位,但是浮点数对此不能提供直接的支持。怎样对程序中的浮点数据进行"整齐"地格式化呢?在此我们有一个迂回的方法,先把它们转换为字符串,格式化后以文本形式显示出来。 -In many applications areas, both need to control the decimal places after the decimal point, but the floating-point numbers which can not provide
float_fixnumber
- 将15位(1,5,9)格式的浮点数转换成18位的定点数-To 15 (1,5,9) floating-point format into 18 fixed points
FloatBin
- 这FloatBin是软件工程师或单片机工程师实用的小工具,特别是刚入门的朋友。 该软件可以将单精度(single)浮点数或双精度(double)浮点数转换成二进制、十进制、十六进制字节内码表示,也可以将字节内码转换成浮点进行逆变换。不到1M的数据量,精简而不失实用性。全免费,无需注册,解压即能使用。该软件源来自于www.aitek.tw的客服,原本为方便其客户调试其仪器之通讯数据,在经得其客服同意后,分享给大家应用。软件的输入带有容错性检测,在输入二进制数据时必须以1byte的8位长度限
S7-200双精度浮点数转单精度浮点数
- S7-200双精度浮点数转单精度浮点数转换
浮点数转10进制数
- 采集数据时,某些设备是以浮点数的形式显示的,本程序可以把浮点数转换成十进制数(When data is collected, some devices are displayed in the form of floating numbers, and this program converts decimal numbers into decimal numbers)
Transcoder
- 浮点数和16进制数互转工具,支持任意字节序的4字节16进制数与float转换(Floating point numbers and 16 decimal conversions)
labview IEEE标准32位浮点数转换
- 基于labview IEEE754标准32位浮点数转换,已经过测试工具验证。
浮点数转换四字节16进制工具
- 浮点数转换四字节16进制工具,非常实用的一款工具,是程序开发人员的必备工具。(Floating point conversion four byte 16 hexadecimal tool)
floatTest
- 实现16进制浮点数到十进制数据的转换,其中,16进制采用的是采用的是IEE754格式(The conversion of 16 - to - decimal data to decimal data)
float_2_char
- 单片机在通信中,浮点数的处理往往容易出错,本代码解决单片机通信时的浮点数据转换处理,包括浮点数转换成char ,和char转成float类型(The processing of floating point data is often prone to make mistakes in the communication of single chip microcomputer. This code solves the floating point data conversion proces
浮点数运算
- 浮点数的表示与算术运算算法分析,要求理论推导与程序模拟。 算术运算包括字符串到浮点数、浮点数到字符串的转换,加、减、乘、除四则运算等。要有说明文档,包括算法证明、程序框图、使用方法、特殊处理(溢出、数位扩展)、实例分析等等。字符串转换可能稍难。 typedef unsigned int dwrd; #32-bit char* ftoa(dwrd); dwrd atof(char*); dwrd fadd(dwrd, dwrd); dwrd fsub(dwrd, dwrd); dwr