搜索资源列表
mpich2-1.0.3.tar
- mpi并行计算的c++代码 可用vc或gcc编译通过 可以用来搭建并行计算试验环境-mpi parallel computing available vc c code or compile gcc structures can be used to test parallel computing environment
Scatter_Allgather
- MPI program Scatter_Allgather.c
ParallelCD
- 关联规则并行算法Count Distribution的C与MPI实现
fft
- 离散傅里叶变换是20世纪60年代是计算复杂性研究的主要里程碑之一,1965年Cooley和Tukey所研究的计算离散傅里叶变换(Discrete Fourier Test)的快速傅氏变换(FFT)将计算量从О(n2)下降至О(nlogn),推进了FFT更深层、更广法的研究与应用。 这是一个傅氏变换的MPI程序,用C语言实现。
MyMPI
- 并行编程中Monte Carlo方法求π值的程序说明(具体采用MPI+C语言实现)
MPI_QuickSort.并行快速排序算法
- 并行快速排序算法,基于MPI 2.0 c语言实现,注释很清楚明确。,Parallel QuickSort base on MPI 2.0 in C language.
ParallelLBM
- Parallel LBM in C++ In which, as a counterpoint to abstract virtual generic templated meta-programming, we present a concrete code to simulate on precisely two computational nodes using a 1D lattice Boltzmann model with omega = 1 the heating of one
vector_metrix_multiplication(MPI)
- 并行编程,利用MPI实现向量与矩阵的乘法运算-Parallel programming using MPI to achieve vector and matrix multiplication
genetic_algorithm
- MPI实现遗传算法,为了方便大家使用压缩包中还加入了文档说明,学习MPI的朋友可以-MPI realization of genetic algorithm, in order to facilitate the use of compression package also joined the document explains, learning MPI friends can
FFT.c
- Fast Fourier Transform using MPI libraries (Source Code)
mpi-chi2-v1_5
- Fast chi-square distance computation in C, matlab and python
parallel_matrix_multiply_demo
- Cannon算法的C++程序MPI实现,实现矩阵的相乘。-MPI implementation of Cannon algorithm(in C++)
Cannon_Algorithm_MPI
- Canon algorithm sample with MPI VS2005 C-Canon algorithm sample with MPI VS2005 C++
Dijkstra
- dijkstra 单源最短路径不行算法 交流学习 -dijkstradijkstra 单源最短路径不行算法 交流学习
cannon.c.tar
- mpi code to implement cannon s algorithm
MPI_Sort_s
- MPI C++ program to sort arrays with bubble sort
MPI_Sort_f
- MPI C++ code for sorting arrays with Merge method
MPI_Sort_t
- MPI C++ code for sorting arrays with merge(Reduce method)
MPI_MinMaxSum
- MPI C++ code to find minimal, maximal elements and their sum.
pso-mpi
- 标准PSO的c++实现,可以单线程运行,也可以通过MPI实现并行化,同时实现了粒子间的拓扑结构。(Standard PSO c++ implementation, you can run a single thread, you can also achieve parallelization through MPI, while achieving the topology between particles)