搜索资源列表

  1. jacobi迭代

    0下载:
  2. 这是jacobi迭代算法-iterative algorithm to caculate Jacobi(matrix?)
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:945
    • 提供者:叶魏强
  1. Jacobi 迭代法

    0下载:
  2. Jacobi迭代法解线性方程
  3. 所属分类:源码下载

  1. 线性方程组的迭代法和牛顿数值积分

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

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

    0下载:
  2. 这是jacobi迭代算法-iterative algorithm to caculate Jacobi(matrix?)
  3. 所属分类:Windows编程

    • 发布日期:2024-05-30
    • 文件大小:1024
    • 提供者:叶魏强
  1. 雅可比迭代法

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

    • 发布日期:2024-05-30
    • 文件大小:268288
    • 提供者:郭巨海
  1. 雅可比C++

    0下载:
  2. 雅可比(Jacobi)迭代算法的C++实现-Jacobian (Jacobi) iterative algorithm to achieve C
  3. 所属分类:C#编程

    • 发布日期:2024-05-30
    • 文件大小:2048
    • 提供者:王景晖
  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-30
    • 文件大小:20480
    • 提供者:luo
  1. my雅可比迭代法

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

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

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

    • 发布日期:2024-05-30
    • 文件大小:99328
    • 提供者:刘建
  1. Cprograms

    0下载:
  2. 中南大学C语言程序设计实习 1 实验一:C语言图形模式的设置 2 实习二:一元函数的图形绘制 3 实习三:二维图形的几何变换 4 实习四:非线性方程求根的二分法 5 实习五:非线性方程求根的牛顿法 6 实习六:数值积分的矩形法和梯形法 7 实习八:级数求和问题 8 实习九:曲线拟合 9 实习十一:解线性方程组的Gauss消元法 10 实习十四:解线性方程组的J
  3. 所属分类:教育/学校应用

    • 发布日期:2024-05-30
    • 文件大小:167936
    • 提供者:CF雷电
  1. JacobiMATLAB

    0下载:
  2. 用Jacobi迭代法计算大型方程组的MATLAB函数文件-Jacobi iterative method using large calculation equations MATLAB function documents
  3. 所属分类:matlab例程

    • 发布日期:2024-05-30
    • 文件大小:3072
    • 提供者:宁学勇
  1. Jacobiupdate

    0下载:
  2. 数值分析中的经典求解算法jacobi迭代法的改进算法。-numerical analysis of the classical algorithm jacobi iteration of the algorithm improvements.
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-30
    • 文件大小:2048
    • 提供者:张薇
  1. Jacobi-Matlab

    0下载:
  2. 数值计算中Jacobi迭代法的Matlab程序 -numerical calculation Jacobi iteration of the Matlab program
  3. 所属分类:数值算法/人工智能

    • 发布日期:2024-05-30
    • 文件大小:1024
    • 提供者:zhouun
  1. Jacobi

    0下载:
  2. jacobi迭代法解方程组的具体实现算法 用c++开发的源程序-jacobi iteration method for solution of equations of the specific algorithm used c++ developed source
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-30
    • 文件大小:1024
    • 提供者:王朝喜
  1. JacobiMPI

    0下载:
  2. Jacobi_MPI 基于MPI的并行算法,用Jacobi迭代法解方程组-Jacobi_MPI parallel algorithm based on MPI, using Jacobi iterative method for solution of equations
  3. 所属分类:并行运算

    • 发布日期:2024-05-30
    • 文件大小:2048
    • 提供者:luoxiao
  1. Jacobi

    0下载:
  2. 此程序为解线性方程组的Jacobi迭代法的MATLAB源程序-This procedure for the solution of linear equations of the Jacobi iterative method of MATLAB source
  3. 所属分类:matlab例程

    • 发布日期:2024-05-30
    • 文件大小:1024
    • 提供者:yang
  1. jacobi

    0下载:
  2. 本程序采用并行方法实现jacobi迭代算法,采用VC2005结合openmp编写-This procedure jacobi method using parallel iterative algorithm using OpenMP VC2005 combines the preparation of
  3. 所属分类:并行运算

    • 发布日期:2024-05-30
    • 文件大小:304128
    • 提供者:李若愚
  1. Jacobi_etc

    0下载:
  2. %Jacobi迭代法求方程组等程序,内含有七个解放程组的程序,希望这些程序对大家有一点用处- Jacobi iteration procedures for equations, etc., which contain seven-way group liberation process, we hope that these procedures there is one point on the usefulness of
  3. 所属分类:matlab例程

    • 发布日期:2024-05-30
    • 文件大小:3072
    • 提供者:要使用
  1. Jacobi

    1下载:
  2. Jacobi的matlab程序是我同学编着玩的,我试了一下挺好,Jacobi迭代算法。-Jacobi s matlab program is edited by students, I play, I tried some very good, Jacobi iterative algorithm.
  3. 所属分类:matlab例程

    • 发布日期:2024-05-30
    • 文件大小:1024
    • 提供者:桂鹏
  1. 雅克比(Jacobi)迭代法解线性方程组(Matlab程序)

    0下载:
  2. 雅克比迭代例子,给定方程,常用的数值迭代方法(Jacobi iteration example, given equation, numerical iterative methods)
  3. 所属分类:matlab例程

    • 发布日期:2024-05-30
    • 文件大小:1024
    • 提供者:日常
« 12 3 4 5 6 7 8 9 10 ... 38 »

源码中国 www.ymcn.org