搜索资源列表
ajks
- 许多现代浮点单元的一项主要体系结构功能,是能够将一个乘法与后面紧跟的加法作为单个运算执 行,且没有中间舍入误差。例如,Intel 的 Itanium 体系结构提供了一些指令,将三元运算 (a*b+c) 、(a*b-c) 和 (c-a*b) 中的每一个都组合为单个浮点指令(分别为 fma、fms 和 fnma)。这些单个 指令都比执行独立的乘法和加法指令快,并且因为没有中间乘法舍入,所以更为精确。该优化可以显 著提高那些含有多个交错乘法和加法运算的函数的速度-many modern floatin
51jianyijisuanqi
- 这是一个用51单片机实现的能进行浮点运算(包括浮点乘法,除法等)的计算器-This is a use of the MCS-51 microcontroller capable of floating-point operations (including floating point multiplication, division, etc.) Calculator
ARM20064414343
- · 寄存器和处理器模式(26-bit 体系) · 寄存器和处理器模式(32-bit 体系) · 程序状态寄存器和操纵它的指令 · 寄存器装载和存储指令 · 算术和逻辑指令 · 移位操作 · 乘法指令 · 比较指令 · 分支指令 · 条件执行 · 软件中断指令 · APCS (ARM 过程调用标准) · 编写安全的 32-bit 代码的基本规则 · IEEE 浮点指令 · 汇编器伪指令 · 指令快速查找 · ARM 指令格式
multiply
- 好用的浮点乘法器,可完成32位IEEE格式的浮点乘法,经过仿真通过
c
- 大灰狼和小白兔 大数的乘法 多项式求和 浮点取整
asm51
- 51子程序库,浮点、定点、加法、减法、乘法、除法
rgb2yuv1
- 这个主要是实现RGB和YUV两种色彩空间的转换,其中用到的主要思想是,verilog语言中的浮点乘法怎么运算,流水线的思想。-This is achieved mainly two kinds of RGB and YUV color space conversion, which uses the main idea is, verilog language how floating point multiplication operations, lines of thought.
float_mul_verilog
- 浮点乘法verilog代码,浮点格式遵循 IEEE754 标准。-Float Point Multiply , im verilog
mul(FLP)
- 一个32位元的浮点数乘法器,可将两IEEE 754格式的值进行相乘-A 32-bit floating-point multipliers, can be two format IEEE 754 values multiplied
1001
- 高精度计算,可适用于浮点型数据的乘法运算,自己编的请指教,题目来源ACMPKU1001-High-precision calculation, applicable to floating-point data multiplication, own please advice ACMPKU1001 Title Source
alagetestaboutmutiply
- 执行大量浮点乘法和加法运算 以及速度完善的测试-a large speed test about mutiply
float01092
- xilinx FPGA中浮点乘法IP核的应用,已通过验证-xilinx FPGA multiply IP
3.1.5-Math
- 这是我们学校的DSP实验箱5502的DSP定点与浮点运算实验程序,保证可以用,功能很全,程序实现了定点加法,减法,乘法,除法 以及浮点加减乘除运算,还有就是浮点转定点运算与 定点转浮点运算.-This is our school s DSP DSP 5502 kit fixed and floating-point test procedures to ensure that you can use, features a very full, the program achieved a po
fdmul
- 浮点乘法程序,适用于MCS-51系列单片机,汇编语言编写-Floating-point multiplication procedures applicable to the MCS-51 series microcontroller, written in assembly language
float
- 在汇编语言中实现两个浮点小数的乘法的源程序。-The method of two floats multiplity by asm
Muliticore
- 在Linux/Windows平台上实现单精度浮点的矩阵乘法,在Linux/Windows平台上用多线程方法实现浮点向量的点积计算,多核的经典入门必学算法-In Linux/Windows platform to achieve single-precision floating-point matrix multiplication, in Linux/Windows platform using multi-threading methods to achieve floating point
calculation
- 简单整数计算器,可以计算简单的加法减法乘法除法和乘方,输出为浮点。-simple calculate machine
floatmux
- 32位浮点乘法,希望大家能提出修改意见。(32-bit floating point multiplication)
float_multi_module
- float_multi_module实现了单精度浮点乘法运算(Float_multi_module implements single precision floating point multiplication.)
float_mult32x32.v
- verilog 语言写的FPGA内部实现硬件浮点乘法器的源码,两个时钟周期完成一次浮点乘法运算(The FPGA language written in Verilog implements the source of the hardware floating point multiplier, and completes the floating point multiplication operation in two clock cycles.)