资源列表
pi3f90
- 用并行方法编写的计算π值的程序,常用来测试并行环境的运算速度。-Method using parallel computing π value written procedures used to test the speed of parallel computing environment.
Min_min-and--Max_min
- 任务调度的一篇好文章,比较并分析了经典Max-min和Min-min两种算法的优劣-a good paper of Task scheduling
id3
- ID3决策树算法的实现,3个测试用例,源码以及程序-ID3 decision tree algorithm, three test cases, source code and program
gauss
- 并行高斯消去法解线性方程组几阶的都可以的-Parallel Gaussian elimination solution of linear equations can be a few bands of
MPI_QuickSort
- MIP并行计算实现快速排序算法。在本篇中,我们首先对快速排序算法进行描述和实现,并在此基础上分析此算法的并行性,确定并行编程模式,最后给出该算法的MPI实现。-MIP fast parallel sorting algorithms. In this, we first describe a fast sorting algorithm and implementation, and on this basis of parallelism of this algorithm to determ
-epoll_server
- epoll_server.c非常实用,可用来测试程序的连接数。-epoll_server.c is os good
Parallel
- 阿贡国家实验室并行计算中心对于mpi,openmp的介绍和例程,简单易学,是并行计算入门的最佳资料。-The best introducing materials for parallel computing (mpi, openmp).
pi
- 这是一个用多线程并行计算求pi的程序。效率很高,可以算到小数点后面很多位。-This is a multi-threaded parallel computing using the procedure find pi. Very efficient, you can count to many decimal places.
pthreadmatrix
- Pthread c++ 并行矩阵乘法 运行于linux操作系统 -Multi thread matrix multiplication in c++ with Pthread
matrixMul
- GPU CUDA的经典算法,基于shared memory进行矩阵的相乘运算-GPU CUDA classical algorithm, based on shared memory for matrix multiplication by
quicksort
- 快排的并行实现,使用openMP,程序自动生成随机数,分别使用单线程和多线程排序,并比较最后的结果-quick sort based on openMP
