搜索资源列表

  1. 牛顿插值的差商迭代算法

    0下载:
  2. 牛顿插值的差商迭代算法,c语言实现-Newton interpolation algorithm to worse, the C Language
  3. 所属分类:数值算法/人工智能

    • 发布日期:2024-05-02
    • 文件大小:2048
    • 提供者:
  1. 牛顿迭代法

    0下载:
  2. 牛顿迭代式,用VB实现~~~!-Newton iterative, using VB to achieve ~ ~ ~!
  3. 所属分类:数值算法/人工智能

    • 发布日期:2024-05-02
    • 文件大小:1024
    • 提供者:唐春晖
  1. 拟牛顿法求非线性方程组的一组实数解

    1下载:
  2. 拟牛顿法求非线性方程组的一组实数解-quasi-Newton method of nonlinear equations for a group of real solutions
  3. 所属分类:数值算法/人工智能

    • 发布日期:2024-05-02
    • 文件大小:2048
    • 提供者:张博真
  1. 牛顿法

    0下载:
  2. 牛顿法方程求根的经典算法-Newton method for solving equations of classical algorithm
  3. 所属分类:数值算法/人工智能

    • 发布日期:2024-05-02
    • 文件大小:259072
    • 提供者:一枝花
  1. 牛顿法

    0下载:
  2. 牛顿法计算程序,迭代没有条件控制!-Newton's method, no conditions iterative control!
  3. 所属分类:数值算法/人工智能

    • 发布日期:2024-05-02
    • 文件大小:2048
    • 提供者:崔建明
  1. 10.牛顿下山法

    0下载:
  2. 牛顿下山法,比较好用!-Newton downhill, better quality!
  3. 所属分类:数值算法/人工智能

    • 发布日期:2024-05-02
    • 文件大小:1024
    • 提供者:黎元凯
  1. 用牛顿法解非线性方程组

    1下载:
  2. 用牛顿法解非线性方程组(包括论文及源程序)-with Newton method for solving systems of nonlinear equations (including papers and source)
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-02
    • 文件大小:103424
    • 提供者:彭文
  1. 离散牛顿法

    0下载:
  2. 解非线性方程组的一种方法:先用一种优化方法将给定初值(它有可能会使得后续的牛顿法发散)通过一条比较快的途径收敛到精确解附近,得到一个新的初始点,然后再通过牛顿法将新的初始点迭代到精确解(一定的误差范围内)。这种方法的优点在于:它可以将牛顿法快速收敛的优势发挥出来,同时又避免了该方法收敛域比较窄的缺点。-solving nonlinear equations in a way : by using a method of optimizi
  3. 所属分类:数值算法/人工智能

    • 发布日期:2024-05-02
    • 文件大小:32768
    • 提供者:王廷
  1. 牛顿迭代法(M)

    0下载:
  2. 原题:编写一个子程序NewTon(float x0,float eps,float x1)。它的功能是用牛顿迭代法求f(x)=x*x*x-2x*x+4x+1在x=0附近的一个实根。若迭代成功,则返回费0值;否则,返回0。-original title : the preparation of a subroutine NewTon (x0 float, float eps, float x1). Its function is to u
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-02
    • 文件大小:10240
    • 提供者:XFX
  1. 牛顿法解方程源代码

    0下载:
  2. 牛顿法解方程之混沌情况,帮助你对牛顿法解方程的领悟,具有非常强的视觉冲击力,美仑美奂,不看将后悔一辈子的!-Newton equation solution chaotic situation and help you right Solving equations of Newton's grasp, with very strong visual impact, attractive, and will not look a
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-02
    • 文件大小:273408
    • 提供者:汤凌
  1. 牛顿迭代法求根

    0下载:
  2. 牛顿迭代法求根 这个也是计算方法中的常用计算程序 学过的人都知道的-Newton iterative method for solving this calculation method is commonly used in the calculation procedures learned in the people know that the
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-02
    • 文件大小:269312
    • 提供者:郑双明
  1. 二分法、简单迭代法、牛顿迭代法收敛比较

    0下载:
  2. 用C语言来实现。二分法,简单迭代法矣牛顿迭代法这三种方法来求非线性的方程的根,比较这三种的收敛性。-C language. Dichotomy, a simple iterative method Yi Newton iteration of these three methods for nonlinear equations root, comparing the convergence of three.
  3. 所属分类:数值算法/人工智能

    • 发布日期:2024-05-02
    • 文件大小:21504
    • 提供者:luo
  1. 牛顿插值

    0下载:
  2. 用C语言来实现的。牛顿插值法对一些函数作近似的替代,是N个节点数的插值函数。-use c language to make a Newton interpolation arithmetic.Newton interpolation arithmetic make a approximation of the function witch have N interpolation points
  3. 所属分类:数值算法/人工智能

    • 发布日期:2024-05-02
    • 文件大小:18432
    • 提供者:luo
  1. 实验6-牛顿法解方程

    0下载:
  2. 在matlab中应用牛顿切线法和割线法求解一元多次方程。具体详见压缩包中说明文档。-Apply Newton tangent and secant method to solve unitary multiple order functions in matlab. Please read the readme document in the zip file.
  3. 所属分类:matlab例程

    • 发布日期:2024-05-02
    • 文件大小:55296
    • 提供者:葛林
  1. [牛顿插值]

    0下载:
  2. 牛顿插值是非线性插值的一种,通常用于数据拟和,解方程等-Newton interpolation is a non-linear interpolation, normally used to be and data, such as solving equations
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-02
    • 文件大小:18432
    • 提供者:wan
  1. SR1校正的拟牛顿法

    0下载:
  2. 工程中经常使用的拟牛顿方法,特别用于球非线性方程组中应用-Projects frequently used quasi-Newton methods, in particular for the ball in the application of nonlinear equations
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-02
    • 文件大小:5120
    • 提供者:王丰
  1. 牛顿拉夫逊法计算潮流

    0下载:
  2. 牛顿拉夫逊潮流计算的函数文件,可以计算系统的潮流,考虑到了有分接头的变压器。(A function file for Newton Ralph Xun's power flow calculation.)
  3. 所属分类:其他小程序

  1. 牛顿法

    0下载:
  2. 基本牛顿法是一种是用导数的算法,它每一步的迭代方向都是沿着当前点函数值下降的方向。(The basic Newton method is a derivative algorithm, in which the direction of each iteration is in the direction of the decrease of the function value at the current point.)
  3. 所属分类:matlab例程

  1. 修正牛顿法 Matlab 程序

    0下载:
  2. 牛顿法进行修正. 修正的途径之一是将牛顿法和最速下降法结合起来, 构造 所谓的“牛顿-最速下降混合算法”,(One way of correction is to combine Newton method with steepest descent method The Newton steepest descent hybrid algorithm is called",)
  3. 所属分类:数值算法/人工智能

    • 发布日期:2024-05-02
    • 文件大小:6144
    • 提供者:梦梦111
  1. 阻尼牛顿法程序)

    0下载:
  2. 由于实际问题的精确极小点一般是不知道的, 因此初始点的选取给算法的实 际操作带来了很大的困难. 为了克服这一困难, 可引入线搜索技术以得到大范围 收敛的算法, 即所谓的阻尼牛顿法(Since the exact minimum points of the actual problem are generally unknown, the selection of the initial points is given to the
  3. 所属分类:数值算法/人工智能

    • 发布日期:2024-05-02
    • 文件大小:6144
    • 提供者:梦梦111
« 12 3 4 5 6 7 8 9 10 ... 50 »

源码中国 www.ymcn.org