搜索资源列表
SQRT
- 本程序实现标准浮点数开平方SQRT(x)。 入口参数:X在ARGBH1:ARGBL1:EXP1中。 出口参数:SQRT(X)在ARGBH1:ARGBL1:EXP1中。 占用资源:W,STATUS,020H~02CH,两重堆栈-the program open standards float square SQRT (x). Entrance parameters : X in ARGBH1 : ARGBL1 : EXP1 China. Exports parameters :
Sqrt高速算法分析
- 介绍了Domm2中sqrt函数的快速算法的分析(英文内容),据说比标准函数快4倍
sqrt32
- verilog源代码,用于开根号计算(32位)-sqrt32.v sqrt of 32-bit integer, Verilog source
sqrt
- it is a sqrt module ,with test bench.
sqrt
- 实现任意位数的开方算法,但是不是浮点的算法,-Square root algorithm for arbitrary digit, but not floating-point algorithm, thanks
Example_Sqrt
- 比库函数快得多的开平法算法,摘自鬼佬代码-A last sqrt algorithm , better than the standard lib
ref-sqroot
- 这是用于VHDL的开方运算,大家试试看,能不能好用-sqrt
ComplexFunction
- 本程序包括大部份复数处理函数:abs()、arg()、conj()、sin()、cos()、sinh()、cosh()、exp()、log()、log10()、norm()、polar()、pow()、sqrt()等。-look it yourself.
sqrt
- 求解正数的算数平方根,非c语言自带函数!-Solution is the square root of the number of counts, non-c language of its own function!
sqrt
- 自己写的算平方根的函数sqrt,并且用C库的sqrt进行了验证,十分精确。可以用在没有math库的情况,尤其是嵌入式程序中。-My own function of the square root of the operator sqrt, and use C library sqrt verified, highly accurate. It can be used in case there is no math library, in particular the embedded prog
calc1.3
- single app that implements a calculator that evaluates an expression written in natural way. For example 3+5*(sqrt(9)) where sqrt y square root. any question? write me at croccifixio29@hotmail.com-single app that implements a calculator that evaluat
sqrt(x)
- 用汇编语言及牛顿迭代法编写的求一个数的平方根的源代码,环境windlx-Using assembly language and the Newton iterative method for the preparation of a number of the square root of the source code, the environment windlx
sqrt
- TI280XDSP上实现的32位开方程序,可以移植到其他DSP模块中。-TI280XDSP to achieve 32-bit prescribing procedures, can be transferred to other DSP module.
sqrt
- This zip file contains the verilog source code for square root calculation and its test bench
normalise2dpts
- Function translates and normalises a set of 2D homogeneous points so that their centroid is at the origin and their mean distance from the origin is sqrt(2).-Function translates and normalises a set of 2D homogeneous points so that their centroid is
sqrt
- 实现对32位定点数的开方,60M主频28015硬件下运行时间小于10us-function of sqrt
sqrt
- c语言学习资料适合初学者。算法实现。的sqrt-c language learning materials for beginners. Algorithm. The sqrt
SQRT
- Square Root By Newton Raphson Method This routine computes the square root of a 16 bit number(with low byte in NumLo & high byte in NumHi ). After loading NumLo & NumHi with the desired number whose square root is to be computed, bra
sqrt
- assembly code to make sqrt
sqrt
- 用verilog语言实现二进制数开方运算-verilog sqrt