CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 其它 并行运算 搜索资源 - cannon

搜索资源列表

  1. cannon

    0下载:
  2. cannon算法,属于并行算法,主要是矩阵的相乘,
  3. 所属分类:并行运算

    • 发布日期:2008-10-13
    • 文件大小:2.86kb
    • 提供者:王通
  1. cannon

    0下载:
  2. 并行算法的cannon算法实现。在smp环境下用c编写。
  3. 所属分类:并行运算

    • 发布日期:2008-10-13
    • 文件大小:2.84kb
    • 提供者:322
  1. Cannon.rar

    0下载:
  2. 本程序采用vc2005结合openmp实现了并行矩阵相乘的cannon算法,This procedure combines the use of vc2005 OpenMP parallel realization of the cannon matrix multiplication algorithm
  3. 所属分类:MPI

    • 发布日期:2017-03-26
    • 文件大小:78.8kb
    • 提供者:李若愚
  1. cannon.rar

    0下载:
  2. 并行计算矩阵乘法,cannon算法,矩阵移位来进行计算,Parallel computing matrix multiplication, cannon algorithm for calculating the matrix transposition
  3. 所属分类:MPI

    • 发布日期:2017-04-05
    • 文件大小:2.87kb
    • 提供者:dsb
  1. ParallelPAlgorithms

    1下载:
  2. 使用mpi实现了cannon矩阵并行算法!带有详细的注释!非常详细可直接运行和测试。-Mpi implemented using the parallel algorithm for matrix cannon! With detailed notes! Very detailed and the test can be run directly.
  3. 所属分类:MPI

    • 发布日期:2017-05-23
    • 文件大小:6.88mb
    • 提供者:海诺
  1. cannon

    1下载:
  2. 该源码使用MPI并行语言实现Cannon数值算法,在Linux下测试实现.需要配置多节点分布环境-The source language using MPI parallel numerical algorithm Cannon, in the realization of Linux test. Need to configure multi-node distributed environment
  3. 所属分类:MPI

    • 发布日期:2017-04-01
    • 文件大小:2.87kb
    • 提供者:li.junli
  1. canon2

    0下载:
  2. 主要还是让A(i,j) B(i,j)进行移动A(i,i+j),B(i+j,j),然后进能直接相乘。具体的内容可以看并行算法导论,-Matrix multiplication with the Cannon Algorithm: The Cannon Algorithm for matrix multiplication was presented in the course “Parallel and Distributed Algorithms “by Dr. Klauck. Sh
  3. 所属分类:MPI

    • 发布日期:2017-04-03
    • 文件大小:2.35kb
    • 提供者:刘铭
  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. cannonMPI

    0下载:
  2. 并行计算中的cannon算法描述,采用C & openMPI库来执行算法,在矩阵大小100内效果显著-Cannon in the parallel computing algorithm descr iption, the use of C & openMPI library to perform algorithm, matrix size 100 results are obvious within
  3. 所属分类:MPI

    • 发布日期:2017-04-01
    • 文件大小:2.61kb
    • 提供者:pottermarkken
  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. Cannon

    0下载:
  2. 使用DCOM和VC++6.0编程实现了Cannon矩阵并行算法!带有详细的注释!非常详细可直接运行和测试。-Using DCOM and VC++6.0 program to realize matrix Parallel Algorithm Cannon! With detailed notes! Very detailed and the test can be run directly.
  3. 所属分类:MPI

    • 发布日期:2017-05-25
    • 文件大小:8.16mb
    • 提供者:海诺
  1. 18-4

    0下载:
  2. Cannon乘法的MPI并行实现,很不错的哦。在vs2005中编译通过-Cannon multiplication of MPI parallel implementation, very good, oh. By compiling the vs2005
  3. 所属分类:MPI

    • 发布日期:2017-04-05
    • 文件大小:3.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. Cannon

    1下载:
  2. cannon 采用MPI c++ 并行算法 cannon 采用MPI c++ 并行算法-cannon c++ MPI cannon c++ MPI cannon c++ MPI
  3. 所属分类:MPI

    • 发布日期:2017-04-02
    • 文件大小:50.48kb
    • 提供者:alionxd
  1. cannon

    0下载:
  2. linux环境下,并行矩阵乘Cannon算法的两种MPI程序实现:采用阻塞操作与采用非阻塞操作!-linux environment, two kinds of MPI programs parallel matrix multiplication Cannon algorithm to achieve: a blocking operation using non-blocking operation!
  3. 所属分类:MPI

    • 发布日期:2017-11-18
    • 文件大小:4.52kb
    • 提供者:Bigpig
  1. cannon

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

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

    0下载:
  2. the matrix multiple algorithm cannon algorithm in MPI
  3. 所属分类:MPI

    • 发布日期:2017-05-06
    • 文件大小:1.27mb
    • 提供者:marya
  1. cannon

    0下载:
  2. 完整的cannon矩阵乘,解释详细,每一步都有注释,且已在mpi上调试过-A detailed descr iption of the cannon algorithm
  3. 所属分类:MPI

    • 发布日期:2017-04-14
    • 文件大小:2.72kb
    • 提供者:皇甫永硕
  1. cannon

    0下载:
  2. MPI实现的矩阵分块乘法(cannon算法),供大家学习参考。-MPI implementation of block matrix multiplication (cannon algorithm), for everyone to learn.
  3. 所属分类:MPI

    • 发布日期:2017-04-06
    • 文件大小:2.76kb
    • 提供者:jack_f
  1. Cannon乘法

    0下载:
  2. 基于MPI的cannon算法,实现矩阵的相乘(Based on MPI's cannon algorithm, the multiplication of matrix is realized)
  3. 所属分类:并行计算

    • 发布日期:2017-12-21
    • 文件大小:10kb
    • 提供者:qdsjc
« 12 »
搜珍网 www.dssz.com