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

搜索资源列表

  1. Newton-lagrange

    1下载:
  2. 牛顿-拉格朗日插值法C++源代码,最新修改的通码,网友可以-Newton-Lagrange interpolation C source code, the latest revision of immigration code, net surfers can s
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:1.42kb
    • 提供者:文理
  1. Matlab-Newton-Interpolation-Code

    0下载:
  2. 这个matlab程序实现了牛顿插值 (Newton s Interpolation )算法
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:46.16kb
    • 提供者:liyuedsg
  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. Newton-Raphson

    0下载:
  2. Newton-Raphsond 算法的源程序,对于要用牛顿法的来说很中重要的,程序注释很仔细,方便阅读-Newton-Raphsond algorithm source code, for use in Newton-Raphsons method is very important, the program notes very carefully, easy to read
  3. 所属分类:Algorithm

    • 发布日期:2017-04-04
    • 文件大小:83.05kb
    • 提供者:秦德成
  1. LMS_Newton

    0下载:
  2. LMS-Newton自适应算法源码 反正结果刻与LMS算法相比较,显示了较好的性能。-LMS-Newton adaptive algorithm source code in any case engraved with the LMS algorithm results compared, showing a better performance.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-02
    • 文件大小:1.37kb
    • 提供者:
  1. niudundiedai

    0下载:
  2. vc6.0,牛顿迭代法的源代码,数值分析-vc6.0, Newton iteration of the source code, numerical analysis
  3. 所属分类:Algorithm

    • 发布日期:2017-04-17
    • 文件大小:8.27kb
    • 提供者:minminjiang
  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. rafson-num

    0下载:
  2. A code for Newton-Rafson root Finder in matlab. The program was defined to find the roots of function y=z^3-1
  3. 所属分类:matlab

    • 发布日期:2017-04-10
    • 文件大小:679byte
    • 提供者:Hossein
  1. Nonlinear_Programming

    3下载:
  2. 非线性规划中的最陡下降法、BFGS方法和共轭梯度法matlab源程序(3-拟牛顿BFGS方法).m-Non-linear programming in the steepest descent method, BFGS and conjugate gradient method matlab source code (3- Quasi-Newton BFGS method). M
  3. 所属分类:matlab

    • 发布日期:2017-04-02
    • 文件大小:738byte
    • 提供者:lilin
  1. newton

    0下载:
  2. 最优化计算方法中 有关于拟牛顿法的一段小代码 可以-Optimization method in the Quasi-Newton method on a small section of code that can look at
  3. 所属分类:matlab

    • 发布日期:2017-03-28
    • 文件大小:804byte
    • 提供者:redgate
  1. Newton

    0下载:
  2. This code would calculate the approximate root of any polynomial using Newton Raphson Method
  3. 所属分类:matlab

    • 发布日期:2017-04-04
    • 文件大小:602byte
    • 提供者:Shazni
  1. STRSCNE

    0下载:
  2. 给出变量的上下边界、初值和代价函数,能够搜索代价函数最小值时的变量取值。属于带约束的优化算法,可以用来求算非线性方程组。-STRSCNE is a Matlab code for constrained nonlinear systems of equations F(x)=0 l<=x<=u where F: R^n--> R^n, l and u a
  3. 所属分类:Algorithm

    • 发布日期:2017-03-29
    • 文件大小:4.73kb
    • 提供者:muxihan
  1. newtsol

    0下载:
  2. Newton-Armijo code for scalar equations: Inputs: X = initial iterate, F = function, TOLA = absolute error tolerance, TOLR = relative error tolerance, JDIFF = 0, analytic derivative, syntax: [f,fp]=f(x), JDIFF = 1, forward difference derivative , Outp
  3. 所属分类:matlab

    • 发布日期:2017-03-30
    • 文件大小:1.31kb
    • 提供者:devdvl
  1. Matlab-Newton-Interpolation-Code

    0下载:
  2. 这个matlab程序实现了牛顿插值 (Newton s Interpolation )算法。-The matlab program implements Newton interpolation (Newton' s Interpolation) algorithm.
  3. 所属分类:matlab

    • 发布日期:2017-03-30
    • 文件大小:547byte
    • 提供者:动荡
  1. mulDNewton

    1下载:
  2. 本代码为牛顿下山法求解非线性方程组。其调用格式为[r,m]=mulDNewton(F,x0,eps) 其中F:非线性方程组,x0:初始解,eps:解的精度;r:求得的一组解,n:迭代步数。-The code for Newton' s method for solving nonlinear equations. Its call format [r, m] = mulDNewton (F, x0, eps) where F: non-linear equations, x0: init
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:543byte
    • 提供者:锦夏
  1. math

    0下载:
  2. 高斯 牛顿 雅克比 三个人的方法解方程 源代码完整 可编译-Gauss-Newton Jacobian method to solve the equations of the three individuals complete source code can be compiled
  3. 所属分类:Algorithm

    • 发布日期:2017-04-01
    • 文件大小:619.82kb
    • 提供者:kyo
  1. LMS_Newton

    0下载:
  2. function of matlab LMS-Newton algorithm
  3. 所属分类:matlab

    • 发布日期:2017-04-06
    • 文件大小:1.38kb
    • 提供者:bessem
  1. LBFGS-20020202.java

    0下载:
  2. L-BFGS用于内存紧张的系统中,可以用于求解大规模数据集的优化-Software for Large-scale Unconstrained Optimization L-BFGS is a limited-memory quasi-Newton code for large-scale unconstrained optimization.
  3. 所属分类:AI-NN-PR

    • 发布日期:2015-03-25
    • 文件大小:24.85kb
    • 提供者:奕风
  1. Load-flow-newton-raphson

    0下载:
  2. Load flow with newton rphson algorithm m file matlab code
  3. 所属分类:matlab

    • 发布日期:2017-03-24
    • 文件大小:1.39kb
    • 提供者:zaqwaz
  1. newtonsystem-NEWTON

    0下载:
  2. newtonsystem-NEWTON Code For Matlab.
  3. 所属分类:matlab

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