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

搜索资源列表

  1. Iluk

    2下载:
  2. 这是用于线性方程组求解的ILUK预处理算法的实现。在VC++编译通过。矩阵采用压缩稀疏行格式存储(CSR),采用如下结构存储:struct Distmatrix {double **ma int **ja,dimension,*nnzrow } 很容易移植到自己定义数值计算软件包中。经本人测试计算效率比Fortran写的高很多(比如与Sparskit2比较)。-This is used for solving linear equations ILUK preconditioning algor
  3. 所属分类:Algorithm

    • 发布日期:2017-04-01
    • 文件大小:58626
    • 提供者:张德柱
  1. Ilut

    0下载:
  2. 这是用于线性方程组求解的ILUT预处理算法的实现。在VC++编译通过。矩阵采用压缩稀疏行格式存储(CSR) 很容易移植到自己定义数值计算软件包中。经本人测试计算效率比Fortran写的高很多(比如与Sparskit2比较)。-This is used for solving linear equations ILUT preconditioning algorithm. In VC++ Compiled through. Matrix using compressed sparse row st
  3. 所属分类:Algorithm

    • 发布日期:2017-04-01
    • 文件大小:65758
    • 提供者:张德柱
  1. LE_GaussSeidelIteration

    0下载:
  2. vc++实现线性方程组求解
  3. 所属分类:Algorithm

    • 发布日期:2017-05-12
    • 文件大小:101979
    • 提供者:youngvery
  1. mymath

    0下载:
  2. 数值计算方法中常用方法的程序实现,包括线性方程组求解,差值拟合,常微分方程求解等-Numerical methods commonly used methods of procedures to achieve, including solving linear equations, difference fitting, ordinary differential equation solving, etc.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-03
    • 文件大小:9137
    • 提供者:陈洁
  1. gauss

    0下载:
  2. 本程序使用高斯消去法编写的线性方程组求解程序,经过测试运行通过 能正常运行-This procedure using the Gaussian elimination of the preparation of procedures for solving linear equations, after the test run through to the normal operation of
  3. 所属分类:Algorithm

    • 发布日期:2017-04-07
    • 文件大小:8169
    • 提供者:马维维
  1. 3333

    0下载:
  2. 用java写的线性方程组求解,有用的可以下了-Using java to write the linear equations to solve
  3. 所属分类:JavaScript

    • 发布日期:2017-03-31
    • 文件大小:823
    • 提供者:cuijinkai
  1. linear_solution

    0下载:
  2. 原创的线性方程组求解程序,包括Jacobi迭代,高斯消去法,Gauss-Seidel迭代三种求解算法。-Original procedure for solving linear equations, including the Jacobi iteration, Gauss elimination method, Gauss-Seidel iterative algorithm three.
  3. 所属分类:Java Develop

    • 发布日期:2017-03-30
    • 文件大小:6578
    • 提供者:熊君君
  1. linerequationc

    0下载:
  2. 线性方程组求解的c代码,方便实用,对理解线性方程组的求解思路很有用-Solving linear equations c code, convenient and practical, to understand the ideas for solving linear equations is useful
  3. 所属分类:Java Develop

    • 发布日期:2017-04-07
    • 文件大小:1046
    • 提供者:gx
  1. linerequationc3

    0下载:
  2. 线性方程组求解的c代码,方便实用,对理解线性方程组的求解思路很有用-Solving linear equations c code, convenient and practical, to understand the ideas for solving linear equations is useful
  3. 所属分类:Java Develop

    • 发布日期:2017-04-11
    • 文件大小:772
    • 提供者:gx
  1. linerequationc4

    0下载:
  2. 线性方程组求解的c代码,方便实用,对理解线性方程组的求解思路很有用-Solving linear equations c code, convenient and practical, to understand the ideas for solving linear equations is useful
  3. 所属分类:Java Develop

    • 发布日期:2017-04-11
    • 文件大小:1035
    • 提供者:gx
  1. linerequationc5

    0下载:
  2. 线性方程组求解的c代码,方便实用,对理解线性方程组的求解思路很有用-Solving linear equations c code, convenient and practical, to understand the ideas for solving linear equations is useful
  3. 所属分类:Java Develop

    • 发布日期:2017-04-06
    • 文件大小:1141
    • 提供者:gx
  1. SVD_LSQR

    0下载:
  2. 用SVD ,LSQR进行矩阵求解或者进行线性方程组求解-Using SVD, LSQR for solving matrix or solving linear equations
  3. 所属分类:Algorithm

    • 发布日期:2017-04-04
    • 文件大小:3439
    • 提供者:liuxiaoming
  1. arrayandquations

    0下载:
  2. 1、串和数组的应用,4元线性方程组求解;2、输入四元线性方程组的系数和常数,求此四元线性方程组的解。-1、The applications of string and array , solving 4 1linear equations 2、 Input the coefficients and constants, compute the results of the four linear equations.
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-24
    • 文件大小:21238
    • 提供者:陈航
  1. fchzuqiujie

    0下载:
  2. 各种线性方程组求解方法的数值计算,如高斯消元法、追赶法等,比较全面的。VC6.0-A variety of methods to solve linear equations numerical calculation, such as the Gaussian elimination method, to catch up with France and so on, more comprehensive. VC6.0
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-05
    • 文件大小:72161
    • 提供者:李文
  1. celiangchengxuji

    0下载:
  2. 关于测量程序计算的几个小程序,它包括大地主题解算、高 斯平面计算、坐标转换程序、单导线计算、线性方程组求解、解算法方程 、大地四边形条件平差-Calculation of the measurement procedure a few small programs, which includes the earth theme solvers, Gaussian plane calculation, coordinate conversion process, single-wire b
  3. 所属分类:Other systems

    • 发布日期:2017-04-05
    • 文件大小:297431
    • 提供者:仝乐乐
  1. solvinglinearequations

    0下载:
  2. 线性方程组求解算法实现。包括了列主元消元法、直接LU分解法、雅克比迭代、高斯赛德尔迭代法。并且对四个算法实现做了不太规范的、简单的类封装。原创代码,含详细注释。希望对用到数值计算的带来帮助。-Algorithm for solving linear equations. Including the main-element elimination method, the direct LU decomposition, Jacobi iteration, high Sisaideer itera
  3. 所属分类:Algorithm

    • 发布日期:2017-03-31
    • 文件大小:107676
    • 提供者:风流云散
  1. nolinerequationssolves

    0下载:
  2. MATLAB求解非线性方程组的一些算法程序,牛顿迭代法,高斯迭代法等-MATLAB for solving nonlinear equations of some algorithm program, Newton iteration, Gauss iterative method, etc.
  3. 所属分类:Algorithm

    • 发布日期:2017-03-29
    • 文件大小:14089
    • 提供者:liuming
  1. changyongsuanfachengxuji(C)

    0下载:
  2. 一些常用的算法程序,C语言描述,包括多项式计算,线性方程组求解,插值逼近,一些变换和滤波-common arithmetical program
  3. 所属分类:Algorithm

    • 发布日期:2017-03-30
    • 文件大小:200591
    • 提供者:lurong
  1. xianxingfangcheng

    0下载:
  2. 数值计算高斯-赛德尔迭代法线性方程组求解-Numerical Gauss- Seidel iterative method for solving linear equations
  3. 所属分类:Algorithm

    • 发布日期:2017-04-01
    • 文件大小:29209
    • 提供者:郭立杰
  1. Jacobi

    0下载:
  2. Jacobi法线性方程组求解的matlab function-Jacobi method for solving linear equations of the matlab function
  3. 所属分类:matlab

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