搜索资源列表

  1. Gauss

    0下载:
  2. 实现功能:顺序高斯消去法、列主元素消去法、全主元素消去法
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:2307
    • 提供者:高天
  1. 71-93

    0下载:
  2. C语言精彩百例第71-93例 第三篇 常用算法篇 实例71 链表的建立 实例72 链表的基本操作 实例73 队列的应用 实例74 堆栈的应用 实例75 串的应用 实???76 树的基本操作 实例77 冒泡排序法 实例78 堆排序 实例79 归并排序 实例80 磁盘文件排序 实例81 顺序查找 实例82 二分法查找 实例83 树的动态查找 实例84 二分法求解方程 实例85
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:22837
    • 提供者:杨志亮
  1. Gauss

    0下载:
  2. 实现功能:顺序高斯消去法、列主元素消去法、全主元素消去法-The realization of functions: the order of Gaussian elimination, set out the main elements of elimination, all the main elements of elimination
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-10-07
    • 文件大小:2048
    • 提供者:高天
  1. 71-93

    0下载:
  2. C语言精彩百例第71-93例 第三篇 常用算法篇 实例71 链表的建立 实例72 链表的基本操作 实例73 队列的应用 实例74 堆栈的应用 实例75 串的应用 实???76 树的基本操作 实例77 冒泡排序法 实例78 堆排序 实例79 归并排序 实例80 磁盘文件排序 实例81 顺序查找 实例82 二分法查找 实例83 树的动态查找 实例84 二分法求解方程 实例85
  3. 所属分类:书籍源码

    • 发布日期:2024-10-07
    • 文件大小:22528
    • 提供者:杨志亮
  1. arithmetic

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

    • 发布日期:2024-10-07
    • 文件大小:21504
    • 提供者:
  1. gauss

    0下载:
  2. 高斯消去法适用于求解低阶线性方程和方程组,它先逐次消去变量,将方程组化成同解的上三角形方程组,然后按方程相反顺序求解上三角方程组,得到原方程组的解-Gaussian elimination method for solving linear equations and low-level equations, the successive elimination of its first variable, the equations
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-10-07
    • 文件大小:578560
    • 提供者:罗剑平
  1. gaosi

    0下载:
  2. 共两个程序,分别为:高斯顺序消去法,高斯列主元消去法 -Gaussian elimination, elimination method out PCA, PCA-wide elimination method solution of linear equations and Gauss-Jordan elimination method of inverse matrix. Procedures for the use of MA
  3. 所属分类:matlab例程

    • 发布日期:2024-10-07
    • 文件大小:1024
    • 提供者:wangsizhao
  1. Solve

    1下载:
  2. 线性方程组的系数矩阵为实对称阵并且采用半带宽存储时,采用顺序高斯消去法解线性方程组的matlab程序。-The coefficient matrix of linear equations for the real symmetric matrix and the semi-bandwidth, storage, use sequential Gaussian elimination method for solving linear
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-10-07
    • 文件大小:1024
    • 提供者:happy511
  1. gauss

    0下载:
  2. 线性方程组求解中的顺序高斯消去法求解的代码代码-Linear equations in the order of Gaussian elimination method to solve the code code
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-10-07
    • 文件大小:3072
    • 提供者:
  1. gauss_liezhuyuan

    0下载:
  2. 用高斯顺序消去法求线性方程组的解;用高斯顺序消去法求线性方程组的解-Gaussian sequence elimination and the solution of linear equations order Gaussian elimination method to the solution of Linear Equations
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-10-07
    • 文件大小:1162240
    • 提供者:赵峙尧
  1. shunxugaosixiaoqufa

    0下载:
  2. 实现数值分析中的顺序高斯消去法,用于解线性代数方程组-Numerical analysis in order Gaussian elimination for the solution of linear algebraic equations
  3. 所属分类:其他小程序

    • 发布日期:2024-10-07
    • 文件大小:196608
    • 提供者:lmq
  1. orderGaussian

    0下载:
  2. 解线性代数方程组的顺序高斯消去法。使用c++标准库的vector实现。-Solution of linear algebraic equations order Gaussian elimination. Use c++ standard library vector implementation.
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-10-07
    • 文件大小:2048
    • 提供者:
  1. GAUSS

    0下载:
  2. 列主元高斯消去法解线性方程组Ax=b, 顺序高斯消去法解线性方程组Ax=b。-Column pca gauss elimination solution system of linear equations Ax = b, sequential gaussian elimination solution system of linear equations Ax = b.
  3. 所属分类:汇编语言

    • 发布日期:2024-10-07
    • 文件大小:1024
    • 提供者:贾璐
  1. G-S

    0下载:
  2. C语言编写,顺序高斯法求解线性方程组代码,方程组系数以文本形式导入程序,可计算多阶方程,识别运算时间,算法时间复杂度较低。(C language, sequential Gauss method for solving linear equations, code equations, coefficients in text form into the program, can calculate multiple equations
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-10-07
    • 文件大小:13312
    • 提供者:lhk123454321

源码中国 www.ymcn.org