CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 其它 搜索资源 - newton method

搜索资源列表

  1. MyOpt

    0下载:
  2. 最优化算法,包括最速下降法,共轭梯度法,拟牛顿法-optimization algorithms, including the steepest decline, the conjugate gradient method, the quasi-Newton method
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:50112
    • 提供者:季晓南
  1. DFP-algorithm

    0下载:
  2. 拟牛顿法(变尺度法)DFP算法。用C/C++语言实现了该算法。-The quasi-Newton method (DFP) DFP algorithm. With the C/C++ the algorithm language.
  3. 所属分类:source in ebook

    • 发布日期:2017-11-09
    • 文件大小:6715
    • 提供者:刘平
  1. DFP

    2下载:
  2. 运筹学,最优化理论中的DFP拟牛顿法,即变尺度法-Operations research, optimization theory, the DFP quasi-Newton method, that is, variable metric method
  3. 所属分类:assembly language

    • 发布日期:2017-03-29
    • 文件大小:2679
    • 提供者:刘静
  1. newton

    0下载:
  2. 牛顿迭代法求非线性方程,是数值就散方法课上的作业。-Newton iteration for nonlinear equations is the numerical method on the loose class operation.
  3. 所属分类:source in ebook

    • 发布日期:2017-03-24
    • 文件大小:1364
    • 提供者:谭松清
  1. newton

    0下载:
  2. 计算方法中的牛顿差值算法,计算方法中的牛顿差值算法-Method of calculating the difference in the Newton algorithm, the calculation of the difference between Newton' s algorithm
  3. 所属分类:source in ebook

    • 发布日期:2017-04-05
    • 文件大小:896
    • 提供者:jarly
  1. the-codes-of-C-about-important-algorithms

    0下载:
  2. 10个重要的算法C语言实现源代码:拉格朗日,牛顿插值,高斯,龙贝格,牛顿迭代,牛顿-科特斯,雅克比,秦九昭,幂法,高斯塞德尔-10 key algorithm C language source code: Lagrange, Newton interpolation, Gaussian, Romberg, Newton, Newton- Cortez, Jacobi, Qinjiu Zhao, power method, high Sisedeer
  3. 所属分类:source in ebook

    • 发布日期:2017-03-23
    • 文件大小:7623
    • 提供者:jhy
  1. Power-system-flow--Newton-method

    0下载:
  2. 电力系统潮流程序_牛顿法,针对大型网络电力潮流计算-Power system flow calculation Newton method
  3. 所属分类:MPI

    • 发布日期:2017-04-09
    • 文件大小:1227509
    • 提供者:
  1. Conjugate-Gradient-Method

    0下载:
  2. 共轭梯度法(Conjugate Gradient)是介于最速下降法与牛顿法之间的一个方法,它仅需利用一阶导数信息,但克服了最速下降法收敛慢的缺点,又避免了牛顿法需要存储和计算Hesse矩阵并求逆的缺点,共轭梯度法不仅是解决大型线性方程组最有用的方法之一,也是解大型非线性最优化最有效的算法之一。-Conjugate gradient method (Conjugate Gradient) between the steepest descent between law and Newton'
  3. 所属分类:source in ebook

    • 发布日期:2017-03-30
    • 文件大小:704339
    • 提供者:
  1. Newton

    0下载:
  2. 插值法利用函数f (x)在某区间中若干点的函数值,作出适当的特定函数,在这些点上取已知值,在区间的其他点上用这特定函数的值作为函数f (x)的近似值-Interpolation method using the function f (x) is the function value of a number of points in a certain interval, the specific function to make appropriate known values ​
  3. 所属分类:assembly language

    • 发布日期:2017-12-01
    • 文件大小:623
    • 提供者:xssxss
  1. Newton-Laphson-iteration-cPP

    0下载:
  2. 用牛拉法解潮流程序,用c++编写,内含数据-Ox-drawn method for solving flow program, write c++, containing data
  3. 所属分类:MacOS develop

    • 发布日期:2017-11-25
    • 文件大小:6859271
    • 提供者:hebangle
  1. BFGS

    1下载:
  2. 本代码为《最优化理论与方法》书籍中的牛顿法和拟牛顿法算法的代码,并举了2个书上的作业题的例子,本代码中的目标函数和约束等初值可由需要进行改变,来得到所期望的计算-The code for the " optimization theory and method" books in the Newton method and quasi-Newton method algorithm code, citing two books on the example of the job
  3. 所属分类:source in ebook

    • 发布日期:2017-10-25
    • 文件大小:3072
    • 提供者:wxq
  1. newton

    0下载:
  2. c语言初学者练习修改小程序,含牛顿迭代发等-c++,newton method
  3. 所属分类:assembly language

    • 发布日期:2017-04-04
    • 文件大小:1501
    • 提供者:yang
  1. NEWTON-RAPHSON

    0下载:
  2. this code is using for newoton rapson method implementation using C++ EFFICENT CODE
  3. 所属分类:Kill Virus

    • 发布日期:2017-04-03
    • 文件大小:556
    • 提供者:Nedal
  1. newton

    0下载:
  2. 用newton迭代法求解非线性方程组的matlab主程序.-Solving nonlinear equations matlab main program using newton iterative method.
  3. 所属分类:assembly language

    • 发布日期:2017-04-03
    • 文件大小:964
    • 提供者:zhouzhou
  1. MATLAB-power-flow--method-

    0下载:
  2. 基于潮流计算的汤姆逊算法的matlab实现方法及应用-Based on MATLAB Newton Raphson power flow calculation method and its application
  3. 所属分类:Compiler program

    • 发布日期:2017-04-06
    • 文件大小:28160
    • 提供者:梁爽
  1. demo_TNNL

    0下载:
  2. This code implements an unconstrained optimization algorithm based on a non-monotone truncated Newton Method. At each iteration a truncated newton method, based on the conjugate gradient algorithm, is used to find the search direction the step size
  3. 所属分类:MultiLanguage

    • 发布日期:2017-04-15
    • 文件大小:5649
    • 提供者:Adilson
  1. minGlbNEWton

    0下载:
  2. MATALB源代码---全局牛顿法求一元函数的极值,精度较高,同时参数,说明比较详细-Extreme, seeking a meta function global Newton method with high precision, and the parameter, a more detailed descr iption
  3. 所属分类:MPI

    • 发布日期:2017-04-11
    • 文件大小:949
    • 提供者:张贤
  1. relaxed-newton

    0下载:
  2. 采用一种松弛牛顿法,对IEEE33节点系统进行潮流计算,并得出正确结果。-Newton s method uses a relaxation programming for IEEE33 node system and derive the correct results
  3. 所属分类:MPI

    • 发布日期:2017-04-14
    • 文件大小:3196
    • 提供者:momo
  1. newton

    0下载:
  2. 简化牛顿法求解非线性方程组,程序内附注释-Simplified Newton method forSolving Nonlinear equations, the program containing the comment
  3. 所属分类:assembly language

    • 发布日期:2017-05-03
    • 文件大小:713014
    • 提供者:赵堃
  1. Newton.m

    0下载:
  2. newton method including error function
  3. 所属分类:assembly language

    • 发布日期:2017-04-12
    • 文件大小:707
    • 提供者: 骆骆
« 12 3 »
搜珍网 www.dssz.com