CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数值算法/人工智能 搜索资源 - lu

搜索资源列表

  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

    0下载:
  2. LU fortran code for tran learner at the beginning.-LU fortran code for fortran learner at the beginning.
  3. 所属分类:Algorithm

    • 发布日期:2017-11-08
    • 文件大小:881658
    • 提供者:刘大可
  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-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-decomposition

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

    • 发布日期:2017-11-11
    • 文件大小:2033362
    • 提供者:谢慧明
  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. matlab写的数值代数中LU分解,应用此分解可快速求解方程组
  3. 所属分类:matlab例程

    • 发布日期:2013-12-03
    • 文件大小:313
    • 提供者:lw604217818
  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. 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. 解线性代数方程组的LU分解法。使用c++标准库的vector实现。-Solution of linear algebraic equations LU decomposition. Use c++ standard library vector implementation.
  3. 所属分类:Algorithm

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

    0下载:
  2. LU分解解方程,是利用追赶法解方程的,中间掺杂的矩阵编程,是一个很有效的数值解问题。-LU decomposition solution of the equation is the use of catch-up method for solving equations, matrix doping program in the middle, is a very efficient numerical solution of the problem.
  3. 所属分类:matlab

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