Go To English Version 超过100万源码资源,1000万源码文件免费下载
  • sieze-of-erastothenes.c.tar.gz This is the mpi code for sieve of erastosthenes program
  • version2for-matrix-vector.c.tar.gz Another version of mpi matrix vector multiplication
  • bitonic.c.zip A simple parallel bitonic sort implementation using MPI and written in C. For all MPI lovers. It will be helpful
  • hello1.rar Demo MPI project code
  • mpiqsort.cpp.zip this is an implementation of quick sort in mpi.
  • MPI_HALLO_WORD.rar Using MPI in .net application. Message Passing Interface (MPI) is an API specification that allows processes to communicate with one another by ... , where the cost of accessing non-local memory is high. MPI was created by William Gropp, Ewing Lusk and others.
  • jacobi.zip Jacobi method for solving system of linear equatations in its MPI realization
  • fdtd_3D_xyzPML_Lorentz_MPI_OpenMP.rar 3维fdtd计算程序,mpi open mp 并行计算,可以算洛伦兹媒质
  • juzhensyanbfa.rar 给出了微机网络并行计算环境和拥有共享内存的并行计算环境下大规模矩阵相乘的几种 并行算法,分析了这些算法的计算和通讯时间复杂性,在多台微机上安装并行消息传递机制MPI (message passing interface) ,构成微机网络并行计算环境,在该环境下对所给算法作了数值试验, 结果表明所给出的算法非常有效,同时在程序没有改动的条件下,将微机网络并行环境下的程序移 植到具有共享内存的并行计算机IBMP650 上,结果表明,所给算法具有更高的加速比和并行效率。
  • cannon.rar 并行程序设计,使用mpi,实现矩阵相乘的cannon算法,包括阻塞式和非阻塞式