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

搜索资源列表

  1. Gsxy01

    0下载:
  2. Gsxy01是关于计算方法中的高斯消元法的c语言源代码,对于正在学习计算方法中的学生们有极大帮助的-Gsxy01 is about the calculation method of Gaussian elimination of c language source code for the calculation methods are learning a great help for students
  3. 所属分类:Algorithm

    • 发布日期:2017-04-17
    • 文件大小:161992
    • 提供者:little zan
  1. Gauss

    0下载:
  2. 使用高斯消元法解线性方程组,包括顺序消元与列主元消元-Gaussian elimination method for solving linear equations, including the order of elimination and elimination out PCA
  3. 所属分类:matlab

    • 发布日期:2017-04-13
    • 文件大小:1662
    • 提供者:陈伟锋
  1. vb各种算法

    0下载:
  2. 用VB实现线性方程组的求解。包括:高斯消元法,LU分解法追赶法,迭代法,奇异值分解,乔累斯基分解法等12种数值方法。
  3. 所属分类:数值算法/人工智能

    • 发布日期:2014-04-03
    • 文件大小:20748
    • 提供者:lfj8769561
  1. gauss

    0下载:
  2. 利用vc++ 6.0 编写的进行高斯消元法运算的代码-Using vc++ 6 prepared by Gauss elimination operation element method code
  3. 所属分类:Other systems

    • 发布日期:2017-04-11
    • 文件大小:785
    • 提供者:张准东
  1. gao-si-xiao-yuan-fa

    0下载:
  2. 是线性代数中的一个算法,可用来为线性方程组求解,求出矩阵的秩,以及求出可逆方阵的逆矩阵。当用于一个矩阵时,高斯消元法会产生出一个“行梯阵式”。高斯消元法可以用在电脑中来解决数千条等式及未知数。不过,如果有过百万条等式时,这个算法会十分费时。一些极大的方程组通常会用迭代法来解决。亦有一些方法特地用来解决一些有特别排列的系数的方程组。-A linear algebra algorithms can be used to solve linear equations, matrices obtaine
  3. 所属分类:Algorithm

    • 发布日期:2017-04-10
    • 文件大小:941
    • 提供者:meihaodi
  1. TemSensor

    0下载:
  2. 一个温度传感器匹配算法,从一组传感器中,选择电阻值相近的温度传感器作为一对,满足配对数最大要求,采用构造矩阵,高斯消元法,根据设定精度要求,自动找出最大配对数。-A temperature sensor matching algorithm, from a set of sensors, select the resistor values ​ ​ as similar to a pair of temperature sensors to meet the maximum
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-25
    • 文件大小:209760
    • 提供者:xionghaijiang
  1. Delphi_150500

    0下载:
  2. Delphi:Delphi曲线图演示,最小二乘法七点曲线拟合演示效果,借此源码可了解系数矩阵、增广矩阵、高斯消元、误差计算、高斯消去后的矩阵右侧系数、迭代初值、迭代求解等相关技巧。 -Delphi: Delphi graph demonstrates, least squares curve fitting seven demonstration effect, whereby the source code can understand the coefficient matrix, au
  3. 所属分类:Delphi VCL

    • 发布日期:2017-04-17
    • 文件大小:9689
    • 提供者:8XSBISX
  1. Gaussian

    0下载:
  2. 高斯消元法解方程组,代码简单易懂适合初学者-Gaussian elimination solution equations
  3. 所属分类:Other systems

    • 发布日期:2017-04-26
    • 文件大小:209003
    • 提供者:郭敏
  1. Matrix

    0下载:
  2. 矩阵类,内有各种各样的函数,也包含一些常用的运算,比如行列式,迹,高斯消元-Matrix Class
  3. 所属分类:Algorithm

    • 发布日期:2017-04-26
    • 文件大小:361738
    • 提供者:
  1. gaosixiaoyuanfa

    0下载:
  2. 高斯消元法,可用于解齐次方程。大家可以-Gaussian elimination method can be used for solution of the homogeneous equation. Try
  3. 所属分类:assembly language

    • 发布日期:2017-04-12
    • 文件大小:751
    • 提供者:laotan
  1. gaosixiaoyuanfajuzhen

    0下载:
  2. 本例 是通过高斯消元法解线性方程组,代码可行,欢迎使用-This example is by Gaussian elimination method for solving linear equations, the code is feasible, Welcome
  3. 所属分类:assembly language

    • 发布日期:2017-04-12
    • 文件大小:796
    • 提供者:laotan
  1. Gauss_elimi

    0下载:
  2. 用于列主元高斯消元法求解线性方程组的matlab程序-Matlab procedure for the column PCA Gauss elimination method
  3. 所属分类:matlab

    • 发布日期:2017-04-12
    • 文件大小:688
    • 提供者:紫宸冰麟
  1. gaosixiaoyuan

    0下载:
  2. 对H矩阵进行高斯消元,另外附加了高斯消元的论文-The H matrix using the Gauss elimination, an additional Gauss elimination of papers
  3. 所属分类:matlab

    • 发布日期:2017-04-26
    • 文件大小:300364
    • 提供者:lihui
  1. math

    0下载:
  2. 提供欧几里得算法、扩展欧几里得算法、求素数算法、高斯消元算法-Provide the Euclidean algorithm, the extended Euclidean algorithm, the algorithm for prime numbers, Gauss elimination algorithm etc.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-15
    • 文件大小:4912
    • 提供者:Lu lu
  1. 3

    0下载:
  2. 利用高斯消元法对采集数据进行计算,拟合出椭圆的方程-Gauss elimination method solving linear equations, then the least square fitting.Implementation of ellipse fitting
  3. 所属分类:Algorithm

    • 发布日期:2017-04-13
    • 文件大小:2471
    • 提供者:11
  1. Gauss-elimination

    0下载:
  2. 高斯消元法的C++代码实现,用户输入数据后会自动进行高斯消元计算,输出最终结果-Gaussian elimination of C++ code, it will automatically calculate the Gaussian elimination after user input data, output the final result
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-27
    • 文件大小:370411
    • 提供者:王培宁
  1. inv_GF2_new

    0下载:
  2. 使用高斯消元法,在GF(2)域上计算矩阵的逆矩阵,比MATLAB自带方法快!-Use Gaussian elimination in GF (2) matrix inverse matrix calculation on the domain, faster than MATLAB own way!
  3. 所属分类:matlab

    • 发布日期:2017-04-12
    • 文件大小:581
    • 提供者:DONA
  1. chapter-3-of-math-analysis

    0下载:
  2. 数值分析中,LU分解法,按比例主元消元法,列主消元法,高斯消元法,追赶法对一些数值方程的求解作用,简化人工求解过程,提高效率。还有一些简单例题的编程算法-Numerical analysis, the LU decomposition method, principal component elimination method in proportion, column main elimination method, gauss elimination method, method of ch
  3. 所属分类:Algorithm

    • 发布日期:2017-04-30
    • 文件大小:12811
    • 提供者:季秋峰
  1. Main

    0下载:
  2. 数值分析中改进的高斯消元算法,用Java编程实现-Gauss elimination method
  3. 所属分类:Algorithm

    • 发布日期:2017-04-12
    • 文件大小:837
    • 提供者:郑少
  1. C

    0下载:
  2. 上传的资料包括c语言设计的高斯消元法,RSSI方法测距跟踪处理,排序法,c实现的拟合算法,利用左边算最小二乘法系数-Upload information, including c language design Gaussian elimination, RSSI methods ranging tracking processing, sorting method, c achieve fitting algorithm, using the least squares method calc
  3. 所属分类:software engineering

    • 发布日期:2017-05-07
    • 文件大小:1880231
    • 提供者:刘欣
« 1 2 ... 9 10 11 12 13 1415 16 17 18 19 ... 33 »
搜珍网 www.dssz.com