CodeBus
www.codebus.net
Search
Sign in
Sign up
Hot Search :
Source
embeded
web
remote control
p2p
game
More...
Location :
Home
Search - sqrt
Main Category
SourceCode
Documents
Books
WEB Code
Develop Tools
Other resource
Search - sqrt - List
[
Other
]
SQRT
DL : 1
本程序实现标准浮点数开平方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 (X) in ARGBH1 : ARGBL1 : EXP1 China. Occupancy resources : W, STATUS, 020H - 02CH, dual stack
Update
: 2008-10-13
Size
: 1.49kb
Publisher
:
杨贵平
[
Documents
]
Sqrt高速算法分析
DL : 0
介绍了Domm2中sqrt函数的快速算法的分析(英文内容),据说比标准函数快4倍
Update
: 2009-05-28
Size
: 130.11kb
Publisher
:
giveme20002003@yahoo.com.cn
[
Embeded-SCM Develop
]
SQRT
DL : 0
computes the square root of a 16 bit number in pic16c
Update
: 2025-02-17
Size
: 1kb
Publisher
:
zwj
[
Mathimatics-Numerical algorithms
]
sqrt2series
DL : 0
一个非常简单的计算高精度sqrt(2)的源代码,计算时间短-a very simple calculation precision sqrt (2) the source code, a short calculation time
Update
: 2025-02-17
Size
: 1kb
Publisher
:
王润清
[
Other
]
SQRT
DL : 0
本程序实现标准浮点数开平方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 (X) in ARGBH1 : ARGBL1 : EXP1 China. Occupancy resources : W, STATUS, 020H- 02CH, dual stack
Update
: 2025-02-17
Size
: 1kb
Publisher
:
杨贵平
[
VHDL-FPGA-Verilog
]
fpu_v18
DL : 0
<Floating Point Unit Core> fpupack.vhd pre_norm_addsub.vhd addsub_28.vhd post_norm_addsub.vhd pre_norm_mul.vhd mul_24.vhd vcom serial_mul.vhd post_norm_mul.vhd pre_norm_div.vhd serial_div.vhd post_norm_div.vhd pre_norm_sqrt.vhd sqrt.vhd post_norm_sqrt.vhd comppack.vhd fpu.vhd ***For simulation **** To run the simulation read readme.txt in folder test_bench.-<Floating Point Unit Core> fpupack.vhdpre_norm_addsub.vhdaddsub_28.vhdpost_norm_addsub.vhdpre_norm_mul.vhdmul_24.vhdvcom serial_mul.vhdpost_norm_mul.vhdpre_norm_div.vhdserial_div.vhdpost_norm_div.vhdpre_norm_sqrt.vhdsqrt.vhdpost_norm_sqrt.vhdcomppack.vhdfpu.vhd*** For simulation**** To run the simulation read readme.txt in folder test_bench.
Update
: 2025-02-17
Size
: 466kb
Publisher
:
陈朋
[
source in ebook
]
sqrtforinteger
DL : 0
Did anyone ask for an integer version of sqrt? Following is an implementation I found and adapted. Hope it is useful for somebody. -Did anyone ask for an integer version of sqr Following is not an implementation I found and ada pted. Hope it is useful for somebody.
Update
: 2025-02-17
Size
: 1kb
Publisher
:
夏志勋
[
VHDL-FPGA-Verilog
]
sqrt
DL : 0
verilog 硬件平方根算法 采用与笔算平方根一样的算法-Verilog hardware and written calculation algorithm uses the square root of the square root of the same algorithm
Update
: 2025-02-17
Size
: 17kb
Publisher
:
lizhizhou
[
assembly language
]
sqrt
DL : 0
入门级的开方程序,CC4.1,ASM,VC33用-Prescribing procedures for entry-level, CC4.1, ASM, VC33 use
Update
: 2025-02-17
Size
: 3kb
Publisher
:
鬼羽子
[
Windows Develop
]
Example_Sqrt
DL : 0
比库函数快得多的开平法算法,摘自鬼佬代码-A last sqrt algorithm , better than the standard lib
Update
: 2025-02-17
Size
: 1kb
Publisher
:
lin hua shang
[
VHDL-FPGA-Verilog
]
ref-sqroot
DL : 0
这是用于VHDL的开方运算,大家试试看,能不能好用-sqrt
Update
: 2025-02-17
Size
: 39kb
Publisher
:
李刚
[
ActiveX/DCOM/ATL
]
ComplexFunction
DL : 0
本程序包括大部份复数处理函数:abs()、arg()、conj()、sin()、cos()、sinh()、cosh()、exp()、log()、log10()、norm()、polar()、pow()、sqrt()等。-look it yourself.
Update
: 2025-02-17
Size
: 987kb
Publisher
:
雾水葛
[
Software Engineering
]
sqrt
DL : 0
求解正数的算数平方根,非c语言自带函数!-Solution is the square root of the number of counts, non-c language of its own function!
Update
: 2025-02-17
Size
: 32kb
Publisher
:
细胞
[
Embeded-SCM Develop
]
sqrt
DL : 0
自己写的算平方根的函数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 program.
Update
: 2025-02-17
Size
: 6kb
Publisher
:
thatguy
[
ActiveX/DCOM/ATL
]
calc1.3
DL : 0
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 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
Update
: 2025-02-17
Size
: 59kb
Publisher
:
CROCCIFIXIO
[
assembly language
]
sqrt(x)
DL : 0
用汇编语言及牛顿迭代法编写的求一个数的平方根的源代码,环境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
Update
: 2025-02-17
Size
: 2kb
Publisher
:
沐夕
[
DSP program
]
sqrt
DL : 0
TI280XDSP上实现的32位开方程序,可以移植到其他DSP模块中。-TI280XDSP to achieve 32-bit prescribing procedures, can be transferred to other DSP module.
Update
: 2025-02-17
Size
: 1kb
Publisher
:
hutian
[
Com Port
]
sqrt
DL : 0
it is a sqrt module ,with test bench.
Update
: 2025-02-17
Size
: 1kb
Publisher
:
wugang
[
VHDL-FPGA-Verilog
]
sqrt
DL : 0
This zip file contains the verilog source code for square root calculation and its test bench
Update
: 2025-02-17
Size
: 2kb
Publisher
:
Jaganathan
[
DSP program
]
sqrt
DL : 0
实现对32位定点数的开方,60M主频28015硬件下运行时间小于10us-function of sqrt
Update
: 2025-02-17
Size
: 1kb
Publisher
:
刘东
«
1
2
3
4
5
6
7
8
9
10
...
15
»
CodeBus
is one of the largest source code repositories on the Internet!
Contact us :
1999-2046
CodeBus
All Rights Reserved.