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

搜索资源列表

  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
    • 文件大小:1131
    • 提供者:王萌
  1. lu

    0下载:
  2. lu分解算法,计算方法编程算法,c++编写,算法可以实现-lu decomposition algorithm, calculation algorithm programming, c++ to write the algorithm can be implemented
  3. 所属分类:Algorithm

    • 发布日期:2017-04-15
    • 文件大小:6708
    • 提供者:刘辉
  1. lu

    0下载:
  2. 实现分数阶LU系统的绘制以及求解混沌吸引子-Plotting of fractional order systems and solving LU chaotic attractors
  3. 所属分类:File Formats

    • 发布日期:2017-04-01
    • 文件大小:50930
    • 提供者:唐云君
  1. LU-decomposition

    0下载:
  2. 数值计算中的LU分解法,用C语言编写,亲测可用-Numerical calculations of LU decomposition method, using C language, pro-test available
  3. 所属分类:Other systems

    • 发布日期:2017-04-16
    • 文件大小:112647
    • 提供者:谢军
  1. LU-decomposition-of-matrix

    0下载:
  2. 矩阵的LU分解。用不选主元的LU分解和列主元LU分解求解线性方程组 Ax=b, 并比较这两种方法.-LU decomposition of matrix.With no pivoting the LU decomposition and the main yuan LU decomposition for solving linear equations Ax = b, and compare the two methods.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-26
    • 文件大小:20918
    • 提供者:lumengyi
  1. lu-matrix-decomposition

    0下载:
  2. lu 矩阵分解,实现了基于高斯约旦方法的lu分解-matrix decomposition
  3. 所属分类:matlab

    • 发布日期:2017-04-12
    • 文件大小:901
    • 提供者:way
  1. LU(DOOLITTLE)

    0下载:
  2. LU DOOLITTLE METHOD FOR SOLVING SET OF EQUATIONS
  3. 所属分类:Windows Develop

  1. LU(CROUT)

    0下载:
  2. LU CROUT METHOD FOR SOLVING SET OF EQUATIONS
  3. 所属分类:Windows Develop

  1. LU

    0下载:
  2. 基于LU分解的数值分析例题计算问题:用追赶法求解20阶三对角线性方程组Ax=d的解,其中A,d已知-Analysis of examples of numerical calculation based on the LU decomposition: solving 20 Order tridiagonal linear equations Ax = d solution by chasing method, wherein A, d known
  3. 所属分类:matlab

    • 发布日期:2017-03-27
    • 文件大小:1699
    • 提供者:杨小青
  1. LU分解

    0下载:
  2. LU分解_C计算稀疏矩阵往往比较头疼,有比较传统的共轭梯度CG算法,也有先验共轭梯法等。总的来说LU分解算法,效率比较高。这是标准的C代码
  3. 所属分类:数据结构常用算法

  1. UCOS-LU-YOULIANG

    0下载:
  2. 电子科技大学卢友亮老师的ucos原理与应用的ppt-The UCOS principle and application of Lu Youliang teacher of University of Electronic Science and technology of science and technology ppt
  3. 所属分类:uCOS

    • 发布日期:2017-05-22
    • 文件大小:6273366
    • 提供者:吴炜
  1. Lu-method

    0下载:
  2. 这一个LU分解法程序,用C++编写,里面包含数据输入-This is a LU decomposition program, written C++, which contains data input
  3. 所属分类:mathematica

    • 发布日期:2017-04-30
    • 文件大小:206309
    • 提供者:刘红宇
  1. LU-Factorization

    0下载:
  2. The function decomposes the matrix A into a lower triangular matrix L and an upper triangular matrix U, using Crout s method such that A=LU. Input variables: A The matrix of coefficients. Output variable: L Lower triangular matrix. U Uppe
  3. 所属分类:matlab

    • 发布日期:2017-05-01
    • 文件大小:59077
    • 提供者:Zolo
  1. LU

    0下载:
  2. 通过matlab实现的矩阵LU分解,PLU程序相比于LU程序,有所改进-Matrix LU decomposition realized by matlab, PLU program compared to the LU program, improvements
  3. 所属分类:Other systems

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

    0下载:
  2. 高斯运算中的LU分解,用于矩阵分解以及求解方程矩阵-Matrix Calculation
  3. 所属分类:Algorithm

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

    1下载:
  2. 该实例利用MATLAB实现了对任意一个n*n的矩阵实现LU分解-This case is to achieve LU reduction of a random matrix by MATLAB.
  3. 所属分类:matlab

    • 发布日期:2017-04-13
    • 文件大小:1620
    • 提供者:盛学锐
  1. lu-reduction

    0下载:
  2. 完成关于矩阵分解的LU算法,通过网页形式展示结果-lu reduction
  3. 所属分类:Algorithm

    • 发布日期:2017-04-13
    • 文件大小:2465
    • 提供者:主机
  1. LU

    1下载:
  2. LU分解(LU Decomposition)是矩阵分解的一种,可以将一个矩阵分解为一个单位下三角矩阵和一个上三角矩阵的乘积(有时是它们和一个置换矩阵的乘积)。LU分解主要应用在数值分析中,用来解线性方程、求反矩阵或计算行列式。-LU Decomposition is a matrix of decomposition, a matrix can be decomposed into a unit of the lower triangular matrix and an upper triang
  3. 所属分类:CSharp

    • 发布日期:2017-04-13
    • 文件大小:1616
    • 提供者:付勐
  1. test-mpi-LU

    0下载:
  2. 用mpi实现的并行LU分解测试程序,win7系统,vs2013平台-Using mpi to achieve the parallel LU decomposition test program, win7 system, vs2013 platform
  3. 所属分类:Windows Develop

    • 发布日期:2017-12-14
    • 文件大小:1184469
    • 提供者:shen
  1. LU

    0下载:
  2. LU分解求解线性方程组,请大家多指教-LU decomposition solution equation
  3. 所属分类:Other windows programs

    • 发布日期:2017-12-18
    • 文件大小:857088
    • 提供者:赵宏亮
« 1 2 ... 4 5 6 7 8 910 11 12 13 14 ... 50 »
搜珍网 www.dssz.com