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

搜索资源列表

  1. Algorithm

    0下载:
  2. c# 数值计算源代码 复数运算 矩阵运算 线性代数方程组的求解 非线性方程与方程组的求解 -c# numerical source code plural computing matrix calculation of linear algebraic equations for solving nonlinear equations with the equations
  3. 所属分类:CSharp

    • 发布日期:2017-03-29
    • 文件大小:33.4kb
    • 提供者:li
  1. linearequation

    0下载:
  2. 线性方程组的求解,阶数不定,需要文件输入系数矩阵和右端向量-linear equation solution
  3. 所属分类:CSharp

    • 发布日期:2017-04-25
    • 文件大小:52.8kb
    • 提供者:杨凌云
  1. guass

    0下载:
  2. 列主元高斯消去法对于某电路的分析,归结为求解线性方程组RI=V。其中 (1)编制解n阶线性方程组 列主元高斯消去法的通用程序; (2)用所编制程序解线性方程组 ,并打印出解向量,保留5位有效数; -Out the main element Gaussian elimination of a certain circuit analysis, reduced to solving linear equations RI = V. Where (a) the prepar
  3. 所属分类:CSharp

    • 发布日期:2017-04-06
    • 文件大小:713byte
    • 提供者:wuqian
  1. cSharp-linear-equation

    1下载:
  2. 用c#实现各类线性方程组的求解的源代码,配套书籍为《C#数值计算算法编程》-C# implementation with all kinds of linear equations to solve the source code, supporting the book as " C# numerical algorithm programming"
  3. 所属分类:CSharp

    • 发布日期:2017-05-03
    • 文件大小:1.03mb
    • 提供者:许从
  1. Solving-linear-equations

    0下载:
  2. 求解线性方程组,首先要确定方程式的个数,以及每个方程的系数,要求程序与用户交互, 在程序运行过程中,要求用户输入方程个数和方程中的系数,程序把系数存入系数矩阵中 运用消元法(高斯消元法):1.将系数矩阵消为上三角2.回代求得方程组的解-Solving linear equations, we must first determine the number of equations, and the coefficients of each equation required proc
  3. 所属分类:CSharp

    • 发布日期:2017-04-03
    • 文件大小:26.66kb
    • 提供者:邹成睿
  1. Examine

    0下载:
  2. 对求解线性方程组的算法进行测试,包括矩阵LU分解算法-Begin the test of the Algorithms used in solving the liner equation, including the LU decomposition
  3. 所属分类:CSharp

    • 发布日期:2017-04-01
    • 文件大小:70.98kb
    • 提供者:xiongxi
  1. gss_spd_2.2

    0下载:
  2. 线性方程组求解,提出了一种快速求解线性方程组的方法-the solving of linear equetions
  3. 所属分类:CSharp

    • 发布日期:2017-03-27
    • 文件大小:515.16kb
    • 提供者:吕书明
  1. gss_spd_2.1

    0下载:
  2. 线性方程组求解,提出了一种快速求解方程组的方法-the solving of linear equation
  3. 所属分类:CSharp

    • 发布日期:2017-04-01
    • 文件大小:546.68kb
    • 提供者:吕书明
  1. GaussXiaoqufa

    0下载:
  2. 高斯消去法,求解线性方程组的解。本方法有利计算机求解。-Gaussian elimination method for solving linear equations solution.
  3. 所属分类:CSharp

    • 发布日期:2017-12-09
    • 文件大小:712.81kb
    • 提供者:杜安定
  1. xianxingfangcheng

    0下载:
  2. 线性方程组求解的C程序源码,可以为C程序变成提供参考-Linear Equations C program source code, you can provide a reference for the C program to become
  3. 所属分类:CSharp

    • 发布日期:2017-11-20
    • 文件大小:11.97kb
    • 提供者:李新
  1. Gauss-seidel-solutions

    0下载:
  2. 运用高斯-赛德尔迭代公式求解线性方程组,自己定义方程组-Using Gauss- Seidel iteration formula for solving linear equations, their definition equations
  3. 所属分类:CSharp

    • 发布日期:2017-04-02
    • 文件大小:926byte
    • 提供者:纪成
  1. Catch-method

    0下载:
  2. 该程序是在C语言的编译环境下来探索追赶法求解线性方程组。-The program is to explore the pursuit method for solving linear equations in C language compiler environment down.
  3. 所属分类:CSharp

    • 发布日期:2017-04-14
    • 文件大小:3.14kb
    • 提供者:
  1. Jacobi-iterative-method

    0下载:
  2. 该程序是在C语言的编译环境下探索利用Jacobi迭代方法求解线性方程组。-The program is to explore the environment in the C language compiler using Jacobi iterative method for solving linear equations.
  3. 所属分类:CSharp

    • 发布日期:2017-04-13
    • 文件大小:2.6kb
    • 提供者:
  1. cSharpmatlabtaskcal

    0下载:
  2. 使用了编程语言:C#,编程工具:Visual Studio 2010实现了对数值计算中Steffensen,Muller(抛物线)非线性方程数值求解;Gauss线性方程组求解;Lagrange,Newton,三次样条插值法数值逼近的winform 软件开发,取代了Matlab方法,便于方法的应用和推广。-Use a programming language: C#, programming tools: Visual Studio 2010 realization of the numerica
  3. 所属分类:CSharp

    • 发布日期:2017-04-26
    • 文件大小:323.79kb
    • 提供者:k
  1. LU.tar

    0下载:
  2. 基于CUDA的LU分解,可作为求解线性方程组的程序-CUDA based LU decomposition, can be used as the procedure for solving linear equations
  3. 所属分类:CSharp

    • 发布日期:2017-04-12
    • 文件大小:1.1kb
    • 提供者:王萌
  1. CSharpmatrix

    0下载:
  2. C#处理矩阵函数包,包括矩阵求逆,稀疏线性方程组求解等-C# processing matrix function package, including matrix inversion, sparse linear equation solving, etc.
  3. 所属分类:CSharp

    • 发布日期:2017-04-25
    • 文件大小:245.32kb
    • 提供者:林栓
搜珍网 www.dssz.com