CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 搜索资源 - 高斯消元

搜索资源列表

  1. GAUSS

    0下载:
  2. 高斯消元的c语言算法源码。是《introduction to finite element in engineering》中的源码
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:1091
    • 提供者:joeyouwei
  1. GSELIM

    0下载:
  2. 高 斯 消元法,n 阶 线性 解法
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:10119
    • 提供者:Jackson
  1. gauss

    0下载:
  2. 全主元高斯消元法求解复系数线性方程组的解
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:958
    • 提供者:何十全
  1. gauss.rar

    0下载:
  2. 用高斯列主元消元法解下列线性方程组 高斯消元求解一些系数矩阵中含有极小数的情况下,会产生巨大的舍入误差,导致算法失效。一个简单而有效的改进方法是每次在进行将当前列中元素的消成0的运算时,选择当前列j对应的行(j to n)中绝对值较大的一个数作为主元行,这样,误差就会减小很多,PCA with out Gaussian elimination method solution of the following system of linear equations to solve a numbe
  3. 所属分类:Algorithm

    • 发布日期:2017-03-29
    • 文件大小:102525
    • 提供者:刘佳
  1. inverse.rar

    0下载:
  2. 基于高斯消元法的可以进行复数矩阵求逆子程序,Gauss elimination on the matrix can be complex procedures unfilial son
  3. 所属分类:Other systems

    • 发布日期:2017-04-03
    • 文件大小:731
    • 提供者:清风
  1. gaussj

    0下载:
  2. 完全主元法的高斯消元法求逆矩阵算法,计算结果返回矩阵逆和线性方程组的解。-Gauss elimination for the inverse matrix
  3. 所属分类:Algorithm

    • 发布日期:2017-03-28
    • 文件大小:617
    • 提供者:邹博安
  1. gauss

    2下载:
  2. 这是用Fortran语言编写的高斯消元法,解非线性方程组,可用于解决各种非线性方程组-This is the Fortran language with the Gaussian elimination method, solve nonlinear equations can be used to solve various nonlinear equations
  3. 所属分类:Other windows programs

    • 发布日期:2014-04-30
    • 文件大小:926
    • 提供者:陈建光
  1. Gauss

    0下载:
  2. 列主元高斯消元法已通过上机验证适合于数值计算学习者编程欢迎下载-PCA out Gauss elimination method has been adopted to verify the machine is suitable for numerical programming learners welcome to download
  3. 所属分类:Algorithm

    • 发布日期:2017-04-05
    • 文件大小:917
    • 提供者:周剑
  1. gaussLinearEquation

    0下载:
  2. 高斯列主元消去法 很有用的。。。作业-Gaussian elimination method PCA out very useful. . . Operation
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-27
    • 文件大小:965
    • 提供者:艾石油
  1. gaosi

    0下载:
  2. 高斯消元法,内容全面。算法功能全面,希望对你有帮助-Gauss elimination, comprehensive. Algorithm for full-featured, and they hope to help you
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-11
    • 文件大小:1224
    • 提供者:
  1. gauss

    0下载:
  2. 阐述了高斯消元法的目的与用途、原理、流程及程序说明,并给出了程序源代码!是研究生学习线性系统课程的一个例子。-On Gauss elimination of the object and purpose, principles, processes and procedures that are given source code! Postgraduate study courses linear system an example.
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-02
    • 文件大小:19341
    • 提供者:yzy
  1. Gauss

    0下载:
  2. 高斯消元,求解线性方程组,高斯消元,求解线性方程组-Gauss, solving linear equations, Gauss elimination, for solving linear equations
  3. 所属分类:Algorithm

    • 发布日期:2017-04-05
    • 文件大小:861
    • 提供者:唐世兴
  1. Algorithm

    0下载:
  2. 一些比较难找的算法代码 中国剩余定理.cpp 高斯消元.cpp 红黑树.cpp 排序后第k位置数.cpp 修正单纯形.c-Some of the more difficult to find the algorithm code Chinese Remainder Theorem. Cpp Gauss elimination. Cpp black tree. Cpp sort k position after a few. Cpp amendment simplex. C
  3. 所属分类:Data structs

    • 发布日期:2017-03-31
    • 文件大小:5239
    • 提供者:贲道伟
  1. gaosi

    0下载:
  2. 这是一个关于数值方法的求非线性方程的算法,其中有高斯消元法和道理特解方程方法。-This is a study on numerical methods for nonlinear equations of the algorithms, including Gaussian elimination method and reason special solution of equation method.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-13
    • 文件大小:2727
    • 提供者:wyywd
  1. shu

    0下载:
  2. 这是数值方法中实现非线性方程组求解的程序,运用到了高斯消元方法-This is the realization of numerical methods for solving nonlinear equations of the procedures, the use of the Gauss elimination method
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-07
    • 文件大小:10988
    • 提供者:wyywd
  1. GaussElimination

    0下载:
  2. 高斯消元法,C++实现,面向对象, 有输入说明-Gassian Elimination, C++, OO
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-12
    • 文件大小:1329
    • 提供者:李晓飞
  1. DLT

    0下载:
  2. 利用高斯消元法解L系数,新手上路,很方便。-Using Gauss elimination solution L coefficient, novice road, very convenient.
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-15
    • 文件大小:8749
    • 提供者:王丛
  1. xianxingfangchengzu

    0下载:
  2. 利用高斯消元法、雅克比消元法解决求解线性方程组的解的程序-Using Gaussian elimination method, Jacobian elimination method for solving linear equations to solve the solution procedure
  3. 所属分类:Algorithm

    • 发布日期:2017-04-11
    • 文件大小:1522
    • 提供者:vivian
  1. gaess3

    0下载:
  2. 通过高斯消元的方法求解n元1次方程组,不是太难的-Through the Gauss elimination method for solving n-1 Equation group, not too difficult
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-12
    • 文件大小:1104
    • 提供者:sun
  1. GaussEliminationSolutionOfEquations

    0下载:
  2. 高斯消元法解方程,数值计算方法课程的例子。-Gauss elimination solution of equations, numerical methods curriculum examples.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-25
    • 文件大小:10774
    • 提供者:lg
« 1 2 3 4 56 7 8 9 10 ... 32 »
搜珍网 www.dssz.com