当前位置:
首页 资源下载
搜索资源 - Program-With-OpenMP
搜索资源列表
-
0下载:
openMP多线程程序设计要点 可用Inter编译器
-
-
1下载:
用OpenMP实现多线程编程的ppt讲义。有助于初学OpenMP的朋友加深理解,The realization of multi-threaded with OpenMP programming notes ppt. Help novice friends deepen their understanding of OpenMP
-
-
0下载:
Topway生产的LCD驱动代码,并教你建立自己的字库!,Topway production of LCD driver code, and teach you create your own font!
-
-
0下载:
在visual Studio 2010 C++下,利用OpenMP编写并行程序。-program with OpenMP in VS2010
-
-
0下载:
LCDSwitch_V2.1.0. Program to change the driver.
-
-
0下载:
本文件主要介绍了在VS2008平台下用openmp来实现求PI程序的并行化,并行化后大大缩短了求解的时间。本资料非常适合学习并行计算的朋友们,分享给大家,希望能对你们有所帮助-This paper introduces the use openmp in VS2008 platform to achieve the requirements under the PI program parallelization, parallelization, after greatly reducing
-
-
1下载:
用MPI和OpenMP实现jacobi程序并行化的混合编程-Achieved with MPI and OpenMP parallel jacobi program mixed programming
-
-
0下载:
此文档为网络上搜索都得以篇并行计算演示文稿,介绍了OpenMP程序设计-This document is an Internet search for articles are parallel to the presentation, introduced the OpenMP programming
-
-
0下载:
C++中使用OpenMp实现多核多线程并行计算的基础知识-C++, multi-core multi-threaded use OpenMp the basics of parallel computing
-
-
0下载:
使用openMP进行并行计算
openMP具有如下特点:1.标准性 2.简洁实用 3.使用方便 4.可移植性-Parallel computing using openMP openMP has the following characteristics: 1. Standard of 2 simple and practical 3. Easy to use 4 Portability
-
-
0下载:
openmp program for calculate option pricing. this program works fine with small number of block but need to see for some error.
-
-
0下载:
This program is openmp with parralel threads and secvential threads.
-
-
0下载:
mpi跟openmp试验中的一些配置实验环境,以及一些简单的实验,可以对初学者有很大的帮助-mpi with openmp test configuration experimental environment, as well as some simple experiments, can be of great help for beginners
-
-
0下载:
本程序实现了在linux平台上用openMP实现的大型矩阵相乘-The program in the linux platform with a large matrix multiplies achieved openMP
-
-
0下载:
C++ program with multiple thread using OpenMP
-
-
1下载:
面向嵌入式微型化工业视觉领域,主CPU采用8核DSP处理器TMS320C6678,具有10G
处理能力,支持Basler/Dalsa等国际主流CameraLink、Gige相机的全速接入,提供DSP CCS
环境下的相机驱动软件包和图像处理算法包,并提供基于OpenMP的简易化CCS二次开发
框架和典型例程,同时提供上位机C#调试软件程序-Visual field for embedded micro-chemical industry, the main CPU 8-core DS
-
-
0下载:
C++ program using OpenMP to solve 2D levels from the IQ-puzzle 505 from Lonpos from designtorget.se
Look in level.txt for example usage.
Compile program using gcc with:
gcc -O3 -fopenmp -o iqps iqps.cpp
Run with:
./iqps (path to level.txt)
-