搜索资源列表
test
- mpi 测试程序,测试一些基本函数功能。。使用mpicxx编译
te1
- 这是一个计算PI的并行MPI程序 该程序已经调试通过了 可以直接计算 欢迎交流工作经验
mur2d
- 这是一个计算PI的并行MPI程序 该程序已经调试通过了 可以直接计算 欢迎交流工作经验
fft
- 离散傅里叶变换是20世纪60年代是计算复杂性研究的主要里程碑之一,1965年Cooley和Tukey所研究的计算离散傅里叶变换(Discrete Fourier Test)的快速傅氏变换(FFT)将计算量从О(n2)下降至О(nlogn),推进了FFT更深层、更广法的研究与应用。 这是一个傅氏变换的MPI程序,用C语言实现。
MyMPI
- 并行编程中Monte Carlo方法求π值的程序说明(具体采用MPI+C语言实现)
heat_mpi.rar
- 此程序用有限差分解一维热传导方程,演示了MPI的使用方法。,HEAT_MPI is a FORTRAN90 program which solves the 1D Time Dependent Heat Equation using MPI
qr
- 这是用MPI做的关于矩阵的qr分解的程序,程序中很好的实现了分解过程的并行性-This is done using MPI on the matrix qr decomposition procedures, procedures to achieve a good decomposition process parallelism
mpi
- 高次方程求解的一个程序,使用vc编成的并行程序,在并行环境下运行!-High equation a procedure, the use of vc into the parallel process run in parallel environment!
mpibingxing
- 介绍行列划分算法和矩阵相乘并行算法M P I 程序, 给出基于矩阵相乘并行算法的M P I 实现, 分析和讨 论处理器数目、复杂性、矩阵划分、B 子块传递、死锁避免和矩阵数据的获取等问题.-Introduction into the ranks of the matrix multiplication algorithm and parallel algorithm for MPI procedures, give parallel algorithm based on matrix mul
floyd
- Floyd的最短路径MPI程序,给定N×N的矩阵,矩阵是各个点之间距离,然后计算最短距离。是很好的MPI实例程序。 -Floyd s all-pairs shortest path
parallel_matrix_multiply_demo
- Cannon算法的C++程序MPI实现,实现矩阵的相乘。-MPI implementation of Cannon algorithm(in C++)
matlab-GA
- matlab——遗传算法 遗传算法程序 -Genetic Algorithm Programming
Matrix-multiplication
- 基于MPI并行程序的任意矩阵矩阵相乘,其中由主程序负责矩阵的输入输出,在本程序中便于测试默认一个矩阵。-MPI parallel programs based on an arbitrary matrix matrix multiplication, which is responsible for the main input and output matrices, in this process easy to test the default of a matrix.
matrix_mul_block_parallel
- 此程序使用MPI实现两个矩阵的相乘,使用的语言是C-This program uses MPI to achieve multiply two matrices, the use of the language is C
matlab-read
- matlab读取程序,用于一般软件数据处理的读入-matlab read the procedures for the general reading of data processing software
hyper_mpi
- 这是一个快速排序的程序,是基于MPI的编程,是基于单内存多处理器的编程-hyper quicksort
Matrix
- 用MPI编写的实现并行的矩阵相乘的程序,在VC6.0下通过运行-To achieve a parallel matrix multiplication
S7-300-MPI-communication-code
- 西门子plc 通讯程序:S7-300 MPI 通讯程序 ,压缩包内部有程序代码-S7-300 MPI communication code
sum-1-to-1000
- 1连加至1000的mpi程序,可调节线程,适合Mpi初学者-the program if about sum 1 to 1000, you can choose process for yourself, suit for mpi learner
mpi-matrix
- mpi矩阵相乘,初值如程序中设置,并附有串行程序和加速比测试结果-MPI matrix multiplication, the initial value as the program settings, and there also have serial procedures and results of acceleration