搜索资源列表
mpi并行计算聚类程序
- 用mpi并行技术设计的聚类算法,用c++写的,绝对能执行的,很不错的,再vc++6.0和mpich2集成的并行环境下执行
高性能计算之并行编程技术—— MPI并
- 清华都志辉作品,基于MPI并行计算的最佳书籍《高性能计算之并行编程技术—— MPI并行程序设计》-Qinghua DU works MPI parallel computation based on the best books "high-performance calculation parallel programming techniques-- MPI parallel programming"
mpisourceprogram
- 并行计算算法实践源程序,mpi源程序,包括经常使用的一些经典程序,很实用,能够帮助想要学习使用mpi编程的人员使用-practice of parallel computing algorithm source code, mpi source, including frequent use of some of the classic program, very practical, to help those who want to
parallelpisolution
- 并行计算,用于计算PI的程序实例,parallel programing -parallel computation used in the calculation of PI examples of procedures that parallel programing
Julia_parallel
- 这个程序通过绘制Julia集的分形图案演示了如何将OpenMP和OpenGL结合起来实现并行计算。 Keywords: OpenMP, OpenGL, fractal(分形)-this process by drawing Julia Set Fractal pictorial demonstration of how OpenMP and Open GL combination of parallel computing.
arraymul
- c++ 并行计算程序 ,关于矩阵相乘,可直接在linux下面计算-c++ parallel computing procedures, on the matrix multiplication can be calculated directly in linux below
mat_inv
- 经典的并行计算程序用于大规模矩阵求逆问题,实现语言为C语言,利用了MPICH程序库。-Classic parallel computing procedure for large-scale matrix inversion problem, the realization of the language for the C language, using the MPICH library.
linecode
- 一些解决线形方程组的并行计算的程序,希望对大家有一点帮助-Some sort of linear equations of parallel computing process, I hope all of you a little help
18-2
- 矩阵向量乘法并行计算c语言程序,行带状划分。-Matrix vector multiplication parallel computing c language program, the zonal division.
ranksortc
- 一个基于MPI的简单的并行计算的c程序,最大的特点是有详细的中文注释-MPI-based parallel computation of simple procedures of c, the biggest feature is the Chinese have detailed notes
MATPRO
- MPICH2+VC6.0 并行计算程序,实现矩阵乘法-MPICH2+ VC6.0 parallel computing procedures, the realization of matrix multiplication
MATSUM
- MPICH2+VC6.0,并行计算程序,实现矩阵加法-MPICH2+ VC6.0, parallel computing procedures, the realization of the matrix adder
mpitest
- MPICH2+VC6.0 并行计算程序,实现函数求积分-MPICH2+ VC6.0 parallel computing procedures, the realization of Function Points
mpi15
- 也是关于并行计算的问题,用来将解决邻接矩阵中的传递闭包。程序中有详细的注释,程序后有测试结果和说明-Also on the parallel computing problem, used to solve the adjacency matrix of the transitive closure. Procedures are detailed in the Notes, the program after the test res
huffmanmpi
- 基于MPI 的网络并行计算环境的哈夫曼编码的并行程序-MPI-based parallel computing network environment for parallel programming Huffman
spark98
- 卡内基梅隆大学开发的并行计算程序,包括内存和消息的处理-Carnegie Mellon University to develop the parallel computing processes, including memory and information processing
mpv
- 这是一个pvm实现的并行计算程序 计算pai值 欢迎大家分享-this is also a parallel progam in linux
FDTD_OMP
- 时间域有限差分,三维探地雷达正演并行计算程序——FDTD_OMP-Finite difference time domain, three-dimensional ground penetrating radar forward parallel program- FDTD_OMP
GPU并行编程讲义
- 基于GPU并行计算基础讲义,为程序猿打开基于GPU编程的大门(Based on GPU parallel computing basic lecture, opens the gate for GPU programming based on program ape.)
并行计算导论(原书第2版) 清晰PDF
- 并行计算导论系统介绍涉及并行计算的体系结构、编程范例、算法与应用和标准等。覆盖了并行计算领域的传统问题,并且尽可能地采用与底层平台无关的体系结构和针对抽象模型来设计算法。书中选择MPI(Message Passing Interface)、POSIX线程和OpenMP这三个应用*广泛的编写可移植并行程序的标准作为编程模型,并在不同例子中反映了并行计算的不断变化的应用组合。(ntroduction to Parallel Computin