搜索资源列表
ftos.rar
- 浮点数换算为字符串显示,IEEE754二进制浮点数,Floating-point conversion for string display, IEEE754 binary floating-point numbers
1
- 将浮点数转化为字符串,最大支持8位置的小数-Will float into a string
baoliuxiaoshu
- 编写函数double fun(double x, int m),它的功能是将浮点数X保留M个小数,第M+1位四舍五入,如输入123.456,保留两位小数输出123.46-The preparation of function double fun (double x, int m), its function is to float X retained a small number of M, the first M+1 bit rounded, such as the importation
fpu_latest[1].tar
- 浮点运算器,希望对大家有帮助,学习交流!-fpu!!!!!
long_int_to_floating
- 该文件为16进制长整型数转换为浮点数的源代码,经过反复测试,没问题。-The document is 16 M long integer is converted to float the source code, after repeated testing, no problem.
double
- 浮点运算加减乘除四则运算,方法和特别,值得借鉴-Four floating-point addition and subtraction multiplication and division operations, methods, and in particular, it is worth drawing
convert_type
- 非常好用的类型转化小程序,可以将整形浮点等类型转化为字符串,据说是软件公司的入门考试题哦-The type of conversion is very easy to use small programs can be floating-point and other types of plastic surgery into a string, is said to be the software company' s entry-exam questions oh
floot
- 一个计算浮点数的小程序,可以把十六进制浮点数转化为十进制浮点数。-A small program floating-point number, can be converted to a hexadecimal floating-point decimal floating point.
输出浮点数四字节内容
- 输出浮点数四字节的内容,将32位浮点数以四字节的形式输出(Output four bytes of floating number)
floatToHexchar
- 浮点数与十六进制字节之间的相互转换小工具(The conversion between floating point numbers and sixteen hexadecimal bytes)
FloatToHex
- 浮点数与十六进制转换工具,需要的朋友可以下载,在编写程序字节转换的的时候特别有用。(Floating point number and sixteen decimal conversion tool)
浮点数转换四字节16进制工具
- 浮点数转换四字节16进制工具,非常实用的一款工具,是程序开发人员的必备工具。(Floating point conversion four byte 16 hexadecimal tool)
浮翠流丹
- 稳定支持使命召唤的连点器,支持绝地求生,H1Z1,codol等游戏,浮翠流丹连点器(Stable support for mission calls, support for Jedi survival, H1Z1, codol and other games)
floatTest
- 实现16进制浮点数到十进制数据的转换,其中,16进制采用的是采用的是IEE754格式(The conversion of 16 - to - decimal data to decimal data)
浮点工具
- 将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.)
浮点数计算器
- 将浮点数变换成16进制形式,并可互转。工具软件,方便编写程序时核对结果。(Transform the floating point number into a hexadecimal form and interconvert. Tool software, easy to write the program to check the results.)
GAlgorithm
- 利用遗传算法对单浮点数进行编码,C++语言编写,仿真效果不错。(Use C primer primer language to code the float numbers with genetic algorithm.)
基于FPGA的单精度浮点数乘法器设计
- 《基于FPGA的单精度浮点数乘法器设计》详细介绍了按照IEEE754标准在FPGA上实现单精度浮点加减乘除的方法(The design of single precision floating point multiplier based on FPGA introduces in detail the way of realizing single precision floating point addition, subtraction and multiplication and div
fpmul
- Verilog语言编写的单精度浮点数乘法器(The Verilog language of single precision floating point multiplie)
浮点数运算
- 浮点数的表示与算术运算算法分析,要求理论推导与程序模拟。 算术运算包括字符串到浮点数、浮点数到字符串的转换,加、减、乘、除四则运算等。要有说明文档,包括算法证明、程序框图、使用方法、特殊处理(溢出、数位扩展)、实例分析等等。字符串转换可能稍难。 typedef unsigned int dwrd; #32-bit char* ftoa(dwrd); dwrd atof(char*); dwrd fadd(dwrd, dwrd); dwrd fsub(dwrd, dwrd); dwr