搜索资源列表

  1. 数值计算方法

    0下载:
  2. 加速迭代牛顿迭代Gauss杜里特尔分解法克洛特追赶法平方根法改进平方根法雅可比迭代高斯 赛德尔迭代拉格朗日插值法分段线性插值分段抛物线插值
  3. 所属分类:数值算法/人工智能

    • 发布日期:2009-04-04
    • 文件大小:58173
    • 提供者:liu_zhou2006
  1. shuzifenxi

    0下载:
  2. 数值分析(计算方法):欧拉方法、高斯-赛德尔迭代法、拉格朗日及分段线性插值、龙贝格算法、牛顿下山法、选主元高斯消去法-Numerical Analysis (calculation method): Euler
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-20
    • 文件大小:4096
    • 提供者:jiabin
  1. shuzhijisuan

    0下载:
  2. 数值计算方法的程序: 加速迭代 牛顿迭代 Gauss 杜里特尔分解法 克洛特 追赶法 平方根法 改进平方根法 雅可比迭代 高斯 赛德尔迭代 拉格朗日插值法 分段线性插值 分段抛物线插值-Numerical method of procedure: to accelerate the iterative Gauss-Newton iterative decomposition metho
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-20
    • 文件大小:58368
    • 提供者:liuzhou
  1. poissonfdm

    0下载:
  2. 用有限差分法来解偏微分方程,采用高斯——赛德尔迭代方法,并用前后两次迭代差的矩阵的无穷范数作为是否停止迭代的依据。-Using finite difference method to solve partial differential equations, using Gauss- Seidel iterative methods, and poor before and after the two iterations of the
  3. 所属分类:其他小程序

    • 发布日期:2024-05-20
    • 文件大小:1024
    • 提供者:LGE
  1. jisuanfangfa_epm5s

    0下载:
  2. 计算方法实验课报告代码,自己写的,包含龙贝格算法,高斯赛德尔迭代,牛顿下山法,龙格-塔库算法,可以用作数值分析实验参考………… 程序已经VC6.0测试,实验考试分数96,希望能对你有所帮助。 算法可能稍微繁琐一些,但是更像一个学生的作业,就不要上网上去down一些高级程序员的作品了。-for SHUZHIFENXI examination
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-20
    • 文件大小:2048
    • 提供者:xielongqinga
  1. fast_current

    1下载:
  2. SOR迭代法与高斯赛德尔迭代在洋流分析中的应用-Two iterative method in the analysis of the application of the ocean currents
  3. 所属分类:matlab例程

    • 发布日期:2024-05-20
    • 文件大小:1024
    • 提供者:slj
  1. Calculation-methods-

    0下载:
  2. 计算方法程序 包括高斯消去法,牛顿插值,三次样条插值,Jacobi和高斯赛德尔迭代等-Calculation methods and procedures, including the Gaussian elimination method, Newton interpolation, cubic spline interpolation, Jacobi and Gauss-seidel iteration
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-20
    • 文件大小:5120
    • 提供者:天天
  1. VC_numerical_analysis

    0下载:
  2. 本人写的关于数值分析的源码,使用VC6.0开发,对于学习数值分析的朋友会有很大帮助。主要有:牛顿法、二分法、改进欧拉、高斯赛德尔迭代、高斯消去法、拉格朗日插值、龙贝格算法、龙格库塔、牛顿插值、雅可比迭代、约当消去法。-I write about the numerical analysis of the source code, using VC6.0 development, and friends will be very help
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-20
    • 文件大小:1289216
    • 提供者:afei
  1. iteration-method

    0下载:
  2. 解线性方程组的迭代法 雅可比迭代、高斯—赛德尔迭代、超松弛迭代法 -Solving linear equations iterative method Jacobi iteration, Gauss- Seidel iteration SOR method
  3. 所属分类:C#编程

    • 发布日期:2024-05-20
    • 文件大小:1024
    • 提供者:纪成
  1. Interate_Equation

    0下载:
  2. win32小程序 实现数值分析中迭代法求解方程组功能 包括雅可比迭代 高斯赛德尔迭代 超松弛迭代 能够正常运行 希望大家指教-Win32 small program to achieve numerical iteration method in solving equations features include Jacobi iteration gauss seidel iteration overrelaxation iterat
  3. 所属分类:其他小程序

    • 发布日期:2024-05-20
    • 文件大小:8889344
    • 提供者:刘双九
  1. power-flow-program

    0下载:
  2. 电力系统潮流程序,包括高斯赛德尔迭代、牛拉法、PQ法、保留非线性法,有注释和说明文档,IEEE5节点系统-Power Flow program, including G-s & NL & PQ & nonlinear method, notes and documentation, IEEE5 node system
  3. 所属分类:能源行业(电力石油煤炭)

    • 发布日期:2024-05-20
    • 文件大小:109568
    • 提供者:张星宇
  1. Gauss-Seidel-in-C-Program

    0下载:
  2. 高斯-赛德尔迭代法是解线性方程组的常规算法,本文是C语言的高斯-赛德尔计算代码-Gauss-Seidel C program
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-20
    • 文件大小:6144
    • 提供者:罗汉
  1. m

    0下载:
  2. 这是利用VC2005编写的求高斯-赛德尔迭代法的小程序,亲测可用。-This is written using VC2005 gauss-seidel iterative method of small procedures, test available.
  3. 所属分类:其他小程序

    • 发布日期:2024-05-20
    • 文件大小:736256
    • 提供者:xiaoyan001
  1. GAUSS-SEIDEL

    0下载:
  2. 用高斯-赛德尔迭代法求解线性方程组的matlab实例程序-a matlab example program about the Gauss- Seidel iterative method for solving linear equations matlab example program
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-20
    • 文件大小:15360
    • 提供者:凌霄
  1. jc

    0下载:
  2. 有限容积法对非稳态传热偏微分方程进行离散,方程组的求解采用高斯-赛德尔迭代法- differential equation were discretized by an implicit finite-difference method, and the aforementioned simulative equations were solved numerically using the Gauss-Seidel method
  3. 所属分类:能源行业(电力石油煤炭)

    • 发布日期:2024-05-20
    • 文件大小:6144
    • 提供者:zhaoyan
  1. ghsss

    0下载:
  2. 用Visual C++实现的高斯—赛德尔迭代法 很好用的-With Visual c++ implementation of gauss- seidel iterative method is very useful
  3. 所属分类:系统编程

    • 发布日期:2024-05-20
    • 文件大小:46080
    • 提供者:cptgcocebeh
  1. 3949206

    0下载:
  2. 用Visual C++实现的高斯—赛德尔迭代法 很好用的(With Visual c + + implementation of gauss - seidel iterative method is very useful)
  3. 所属分类:组合框控件

    • 发布日期:2024-05-20
    • 文件大小:46080
    • 提供者:ID$26636
  1. successive over relaxationmethod

    0下载:
  2. 逐次超松弛法,简称SOR方法,解线性方程组的常用迭代法之一,它由高斯一赛德尔迭代法经线性加速处理而得到。(Successive super-relaxation method, referred to as SOR method, one of the commonly used iterative methods for solving linear equations. It is obtained by linearly acce
  3. 所属分类:matlab例程

    • 发布日期:2024-05-20
    • 文件大小:11264
    • 提供者:feiyanglzl
  1. 作业

    0下载:
  2. 高斯赛德尔迭代法,雅各比迭代法及其代码说明。(Gauss-Seidel iteration method, Jacobian iteration method and its code descr iption.)
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-20
    • 文件大小:60416
    • 提供者:Edith_Jin
  1. diedaijiefangchengzu

    0下载:
  2. 矩阵三角分解法解方程 雅可比迭代法、高斯赛德尔迭代法、SOR迭代法解线性方程组。(Matrix triangulation method for solving equations Jacobi iterative method, Gauss Seidel iteration method and SOR iterative method are used to solve linear equations.)
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-20
    • 文件大小:2048
    • 提供者:536536536
« 1 2 3 4 56 »

源码中国 www.ymcn.org