搜索结果
找到约 43 项符合
OpenMP 的查询结果
按分类筛选
书籍 OpenMP简易教程
OpenMP简易教程,非常适合初学者,可以下载学习!
书籍 OpenMP编译原理及实现技术
OpenMP编译原理及实现技术 OpenMP编译原理及实现技术
文件格式 2006年刚毕业的清华大学优秀博士论文
2006年刚毕业的清华大学优秀博士论文,是关于openMP编译和优化技术的
Linux/Unix编程 JACOBI算法的C语言版
JACOBI算法的C语言版,可用于openmp和pthreads。
并行计算 本程序采用并行方法实现jacobi迭代算法
本程序采用并行方法实现jacobi迭代算法,采用VC2005结合openmp编写
VC书籍 关于串匹配算法的一个详细的讲解
关于串匹配算法的一个详细的讲解,有助于学习KMP以及openmp的用户学习
其他 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.
并行计算 本人写的一个快速排序的程序
本人写的一个快速排序的程序,同时写出了用openmp进行的并行计算程序,并且对于串行和并行进行了时间的比较,希望对于初学openmp的同志有所帮助!
数值算法/人工智能 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 ...