搜索资源列表
用定点DSP处理器实现浮点DSP仿真
- BIOS 的开发步骤 DSP TMS320F2812用定点DSP处理器实现浮点DSP仿真-BIOS development steps TMS320F2812 DSP using fixed-point DSP processor for floating point DSP Simulation
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!
浮点弧度数转换成浮点度数
- c51 浮点弧度数转换成浮点度数.txt
51浮点运算程序库
- MCS-51 浮点运算子程序库及其使用说明 本浮点子程序库有三个不同层次的版本,以便适应不同的应用场合: 1.小型库(FQ51A.ASM):只包含浮点加、减、乘、除子程序。 2.中型库(FQ51B.ASM):在小型库的基础上再增加绝对值、倒数、比较、平方、开平方、 数制转换等子程序。 3.大型库(FQ51.ASM):包含本说明书中的全部子程序。
Decimal--format-32-bit-IEE754 十进制转化32位IEE754浮点格式函数
- 十进制转化32位IEE754浮点格式函数,32位IEE754浮点格式函数转化十进制-Decimal floating point format conversion function 32-bit IEE754, 32 IEE754 decimal floating point format conversion function
fft_v0.3.1.1.rar
- fft算法,主要是用于arm7环境下,其中主要是浮点定点的解决,fft
DS1620
- /* 这是直接用C51高级语言编写的DS1620转换程序-没有调用汇编语言。*/ /* 文件名DS1620C.C */ /* 功能:本程序主要是读出DS1620芯片的温度转换值,转换值先放 */ /* 在变量temp1中。转换值范围-55℃~125℃。 若flag0=0为 */ /* 正温度,若flag0=1为负温度值,最终结果在浮点变量cc中。 */ /* 本程序适合DS1620 和51系列单片机的连接,晶振为12MHZ左右。*/-/* This is the direct
1129704224
- 超大容量的DSP资料的介绍和你需要知道的DSP定点和浮点的介绍DENG DENG -DSP super-capacity data presentation and you need to know about fixed-point DSP and floating-point presentation DENG DENG
counter51
- 8位单片机计算器(实现浮点运算,4*4键盘)-8-bit single-chip calculator (the realization of floating-point, 4* 4 keypad)
float_fixed_point_son_prog
- 包含定点和浮点运算的子程序库,有详细的说明文档,能够完成各种形式的定点浮点运算-Fixed-point and floating-point operations that contains the subroutine library, there is detailed documentation, be able to achieve various forms of fixed-point floating-point operations
在VHDL中实现高精度快速除法
- 高精度的浮点数除法运算,基于浮点运算的FPGA实现,单精度浮点数-High-precision floating-point division operation, the FPGA based on the realization of floating-point operations, single precision floating point
fpu100_latest.tar
- 这是一个32位的浮点运算单元(FPU),它可以根据IEEE754标准被完全编译。此FPU已被硬件测试和被软件仿真通过。-This is a 32-bit floating point unit (FPU),It can do arithmetic operations on floating point numbers. The FPU complies fully with the IEEE 754 Standard. The FPU was tested and simulated in h
arm-linux-gcc-3.4.5.tar
- linux 下 arm 交叉编译工具: arm-linux-gcc-3.4.5 支持软件浮点运算,-arm cross-compiler under linux: arm-linux-gcc-3.4.5
tms320c6745
- TI公司的最高性能浮点DSP芯片tms320c6745的说明文档和芯片手册,是设计浮点DSP芯片的必备参考文档。-TI' s highest performance floating-point DSP chips and chip tms320c6745 the documentation manual is designed for floating-point DSP chip, an essential reference document.
5
- 8位单片机计算器(实现浮点运算,4*4键盘)-8-bit single-chip calculator (the realization of floating-point, 4* 4 keypad)-8-bit single-chip calculator (to achieve floating-point operations, 4* 4 keyboard)-8-bit single-chip calculator (the realization of floating-point, 4
adder
- 能够实现单精度浮点加法运算。输入引脚有:第一运算数,第二运算数,复位信号,时钟信号。输出信号有:运算结果,运算完成标志。(To achieve a single precision floating-point addition operations)
浮点
- DSP 浮点运算很好的例程................(DSP very good sample for DSp 28335 of fpu)
eetop.cn_利用FPGA实现浮点运算的verilog代码
- 计算机里整数和小数形式就是按普通格式进行存储,例如1024、3.1415926等等,这个没什么特点,但是这样的数精度不高,表达也不够全面,为了能够有一种数的通用表示法,就发明了浮点数。 浮点数的表示形式有点像科学计数法(*.*****×10^***),它的表示形式是0.*****×10^***,在计算机中的形式为 .***** e ±***),其中前面的星号代表定点小数,也就是整数部分为0的纯小数,后面的指数部分是定点整数。利用这样的形式就能表示出任意一个整数和小数,例如1024就能表示成0.