搜索资源列表
2400 bps MELP语音编解码器浮点算法
- 2400 bps MELP语音编解码器浮点算法,一种高压缩比的另类语音压缩算法,可以供学习和开发借鉴使用-MELP 2400 bps voice codecs floating-point algorithm, a high compression ratio of alternative voice compression algorithm, for learning and development from the use of
用VHDL语言在CPLD_FPGA上实现浮点运算
- 用VHDL语言在CPLD/FPGA上实现浮点运算的方法-in VHDL CPLD / FPGA achieve floating-point computation methods
计算器
- 用win32 编写的计算器,支持加减乘除,支持浮点运算。
ftos.rar
- 浮点数换算为字符串显示,IEEE754二进制浮点数,Floating-point conversion for string display, IEEE754 binary floating-point numbers
FloatEdit_demo
- 浮点数输入编辑框-The edit which can accept float input
1
- 将浮点数转化为字符串,最大支持8位置的小数-Will float into a string
floatobinary
- 将从命令行输入的浮点数转化为二进制输出,很直观的看到了浮点数在计算机中的存储方式-Floating-point numbers will be entered from the command line into a binary output, it is intuitive to see the float in the computer storage
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
shishu
- 分别用浮点、定点和科学记数法的方式表示一个实数。-Separately using floating-point, point and scientific notation to express a real number.
2
- 用C#语言把符合IEEE754浮点数储存规范的单精度的浮点数从二进制表示形式转化为十进制表示-C# language to use meet the specifications IEEE754 floating-point single-precision storage of floating-point numbers from binary into a decimal representation that
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
fpu_latest[1].tar
- 浮点运算器,希望对大家有帮助,学习交流!-fpu!!!!!
maskEdit
- 带掩码功能的多功能编辑框。使用它可以完成整数、浮点数、字符串等类型的输入。-Mask function with multi-edit box. Use it to complete integer, float, string and other types of input.
输出浮点数四字节内容
- 输出浮点数四字节的内容,将32位浮点数以四字节的形式输出(Output four bytes of floating number)
浮点数转换四字节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)
浮点数计算器
- 将浮点数变换成16进制形式,并可互转。工具软件,方便编写程序时核对结果。(Transform the floating point number into a hexadecimal form and interconvert. Tool software, easy to write the program to check the results.)
基于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
浮点数运算
- 浮点数的表示与算术运算算法分析,要求理论推导与程序模拟。 算术运算包括字符串到浮点数、浮点数到字符串的转换,加、减、乘、除四则运算等。要有说明文档,包括算法证明、程序框图、使用方法、特殊处理(溢出、数位扩展)、实例分析等等。字符串转换可能稍难。 typedef unsigned int dwrd; #32-bit char* ftoa(dwrd); dwrd atof(char*); dwrd fadd(dwrd, dwrd); dwrd fsub(dwrd, dwrd); dwr