搜索资源列表
Program-With-OpenMP
- openMP多线程程序设计要点 可用Inter编译器
Program-With-OpenMP
- openMP多线程程序设计要点 可用Inter编译器 -OpenMP multi-threaded program design elements available for Inter compiler
Program-With-OpenMP
- 用OpenMP实现多线程编程的ppt讲义。有助于初学OpenMP的朋友加深理解-The realization of multi-threaded with OpenMP programming notes ppt. Help novice friends deepen their understanding of OpenMP
TOPWAY-LCD-Program
- Topway生产的LCD驱动代码,并教你建立自己的字库!-Topway production of LCD driver code, and teach you create your own font!
LCDSwitch_V2.1.0
- LCDSwitch_V2.1.0. Program to change the driver.
8corevsolvePI
- 本文件主要介绍了在VS2008平台下用openmp来实现求PI程序的并行化,并行化后大大缩短了求解的时间。本资料非常适合学习并行计算的朋友们,分享给大家,希望能对你们有所帮助-This paper introduces the use openmp in VS2008 platform to achieve the requirements under the PI program parallelization, paralleliz
mpiomp_jacobi
- 用MPI和OpenMP实现jacobi程序并行化的混合编程-Achieved with MPI and OpenMP parallel jacobi program mixed programming
Program-With-OpenMP
- 此文档为网络上搜索都得以篇并行计算演示文稿,介绍了OpenMP程序设计-This document is an Internet search for articles are parallel to the presentation, introduced the OpenMP programming
Program-With-OpenMP
- C++中使用OpenMp实现多核多线程并行计算的基础知识-C++, multi-core multi-threaded use OpenMp the basics of parallel computing
Program-With-OpenMP
- 使用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
test_OpenMP
- 在visual Studio 2010 C++下,利用OpenMP编写并行程序。-program with OpenMP in VS2010
open.tar
- openmp program for calculate option pricing. this program works fine with small number of block but need to see for some error.
tema1_apd
- This program is openmp with parralel threads and secvential threads.
MPI-and-OpenMP-program-design-report
- mpi跟openmp试验中的一些配置实验环境,以及一些简单的实验,可以对初学者有很大的帮助-mpi with openmp test configuration experimental environment, as well as some simple experiments, can be of great help for beginners
mutrixMutil_1
- 本程序实现了在linux平台上用openMP实现的大型矩阵相乘-The program in the linux platform with a large matrix multiplies achieved openMP
mpitest
- C++ program with multiple thread using OpenMP
TMS320C6678image-processing
- 面向嵌入式微型化工业视觉领域,主CPU采用8核DSP处理器TMS320C6678,具有10G 处理能力,支持Basler/Dalsa等国际主流CameraLink、Gige相机的全速接入,提供DSP CCS 环境下的相机驱动软件包和图像处理算法包,并提供基于OpenMP的简易化CCS二次开发 框架和典型例程,同时提供上位机C#调试软件程序-Visual field for embedded micro-chemical in
iqps
- 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 wit