搜索结果

找到约 48 项符合 OpenMP 的查询结果

并行计算 本人写的一个快速排序的程序

本人写的一个快速排序的程序,同时写出了用openmp进行的并行计算程序,并且对于串行和并行进行了时间的比较,希望对于初学openmp的同志有所帮助!
https://www.eeworm.com/dl/694/449453.html
下载: 136
查看: 1083

并行计算 本程序采用并行方法实现jacobi迭代算法

本程序采用并行方法实现jacobi迭代算法,采用VC2005结合openmp编写
https://www.eeworm.com/dl/694/362192.html
下载: 77
查看: 1091

书籍 并行算法设计与分析

陈国良院士编写的并行 算法与设计,主要包括MPI与OPENMP编程 实现
https://www.eeworm.com/dl/515249.html
下载: 3
查看: 50

文件格式 2006年刚毕业的清华大学优秀博士论文

2006年刚毕业的清华大学优秀博士论文,是关于openMP编译和优化技术的
https://www.eeworm.com/dl/639/175118.html
下载: 36
查看: 1073

VC书籍 关于串匹配算法的一个详细的讲解

关于串匹配算法的一个详细的讲解,有助于学习KMP以及openmp的用户学习
https://www.eeworm.com/dl/686/391709.html
下载: 130
查看: 1055

其他 This is a mutlicore and cluster(of single-core,multi-core systems) matrix inversion code. Which

This is a mutlicore and cluster(of single-core,multi-core systems) matrix inversion code. Which uses the MPI(Message Passing Interface) for communication across the compute nodes of cluster and using thread-API based OpenMP(Open Multi Processing) between cores of intra-compute or head node.
https://www.eeworm.com/dl/534/443279.html
下载: 155
查看: 1139

数值算法/人工智能 program to solve a finite difference discretization of Helmholtz equation : (

program to solve a finite difference discretization of Helmholtz equation : (d2/dx2)u + (d2/dy2)u - alpha u = f using Jacobi iterative method. COMMENTS: OpenMP version 3: 1 PR outside the iteration loop, 4 Barriers Directives are used in this c ...
https://www.eeworm.com/dl/518/453199.html
下载: 94
查看: 1074

技术资料 基于SMP集群的混合并行编程模型研究

提出一种适用于SMP 集群的混合MPI+OpenMP 并行编程模型。该模型贴近于SMP 集群的体系结构且综合了消息传递和共享内存2 种编程模型的优势,能获得较好的性能。讨论该混合模型的实现机制以及MP
https://www.eeworm.com/dl/920651.html
下载: 10
查看: 4545