搜索资源列表
用定点DSP处理器实现浮点DSP仿真
- BIOS 的开发步骤 DSP TMS320F2812用定点DSP处理器实现浮点DSP仿真-BIOS development steps TMS320F2812 DSP using fixed-point DSP processor for floating point DSP Simulation
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
51浮点程序库
- 8051的一些算法,浮点转换程序库,可以直接应用-algorithm, floating-point conversion, you can direct applications
上网程序清单C51-浮点运算
- 51单片机的上网实现,上网程序清单C51-浮点运算功能-51 MCU web, Internet list of procedures C51-floating point performance
msp430浮点库slar041
- msp430浮点库,浮点运算很好的例子!-Controller floating point libraries, floating-point operations a good example!
浮点运算汇编程序CALC
- 一个可以实现多字节四则浮点运算的51汇编程序,LCD显示具体线路各位请看地址号,接线还是比较简单的-a multi-byte floating point four of the 51 assembler, LCD display specific lines See you address, wiring is relatively simple
浮点异常的控制位
- //浮点异常的控制位 #define FPUEM_INVALIDOP 0x01 #define FPUEM_DENORMALOP 0x02 #define FPUEM_ZERODIVIDE 0x04 #define FPUEM_OVERFLOW 0x08 #define FPUEM_UNDERFLOW 0x10 #define FPUEM_PRECISON 0x20 #define __FORCE_INLINE__ __inline /
计算器
- 用win32 编写的计算器,支持加减乘除,支持浮点运算。
浮点弧度数转换成浮点度数
- c51 浮点弧度数转换成浮点度数.txt
51浮点运算程序库
- MCS-51 浮点运算子程序库及其使用说明 本浮点子程序库有三个不同层次的版本,以便适应不同的应用场合: 1.小型库(FQ51A.ASM):只包含浮点加、减、乘、除子程序。 2.中型库(FQ51B.ASM):在小型库的基础上再增加绝对值、倒数、比较、平方、开平方、 数制转换等子程序。 3.大型库(FQ51.ASM):包含本说明书中的全部子程序。
二进制转化十六进制浮点数
- 我用VC写的十进制与十六进制数的转化程序,绝对独创,可用于需要浮点运算的单片机编程数值转化。-I write with VC metric hexadecimal number and the conversion process, absolutely original and the need for the floating-point operations into numerical microcontroller progr
MCS51浮点计算程序
- 51单片机浮点数运算子程序及IEEE和51浮点数相互转换程序 -51 floating-point operations and subroutine IEEE floating point and 51 mutual conversion
51浮点程序库
- 8051的一些算法,浮点转换程序库,可以直接应用-algorithm, floating-point conversion, you can direct applications
上网程序清单C51-浮点运算
- 51单片机的上网实现,上网程序清单C51-浮点运算功能-51 MCU web, Internet list of procedures C51-floating point performance
浮点运算汇编程序CALC
- 一个可以实现多字节四则浮点运算的51汇编程序,LCD显示具体线路各位请看地址号,接线还是比较简单的-a multi-byte floating point four of the 51 assembler, LCD display specific lines See you address, wiring is relatively simple
80c196浮点子程序
- 收集整理了80c196浮点运算程序,可以直接使用-collected bits floating-point operations procedures that could directly use
浮点
- DSP 浮点运算很好的例程................(DSP very good sample for DSp 28335 of fpu)
eetop.cn_利用FPGA实现浮点运算的verilog代码
- 计算机里整数和小数形式就是按普通格式进行存储,例如1024、3.1415926等等,这个没什么特点,但是这样的数精度不高,表达也不够全面,为了能够有一种数的通用表示法,就发明了浮点数。 浮点数的表示形式有点像科学计数法(*.*****×10^***),它的表示形式是0.*****×10^***,在计算机中的形式为 .***** e ±***),其中前面的星号代表定点小数,也就是整数部分为0的纯小数,后面的指数部分是定点整数。利用这样的
基于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, subtract