搜索资源列表
用VHDL语言在CPLD_FPGA上实现浮点运算
- 用VHDL语言在CPLD/FPGA上实现浮点运算的方法-in VHDL CPLD / FPGA achieve floating-point computation methods
上网程序清单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
计算器
- 用win32 编写的计算器,支持加减乘除,支持浮点运算。
浮点算法研究
- 浮点算法研究----详细讲解浮点运算的基本原理,可以作为了解学习浮点算法的参考资料
51浮点运算程序库
- MCS-51 浮点运算子程序库及其使用说明 本浮点子程序库有三个不同层次的版本,以便适应不同的应用场合: 1.小型库(FQ51A.ASM):只包含浮点加、减、乘、除子程序。 2.中型库(FQ51B.ASM):在小型库的基础上再增加绝对值、倒数、比较、平方、开平方、 数制转换等子程序。 3.大型库(FQ51.ASM):包含本说明书中的全部子程序。
80位浮点运算的编译实现与优化
- 关于80位浮点运算的编译实现与优化
fpu
- 浮点运算单元,一个老外写的,可以参考-Floating point unit, a foreigner Writing, and can refer to
counter51
- 8位单片机计算器(实现浮点运算,4*4键盘)-8-bit single-chip calculator (the realization of floating-point, 4* 4 keypad)
BigNum
- 大的整数运算,比浮点运算所看奥的有效数字多了很多 ,支持1000位,还可更多!-Large integer operations than floating-point operations by the effective figure Austrian watch a lot of many to support the 1000, but also more!
在VHDL中实现高精度快速除法
- 高精度的浮点数除法运算,基于浮点运算的FPGA实现,单精度浮点数-High-precision floating-point division operation, the FPGA based on the realization of floating-point operations, single precision floating point
double
- 浮点运算加减乘除四则运算,方法和特别,值得借鉴-Four floating-point addition and subtraction multiplication and division operations, methods, and in particular, it is worth drawing
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
c51
- 一个带浮点运算的单片机计算器,基于c51的简单运算。-It is based on 51 single-chip multi-function calculator design, accompanied by procedures and schematics
MCU_1151
- 实现浮点运算的简单代码,可以供需要的人参考-float point computing
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
浮点
- DSP 浮点运算很好的例程................(DSP very good sample for DSp 28335 of fpu)
eetop.cn_利用FPGA实现浮点运算的verilog代码
- 计算机里整数和小数形式就是按普通格式进行存储,例如1024、3.1415926等等,这个没什么特点,但是这样的数精度不高,表达也不够全面,为了能够有一种数的通用表示法,就发明了浮点数。 浮点数的表示形式有点像科学计数法(*.*****×10^***),它的表示形式是0.*****×10^***,在计算机中的形式为 .***** e ±***),其中前面的星号代表定点小数,也就是整数部分为0的纯小数,后面的指数部分是定点整数。利用这样的形式就能表示出任意一个整数和小数,例如1024就能表示成0.
main
- 程序包含大量的浮点运算,可对开发板进行运算能力测试(The program contains a lot of floating-point operations, which can test the operation ability of the development board.)