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

搜索资源列表

  1. 1TRMUL

    0下载:
  2. 实现矩阵相乘, 比较方便,比较实用-Implement matrix multiplication
  3. 所属分类:Algorithm

    • 发布日期:2017-04-11
    • 文件大小:1068
    • 提供者:燕赵
  1. multiply

    0下载:
  2. 数据结构上机实验——矩阵相乘。可实现输入两稀疏矩阵,用户自定义选择矩阵相乘模式并显示相乘结果。简明、易懂、C++自编版。-Data structure on experiments- matrix multiplication. Enter the two sparse matrices can be realized, user-defined selection matrix multiplication mode and display the multiplication result.
  3. 所属分类:Data structs

    • 发布日期:2017-05-06
    • 文件大小:1153003
    • 提供者:Juicy
  1. lab4.2

    0下载:
  2. 数据结构中矩阵相乘的具体实现,输入请按矩阵方式输入-Data structure in the concrete realization of matrix multiplication, the input mode, press the input matrix
  3. 所属分类:Data structs

    • 发布日期:2017-04-02
    • 文件大小:866
    • 提供者:chenpeng
  1. juzhenxiangcheng

    0下载:
  2. 用java编写的代码,实现两个矩阵相乘的算法,比较简单。-Use Java code written achieve two matrix multiplication algorithm, more simple.
  3. 所属分类:Java Develop

    • 发布日期:2017-04-24
    • 文件大小:12347
    • 提供者:晨曦
  1. final

    0下载:
  2. 基于C语言的MPICH程序,实现矩阵相乘-C-based MPICH program, to achieve matrix multiplication
  3. 所属分类:MPI

    • 发布日期:2017-04-13
    • 文件大小:1632
    • 提供者:lio
  1. Math

    0下载:
  2. 可以进行矩阵转置,矩阵相乘,矩阵相加,矩阵求逆-Can undertake matrix transpose matrix multiplication, matrix addition, inverse matrix
  3. 所属分类:Algorithm

    • 发布日期:2017-04-16
    • 文件大小:37720
    • 提供者:李静然
  1. juzhen

    0下载:
  2. 平常经常用到的一个小程序,两个矩阵相乘的求法-Common often USES a small program, two of the matrix multiplication is also given
  3. 所属分类:Special Effects

    • 发布日期:2017-03-31
    • 文件大小:13135
    • 提供者:huangjiulin
  1. matrix

    0下载:
  2. 采用VC++6.0实现两个任意矩阵相乘的算法程序-matrix multiplication
  3. 所属分类:Algorithm

    • 发布日期:2017-03-21
    • 文件大小:535
    • 提供者:mikewang
  1. cannon

    0下载:
  2. 矩阵相乘运算的cannon算法,适用于方阵间的高性能算法-cannon algorithm for matrix calculation
  3. 所属分类:Algorithm

    • 发布日期:2017-03-30
    • 文件大小:2671
    • 提供者:sp
  1. MatrixExample

    0下载:
  2. 矩阵的计算:相加,相减,矩阵相乘,转置,逆矩阵-Matrix calculation:Addition, subtraction, multiplication ,matrixtranspose , inverse matrix
  3. 所属分类:Algorithm

    • 发布日期:2017-05-29
    • 文件大小:11377952
    • 提供者:余赳
  1. jvzhenliancheng

    0下载:
  2. 矩阵连乘 动态规划问题 输出n个矩阵相乘最小的结果-printf number which is the smallest of the N-matrix
  3. 所属分类:Algorithm

    • 发布日期:2017-04-04
    • 文件大小:536
    • 提供者:于一
  1. OpenMP

    0下载:
  2. 该代码是利用openMP实现矩阵相乘算法,-this code is about the openMP
  3. 所属分类:MPI

    • 发布日期:2017-03-31
    • 文件大小:736589
    • 提供者:钟晨
  1. Real-matrix-multiplication

    0下载:
  2. 矩阵 运算:包括实矩阵相乘,复矩阵相乘,实矩阵、复矩阵求逆。-Matrix operations: real matrix multiplication, complex matrix multiplication, real matrix, and complex matrix inversion.
  3. 所属分类:Algorithm

    • 发布日期:2017-03-26
    • 文件大小:196786
    • 提供者:胡程序
  1. matrixmultiplication.for

    0下载:
  2. 用fortran程序实现两个矩阵相乘,短小精悍-multiplication of two matrix
  3. 所属分类:matlab

    • 发布日期:2017-04-04
    • 文件大小:575
    • 提供者:
  1. linux

    0下载:
  2. Linux下利用多线程实现矩阵相乘的并行计算-Linux using multi-threaded parallel computing for matrix multiplication
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-12-03
    • 文件大小:1101
    • 提供者:严杨
  1. sth

    0下载:
  2. 矩阵相乘的源代码,主要用于初学C语言的同学在学习中借鉴。-Matrix multiplication of the source code, mainly for beginners C language students in learning to draw lessons from.
  3. 所属分类:software engineering

    • 发布日期:2017-04-10
    • 文件大小:649
    • 提供者:汪浪
  1. matrix-multiply

    0下载:
  2. n个矩阵相乘,用动态规划的算法使得矩阵相乘所用的步骤最少,即选择合适的矩阵结合方式进行- the matrix multiply with the least steps
  3. 所属分类:Other systems

    • 发布日期:2017-03-28
    • 文件大小:163544
    • 提供者:sennia
  1. JavaMultithread

    0下载:
  2. java 计算矩阵相乘。采用多线程的方法。单线程与多线程对比 计算量相同,线程数不同。-java calculate the matrix multiplication. Using the method of multi-threaded. Single-threaded and multi-threaded results calculated in the same number of threads.
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-02
    • 文件大小:837
    • 提供者:dd
  1. multsmatrix

    0下载:
  2. 通过三元组来实现稀疏矩阵相乘,已验证数据结构算法-To achieve sparse matrix multiplication
  3. 所属分类:Data structs

    • 发布日期:2017-04-07
    • 文件大小:2297
    • 提供者:小明
  1. muti

    0下载:
  2. 矩阵相乘,函数实现,可以传递N维数组,c语言实现-Matrix multiplication, function, you can pass the N-dimensional array c language
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-11
    • 文件大小:616
    • 提供者:李扬
« 1 2 ... 9 10 11 12 13 1415 16 17 18 19 ... 28 »
搜珍网 www.dssz.com