搜索资源列表

  1. vbC9

    0下载:
  2. 用VB实现的函数的极致和最优化 包括黄金分割搜索法、不用导数的布伦特法 用导数的布伦特法、多元函数的山单纯形法、多元函数的变尺度法等-VB function of the body and optimization including 0.618 search, not derivative Brent Act, Brent derivative, the multi-function Hill simplex method,
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:7294
    • 提供者:刘立立
  1. BRENT

    0下载:
  2. 此Fortran程序用布伦特方法求解一维的非线性方程,Func为非线性方程的对应函数表达式.
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:993
    • 提供者:王天华
  1. vbC9

    0下载:
  2. 用VB实现的函数的极致和最优化 包括黄金分割搜索法、不用导数的布伦特法 用导数的布伦特法、多元函数的山单纯形法、多元函数的变尺度法等-VB function of the body and optimization including 0.618 search, not derivative Brent Act, Brent derivative, the multi-function Hill simplex method,
  3. 所属分类:数值算法/人工智能

    • 发布日期:2024-05-22
    • 文件大小:7168
    • 提供者:刘立立
  1. BRENT

    0下载:
  2. 此Fortran程序用布伦特方法求解一维的非线性方程,Func为非线性方程的对应函数表达式.-This Fortran program using Brent method for solving one-dimensional nonlinear equations, Func nonlinear equations for the corresponding function expression.
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-22
    • 文件大小:1024
    • 提供者:王天华
  1. Sinposon

    0下载:
  2. 本Fortran子程序用变步长辛普生积分法来计算二重积分.-The Fortran subroutines with variable step-size Simpson integration method to calculate the double integral.
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-22
    • 文件大小:1024
    • 提供者:王天华
  1. brentkung_adder

    0下载:
  2. Synopsys的DesignWare库中采用的brentkung高速加法器Verilog源代码生成,附相关文档-Synopsys
  3. 所属分类:VHDL编程

    • 发布日期:2024-05-22
    • 文件大小:522240
    • 提供者:zx
  1. Methods_for_Solving_Nonlinear_Equations

    0下载:
  2. 非线性方程求根的理论讲解,包括Newton s Method, The Secant Method, Brent s Method-Methods for Solving Nonlinear Equations :Newton s Method, The Secant Method, Brent s Method
  3. 所属分类:文件格式

    • 发布日期:2024-05-22
    • 文件大小:79872
    • 提供者:lichao
  1. Dekker

    0下载:
  2. Dekkers algorithm in C.
  3. 所属分类:其他小程序

    • 发布日期:2024-05-22
    • 文件大小:1024
    • 提供者:ajvi
  1. BRENT

    0下载:
  2. 用Visual C++实现,不用导数的布伦特法 Visual C+常用数值算法集中的源代码-Using Visual C++ implementation of Brent method without derivative Visual C+ numerical algorithm used concentrated source code
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-22
    • 文件大小:1024
    • 提供者:yj
  1. brent

    0下载:
  2. 采用brent方法求解一个函数f的极小值点-By brent method for solving the minimum of a function f points
  3. 所属分类:Windows编程

    • 发布日期:2024-05-22
    • 文件大小:1024
    • 提供者:沙加
  1. BrentOptimize

    0下载:
  2. 实现Brent(布伦特)优化搜索,寻找极大极小值。.M文件-brent optimize to search for the max or min data.
  3. 所属分类:matlab例程

    • 发布日期:2024-05-22
    • 文件大小:1024
    • 提供者:王银斌
  1. hdl-hw1-brent-kung-adder

    0下载:
  2. BRENT KUNG ADDER 4 bits
  3. 所属分类:VHDL编程

    • 发布日期:2024-05-22
    • 文件大小:1024
    • 提供者:dumbmage
  1. brent

    0下载:
  2. 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).
  3. 所属分类:matlab例程

    • 发布日期:2024-05-22
    • 文件大小:1024
    • 提供者:Saeed
  1. welchbook

    0下载:
  2. Practical Programming in Tcl and TK. Writed by Brent Welch.
  3. 所属分类:其他小程序

    • 发布日期:2024-05-22
    • 文件大小:1545216
    • 提供者:zhouzhizhen
  1. bk

    0下载:
  2. 16位Brent-Kung加法器的verilog代码-the verilog code of the 16 bits of the Brent-Kung s adder
  3. 所属分类:VHDL编程

    • 发布日期:2024-05-22
    • 文件大小:1024
    • 提供者:zxb
  1. LP.m

    0下载:
  2. 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
  3. 所属分类:行业发展研究

    • 发布日期:2024-05-22
    • 文件大小:3072
    • 提供者:Ironmonkey66
  1. BrentOptimize

    0下载:
  2. 图像配准技术及其matlab实现书中的brent算法源码-Brent algorithm source image registration technology and its matlab book
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-22
    • 文件大小:1024
    • 提供者:查珊珊
  1. Brent

    0下载:
  2. THE DESIGN OF BRENT KUNG ADDER
  3. 所属分类:软件工程

    • 发布日期:2024-05-22
    • 文件大小:9216
    • 提供者:saikishore4567
  1. brent

    0下载:
  2. 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
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-22
    • 文件大小:9216
    • 提供者:heray
  1. Brent

    0下载:
  2. Brent算法为结合黄金分割法和抛物线法的一维搜索方法(one dimension search)
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-22
    • 文件大小:2048
    • 提供者:yiguo
« 12 »

源码中国 www.ymcn.org