搜索资源列表

  1. 二分法、简单迭代法、牛顿迭代法收敛比较

    1下载:
  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. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:22129
    • 提供者:luo
  1. 牛顿迭代法

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

    • 发布日期:2008-10-13
    • 文件大小:1796
    • 提供者:唐春晖
  1. 牛顿迭代法(M)

    1下载:
  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. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:10464
    • 提供者:XFX
  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. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:8914
    • 提供者:郑双明
  1. 牛顿迭代法

    0下载:
  2. 牛顿迭代法

  3. 所属分类:Windows编程

    • 发布日期:2009-01-22
    • 文件大小:27136
    • 提供者:YXLLJ68
  1. 牛顿迭代

    0下载:
  2. 用牛顿迭代法求解
  3. 所属分类:数值算法/人工智能

    • 发布日期:2009-05-26
    • 文件大小:346
    • 提供者:manneved
  1. 牛顿迭代法

    0下载:
  2. 牛顿迭代法
  3. 所属分类:源码下载

    • 发布日期:2011-03-29
    • 文件大小:416
    • 提供者:jiangbyLove
  1. 牛顿迭代法程序

    1下载:
  2. 牛顿迭代法求解非线性方程组的源程序
  3. 所属分类:源码下载

  1. 牛顿迭代法解非线性方程组

    1下载:
  2. 牛顿迭代法解非线性方程组,C语言程序,基本数值计算算法
  3. 所属分类:数学计算/工程计算

    • 发布日期:2011-11-24
    • 文件大小:3129
    • 提供者:paganini
  1. 牛顿迭代法

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

    • 发布日期:2024-05-07
    • 文件大小:1024
    • 提供者:唐春晖
  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-07
    • 文件大小:10240
    • 提供者:XFX
  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-07
    • 文件大小: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-07
    • 文件大小:21504
    • 提供者:luo
  1. 最小二乘法和牛顿迭代

    0下载:
  2. 最小二乘法和牛顿方法的一些简单资料,对于理解算法有点帮助(i have limit capicaticy for using machine learning,i hope i will impove a lot in the future)
  3. 所属分类:其他小程序

    • 发布日期:2024-05-07
    • 文件大小:2550784
    • 提供者:笑似心酸
  1. 经典牛顿迭代法C++实例

    0下载:
  2. 使用c++实现了牛顿迭代法的求解方程组的过程。(The use of c++ to achieve the Newton iterative method for solving equations process.)
  3. 所属分类:其他小程序

    • 发布日期:2024-05-07
    • 文件大小:1024
    • 提供者:helloworldd
  1. 迭代法

    1下载:
  2. 五种迭代法解------非线性方程求根 分别采用了牛顿法、简易牛顿法、史蒂芬孙迭代法、二分法和割线法(The iterative method for solving nonlinear equations.)
  3. 所属分类:matlab例程

    • 发布日期:2024-05-07
    • 文件大小:1024
    • 提供者:haibenben
  1. 牛顿迭代代码

    0下载:
  2. 通过牛顿迭代法实现求一个函数在区间内的所有根(All the roots of a function in the interval are obtained by the Newton iterative method)
  3. 所属分类:matlab例程

    • 发布日期:2024-05-07
    • 文件大小:377856
    • 提供者:肉嘟嘟
  1. 牛顿迭代法求方程的根

    0下载:
  2. 牛顿迭代法求方程的根,C语言实现,方法经典,代码实现,可用MATLAB验证(The Newton iteration method for solving the root of the equation)
  3. 所属分类:其他小程序

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

    0下载:
  2. matlab环境下试用于高维方程组求解的牛顿迭代法算法函数(Newton iterative algorithm function for solving higher dimensional equations in matlab Environment)
  3. 所属分类:matlab例程

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

    0下载:
  2. 牛顿迭代法,下载就可以直接使用,调试好的(Newton iteration method, download can be used directly, debugging good)
  3. 所属分类:其他小程序

    • 发布日期:2024-05-07
    • 文件大小:32768
    • 提供者:二狗砸
« 12 3 4 5 6 7 8 9 10 ... 41 »

源码中国 www.ymcn.org