CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - SOR

搜索资源列表

  1. sor

    0下载:
  2. 回溯算法的一些题目的源代码,希望对大家有帮助
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:5286
    • 提供者:廖美健
  1. diedaisuanfa

    0下载:
  2. 解线性方程组的Jacobi,Gauss_Seidel,SOR迭代,以及四级四阶Runge_Kutta方法,Adams预估校正算法
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:2103
    • 提供者:xinrui
  1. 1

    0下载:
  2. 迭代法求解方程组,包括雅可比迭代法,高斯-赛德尔代法,SOR迭代法可供选择
  3. 所属分类:汇编语言

    • 发布日期:2008-10-13
    • 文件大小:1166
    • 提供者:林观
  1. GSOR

    0下载:
  2. 给出了广义逐次超松弛( GSOR) 迭代算法,得到了GSOR 算法收敛的必要性和充分性 条件,当参数矩阵Ω = diag (ω1 ,ω2 , ⋯ ,ωn) = ωI n 时,即可得到熟知的SOR 算法,举例说明了 GSOR 算法的应用。
  3. 所属分类:WEB源码

    • 发布日期:2008-10-13
    • 文件大小:136497
    • 提供者:
  1. 逐次超松弛迭代法

    0下载:
  2. 解线性方程组Ax=b的SOR方法的通用程序-solution of linear equations Ax = b SOR method of common procedures
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:984
    • 提供者:lin
  1. Chapter05-06.LinearEquations

    0下载:
  2. 清华大学《数值分析A》-第05章.线性方程组-直接解法 Gauss消去法 列主元消去法 Gauss-Jordan LU分解 LL分解 LDL分解 清华大学《数值分析A》-第06章.线性方程组-迭代法 Jacobi Gauss-Seidel SOR
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:248457
    • 提供者:大乔
  1. relaxation

    0下载:
  2. SOR方法解线性方程组的matlab程序例子(李庆扬数值分析例子)
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:871
    • 提供者:tianhai
  1. SOR法

    0下载:
  2. c语言简单算法实例-c algorithm example, simple language
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:3409
    • 提供者:张严
  1. SOR方法

    0下载:
  2. 极有用的数据处理程序,方便处理实验数据并取得数学表达式(matlab)-very useful data processing procedures, facilitate the processing of experimental data and mathematical expression made (Matlab)
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:16485
    • 提供者:王挺
  1. SOR1

    0下载:
  2. SOR解n维线性方程组 用vc语言完成SOR解n维线性方程组-SOR n-dimensional solution of linear equations using vc language SOR complete solution of n-dimensional linear equations
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:7823
    • 提供者:孔明
  1. mysor

    0下载:
  2. SOR(超松弛)迭代发求解线性方程组问题,带有Hilbert矩阵生成程序和其不同维数下求解的结果对比作图-SOR (Overrelaxation) iteration made for solving linear equations, with Hilbert matrix formation process and the different dimensions of the results evaluated Comparative mapping
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:12936
    • 提供者:高兵
  1. linear-simultaneous-equations

    0下载:
  2. 源码里包括线性方程组各种解法的Matlab例程,包括LU分解直接解法,夹克比迭代法、GS迭代法、SOR迭代法,共轭梯度法等。
  3. 所属分类:matlab例程

    • 发布日期:2010-12-03
    • 文件大小:2184
    • 提供者:dmbxj_sina
  1. 线性方程组的迭代法和牛顿数值积分

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

    • 发布日期:2011-12-24
    • 文件大小:1036
    • 提供者:skiloop@126.com
  1. SOR

    0下载:
  2. 松弛因子的介绍(“松弛迭代法是高斯-塞德尔迭代法的一种加速方法,基本思想是将高斯-塞德尔迭代法得到的第k+1次近似解向量与第k次近似解向量作加权平均,当权因子(即松弛因子)w选择是适当时,加速效果很明显。因此这个方法最关键的是如何选取最佳松弛因子。")和算法。-Relaxation factor of the introduction (" relaxation method is the Gauss- Seidel iteration method for an accelerated
  3. 所属分类:Data structs

    • 发布日期:2017-04-05
    • 文件大小:4594
    • 提供者:陈倩倩
  1. sor.rar

    0下载:
  2. 求解线性方程组——超松弛迭代法,程序用c语言编写。,Solving linear equations- over-relaxation iteration method, procedures using c language.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-02
    • 文件大小:3816
    • 提供者:欧阳
  1. IC_linear_equation

    0下载:
  2. Hilbert矩阵的J、GS和SOR迭代-Hilbert matrix of J, GS and SOR iteration
  3. 所属分类:matlab

    • 发布日期:2017-04-10
    • 文件大小:912
    • 提供者:ZZ
  1. sy3

    0下载:
  2. Jacobi迭代法、Gauss-Seidel迭代法、超松弛迭代法(SOR方法)分别求解线性方程组的近似解-Jacobi iteration, Gauss-Seidel iteration, SOR (SOR method) for solving linear equations are approximate solutions
  3. 所属分类:matlab

    • 发布日期:2017-03-30
    • 文件大小:1117
    • 提供者:王宝木
  1. sorSSOR

    0下载:
  2. 在matlab中实现矩阵的sor分解和ssor分解-Implemented in the matlab sor matrix decomposition decomposition and ssor
  3. 所属分类:matlab

    • 发布日期:2017-03-27
    • 文件大小:1137
    • 提供者:liu18hao
  1. sor

    0下载:
  2. 利用超松弛迭代法解矩阵的源程序,C语言编写-The use of over-relaxation iteration method solution matrix of the source code, C language
  3. 所属分类:Algorithm

    • 发布日期:2017-04-04
    • 文件大小:606
    • 提供者:jeasen
  1. seach_postiton

    1下载:
  2. 字典序问题:在数据加密和数据压缩中常需要对特殊的字符串进行编码。给定的字母表 A 由 26 个小 写英文字母组成 A={a,b,…,z}。该字母表产生的升序字符串是指字符串中字母按照从左到 右出现的次序与字母在字母表中出现的次序相同,且每个字符最多出现 1 次。例如,a,b,ab, bc,xyz 等字符串都是升序字符串。 -search the postion for the given ascend sor string.
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-22
    • 文件大小:1811
    • 提供者:胡益明
« 1 2 3 4 5 67 8 9 10 11 ... 15 »
搜珍网 www.dssz.com