搜索资源列表
Parallel-Computing-OpenMP-Hell
- 用OpemMP进行C++并行编程的入门例程,OpemMP carried out with C++ parallel programming routine entry
lu.rar
- 这是用并行程序语言MPI做的关于矩阵LU分解的程序,程序中很好的实现了分解过程的并行性。,This is used MPI parallel programming language to do LU decomposition on the matrix of the procedures, procedures to achieve a good decomposition process parallelism.
mpi_demo
- 并行计算的一些演示程序,基于MPI消息传递的演示程序。-Parallel computing some demo program, based on the MPI messaging demo program.
ex2_simulated_annealing
- MPI并行计算模拟退火算法,可以设置处理器结点个数,比较不同节点个数时的计算时间-MPI parallel computing simulated annealing algorithm, you can set the number of processor nodes, the number of different nodes at the time of computing time
paralall_sort
- mpi实现并行排序算法,可以设置处理器节点个数并比较不同节点数目时的计算时间-mpi parallel sorting algorithm, you can set the number of processor nodes and compare the different number of nodes at the time of computing time
MatrixMutipicationParrarell
- This code can use to multiply two matrices in Parallel computer enviroment.c
Quick.c
- Quick Sorting using MPI libraries
Matrixmultiplication
- 矩阵乘法并行算法的MPI源程序,以文本文件形式输入输出-MPI parallel algorithm source code of Matrix multiplication,input and output in the form of txt files
FFT
- 一个不错的快速傅里叶变换并行算法的MPI源程序-A MPI source code for fast Fourier transform s parallel algorithm
gauss
- 一个不错的全主元高斯消去法并行算法的MPI源程序-a MPI source code for Gaussian elimination s parallel algorithm
jump_omp.c.tar
- 基于C的OPENMP并行计算的N皇后问题-C-based parallel computing OPENMP the N-Queen problem
myexample[1].c
- example of parallel programme usin Mpi
hello[1].c
- simple mpi explaining the use of parallel programming
Yamini.Navid.BucketSort
- This Bucket sort,both sequential and parallel code, using C++ and MPI -This is Bucket sort,both sequential and parallel code, using C++ and MPI
jacobi
- 用c语言编写的算法—雅克比迭代,是学习并行的好例子-The algorithm using c language- Jacobi iteration, is a good example of parallel learning
addition
- Parallel C++ Program with MPI to add numbers in an array
quicksort.c
- quick sort in parallel version with MPI
bitonic.c
- A simple parallel bitonic sort implementation using MPI and written in C. For all MPI lovers. It will be helpful
Parallel Programming With Microsoft Visual C++
- Parallel Programming With Microsoft Visual C++
code
- 平行计算课程,并行程序转置矩阵,使用3种方法:线性转置,块棋盘划分,直角划分法(Parallel computing course, parallel program transpose matrix, using three methods: linear transpose, block chessboard division, right angle division)