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

搜索资源列表

  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. 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. 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. 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. Montecarlo_SNR

    1下载:
  2. 用牛顿迭代法估计正弦信号的幅度,相位,频率,选用多次montecalor算法估计参数均值,并与理论上参数估计的CRLB下限进行比较。-Newton iterative method estimates the sinusoidal signal amplitude, phase, frequency, use multiple montecalor algorithm to estimate the parameters mean, and with the theoretical limit
  3. 所属分类:source in ebook

    • 发布日期:2017-04-11
    • 文件大小:1398
    • 提供者:王小超
  1. newtontwo-dimension

    0下载:
  2. 一维Newton的方法可以推广到多维的情况,这个方法也是求解无约束极值问题最古老的算法之一 已经发展成为一类算法:Newton形法-One-dimensional Newton' s method can be extended to the case of multi-dimensional, this method is also one of the oldest unconstrained algorithm extremal problem has developed int
  3. 所属分类:source in ebook

    • 发布日期:2017-04-14
    • 文件大小:3031
    • 提供者:唐鹏
  1. power-flow-calculation-withMATLAB

    0下载:
  2. MATLAB经典潮流计算代码,采用的是牛顿拉夫遜法,木器哦按实用最为广泛-Classic MATLAB flow calculation code, using the Newton Raphson method, the most widely used wood oh by practical
  3. 所属分类:source in ebook

    • 发布日期:2017-04-15
    • 文件大小:6904
    • 提供者:良言
  1. function

    0下载:
  2. 非线性方程组的牛顿迭代法MATLAB程序-Nonlinear equations of Newton iterative method MATLAB program
  3. 所属分类:source in ebook

    • 发布日期:2017-04-14
    • 文件大小:3985
    • 提供者:luo
  1. Newton

    0下载:
  2. 牛顿插值法的MATLAB实现,信号分析处理 综合实验6的必须选择部分, 信号分析处理高级要求。-Newton interimpose method, for signal process and analysis advanced lab of such a class.
  3. 所属分类:source in ebook

    • 发布日期:2017-04-09
    • 文件大小:633
    • 提供者:tomassam
  1. Solver01

    0下载:
  2. 利用指针知识,编写Newton–Raphson method的的代码。金融方面的应用-Knowledge of the use of indicators, code of Newton-Raphson method. Financial terms of the application
  3. 所属分类:source in ebook

    • 发布日期:2017-04-26
    • 文件大小:12862
    • 提供者:zhixin
  1. Optimization-code

    0下载:
  2. 最优化算法程序,包含费线性最小二乘、共轭梯度法、牛顿法-Linear least squares optimization algorithm procedures, including fees, conjugate gradient method, Newton method and so on
  3. 所属分类:source in ebook

    • 发布日期:2017-04-29
    • 文件大小:39802
    • 提供者:小小
  1. Newton-Raphson-method-flow-program

    0下载:
  2. 自己用牛顿拉夫逊法计算电力系统潮流的MATLAB程序-Their use Newton Raphson power flow calculation MATLAB program
  3. 所属分类:source in ebook

    • 发布日期:2017-04-30
    • 文件大小:11667
    • 提供者:荀卿染
  1. power-flow

    0下载:
  2. 牛顿拉夫逊法和高斯赛德尔法的潮流计算程序,附有算例。-Newton Raphson method and the method of high Sisaideer flow calculation program, with examples.
  3. 所属分类:source in ebook

    • 发布日期:2017-05-04
    • 文件大小:18382
    • 提供者:chen
  1. 牛顿法小算例1

    1下载:
  2. 主要是利用牛顿法解线性方程组,重点是雅克比矩阵的求解(Solving linear equations by Newton method)
  3. 所属分类:书籍源码

    • 发布日期:2018-01-03
    • 文件大小:228352
    • 提供者:wuningning1
  1. 最优化-牛顿法

    2下载:
  2. 实现牛顿法和618法,利用MATLAB程序,(The Newton and 618 method is realized and the MATLAB program is used)
  3. 所属分类:书籍源码

    • 发布日期:2021-04-27
    • 文件大小:18432
    • 提供者:小七小七
搜珍网 www.dssz.com