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

搜索资源列表

  1. LU.tar

    0下载:
  2. LU decomposition program.
  3. 所属分类:Algorithm

    • 发布日期:2017-11-27
    • 文件大小:1006
    • 提供者:Shota Yamanaka
  1. LU

    0下载:
  2. 这是LU分解法求线性方程组的资料,讲解了LU分解的原理及过程,非常实用-LU decomposition seeking linear equations to explain the principles and process of the LU decomposition, very practical
  3. 所属分类:Algorithm

    • 发布日期:2017-11-18
    • 文件大小:198271
    • 提供者:claire
  1. LU

    0下载:
  2. c语言实现矩阵的LU分解,工程上经常用到。很经典。-c language matrix LU decomposition, often used in engineering. Very classic.
  3. 所属分类:Algorithm

    • 发布日期:2017-03-31
    • 文件大小:99511
    • 提供者:兰德里
  1. 6-LU-of-matrix

    0下载:
  2. 实现一般非奇异矩阵的LU分解,利用全选主元的方法实现。-General non-singular matrix LU decomposition, pivoting method.
  3. 所属分类:Algorithm

    • 发布日期:2017-12-02
    • 文件大小:1315488
    • 提供者:wdsky2010
  1. LU

    0下载:
  2. 数值分析中运用matlab使用LU分解法求线性方程组-Numerical analysis using matlab LU decomposition method for solving linear equations
  3. 所属分类:matlab

    • 发布日期:2017-11-13
    • 文件大小:1254
    • 提供者:
  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

    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. 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. 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

    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. LU分解解线性方程组, LU分解解线性方程组, LU分解解线性方程组-LU decomposition
  3. 所属分类:assembly language

    • 发布日期:2017-04-11
    • 文件大小:911
    • 提供者:lai Jun
  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. LU

    0下载:
  2. 基于CUDA的LU分解,简单明了适用GPU的CUDA初学者-CUDA-based LU decomposition, simple apply the GPU CUDA beginners
  3. 所属分类:MPI

    • 发布日期:2017-04-10
    • 文件大小:1207
    • 提供者:ytw
  1. LU

    0下载:
  2. LU分解法求解线性方程组用C语言实现的程序,简单易懂,很好用-LU decomposition method for solving linear equations using C language program, easy to understand, easy to use
  3. 所属分类:Algorithm

    • 发布日期:2017-04-10
    • 文件大小:770
    • 提供者:adsfasdf
  1. LU

    0下载:
  2. 用C语言编写矩阵LU分解,求出上三角,下三角矩阵,再求出原矩阵的逆-Written in C language matrix LU decomposition, calculated on a triangle, a lower triangular matrix, and then find the inverse of the original matrix
  3. 所属分类:CSharp

    • 发布日期:2017-04-08
    • 文件大小:1268
    • 提供者:余露尤
  1. LU

    0下载:
  2. 解线性代数方程组的LU分解法。使用c++标准库的vector实现。-Solution of linear algebraic equations LU decomposition. Use c++ standard library vector implementation.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-13
    • 文件大小:2071
    • 提供者:
  1. lu

    0下载:
  2. lu分解法求解线性方程组,用in.txt文件输入,自动输出。-lu decomposition method for solving linear equations, input in.txt files, automatically output.
  3. 所属分类:assembly language

    • 发布日期:2017-04-05
    • 文件大小:933
    • 提供者:撒旦分
  1. LU

    0下载:
  2. Fortran LU分解fortran LU分解代码 fortran LU分解代码-Fortran LU decomposition fortran LU decomposition code fortran LU decomposition code fortran LU decomposition code
  3. 所属分类:MPI

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

    0下载:
  2. 高斯消去法的LU分解,基础好用,非常好,相信我-Gaussian elimination LU decomposition, basic easy to use, very good, believe me
  3. 所属分类:Other systems

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