搜索资源列表

  1. wyl_shuzhisuanfa

    0下载:
  2. 算法包括:1.二分法求解 2.牛顿法求解 3.高斯消去法求解 4.雅可比迭代法求解 5.拉格朗日插值 6.牛顿插值 7.最小二乘法拟合 8.龙贝格方法计算积分 9.欧拉方法求解初值问题-algorithms include : 1. Solving two dichotomy. Newton method 3. Gaussian elimination method 4. Jacobi iterative method 5. Lagra
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-17
    • 文件大小:2048
    • 提供者:wangyuliang
  1. Gauss

    0下载:
  2. 列主元高斯消去法 是我学习计算方法A时编写的 完成了列主元高斯消去法实现方程组求解。-out PCA Gaussian elimination is my calculation A study prepared at the completion of the main-element Gauss elimination method to achieve equation Solving Group.
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-17
    • 文件大小:9216
    • 提供者:张从
  1. ACGAS

    0下载:
  2. 用全选主元高斯消去法求解N复系数阶线性方程组AX=B-Select All PCA with Gaussian elimination method to solve N-order complex coefficients of linear equations AX = B
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-17
    • 文件大小:36864
    • 提供者:z
  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-05-17
    • 文件大小:2048
    • 提供者:高天
  1. NumAna_GaussElim

    0下载:
  2. 这四个程序分别为高斯消去法、列主元消去法、全主元消去法解线性方程组和Gauss-Jordan消元法求矩阵的逆。   程序采用MATLAB语言开发,并在MATLAB6.5下测试通过。-The four procedures were Gaussian elimination, elimination method out PCA, PCA-wide elimination method solution of linear equat
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-17
    • 文件大小:5120
    • 提供者:高天
  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-05-17
    • 文件大小:22528
    • 提供者:杨志亮
  1. Gaussxiao

    0下载:
  2. 自己编写的高斯消去法程序,可以用于交流学习-err
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-17
    • 文件大小:1024
    • 提供者:
  1. 6GAUS

    0下载:
  2. 这是解方程组得 全主元高斯消去法。用c实现的-This is the solution of equations have the whole PCA Gaussian elimination. Achieved with c
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-17
    • 文件大小:1024
    • 提供者:乔京
  1. Gauss

    0下载:
  2. 采用高斯消去法来求解方程组得解,这种消去方法能够减少回代产生的计算误差-Using Gaussian elimination to solve the equations have solutions, this elimination method can reduce the return on behalf of the calculation errors resulting from
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-17
    • 文件大小:1024
    • 提供者:白雪
  1. Gauss

    0下载:
  2. 本算法为全选主元高斯消去法,用于线性代数方程组的求解
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-17
    • 文件大小:306176
    • 提供者:zhangshuang
  1. EVALDVBS2_STMICROELECTRONICS_130762

    0下载:
  2. LDPC校验矩阵生成、高斯消去法编码、BP译码程序,可以作为自己编写LDPC编译码程序的参考。因为matlab代码效率不高,所以这个程序仿真起来比较慢.-LDPC check matrix generation, Gaussian elimination coding, BP decoding procedure can be used as its own procedures for the preparation of LDPC
  3. 所属分类:通讯/手机编程

    • 发布日期:2024-05-17
    • 文件大小:115712
    • 提供者:李枫
  1. gauss

    0下载:
  2. 采用全选主元的高斯消去法解线性方程组,方程组的阶数不限,只需在主函数里给定阶数以及系数即可-Select All PCA using the Gaussian elimination solution of linear equations, equations of the order of open, just in the main function in the given order and coefficient can b
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-17
    • 文件大小:2048
    • 提供者:余坤
  1. numerical_analysis_classic

    0下载:
  2. 数值分析中最常用的14个程序: 01_N皇后问题 01_循环赛程表 02_分段线性插值 02_牛顿插值法 03_构造正交多项式 03_最佳一致逼近多项式 04_简单迭代法求方程根[1+1;x] 04_简单迭代法求方程根[sqrt(x+1)] 05_复化梯形公式求积 06_尤拉公式解初值问题 08_高斯消去法解方程组 09_连分式法求积 10_迭代法解线性方程组 10_雅可比方
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-17
    • 文件大小:3057664
    • 提供者:丁一
  1. CH1

    0下载:
  2. C语言实现的一些数学计算,包括全选主元高斯消去法、求解三对角线方程组的追赶法等-C language to achieve a number of mathematical calculations, including the Principal Select All Gaussian elimination method for solving tridiagonal linear equation group to catch u
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-17
    • 文件大小:14336
    • 提供者:丘实
  1. gaussian

    1下载:
  2. 一个自己写的列主元高斯消去法,用Matlab实现-Wrote it myself out of a PCA Gaussian elimination, using Matlab realize
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-17
    • 文件大小:2048
    • 提供者:Phoebe
  1. gauss

    0下载:
  2. 并行高斯消去法解线性方程组几阶的都可以的-Parallel Gaussian elimination solution of linear equations can be a few bands of
  3. 所属分类:并行运算

    • 发布日期:2024-05-17
    • 文件大小:3072
    • 提供者:成斌
  1. NumericalAlgorithm

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

    • 发布日期:2024-05-17
    • 文件大小:11264
    • 提供者:金从友
  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
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-17
    • 文件大小:6144
    • 提供者:胡婕
  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-05-17
    • 文件大小:578560
    • 提供者:罗剑平
  1. gaosi

    0下载:
  2. 本程序实现一个简单方程组的高斯消去法的换算过程,其中方程系数需构成一个系数增广矩阵,同时输入过程严格按照矩阵输入。-This procedure to achieve a simple equation of the Gaussian elimination of the conversion process, which takes an equation coefficients augmented coefficient matr
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-17
    • 文件大小:58368
    • 提供者:零下
« 1 2 34 5 6 7 8 9 10 ... 35 »

源码中国 www.ymcn.org