CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 其它 搜索资源 - matrix parallel mpi

搜索资源列表

  1. lu.rar

    3下载:
  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
    • 文件大小:2.08kb
    • 提供者:印凤行
  1. matrix

    1下载:
  2. 基于MPI并行计算 我们实验使用的 矩阵的运算程序-MPI parallel computing based on our experimental procedure used in computing matrix
  3. 所属分类:MPI

    • 发布日期:2017-04-04
    • 文件大小:3.55kb
    • 提供者:song
  1. parallel-matrixvector

    0下载:
  2. 并行计算之矩阵向量乘的并行实现,附带数据mpi-parallel compute- multy of matrix and vector
  3. 所属分类:MPI

    • 发布日期:2017-03-28
    • 文件大小:2.87kb
    • 提供者:程宾
  1. MPI_Possion_model

    1下载:
  2. C语言编写的并行计算柏松矩阵,优化计算柏送程序时间。-C language Poisson matrix parallel computing, optimizing the delivery procedures for the calculation hodginsii time.
  3. 所属分类:MPI

    • 发布日期:2016-06-23
    • 文件大小:2.6mb
    • 提供者:
  1. Matrixmultiplication

    0下载:
  2. 矩阵乘法并行算法的MPI源程序,以文本文件形式输入输出-MPI parallel algorithm source code of Matrix multiplication,input and output in the form of txt files
  3. 所属分类:MPI

    • 发布日期:2017-03-27
    • 文件大小:3.47kb
    • 提供者:Jurihui
  1. juzhenchengfa

    0下载:
  2. 该程序为在一个并行计算矩阵乘法的程序,需要在LINUX中安装MPI函数包。大家可以学习一下,感受一下并行计算的原理-The program for the calculation of matrix multiplication in a parallel process, you need to install the MPI function LINUX package. We can learn about and experience the principle of parallel
  3. 所属分类:MPI

    • 发布日期:2017-03-31
    • 文件大小:144.35kb
    • 提供者:稀有品种
  1. parallel-invert

    0下载:
  2. 矩阵求逆的并行计算实现,带数据 mpi+vc6.0-parallel compute of matrix inverse
  3. 所属分类:MPI

    • 发布日期:2017-03-24
    • 文件大小:2.71kb
    • 提供者:程宾
  1. Matrix_multi

    0下载:
  2. 求矩阵乘的MPI并行程序,与Cannon算法类似,不过传输矩阵信息不通-Demand matrix by the MPI parallel program, and Cannon algorithm is similar, but the transfer matrix information unreasonable
  3. 所属分类:MPI

    • 发布日期:2017-04-05
    • 文件大小:1.86kb
    • 提供者:hexing
  1. mult

    0下载:
  2. Perfectly works parallel mult matrix programm on MPI
  3. 所属分类:MPI

    • 发布日期:2017-04-05
    • 文件大小:2.14kb
    • 提供者:Rufina
  1. matrixmult

    0下载:
  2. this a matrix multiple, it s work with mpi and wroted with c++ it s parallel verjon-this is a matrix multiple, it s work with mpi and wroted with c++ it s parallel verjon
  3. 所属分类:MPI

    • 发布日期:2017-03-31
    • 文件大小:4.33kb
    • 提供者:Navid Yamini
  1. 18-6

    0下载:
  2. 该代码为矩阵qr分解的并行算法,采用的是MPI编程方法-The code for the matrix qr decomposition parallel algorithms, using the MPI programming
  3. 所属分类:MPI

    • 发布日期:2017-04-13
    • 文件大小:2.47kb
    • 提供者:汪峰
  1. Cannon

    0下载:
  2. 实现了矩阵乘法的cannon算法。用MPI编程,在并行环境中可运行-Cannon implements matrix multiplication algorithm. Programming with MPI, can run in parallel environment
  3. 所属分类:MPI

    • 发布日期:2017-03-24
    • 文件大小:1.23kb
    • 提供者:李光瑞
  1. 18-4

    0下载:
  2. cannon矩阵并行算法,mpi编写,计算过程中要通过消息传递完成不同节点间的通信-cannon matrix parallel algorithms, mpi writing, the calculation process should be completed by the message-passing communication between different nodes
  3. 所属分类:MPI

    • 发布日期:2017-04-05
    • 文件大小:6.09kb
    • 提供者:zhouhuan
  1. MPI

    0下载:
  2. 采用MPI接口函数编写一个计算矩阵向量相乘的并行程序-Using MPI interface functions compute the matrix vector multiplication to write a parallel program
  3. 所属分类:MPI

    • 发布日期:2017-03-29
    • 文件大小:12.85kb
    • 提供者:yantingting
  1. MPI.tar

    1下载:
  2. MPI并行计算的一些实例,包括向量矩阵计算,广播等并行算法~-MPI parallel computing of some examples, including the vector-matrix calculation, broadcast, parallel algorithm ~
  3. 所属分类:MPI

    • 发布日期:2016-06-23
    • 文件大小:4.7mb
    • 提供者:tim
  1. transpose

    0下载:
  2. 矩阵转置,使用棋盘划分将矩阵通过划分为不同的小块,使用MPI讲其并行求小块的转置。-Matrix transpose, the matrix by using the board is divided into different small pieces, about its use of MPI parallel transpose small demand.
  3. 所属分类:MPI

    • 发布日期:2017-03-31
    • 文件大小:2.5kb
    • 提供者:xiangming
  1. test

    0下载:
  2. Matrix multiplication in Parallel MPI
  3. 所属分类:MPI

    • 发布日期:2017-12-07
    • 文件大小:1.28kb
    • 提供者:Banji
  1. cannon

    0下载:
  2. 用MPI实现矩阵乘cannon算法的并行实现。-Parallel MPI implementation matrix multiplication cannon algorithm implementation
  3. 所属分类:MPI

    • 发布日期:2017-11-11
    • 文件大小:2.6kb
    • 提供者:李芳
  1. zhuanzhi-MPI

    0下载:
  2. 输入文件数据,求取矩阵的转置,基于MPI并行,运行环境vc6.0-Enter the file data, calculate the matrix transpose, MPI-based parallel operating environment vc6.0
  3. 所属分类:MPI

    • 发布日期:2017-04-13
    • 文件大小:2.33kb
    • 提供者:john
  1. cuda+mpi

    2下载:
  2. 并行计算中矩阵相乘的mpi和cuda两种方法,已完成检验,有结果输出(In parallel computing, two methods of matrix multiplication, MPI and CUDA, have been tested and output with results)
  3. 所属分类:并行计算

    • 发布日期:2017-12-19
    • 文件大小:1kb
    • 提供者:张艾可
« 12 3 »
搜珍网 www.dssz.com