搜索资源列表

  1. mySOR

    0下载:
  2. 实现N阶线性方程组Ax=b逐次超松弛迭代法的通用程序-Realization of N-order linear equations Ax = b successive over-relaxation iteration method generic procedures
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-14
    • 文件大小:1024
    • 提供者:潘晓惠
  1. mathvalue

    0下载:
  2. 编写一个用SOR法解方程组Ax=b的计算机程序,其中 要求程序中不存系数A,分别对不同的阶数(例如n=15,80)取w=1.7,1.8,1.9,进行迭代,记录近似解 达到 时所用迭代次数k,观察松弛因子对收敛速度的影响。 -SOR method used to prepare a solution of equations Ax = b of the computer program, which calls f
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-14
    • 文件大小:3072
    • 提供者:桦华
  1. sor

    0下载:
  2. 回溯算法的一些题目的源代码,希望对大家有帮助-Algorithm back some of the topics of the source code, I hope all of you will help
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-14
    • 文件大小:5120
    • 提供者:廖美健
  1. ISsource

    0下载:
  2. 图像分割中“Intelligent Scissors”的源码,也成为Livewire,效果不错,可直接运行-Image Segmentation Intelligent Scissors the source, has also become a Livewire, good results can be directly run
  3. 所属分类:GDI/图象编程

    • 发布日期:2024-05-14
    • 文件大小:50176
    • 提供者:chenwenjuan
  1. 1

    0下载:
  2. 迭代法求解方程组,包括雅可比迭代法,高斯-赛德尔代法,SOR迭代法可供选择-Iterative method for solving equations, including the Jacobi iterative method, Gauss- Seidel generation method, SOR iterative method to choose
  3. 所属分类:汇编语言

    • 发布日期:2024-05-14
    • 文件大小:1024
    • 提供者:林观
  1. GSOR

    1下载:
  2. 给出了广义逐次超松弛( GSOR) 迭代算法,得到了GSOR 算法收敛的必要性和充分性 条件,当参数矩阵Ω = diag (ω1 ,ω2 , ⋯ ,ωn) = ωI n 时,即可得到熟知的SOR 算法,举例说明了 GSOR 算法的应用。-Gives the generalized successive over-relaxation (GSOR) iterative algorithm has been GSOR al
  3. 所属分类:文档资料

    • 发布日期:2024-05-14
    • 文件大小:136192
    • 提供者:
  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-14
    • 文件大小:3072
    • 提供者:要使用
  1. NewtonSorMethod

    0下载:
  2. 通过牛顿-SOR迭代法求解线性方程 不同的迭代因子有不同的迭代效率,从0至2迭代次数先减少后增加,在1.2附近迭代次数最少,而在0和2 附近次数最多。-Through the Newton-SOR iterative method for solving linear equations iterative different factors have different iteration efficiency, from 0-2
  3. 所属分类:文档资料

    • 发布日期:2024-05-14
    • 文件大小:5120
    • 提供者:xulin
  1. numerical-method

    0下载:
  2. 数值方法课程中的程序,如GaussSeidel迭代法解方程组,Jacobi迭代法解方程组,SOR迭代法解方程组,杜利特尔矩阵分解以及矩阵的直接解法,拉格朗日插值等11个程序。-Courses in numerical methods, such as iterative method for solution GaussSeidel equations, Jacobi iterative method for solution of e
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-14
    • 文件大小:6144
    • 提供者:刘冬
  1. homework

    0下载:
  2. Jacobi和SOR算法实现,自己写的-Jacobi and SOR
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-14
    • 文件大小:1024
    • 提供者:luoyimu
  1. spgs

    0下载:
  2. 用途:利用二分法快速求解非线性方程f(x) = 0; 用向量形式(普通存储格式)的Gauss-Seidel迭代解线性方程组Ax=b;Newton迭代法解非线性方程f(x) = 0;用分量形式的SOR迭代解线性方程组Ax=b;用向量(稀疏存储)形式的Gauss-Seidel迭代解线性方程组Ax=b -Purposes: the use of dichotomy quickly solving nonlinear equations
  3. 所属分类:其他小程序

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

    0下载:
  2. 用SOR迭代法求矩阵,可以求任意阶的矩阵,非常好用-SOR iterative method with matrix, can be arbitrary order for the matrix, very easy to use
  3. 所属分类:数值算法/人工智能

    • 发布日期:2024-05-14
    • 文件大小:1024
    • 提供者:fbb
  1. xianxingfangchengzuqiugen

    0下载:
  2. 线性方程组求根实验,分别用平方根法,Jacobi迭代法(不收敛),SOR三种方法,包含实验报告-Root experimental system of linear equations, respectively, with the square root method, Jacobi iterative method (not convergence), SOR three methods, including test report
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-14
    • 文件大小:173056
    • 提供者:左小龙
  1. yuyinshiyan

    1下载:
  2. 线性方程组求根实验,分别用平方根法,Jacobi迭代法(不收敛),SOR三种方法,包含实验报告-Root experimental system of linear equations, respectively, with the square root method, Jacobi iterative method (not convergence), SOR three methods, including test report
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-14
    • 文件大小:1564672
    • 提供者:左小龙
  1. GSandSOR

    0下载:
  2. 高斯GS与超松弛SOR迭代算法解线性方程组-Gaussian GS and SOR iterative algorithm over-relaxation solution of linear equations
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-14
    • 文件大小:375808
    • 提供者:陈炜
  1. SOR

    0下载:
  2. 数值分析的算法,松驰迭代算法,要的人可以下载-Numerical analysis algorithms, relaxation iterative algorithm, it is necessary to take a look at the people can download
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-14
    • 文件大小:1024
    • 提供者:kevincai100
  1. feixianxing

    0下载:
  2. mulStablePoint 用不动点迭代法求非线性方程组的一个根 mulNewton 用牛顿法法求非线性方程组的一个根 mulDiscNewton 用离散牛顿法法求非线性方程组的一个根 mulMix 用牛顿-雅可比迭代法求非线性方程组的一个根 mulNewtonSOR 用牛顿-SOR迭代法求非线性方程组的一个根 mulDNewton 用牛顿下山法求非线性方程组的一个根 mulGXF1 用两点割线法的第一种形式求
  3. 所属分类:matlab例程

    • 发布日期:2024-05-14
    • 文件大小:12288
    • 提供者:舞蛳
  1. experimentreport

    0下载:
  2. 用迭代法解方程组 Jacobi Gauss-Sedel SOW 超松弛迭代 各种技术的比较 数值实验报告-Iterative solution of equations Jacobi Gauss-Sedel SOW SOR numerical comparison of various techniques Experimental Report
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-14
    • 文件大小:211968
    • 提供者:邓大
  1. seach_postiton

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

    • 发布日期:2024-05-14
    • 文件大小:2048
    • 提供者:胡益明
  1. ProjectTwo

    0下载:
  2. Iterative Techniques, Jacobi Iteration, Gauss Seidel iteration and SOR iteration
  3. 所属分类:数值算法/人工智能

    • 发布日期:2024-05-14
    • 文件大小:2048
    • 提供者:touchworks
« 1 2 3 4 5 6 7 89 10 11 12 13 ... 17 »

源码中国 www.ymcn.org