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

搜索资源列表

  1. 线性方程组求解与方程组性态讨论

    0下载:
  2. 线性方程组求解与方程组性态讨论(实验报告)三次样条插值问题,数值积分,微分方程数值解,线性方程组的迭代解法,非线性方程的迭代解法-solving linear equations and the equations behavior discussion (Experiment), cubic spline interpolation, numerical integration, the numerical solution of differential equations, linear
  3. 所属分类:WEB源码

    • 发布日期:2008-10-13
    • 文件大小:54473
    • 提供者:王军
  1. c

    0下载:
  2. C++经典数值算法源码, 包括线性代数方程组的求解,\\数学变换与滤波等
  3. 所属分类:JSP源码/Java

    • 发布日期:2008-10-13
    • 文件大小:159181
    • 提供者:jeadu
  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. linerequation

    0下载:
  2. 求解线性方程组的c代码,方便实用,对求解线性方程组很有帮助-For solving linear equations c code, convenient and practical, very useful for solving linear equations
  3. 所属分类:Java Develop

    • 发布日期:2017-04-04
    • 文件大小:1953
    • 提供者:gx
  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. LUPsolve.tar

    0下载:
  2. 这是我写的实现矩阵对LU分解的算法,可以用于线性方程组的求解。-This is what I wrote to achieve matrix LU decomposition algorithm can be used for solving linear equations.
  3. 所属分类:Java Develop

    • 发布日期:2017-04-14
    • 文件大小:3911
    • 提供者:胡海啸
  1. Gauss-Seidel

    0下载:
  2. 采用Gauss-Seidel迭代法求解线性方程组的JAVA程序及应用实例-Using Gauss-Seidel iteration method for solving linear equations and examples of procedures
  3. 所属分类:Java Develop

    • 发布日期:2017-03-30
    • 文件大小:1953
    • 提供者:shixuehai
  1. Jacobi

    0下载:
  2. Jacobi迭代法求解线性方程组的java源码及实例-Jacobi iterative
  3. 所属分类:Java Develop

    • 发布日期:2017-03-31
    • 文件大小:1895
    • 提供者:shixuehai
  1. Gaussian-Elimination

    0下载:
  2. 高斯消去法-列选主元求解线性方程组的java源码-Gaussian Elimination
  3. 所属分类:Java Develop

    • 发布日期:2017-04-03
    • 文件大小:2170
    • 提供者:shixuehai
  1. Matrix

    0下载:
  2. 求解线性方程组的基本方法高斯消元法,求解维数为N*(N+1)的矩阵方程。-The basic method to solve the linear equations gaussian elimination, solving dimension for N* (N+ 1) matrix equations.
  3. 所属分类:JavaScript

    • 发布日期:2017-04-03
    • 文件大小:1107
    • 提供者:shl
  1. ScientificComputing

    0下载:
  2. 山东大学软件学院数值计算实验源代码LU分解、前代、回代函数、部分列主元求解线性方程组 用Cholesky分解求解线性方程组,分析残差与误差的关系 迭代法求解线性方程组 最小二乘法及病态性的分析 求非线性方程的根 多项式插值-science computing
  3. 所属分类:Java Develop

    • 发布日期:2017-11-23
    • 文件大小:39847
    • 提供者:王古月
  1. gauss

    0下载:
  2. 本算法使用高斯迭代法求解线性方程组,常用的数值分析方法,运行环境java-The algorithm uses Gaussian iteration method for solving linear equations, numerical analysis method used, the operating environment java
  3. 所属分类:JavaScript

    • 发布日期:2017-04-08
    • 文件大小:1447
    • 提供者:wendy
  1. Solution-of-linear-equations

    0下载:
  2. 用Java求解线性方程组Solution of linear equations using Java-Solution of linear equations using Java
  3. 所属分类:Jsp/Servlet

    • 发布日期:2017-03-30
    • 文件大小:7168
    • 提供者:jess
搜珍网 www.dssz.com