CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 其它 书籍源码 搜索资源 - 线性方程组

搜索资源列表

  1. gsxc

    0下载:
  2. 用高斯消去法求线性方程组的解.
  3. 所属分类:书籍源码

    • 发布日期:2008-10-13
    • 文件大小:1393
    • 提供者:顾阳
  1. 4-1Jacbi

    0下载:
  2. 对于阶数不高的方程组,直接法非常有效,对于阶数高,而系数矩阵稀疏的线性方程组却存在着困难,在这类矩阵中,非零元素较少,若用直接法求解,就要存贮大量零元素。为减少运算量、节约内存,使用迭代法更有利。-The order of the equations is not high, the direct method is very effective for high order, and the sparse coefficient matrix of linear equations, ther
  3. 所属分类:source in ebook

    • 发布日期:2017-04-04
    • 文件大小:828
    • 提供者:鲁亮
  1. sol

    0下载:
  2. 利用高斯列主元消去法求解线性方程组的fortran程序,测试通过!-Out the use of principal component Gaussian elimination for solving linear equations fortran procedures, test!
  3. 所属分类:source in ebook

    • 发布日期:2017-03-30
    • 文件大小:129382
    • 提供者:康师傅
  1. gaussc

    0下载:
  2. 用gauss消去法求解线性方程组很经典的完整的C++代码-By gauss elimination method for solving linear equations is the classic complete C++ code for
  3. 所属分类:source in ebook

    • 发布日期:2017-04-10
    • 文件大小:859
    • 提供者:txmz
  1. gaosi

    0下载:
  2. 利用高斯消去法解线性方程组,也就是加减消元法解线性方程组-Gaussian elimination linear equations, that is, addition and subtraction method of elimination of Linear Equations
  3. 所属分类:source in ebook

    • 发布日期:2017-05-10
    • 文件大小:2290453
    • 提供者:姚铁龙
  1. gao

    0下载:
  2. 高斯消去法解线性方程组。很重要的一种思想-Gaussian elimination of Linear Equations. A very important thought
  3. 所属分类:source in ebook

    • 发布日期:2017-04-01
    • 文件大小:2505
    • 提供者:姚铁龙
  1. Conjugate-Gradient-Method

    0下载:
  2. 共轭梯度法(Conjugate Gradient)是介于最速下降法与牛顿法之间的一个方法,它仅需利用一阶导数信息,但克服了最速下降法收敛慢的缺点,又避免了牛顿法需要存储和计算Hesse矩阵并求逆的缺点,共轭梯度法不仅是解决大型线性方程组最有用的方法之一,也是解大型非线性最优化最有效的算法之一。-Conjugate gradient method (Conjugate Gradient) between the steepest descent between law and Newton'
  3. 所属分类:source in ebook

    • 发布日期:2017-03-30
    • 文件大小:704339
    • 提供者:
  1. matrix

    0下载:
  2. 共轭梯度法可以实现正定线性方程组的求解,并可以通过实例进行验证-Conjugate gradient method can achieve positive definite linear equations, and can be verified by an example
  3. 所属分类:source in ebook

    • 发布日期:2017-11-30
    • 文件大小:682180
    • 提供者:翟军
  1. Jacobi

    0下载:
  2. JACOBI迭代解线性方程组。里面有注释注意事项等。-JACOBI iterative solution of linear equations. Notes Note there.
  3. 所属分类:source in ebook

    • 发布日期:2017-11-26
    • 文件大小:640
    • 提供者:xhb
  1. xufortran

    0下载:
  2. 各种fortran基础源代码,包括线性方程组求解,矩阵运算,矩阵特征值与向量等等问题的求解。-The various Fortran underlying source code, including solving linear equations, matrix operations, matrix eigenvalue vector problem solving.
  3. 所属分类:source in ebook

    • 发布日期:2017-12-04
    • 文件大小:944393
    • 提供者:彭欣欣
  1. 123

    0下载:
  2. MatLab解线性方程组一写在阅读本文前的引子。 一:读者对线性代数与Matlab 要有基本的了解; 二:文中的通用exp.m文件,你须把具体的A和b代进去文通-matalab linear equation
  3. 所属分类:source in ebook

    • 发布日期:2017-04-25
    • 文件大小:90555
    • 提供者:sd
  1. Matlab-of--linear-equation-group

    0下载:
  2. matlab 解线性方程组的直接法,包括克罗托算法,杜丽脱尔算法,高斯消去法,列主元素法等14个算法,运行无误,可以运算。-Matlab solution of linear equation group, run correctly, can operation.
  3. 所属分类:source in ebook

    • 发布日期:2017-04-08
    • 文件大小:6562
    • 提供者:赵树青
  1. PSO-20

    0下载:
  2. PSO算法两个目标的代码,测试程序是非线性方程组,目标变量为找到MinF(x)-PSO algorithm code two goals, the test program is non-linear equations, the target variable is found MinF (x)
  3. 所属分类:source in ebook

    • 发布日期:2017-04-13
    • 文件大小:2214
    • 提供者:何骞
  1. pso-fd

    0下载:
  2. PSO算法和最速下降法混合算法,求解单目标优化问题,测试函数是非线性方程组,解决MinF(x)的问题。-PSO algorithm and steepest descent method hybrid algorithm for solving single-objective optimization problem, the test function is non-linear equations, solving MinF (x) of the problem.
  3. 所属分类:source in ebook

    • 发布日期:2017-04-13
    • 文件大小:2137
    • 提供者:何骞
  1. MatrixGausBand

    0下载:
  2. 用高斯消去法解线性方程组,就是把矩阵化简,然后列出方程组,进而求出方程组的解-Using the Gauss elimination method with type equations
  3. 所属分类:source in ebook

    • 发布日期:2017-04-12
    • 文件大小:953
    • 提供者:zjyong
  1. xianxingfangcheng

    0下载:
  2. 线性方程组解算常规算法,包含高斯迭代法,选主元消去发等-A general algorithm for solving linear equations
  3. 所属分类:source in ebook

    • 发布日期:2017-05-04
    • 文件大小:120937
    • 提供者:liubiao
  1. tao_xr31

    0下载:
  2. 雅克比迭代求解线性方程组课设,FIR 底通和带通滤波器和IIR 底通和带通滤波器,包括面积、周长、矩形度、伸长度。- Jacobi iteration for solving linear equations class-based, Bottom-pass and band-pass FIR and IIR filter bottom pass and band-pass filter, Including the area, perimeter, rectangular, elongatio
  3. 所属分类:source in ebook

    • 发布日期:2017-12-15
    • 文件大小:5120
    • 提供者:郭崇
  1. xe445

    0下载:
  2. 多抽样率信号处理,音频信号通过LM386放大,雅克比迭代求解线性方程组课设。- Multirate signal processing, LM386 audio signal amplification, Jacobi iteration for solving linear equations class-based.
  3. 所属分类:source in ebook

    • 发布日期:2017-12-23
    • 文件大小:10240
    • 提供者:杜飞
  1. pt235

    0下载:
  2. 在MATLAB中求图像纹理特征,包含优化类的几个简单示例程序,雅克比迭代求解线性方程组课设。- In the MATLAB image texture feature, Optimization class contains several simple sample programs, Jacobi iteration for solving linear equations class-based.
  3. 所属分类:source in ebook

    • 发布日期:2017-12-17
    • 文件大小:5120
    • 提供者:李国元
  1. jan-V1.7

    0下载:
  2. 雅克比迭代求解线性方程组课设,结合PCA的尺度不变特征变换(SIFT)算法,重要参数的提取。- Jacobi iteration for solving linear equations class-based, Combined with PCA scale invariant feature transform (SIFT) algorithm, Extract important parameters.
  3. 所属分类:source in ebook

    • 发布日期:2017-12-19
    • 文件大小:5120
    • 提供者:金百燕
« 12 »
搜珍网 www.dssz.com