搜索资源列表
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. Keywords : OpenMP, OpenGL, fra
OpenMP
- C++图形开发库,轻松帮助你完成系统界面效果
cudaOpenMP
- CUDA 的编程示例,主要是用于通用计算的扩展,值得研究学习-CUDA GPGPU
conv_omp
- 采用OpenMp优化过的卷积函数,速度提升很多。-Optimized use of OpenMP convolution function, raise a lot of speed.
mandelbrot_tbb_openmp
- 简单的用TBB和OPENMP改进的mandelbrot的小程序-Simple and OPENMP with TBB small mandelbrot improved procedures
Cannon
- 佳能矩阵相乘算法,利用了openmp与C++技术-Canon matrix multiplication algorithm, use openmp and C++ technology
omp-demo-dependency
- 基于c语言的openMP程序实现,用于初学者的典型程序-Based on c language openMP program implementation, the typical procedure for the beginner
HausDorffComputer
- 源码包括鲁棒性HausDorff算法(RHD)的C++版本,分为三个文件,分别为HausDorffComputer.cpp,HausDorffComputer.h,CommonHeader.h,实现了RHD算法,同时增加了OPENMP并发编程的指令,可供OPENCV图形开发人员参考。-This Rar file consists three files named HausDorffComputer.cpp, HausDorffComputer.h and CommonHeader.h. It
nbody
- N-body问题模拟程序openmp sequential code-N-body simulation sequential code, easy to adapt to parallel
OpenMPDemos
- OpenMP 演示程序, 一些相关应用example-some example sourec code using OpenMP
OpenMP-and-Parallel-thought
- 一本用于介绍OpenMP的书籍,基础知识,帮助理解并行-this is a book about OpenMP,you can acquire acknowledge about Parallel code.
OpenMP-Use-CImage
- 基于对话框的VC++代码,图像的读取、显示和处理用VC的CImage类,同时添加了OpenMP的超线程,大大提高了代码的运行速度-Based on the dialog VC++ code image read, display and processing of VC CImage class, while adding OpenMP Hyper-Threading, greatly improving the speed of the code
dijkstra_openmp
- DIJKSTRA_OPENMP is a C++ program which illustrates the use of the OpenMP application program interface by implementing Dijkstra s minimum graph distance algorithm
Multicore_programming
- multicore programming using openmp image filter mandlebrot linked list
Fibonacci-and-linkedlist
- multicore programming using openmp Fibonacci series linked list
Cannon
- 佳能矩阵相乘算法,利用了openmp与C++技术-Canon matrix multiplication algorithm, use openmp and C++ technology
hpc
- 基于OpenCV和OpenMP的多核处理图像边缘检测算法——Sobel的实现。 没有可视化界面。 需要先配置OpenCV和OpenMP。 理论依据:利用OpenMP我们可以实现多核并行处理边缘检测。根据Sobel原理,可以完全明确的是:每一个像素点的梯度计算都不依赖于其他的像素点!这就是实现多核并行处理边缘检测的关键。利用这个关键的特性,我们可以让多个核同时去计算多个像素点的梯度值,进而提高Sobel边缘检测算法的性能。 -The implementation of OpenCV
FluidTerrainErosion
- A realtime terrain erosion & fluid simulation running on the CPU. The simulation is implemented in C++ on the CPU and parallelized using OpenMP. Rendering is done using OpenGL. We use the eulerian or grid-based approach to fluid simulation to impleme
RVO2
- RVO2是一个易于使用的C ++实现的最佳交互避碰(ORCA)仿真。 RVO2库会自动使用parallellism为计算运动,如果你的机器有多个处理器和编译器支持OpenMP的。-RVO2 Library is an easy-to-use C++ implementation of the Optimal Reciprocal Collision Avoidance (ORCA) formalism for multi-agent simulation. RVO2 Library auto
CUDA-Sobel-Filter-master
- This program is meant to run a sobel filter using three different methods. Each sobel filter function runs in a different way than the others, one is a basic sobel filter running through just the cpu on a single thread, another runs through openmp to