CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数值算法/人工智能 数学计算/工程计算 搜索资源 - newton method

搜索资源列表

  1. newton 牛顿迭代求根法和牛顿

    0下载:
  2. 牛顿迭代求根法和牛顿-steffensen加速法-Newton method for root-solving problems. Newton-Steffenson is also included.
  3. 所属分类:数学计算/工程计算

    • 发布日期:2017-03-29
    • 文件大小:1.01kb
    • 提供者:Mu Lufei
  1. Variable_Metric_Metho_DFP.rar

    1下载:
  2. 拟牛顿法(变尺度法)DFP算法的c/c++源码.变尺度法的源程序,用于优化中的非线性规划,效果还可以的,Quasi-Newton method [DFP] DFP algorithm c/c++ source code. DFP source for the optimization of nonlinear programming, the effect can also be the
  3. 所属分类:Algorithm

    • 发布日期:2017-03-28
    • 文件大小:2.37kb
    • 提供者:lrc
  1. zuiyouhuashiyanbaogao

    5下载:
  2. 用MATLAB求解无约束的问题,主要有最速下降法,牛顿法,共轭梯度法,变尺度法(DFP和BFGS法),非线性最小二乘法。 用MATLAB求解有约束的问题,主要是外惩罚函数和广义乘子法。 以及一些对具体问题的分析,MATLAB的代码在文档里都有。 -Using MATLAB to solve the problem of non-binding, there are the steepest descent method, Newton method, conjugate gradie
  3. 所属分类:Algorithm

    • 发布日期:2017-04-01
    • 文件大小:80.39kb
    • 提供者:ljw
  1. newton

    0下载:
  2. newton法求解函数根(fortran)-root function newton method (fortran)
  3. 所属分类:Algorithm

    • 发布日期:2017-04-05
    • 文件大小:887byte
    • 提供者:nicolas
  1. C++youhuajisuan

    0下载:
  2. 拟牛顿法(变尺度法)DFP算法的c/c++源码,可以通过修改目标函数进行各种计算。-Quasi-Newton method (DFP) DFP algorithm c/c++ Source, you can by modifying the objective function for a wide variety of computing.
  3. 所属分类:Algorithm

    • 发布日期:2017-03-28
    • 文件大小:3.97kb
    • 提供者:wangyangpeihua
  1. niNetwon

    4下载:
  2. 解n元非线性方程组的拟牛顿法的MATLAB程序-Solution of n-systems of nonlinear equations of quasi-Newton method of the MATLAB program
  3. 所属分类:数学计算/工程计算

    • 发布日期:2013-04-26
    • 文件大小:3.37kb
    • 提供者:冰冰
  1. NewTon

    0下载:
  2. 弦割法 和 newton法 求解三次多项式非线性方程-String cut law and newton cubic polynomial method of nonlinear equations
  3. 所属分类:Algorithm

    • 发布日期:2017-03-23
    • 文件大小:7.42kb
    • 提供者:fqihang
  1. NEWTON

    0下载:
  2. 这个是优化方法中的一种方法,叫做牛顿法,是一种简单实用的迭代方法。-This is the optimization of a method, called Newton s law, is a simple practical iterative method.
  3. 所属分类:Algorithm

    • 发布日期:2017-03-27
    • 文件大小:1.34kb
    • 提供者:宝宝
  1. include

    0下载:
  2. 非线性最小二乘问题的修正Gauss-Newton法所计算的函数-Rectification of nonlinear least squares Gauss-Newton method calculated function
  3. 所属分类:Algorithm

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

    0下载:
  2. 牛顿计算方法,解非线性方程f(x)=0牛顿方法是一种将非线性函数线性化的方法。 牛顿迭代法求方程的一个实根 -Newton s method of calculating solution of nonlinear equations f (x) = 0 Newton method is a nonlinear function linearization method. Newton iteration equation for a real roots
  3. 所属分类:Algorithm

    • 发布日期:2017-05-04
    • 文件大小:273.15kb
    • 提供者:xi
  1. newton

    0下载:
  2. newton method 用迭代法计算root.数值计算的常用方法之一。-newton method: use iteration to calculate the root of a fuction. It is a common used method.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-05
    • 文件大小:580byte
    • 提供者:cranberries
  1. optimizethedesign

    0下载:
  2. 优化设计常用程序,用C++编的一些最优化作业中的程序,有Newton法,DFP法,共轭梯度法,单纯形法,内点法,外点法,内外点法,都能使用。-Commonly used to optimize the design process, using C++ for some of the most optimized operating procedures, the Newton method, DFP method, conjugate gradient method, simplex meth
  3. 所属分类:Algorithm

    • 发布日期:2017-04-05
    • 文件大小:9.71kb
    • 提供者:lijiale
  1. Newton

    0下载:
  2. 计算方法迭代法和牛顿法算法实验代码!迭代法与牛顿法计算的代码!-Iterative calculation method and Newton method algorithm experimental code! Newton iteration method with the code!
  3. 所属分类:Algorithm

    • 发布日期:2017-04-04
    • 文件大小:725.13kb
    • 提供者:yubo382071152
  1. Newton-Method

    0下载:
  2. This program is based ion Newton method solving for a non linear fonction, with pptx file for more detail.
  3. 所属分类:Algorithm

    • 发布日期:2017-05-04
    • 文件大小:1.22mb
    • 提供者:BRIK
  1. descent-method-and-Newton-method

    0下载:
  2. 算法优化中的最速下降发于牛顿法源代码。可用于优化算法的运行效率和速度。提高算法的性能-descent method and newton method
  3. 所属分类:Algorithm

    • 发布日期:2017-03-23
    • 文件大小:2.62kb
    • 提供者:zkcome
  1. newton-method-

    0下载:
  2. 用newton法解三元非线性微分方程组代码-newton method for solving differential equations
  3. 所属分类:Algorithm

    • 发布日期:2017-03-29
    • 文件大小:937byte
    • 提供者:小倩
  1. Newton-method-proposed-summary

    0下载:
  2. 拟牛顿法变种众多,实际中应用广泛。本文就拟牛顿法进行比较全面的探讨,特别是考察每种变种算法的设计思想以及不同变种算法之间的横向对比。-Newton method proposed summary
  3. 所属分类:Algorithm

    • 发布日期:2017-04-23
    • 文件大小:91.07kb
    • 提供者:王君竹
  1. Newton-method-

    1下载:
  2. 运用牛顿法求解非线性方程组源程序,fortran模块-newton method for nonlinear equations
  3. 所属分类:Algorithm

    • 发布日期:2017-05-03
    • 文件大小:689.45kb
    • 提供者:toby
  1. newton-method

    0下载:
  2. 是你牛顿法的主要计算程序,配上主函数即可进行计算-newton method of most program,
  3. 所属分类:Algorithm

    • 发布日期:2017-04-14
    • 文件大小:2.87kb
    • 提供者:lid
  1. Quasi-newton-method

    1下载:
  2. 讨论了二维变系数抛物型方程的参数识别反问题,将其归为最优化问题,指定待定参数的函数类形式,用拟牛顿法来演化待求参数的最优估计值,并将该方法运用于线性扩散方程和具有分段函数系数的二维抛物型方程的参数识别反问题的数值模拟中,数值结果表明拟牛顿法是有效的和可行的。-Discuss parameter identification dimensional variable coefficient parabolic equation inverse problem, which was classifi
  3. 所属分类:Algorithm

    • 发布日期:2017-05-05
    • 文件大小:197.75kb
    • 提供者:akd
« 12 3 4 5 6 7 8 9 10 ... 21 »
搜珍网 www.dssz.com