搜索资源列表
用VHDL语言在CPLD_FPGA上实现浮点运算
- 用VHDL语言在CPLD/FPGA上实现浮点运算的方法-in VHDL CPLD / FPGA achieve floating-point computation methods
对BMP图像的点运算
- 实现了对BMP图像的点运算,几何变换,正交变换,图像增强,形态学变换,边缘与轮廓,图像分析,图像还原,图像编码等基本处理
上网程序清单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
计算器
- 用win32 编写的计算器,支持加减乘除,支持浮点运算。
51浮点运算程序库
- MCS-51 浮点运算子程序库及其使用说明 本浮点子程序库有三个不同层次的版本,以便适应不同的应用场合: 1.小型库(FQ51A.ASM):只包含浮点加、减、乘、除子程序。 2.中型库(FQ51B.ASM):在小型库的基础上再增加绝对值、倒数、比较、平方、开平方、 数制转换等子程序。 3.大型库(FQ51.ASM):包含本说明书中的全部子程序。
80位浮点运算的编译实现与优化
- 关于80位浮点运算的编译实现与优化
DIB图像点运算
- BMP图像的打开和点运算
fpu
- 浮点运算单元,一个老外写的,可以参考-Floating point unit, a foreigner Writing, and can refer to
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!
ImageProcessing
- 图像处理的课程设计功能有 1.直方图的计算与显示 2.线性点运算 3.灰度均衡 4.傅里叶正变换 5.模板操作、中值滤波-Image processing function of curriculum design 1. Histogram calculation and display 2. Linear 3-point operations. Grayscale balance 4. Fourier transformation 5. Template operation
在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
chapter1
- 《数字图像处理与机器视觉:Visual C++与Matlab实现》1 图像的点运算,图像的几何变换,空间域图像增强-" Digital image processing and machine vision: Visual C++ and Matlab to achieve" an image of the point operation, image geometric transformation, spatial domain image enhancement
c51
- 一个带浮点运算的单片机计算器,基于c51的简单运算。-It is based on 51 single-chip multi-function calculator design, accompanied by procedures and schematics
MCU_1151
- 实现浮点运算的简单代码,可以供需要的人参考-float point computing
点运算
- 数字图像处理中的各种点运算,用于解决图像局部像素点的变换,从而解决图像优化问题。(Digital image processing in a variety of point operations, used to solve the image of the local pixel transformation, thus solving the image optimization problem.)
浮点
- DSP 浮点运算很好的例程................(DSP very good sample for DSp 28335 of fpu)
eetop.cn_利用FPGA实现浮点运算的verilog代码
- 计算机里整数和小数形式就是按普通格式进行存储,例如1024、3.1415926等等,这个没什么特点,但是这样的数精度不高,表达也不够全面,为了能够有一种数的通用表示法,就发明了浮点数。 浮点数的表示形式有点像科学计数法(*.*****×10^***),它的表示形式是0.*****×10^***,在计算机中的形式为 .***** e ±***),其中前面的星号代表定点小数,也就是整数部分为0的纯小数,后面的指数部分是定点整数。利用这样的形式就能表示出任意一个整数和小数,例如1024就能表示成0.