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

搜索资源列表

  1. LU-decomposition-solving-equations

    0下载:
  2. fortran95-2003科学计算与工程第1章 矩阵分解与线性方程组直接方法LU分解解方程-Scientific Computing and Engineering disc fortran95-2003 each chapter code fortran95-2003 Scientific Computing and Engineering Chapter 1 matrix decomposition and direct methods of linear equations, LU d
  3. 所属分类:Algorithm

    • 发布日期:2017-11-11
    • 文件大小:1135
    • 提供者:jiaoyl
  1. LU-Cao2

    0下载:
  2. 自己编写的基于MFC的LU分解法实例,功能齐全。包含所有工程文件和exe文件-I have written LU decomposition method based on the MFC instance, a full-featured. Contains all project files and exe file
  3. 所属分类:Algorithm

    • 发布日期:2017-11-17
    • 文件大小:2544021
    • 提供者:曹昀昀
  1. lu

    1下载:
  2. 矩阵相乘的LU算法,采用行连续划分策略,MPI并行实现。-LU matrix multiplication algorithm, using line continuous partitioning strategy, MPI parallel implementation.
  3. 所属分类:Algorithm

    • 发布日期:2017-11-14
    • 文件大小:1383
    • 提供者:NeoLi
  1. Lu-Feng-Zhu--CPP-program-design-

    0下载:
  2. C++程序设计(第2版)吕凤翥编著 例题源代码-Lu Feng Zhu, C++ program design (2nd edition), edited by the example source code
  3. 所属分类:Windows Develop

    • 发布日期:2017-11-03
    • 文件大小:1013463
    • 提供者:小李
  1. LU-decomposition-

    0下载:
  2. LU分解法解方程,数值计算,C++源码,下载可用-LU decomposition method of solving equations, numerical calculation C++ source, available for download
  3. 所属分类:Algorithm

    • 发布日期:2017-11-23
    • 文件大小:626842
    • 提供者:杰瑞
  1. LU

    0下载:
  2. 数值分析方法-解线性方程组的直接方法-LU分解法的实现-Numerical analysis method- realization of the direct method of solving linear equations-LU decomposition method
  3. 所属分类:matlab

    • 发布日期:2017-11-17
    • 文件大小:3125
    • 提供者:hmg
  1. LU

    0下载:
  2. LU矩阵,如何使用LU矩阵求解高斯矩阵的解-LU matrix
  3. 所属分类:Other systems

    • 发布日期:2017-11-30
    • 文件大小:2731
    • 提供者:张焓韡
  1. LU

    0下载:
  2. fortran语言编写的LU分解程序,可用来求解小型方程组-fortran language LU decomposition process can be used to solve small equations
  3. 所属分类:Other systems

    • 发布日期:2017-11-27
    • 文件大小:553
    • 提供者:鸟仔
  1. LU

    0下载:
  2. 运用LU分解法来解线性方程组 可以改变N 来解N阶线性方程-N to solve N linear equations using LU decomposition method for solving linear equations can be changed
  3. 所属分类:assembly language

    • 发布日期:2017-11-24
    • 文件大小:652
    • 提供者:李家骐
  1. LU

    0下载:
  2. This is LU algorithm by assemble.
  3. 所属分类:assembly language

    • 发布日期:2017-12-06
    • 文件大小:1271
    • 提供者:shiwei lan
  1. LU-decomposition

    0下载:
  2. LU分解(LU Decomposition)是矩阵分解的一种,可以将一个矩阵分解为一个下三角矩阵和一个上三角矩阵的乘积(有时是它们和一个置换矩阵的乘积)。LU分解主要应用在数值分析中,用来解线性方程、求反矩阵或计算行列式-LU decomposition
  3. 所属分类:Algorithm

    • 发布日期:2017-11-11
    • 文件大小:2033362
    • 提供者:谢慧明
  1. LU

    0下载:
  2. this poroje give a matrix and Lu
  3. 所属分类:Windows Kernel

    • 发布日期:2017-12-04
    • 文件大小:545
    • 提供者:mozhde
  1. LU-fenjie

    0下载:
  2. 数值分析中的,LU分解法,解线性方程组。对于学习解线性方程组很有帮助!-it is used for dealing LU
  3. 所属分类:Algorithm

    • 发布日期:2017-04-16
    • 文件大小:180639
    • 提供者:肖波
  1. LU

    0下载:
  2. LU分解法解线性方程组(内附题目) #include "math.h" #include "stdio.h" #define n 4 int LU(double (*a)[n])-LU decomposition method for solving linear equations (containing title)# include " math.h" # include " stdio.h" # define n 4 int LU (
  3. 所属分类:Algorithm

    • 发布日期:2017-04-01
    • 文件大小:7214
    • 提供者:l
  1. LU-and-QR

    0下载:
  2. 求解线性方程组Ax=b,其实质就是把它的系数矩阵A通过各种变换成一个下三角或上三角矩阵,从而简化方程组的求解。因此,在求解线性方程组的过程中,把系数矩阵A变换成上三角或下三角矩阵显得尤为重要,然而矩阵A的变换通常有两种分解方法:LU分解法和QR分解法。-LU and QR decomposition method for solving linear equations
  3. 所属分类:Algorithm

    • 发布日期:2017-04-07
    • 文件大小:83631
    • 提供者:段艳
  1. LU

    0下载:
  2. 用cuda编写的LU分解解线性方程组问题,简单易懂,适合初学cuda者-LU decomposition with cuda prepared solution of linear equations, easy to understand for beginners who cuda
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-10
    • 文件大小:1123
    • 提供者:JIN.H.
  1. 数值代数LU分解

    0下载:
  2. matlab写的数值代数中LU分解,应用此分解可快速求解方程组
  3. 所属分类:matlab例程

    • 发布日期:2013-12-03
    • 文件大小:313
    • 提供者:lw604217818
  1. LU

    0下载:
  2. LU分解解线性方程组, LU分解解线性方程组, LU分解解线性方程组-LU decomposition
  3. 所属分类:assembly language

    • 发布日期:2017-04-11
    • 文件大小:911
    • 提供者:lai Jun
  1. LU-Method

    0下载:
  2. LU Method案例,主要是以matlab軟件來運算標準題型。 -LU Method cases, mainly matlab software to compute the standard questions.
  3. 所属分类:matlab

    • 发布日期:2017-04-13
    • 文件大小:2204
    • 提供者:陳信安
  1. Gaussian--and-LU

    0下载:
  2. 计算方法中解线性方程组的列主元高斯消元法及LU分解,由键盘输入系数矩阵A的大小和内容、及矩阵b的内容-Calculation methods listed in the main solution of linear equations Gaussian elimination method and LU decomposition, the coefficient matrix A by the keyboard input size and content, and the content
  3. 所属分类:Algorithm

    • 发布日期:2017-04-10
    • 文件大小:1113
    • 提供者:佘洪伟
« 1 2 3 4 5 6 78 9 10 11 12 ... 46 »
搜珍网 www.dssz.com