搜索资源列表
vbC9
- 用VB实现的函数的极致和最优化 包括黄金分割搜索法、不用导数的布伦特法 用导数的布伦特法、多元函数的山单纯形法、多元函数的变尺度法等-VB function of the body and optimization including 0.618 search, not derivative Brent Act, Brent derivative, the multi-function Hill simplex method,
BRENT
- 此Fortran程序用布伦特方法求解一维的非线性方程,Func为非线性方程的对应函数表达式.
vbC9
- 用VB实现的函数的极致和最优化 包括黄金分割搜索法、不用导数的布伦特法 用导数的布伦特法、多元函数的山单纯形法、多元函数的变尺度法等-VB function of the body and optimization including 0.618 search, not derivative Brent Act, Brent derivative, the multi-function Hill simplex method,
BRENT
- 此Fortran程序用布伦特方法求解一维的非线性方程,Func为非线性方程的对应函数表达式.-This Fortran program using Brent method for solving one-dimensional nonlinear equations, Func nonlinear equations for the corresponding function expression.
Sinposon
- 本Fortran子程序用变步长辛普生积分法来计算二重积分.-The Fortran subroutines with variable step-size Simpson integration method to calculate the double integral.
brentkung_adder
- Synopsys的DesignWare库中采用的brentkung高速加法器Verilog源代码生成,附相关文档-Synopsys
Methods_for_Solving_Nonlinear_Equations
- 非线性方程求根的理论讲解,包括Newton s Method, The Secant Method, Brent s Method-Methods for Solving Nonlinear Equations :Newton s Method, The Secant Method, Brent s Method
Dekker
- Dekkers algorithm in C.
BRENT
- 用Visual C++实现,不用导数的布伦特法 Visual C+常用数值算法集中的源代码-Using Visual C++ implementation of Brent method without derivative Visual C+ numerical algorithm used concentrated source code
brent
- 采用brent方法求解一个函数f的极小值点-By brent method for solving the minimum of a function f points
BrentOptimize
- 实现Brent(布伦特)优化搜索,寻找极大极小值。.M文件-brent optimize to search for the max or min data.
hdl-hw1-brent-kung-adder
- BRENT KUNG ADDER 4 bits
brent
- Finds a root of f(x) = 0 by combining quadratic interpolation with bisection (Brent s method).-Finds a root of f(x) = 0 by combining quadratic interpolation with bisection (Brent s method).
welchbook
- Practical Programming in Tcl and TK. Writed by Brent Welch.
bk
- 16位Brent-Kung加法器的verilog代码-the verilog code of the 16 bits of the Brent-Kung s adder
LP.m
- This function computes the LP guided modes of a step-index optical fiber using Matlab s "fzero" function available in the Matlab s Symbolic Toolbox. The "fzero" function uses Brent s method to find the root of a continuo
BrentOptimize
- 图像配准技术及其matlab实现书中的brent算法源码-Brent algorithm source image registration technology and its matlab book
Brent
- THE DESIGN OF BRENT KUNG ADDER
brent
- Brent的zeroin算法,快速求解非线性方程的根。 来源 http://people.sc.fsu.edu/~jburkardt/c_src/brent/brent.html(Brent's zeroin algorithm is used to quickly solve the roots of nonlinear equations. From http://people.sc.fsu.edu/~jburkardt/c_s
Brent
- Brent算法为结合黄金分割法和抛物线法的一维搜索方法(one dimension search)