CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数值算法/人工智能 搜索资源 - 高斯迭代算法

搜索资源列表

  1. GAUSS

    0下载:
  2. 使用C语言实现高斯迭代算法,其中分为高斯算法与高斯回溯算法。
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:965
    • 提供者:刘伟
  1. 高斯赛德尔迭代

    0下载:
  2. 所属分类:数学计算/工程计算

    • 发布日期:2008-11-25
    • 文件大小:1198460
    • 提供者:sunboy_1221
  1. NumericalAnalysis

    1下载:
  2. 用JAVA编写的一个界面程序,实现了二分法、牛顿法、高斯法、SOR迭代法、三角分解法、三次样条插值曲线、曲线拟合的最小二乘法、数值积分Romberg算法、常微分方程的初值解法 改进Euler法、矩阵的特征值和特征向量 反幂法-An interface with a JAVA program written to achieve a dichotomy, Newton method, Gauss law, SOR iteration method, triangular decomposition
  3. 所属分类:Algorithm

    • 发布日期:2017-05-18
    • 文件大小:5521417
    • 提供者:Lynn
  1. Gauss_Seidel

    0下载:
  2. 数值分析中的一个算法实现: 利用高斯-塞德尔迭代法求解方程组。-A numerical analysis algorithm: use of Gauss- Seidel iterative method for solving equations.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-02
    • 文件大小:1959
    • 提供者:cici
  1. arithmetic

    4下载:
  2. 常用算法:链表的操作、队列的应用、堆栈的应用、串的应用、树的基本操作、冒泡排序、堆排序、归并排序、磁盘文件排序、顺序查找、二分查找、树的动态查找、二分法求解方程、牛顿迭代求解方程、弦截法求解方程、拉格朗日插值、最小二乘法拟合、辛普生数值积分、改进欧拉法、龙格-库塔算法、高斯消去法、正定矩阵求逆算法-Commonly used algorithms: List of operation, the queue of applications, the stack of applications, t
  3. 所属分类:Algorithm

    • 发布日期:2016-08-26
    • 文件大小:21928
    • 提供者:
  1. NumericalAlgorithm

    2下载:
  2. 高斯赛德尔迭代法,高斯消去法,龙贝格算法,龙格-库塔算法,雅各比迭代法,二分法,最小二乘法……等常用数值算法-Gauss Sider method, Gauss elimination method, Romberg algorithm, Runge- Kutta algorithm, Jacobi iterative method, the dichotomy, the least square method and so on ... ... commonly used numerical
  3. 所属分类:Algorithm

    • 发布日期:2017-04-17
    • 文件大小:11470
    • 提供者:金从友
  1. NumericalAlgorithm

    0下载:
  2. 常用数值算法的C++源码,包括三次样条插值、二重积分计算、常微分初值问题数值解、Newton迭代法、列主元高斯消去法、逐次超松弛迭代法。-Numerical algorithm used in C++ source code, including the cubic spline interpolation, double integral, the ordinary differential initial value problem numerical solution, Newton it
  3. 所属分类:Algorithm

    • 发布日期:2017-04-14
    • 文件大小:6419
    • 提供者:胡婕
  1. GSandSOR

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

    • 发布日期:2017-04-06
    • 文件大小:376215
    • 提供者:陈炜
  1. G-S

    0下载:
  2. 本程序实现高斯迭代法解方程,附有实习报告,能很好的理解算法过程和迭代过程。-This procedure Gauss iterative method to achieve solution of equations, with internship report, the process can be a good understanding of algorithms and iterative process.
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-03-29
    • 文件大小:634253
    • 提供者:ligan
  1. gauss

    0下载:
  2. 输入一个几行几列的数组,然后用高斯算法对其进行求解-Enter a few lines and a few columns of the array, and then solve it with the Gaussian algorithm
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-12
    • 文件大小:2450
    • 提供者:燕子
  1. nolinerequationssolves

    0下载:
  2. MATLAB求解非线性方程组的一些算法程序,牛顿迭代法,高斯迭代法等-MATLAB for solving nonlinear equations of some algorithm program, Newton iteration, Gauss iterative method, etc.
  3. 所属分类:Algorithm

    • 发布日期:2017-03-28
    • 文件大小:14089
    • 提供者:liuming
  1. gaosixiaoyuanfa

    0下载:
  2. 高斯消去法是求解线性方程组的基础的重要方法,也是计算机上常用的解低阶稠密矩阵方程组的有效方法。,高斯消去法或称高斯-约当消去法,由高斯和约当得名(很多人将高斯消去作为完整的高斯-约当消去的前半部分),它是线性代数中的一个算法,用于决定线性方程组的解,决定矩阵的秩,以及决定可逆方矩阵的逆。当用于一个矩阵时,高斯消去产生“行消去梯形形式”。-Gaussian elimination is the basis for solving linear equations important way, th
  3. 所属分类:Algorithm

    • 发布日期:2017-04-03
    • 文件大小:7617
    • 提供者:天云
  1. nonlinear-equation

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

    • 发布日期:2017-03-21
    • 文件大小:11028
    • 提供者:汪张扬
  1. matlab-gauss-and-LU

    0下载:
  2. 解线性方程组的两种算法,高斯迭代和LU算法-about linear simultaneous equations , gauss and LU algorithm
  3. 所属分类:Algorithm

    • 发布日期:2017-04-01
    • 文件大小:809
    • 提供者:陈斐
  1. New-Iterative-Method(DIY)

    0下载:
  2. 可实现,实用,迭代法(新创新),基于改进的迭代法图像分割算法(源码), 核心思想:先添加高斯噪声,然后新迭代分割算法,最后显示自动计算的阈值。 -Can realize, practical, the iterative method (new innovation), the iterative method based on improved image segmentation algorithm (source), core ideas: first add gaussian no
  3. 所属分类:matlab

    • 发布日期:2017-03-25
    • 文件大小:1301
    • 提供者:姜亮
  1. 1235284879

    0下载:
  2. 包括了visual basic 中进行数值算法的系列程序,包括高斯迭代、追赶法等。-a series of procedures of visual basic numerical algorithms, including Gauss iteration, catch method and so on.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-15
    • 文件大小:29854
    • 提供者:alfjsla
  1. myGAOSIDIEDANSUANFAC

    0下载:
  2. 高斯迭代算法基本程序,用于求解矩阵方程,对初学者很有帮助-Gauss iterative algorithm for solving the matrix equation, useful for beginners
  3. 所属分类:matlab

    • 发布日期:2017-04-14
    • 文件大小:6068
    • 提供者:levizhang
  1. Gaussian

    0下载:
  2. 高斯迭代消元法,用于数值分析计算的一种便捷算法-The Gauss iterative elimination method for the numerical analysis of a convenient algorithm
  3. 所属分类:Algorithm

    • 发布日期:2017-11-30
    • 文件大小:71132
    • 提供者:李鹏程
  1. G-S与jaciob迭代迭代

    0下载:
  2. 利用高斯赛德尔迭、雅克比迭代算法求解一维稳态导热问题的例程。。。(Gauss seidel iteration for one dimensional steady heat conduction problem)
  3. 所属分类:matlab例程

    • 发布日期:2017-12-23
    • 文件大小:1024
    • 提供者:梦时无意
  1. yakebi

    1下载:
  2. 高斯迭代算法、雅克比算法的MATLAB实现,用于超越方程的根求解运算(MATLAB implementation of Gauss iterative algorithm)
  3. 所属分类:数值算法/人工智能

    • 发布日期:2018-04-21
    • 文件大小:1024
    • 提供者:烟雨萌萌
« 12 3 4 5 »
搜珍网 www.dssz.com