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

搜索资源列表

  1. LU

    0下载:
  2. lu分解 基于matlab环境的对于三角分解的源代码-lu decomposition matlab environment based on the source code for the triangular decomposition
  3. 所属分类:matlab

    • 发布日期:2017-04-02
    • 文件大小:2666
    • 提供者:Hades
  1. LU

    0下载:
  2. 此程序能进行矩阵的lu分解,对初学者很有帮助-This procedure can be the lu decomposition matrix, useful for beginners
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-02
    • 文件大小:420092
    • 提供者:黄晓林
  1. LinearMath

    0下载:
  2. 矩阵加、减、乘、最小二乘、LU分解法等相关算法-failed to translate
  3. 所属分类:Algorithm

    • 发布日期:2017-04-03
    • 文件大小:2686
    • 提供者:
  1. LU-factorization

    0下载:
  2. LU分解的过程演示,本人原创,测试无误,内含详细注释。-LU decomposition procedure demonstrates I originality, test correct, containing detailed notes.
  3. 所属分类:matlab

    • 发布日期:2017-04-01
    • 文件大小:1298
    • 提供者:huyunq
  1. solve-linear-system-by-LU

    0下载:
  2. 用LU分解方法解线性方程组的过程演示,本人原创,测试无误,内含详细注释。 -With the LU decomposition method to solve linear equations of the process of demonstration, I have the original, the test is correct, containing detailed notes.
  3. 所属分类:Algorithm

    • 发布日期:2017-03-26
    • 文件大小:1739
    • 提供者:huyunq
  1. LU

    0下载:
  2. 这是matlab中进行矩阵LU分解的代码。是一个包,集合了模拟LU分解所需的函数文件。-A function for matrix LU factorization.This is the first function.There are another three function named "bslashtx","forward","backsubs".
  3. 所属分类:matlab

    • 发布日期:2017-04-01
    • 文件大小:3015
    • 提供者:余思勰
  1. LU

    0下载:
  2. 数值分析线性方程组LU分解,matlab平台实现-Numerical LU decomposition of linear equations, matlab platform
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:2014
    • 提供者:邹龙刚
  1. LU

    0下载:
  2. 本C程序对输入的矩阵进行LU分解。包括两个程序,其中一个交换了列主元。-The C program for the input matrix LU decomposition. Consists of two programs, one of the main element exchange column.
  3. 所属分类:Algorithm

    • 发布日期:2015-04-02
    • 文件大小:1024
    • 提供者:王明
  1. LU

    0下载:
  2. 用追赶法求解线性方程组首先用LU分解处理系数矩阵,原方程组变为LUX=d.-Catch up with the first method for solving linear equations with coefficient matrix LU decomposition process, the original equations into LUX = d.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-08
    • 文件大小:12369
    • 提供者:tq
  1. LU_DecomME1

    0下载:
  2. MATLAB 数值分析,矩阵分解实例,LU分解-MATLAB numerical analysis, matrix factorization example, LU decomposition
  3. 所属分类:Algorithm

    • 发布日期:2017-03-29
    • 文件大小:566
    • 提供者:yongquan
  1. Lu

    0下载:
  2. 数值计算中的LU分解法的实现算法,将矩阵分解为上三角和下三角矩阵进行运算-LU code
  3. 所属分类:Algorithm

    • 发布日期:2017-04-10
    • 文件大小:973
    • 提供者:cookies
  1. Lorenz-system--lu-the-delay--

    0下载:
  2. Lorenz混沌系统,吕混沌系统的延迟反馈仿真-Lorenz chaotic system, the delayed feedback chaotic systems Lu simulation
  3. 所属分类:matlab

    • 发布日期:2017-04-01
    • 文件大小:3435
    • 提供者:刘丽
  1. LU

    0下载:
  2. 数值计算中LU分解法源代码 对矩阵进行变换-Numerical calculation of LU decomposition of the matrix to transform the source code
  3. 所属分类:Algorithm

    • 发布日期:2017-04-01
    • 文件大小:697
    • 提供者:赤脚陀螺
  1. LU

    0下载:
  2. OpenMP实现矩阵LU分解,本代码对随机生成的矩阵进行LU分解-realize matrix LU algorithm with OpenMP
  3. 所属分类:Algorithm

    • 发布日期:2017-05-08
    • 文件大小:2008083
    • 提供者:
  1. LU

    0下载:
  2. 包括LU和LUl,后者是列主元的LU分解法-LU sulve
  3. 所属分类:Algorithm

    • 发布日期:2017-04-08
    • 文件大小:983
    • 提供者:王仲根
  1. LU-decomp

    0下载:
  2. LU decomposition to get upper and lover triangle you can you use LU decomposition technique
  3. 所属分类:matlab

    • 发布日期:2017-03-23
    • 文件大小:917
    • 提供者:selim
  1. LU

    0下载:
  2. 本人自己完成的矩阵LU分解,带有示例,希望共同探讨。-I completed matrix LU decomposition, with examples, and hope to explore.
  3. 所属分类:matlab

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

    0下载:
  2. C语言的LU分解求解线性方程组 输入格式: 输入n ,然后n*(n+1)的增广矩阵-LU decomposition of the C language for solving linear equations input format: Input n, then n* (n+1) augmented matrix
  3. 所属分类:Algorithm

    • 发布日期:2017-04-01
    • 文件大小:574
    • 提供者:胡丹青
  1. LU

    0下载:
  2. 解系数矩阵为非奇异的线性方程组的LU分解法-Solution of a nonsingular coefficient matrix of linear equations of LU decomposition method
  3. 所属分类:Algorithm

    • 发布日期:2017-04-03
    • 文件大小:1259
    • 提供者:lijiangcheng
  1. LU.tar

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

    • 发布日期:2017-11-27
    • 文件大小:1006
    • 提供者:Shota Yamanaka
« 1 2 3 45 6 7 8 9 10 ... 24 »
搜珍网 www.dssz.com