Location:
Search - Cannon
Search list
Description: cannon算法,属于并行算法,主要是矩阵的相乘,
Platform: |
Size: 2933 |
Author: 王通 |
Hits:
Description: 并行算法的cannon算法实现。在smp环境下用c编写。
Platform: |
Size: 2908 |
Author: 322 |
Hits:
Description: 在这个例子中我们开始画一个蓝色可爱的小加农炮-In this example we started painting of a blue lovely small cannons
Platform: |
Size: 569344 |
Author: 彭奎 |
Hits:
Description: cannon算法,属于并行算法,主要是矩阵的相乘,-cannon algorithms are parallel algorithms, primarily matrix multiplication,
Platform: |
Size: 3072 |
Author: 王通 |
Hits:
Description: 并行算法的cannon算法实现。在smp环境下用c编写。-Parallel Algorithm algorithm cannon. Smp environment used in the preparation of c.
Platform: |
Size: 3072 |
Author: 322 |
Hits:
Description: 本程序采用vc2005结合openmp实现了并行矩阵相乘的cannon算法-This procedure combines the use of vc2005 OpenMP parallel realization of the cannon matrix multiplication algorithm
Platform: |
Size: 101376 |
Author: 李若愚 |
Hits:
Description: 请注意:这是cannon算法的MPI实现-Please note: This is the cannon of the MPI algorithm to achieve
Platform: |
Size: 3072 |
Author: ss |
Hits:
Description: 并行计算矩阵乘法,cannon算法,矩阵移位来进行计算-Parallel computing matrix multiplication, cannon algorithm for calculating the matrix transposition
Platform: |
Size: 3072 |
Author: dsb |
Hits:
Description: MPI实现CANNON算法,通过设置不同的节点个数实现处理器书目的最佳配置-MPI achieve CANNON algorithm, by setting the number of different node processors to achieve the best allocation of bibliographic
Platform: |
Size: 325632 |
Author: 谷谷 |
Hits:
Description: 该源码使用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
Platform: |
Size: 3072 |
Author: li.junli |
Hits:
Description: cannon 并行程序
Matrix multiplication with the Cannon Algorithm:
The matrices A and B are stored in files. The file names have to be specified as parameter. The root
process reads the matrices and distributes the respective values to all processes, so that processor i, j
has the values ai,j and bi,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.
Short description:
The matrices A and B are stored in files. The file names have to be specified as parameter. The root
process reads the matrices and distributes the respective values to all processes, so that processor i, j
has the values ai,j and bi,j. Matrix C = A · B should be calculated as follows:
1. step: Shift values so that processor i, j has values ai,(i+j)mod
√
p and b(i+j)mod
√
p,j.
2. step: ci,j = ai,j · bi,j
3. step: Shift values of matrix A left (i → i − 1) and values of matrix B up (j → j − 1).
Platform: |
Size: 2048 |
Author: 刘铭 |
Hits:
Description: 并行算法,矩阵相乘,MPI。
cannon.c-MPI,MUTPLAY
cannon.c
Platform: |
Size: 3072 |
Author: lbo |
Hits:
Description: cannon s algorithm for parallel multiplication matrix-cannon s algorithm for parallel multiplication matrix
Platform: |
Size: 492544 |
Author: karolin |
Hits:
Description: Cannon 乘法并行算法的MPI源程序-Cannon MPI parallel algorithm source multiplication
Platform: |
Size: 3072 |
Author: song |
Hits:
Description: 实现了矩阵乘法的cannon算法。用MPI编程,在并行环境中可运行-Cannon implements matrix multiplication algorithm. Programming with MPI, can run in parallel environment
Platform: |
Size: 1024 |
Author: 李光瑞 |
Hits:
Description: 并行程序设计,使用mpi,实现矩阵相乘的cannon算法,包括阻塞式和非阻塞式-Parallel programming, the use of mpi, cannon to achieve matrix multiplication algorithms, including blocking and non-blocking
Platform: |
Size: 4096 |
Author: chenkai |
Hits:
Description: mpi code to implement cannon s algorithm
Platform: |
Size: 3072 |
Author: read1 |
Hits:
Description: CANNON EDSDK_2.10
有vb vc範厲
用於canon數位相機-CANNON EDSDK_2.10 have vb vc Fan Li for canon digital cameras
Platform: |
Size: 3251200 |
Author: sam shen |
Hits:
Description: 基于MPI的cannon算法,实现矩阵的相乘(Based on MPI's cannon algorithm, the multiplication of matrix is realized)
Platform: |
Size: 10240 |
Author: qdsjc
|
Hits:
Description: 矩阵乘Cannon并行算法的MPI+Fortran实现(Parallel program of Cannon algorithm with MPI and Fortran)
Platform: |
Size: 1024 |
Author: wjp2000_cn |
Hits: