搜索资源列表

  1. 高斯赛德尔迭代法

    0下载:
  2. 用matlab实现高斯赛德尔迭代法
  3. 所属分类:matlab例程

    • 发布日期:2011-05-31
    • 文件大小:689
    • 提供者:tinkerguang
  1. 线性方程组的迭代法和牛顿数值积分

    0下载:
  2. 线性方程组的迭代法:Jacobi, Gauss-Seidel,SOR,SOR for Poisson。 牛顿数值积分方法及其Steffensen加速法。
  3. 所属分类:数学计算/工程计算

    • 发布日期:2011-12-24
    • 文件大小:1770
    • 提供者:skiloop@126.com
  1. 迭代法

    0下载:
  2. 是用C做的迭代法的实验报告-C is doing iterative method of experimental report
  3. 所属分类:文档资料

    • 发布日期:2024-05-02
    • 文件大小:9216
    • 提供者:刘大鹏
  1. seidel迭代法

    0下载:
  2. gauss-seidel迭代法解Ax=b的解-Gauss- Seidel iterative method for Ax = b Solution
  3. 所属分类:数值算法/人工智能

    • 发布日期:2024-05-02
    • 文件大小:252928
    • 提供者:剑胆琴心
  1. 松弛迭代法

    0下载:
  2. 松弛迭代法.rar-Iterative Method. Rar
  3. 所属分类:数值算法/人工智能

    • 发布日期:2024-05-02
    • 文件大小:1024
    • 提供者:王勇
  1. 雅可比迭代法

    0下载:
  2. 数值分析雅可比迭代法-numerical analysis Jacobi iterative method
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-02
    • 文件大小:268288
    • 提供者:郭巨海
  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. 2 雅各比迭代法求方程组的解

    0下载:
  2. 2 雅各比迭代法求方程组的解 2 雅各比迭代法求方程组的解.rar-two Jacoby iterative method for the solution of the equations 2 Jacoby iterative method for the solution of the equations. Rar
  3. 所属分类:C#编程

    • 发布日期:2024-05-02
    • 文件大小:1024
    • 提供者:杜正
  1. 解线性方程组的迭代法

    0下载:
  2. 利用matlab编程实现解线性方程组的迭代法。-using Matlab programming for solving linear equations of iterative method.
  3. 所属分类:matlab例程

    • 发布日期:2024-05-02
    • 文件大小:22528
    • 提供者:悟凡
  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. Jacobi迭代法

    0下载:
  2. 用C语言来实现的。求解线性方程组的迭代,是一种简单的迭代法,可不如 Gauss-Seidel迭代法收敛速度快。-Use c language to make a Jacobi iterative arithmetic which could solve the linear equation group, but it s may be more slower than the Gauss-Seidel iterative arithm
  3. 所属分类:数值算法/人工智能

    • 发布日期:2024-05-02
    • 文件大小:20480
    • 提供者:luo
  1. my雅可比迭代法

    0下载:
  2. 在VC++中实现成功的雅可比迭代法,有每次迭代的结果。-in VC achieve success Jacobi iterative method, the results of each iteration.
  3. 所属分类:数值算法/人工智能

    • 发布日期:2024-05-02
    • 文件大小:1024
    • 提供者:黄均幸
  1. my赛德尔迭代法

    0下载:
  2. 在VC++实现的赛德尔迭代法,有每次迭代的结果-VC in the Seidel iterative method, the results of each iteration
  3. 所属分类:数值算法/人工智能

    • 发布日期:2024-05-02
    • 文件大小:180224
    • 提供者:黄均幸
  1. Jacobi的迭代法

    0下载:
  2. 这个是雅克比迭代法的数值源代码,程序变得比较简单,但还需要完善-Jacques iterative method than the numerical code, the procedures are relatively simple, but needs to improve
  3. 所属分类:C#编程

    • 发布日期:2024-05-02
    • 文件大小:99328
    • 提供者:刘建
  1. sor超松弛迭代法

    0下载:
  2. 一个实现sor超松弛迭代法的c语言算法,可以帮助新手完成矩阵计算(A C language algorithm for realizing over relaxation iterative method)
  3. 所属分类:其他小程序

    • 发布日期:2024-05-02
    • 文件大小:1024
    • 提供者:破云
  1. 经典牛顿迭代法C++实例

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

    • 发布日期:2024-05-02
    • 文件大小:1024
    • 提供者:helloworldd
  1. (赛德尔+雅可比)迭代法(解方程组)

    0下载:
  2. 用C++描述赛德尔和雅克比迭代法解方程组(Solving the equations with Seidel and Jacobi method)
  3. 所属分类:汇编语言

  1. 大津法和迭代法matlab作业

    0下载:
  2. 贝叶斯算法处理分析,基于迭代法和大津法,希望能有帮助(Bayesian algorithm, which is known as a way to be used in statistic. Hope the algorithm will be easy to use and learn.)
  3. 所属分类:其他小程序

    • 发布日期:2024-05-02
    • 文件大小:59392
    • 提供者:judycong
  1. 高斯赛德尔迭代法matlab编程

    0下载:
  2. 高斯赛德尔迭代法matlab编程,可以供使用者下载。(Gauss saidel iteration method)
  3. 所属分类:文档资料

« 12 3 4 5 6 7 8 9 10 ... 50 »

源码中国 www.ymcn.org