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

搜索资源列表

  1. LU分解法求解线性方程组.zip

    1下载:
  2. LU分解法求解线性方程组的VB.NET源码.里面有详细的使用说明.,LU decomposition method for solving linear equations of VB.NET source. There are detailed instructions.
  3. 所属分类:Algorithm

    • 发布日期:2016-01-25
    • 文件大小:1582
    • 提供者:倪泰山
  1. lu.rar

    2下载:
  2. 这是用并行程序语言MPI做的关于矩阵LU分解的程序,程序中很好的实现了分解过程的并行性。,This is used MPI parallel programming language to do LU decomposition on the matrix of the procedures, procedures to achieve a good decomposition process parallelism.
  3. 所属分类:MPI

    • 发布日期:2017-03-24
    • 文件大小:2129
    • 提供者:印凤行
  1. LU

    0下载:
  2. LU分解解3对角方程组 fortran子例程-LU decomposition of solutions of 3 pairs of diagonal equations fortran subroutine
  3. 所属分类:Algorithm

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

    0下载:
  2. 数值分析中LU分解法解结构矩阵问题,Visual C#源代码-Numerical analysis of LU decomposition method solution of the problem structure matrix, Visual C# Source code
  3. 所属分类:Other systems

    • 发布日期:2017-03-27
    • 文件大小:1481
    • 提供者:王大和
  1. LU

    0下载:
  2. LU decomposition code
  3. 所属分类:ActiveX-DCOM-ATL

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

    0下载:
  2. LU分解课件,用来求解逆矩阵。一般用在图像处理及机器视觉等方面-Courseware LU decomposition to solve the inverse matrix. Generally used in image processing and machine vision, etc.
  3. 所属分类:Special Effects

    • 发布日期:2017-03-28
    • 文件大小:275977
    • 提供者:lihongsheng
  1. lu

    1下载:
  2. LU decomposition routines in matlab
  3. 所属分类:matlab

    • 发布日期:2017-03-30
    • 文件大小:22915
    • 提供者:xyz
  1. LU

    0下载:
  2. LU分解的串行算法(进行Cache优化),LU分解的多线程实现并行化。-LU decomposition of the serial algorithm (for Cache Optimization), LU decomposition of multi-threaded parallel.
  3. 所属分类:Process-Thread

    • 发布日期:2017-03-30
    • 文件大小:2083
    • 提供者:zzh
  1. LU

    0下载:
  2. LU分解法用于解方程组,且同时输出LU分解矩阵-LU decomposition method for solution of equations, LU decomposition and at the same time the output matrix
  3. 所属分类:Other systems

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

    0下载:
  2. LU分解算法 及 分解后矩阵解线性方程组-LU algorithm
  3. 所属分类:Algorithm

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

    0下载:
  2. In linear algebra, LU decomposition (also called LU factorization) is a matrix decomposition which writes a matrix as the product of a lower triangular matrix and an upper triangular matrix. The product sometimes includes a permutation matrix as well
  3. 所属分类:Console

    • 发布日期:2017-03-27
    • 文件大小:1920
    • 提供者:James
  1. Matrix-by-LU-decomposition

    0下载:
  2. 在Matlab中输入任意矩阵,就可进行LU分解。-Matrix by LU decomposition
  3. 所属分类:matlab

    • 发布日期:2017-03-24
    • 文件大小:577
    • 提供者:谢连斌
  1. LU分解-matlab

    0下载:
  2. matlab 输入矩阵 实现矩阵LU分解
  3. 所属分类:matlab例程

    • 发布日期:2015-12-05
    • 文件大小:351
    • 提供者:the_user_name
  1. LU、QR、SVD

    0下载:
  2. 本函数可以实现矩阵的LU变换、QR变换、SVD变换,开发环境为Matlab(This function can realize the matrix of the LU transform, QR transform, SVD transform, development environment for Matlab)
  3. 所属分类:数学计算

    • 发布日期:2017-12-21
    • 文件大小:1024
    • 提供者:MagicOrchid
  1. LU

    0下载:
  2. 可以用该程序数值求解矩阵,具有详细的注释,理解LU分解法求线性方程组的算法原理(The program can be used to solve the matrix, with detailed notes, understanding the LU decomposition method for solving linear equations algorithm principle)
  3. 所属分类:数值算法/人工智能

  1. LU

    0下载:
  2. 三阶矩阵LU分解,在DAT文件里写入矩阵系数值,输出得到矩阵对应的L阵和U阵(LU decomposition of three order matrix)
  3. 所属分类:数学计算

    • 发布日期:2018-01-06
    • 文件大小:102400
    • 提供者:CFDER
  1. LU分解程序

    0下载:
  2. 用LU和LDU分解求解方程组,给出了详细说明(The equations are solved by the decomposition of LU and LDU, and the detailed descr iption is given.)
  3. 所属分类:数学计算

    • 发布日期:2018-01-07
    • 文件大小:3072
    • 提供者:宇智波龙
  1. LU分解的FPGA实现

    1下载:
  2. 主要是基于HLS的LU分解的FPGA实现源码,包括C代码以及matlab代码,官方案例(HLS based LU decomposition based FPGA implementation source code, including C code and matlab code, official case)
  3. 所属分类:其他

    • 发布日期:2018-04-19
    • 文件大小:818176
    • 提供者:eagle-zsq
  1. LU分解法求解线性方程组

    0下载:
  2. 用LU分解法,求解已知线性方程组的解,最多100阶(The solution of the known linear equations is solved by the LU decomposition method, with a maximum of 100 orders.)
  3. 所属分类:数学计算

    • 发布日期:2018-04-29
    • 文件大小:1024
    • 提供者:爆米花乀
  1. Lu系统

    2下载:
  2. 很好的程序!Lu系统的Lyapunov指数,分岔图和庞加莱映射!(Good program! Lyapunov index, bifurcation diagram and Poincare map of Lu system.)
  3. 所属分类:matlab例程

    • 发布日期:2020-06-11
    • 文件大小:87040
    • 提供者:小学生Curry
« 12 3 4 5 6 7 8 9 10 ... 50 »
搜珍网 www.dssz.com