CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 其它 搜索资源 - OpenMp

搜索资源列表

  1. F95_OpenMP

    0下载:
  2. Fortran Openmp 并行计算教程,实现过程介绍详细-FORTRAN OPENMP PARALELL PROGRAMMING
  3. 所属分类:MPI

    • 发布日期:2017-05-02
    • 文件大小:683084
    • 提供者:wujiansong
  1. kmp

    0下载:
  2. 使用并行计算编程工具OpenMp实现kmp串匹配-The use of parallel computing OpenMP programming tools to achieve KMP String Matching
  3. 所属分类:MPI

    • 发布日期:2017-03-23
    • 文件大小:1421
    • 提供者:lin
  1. parallel

    0下载:
  2. OpenMP实现的一个矩阵乘法运算,有并行和串行的比较-OpenMP implementation of a matrix multiplication, a comparison of parallel and serial
  3. 所属分类:MPI

    • 发布日期:2017-04-06
    • 文件大小:16559
    • 提供者:shim
  1. LU_OpenMP

    1下载:
  2. 在VC++ 2008环境下利用OPENMP开发的LU并行算法,-In VC++ 2008 development environment using OPENMP LU parallel algorithm
  3. 所属分类:MPI

    • 发布日期:2017-03-29
    • 文件大小:1186
    • 提供者:肖和平
  1. 3dfft_files

    0下载:
  2. 3 Dimensional FFT using MPI and OpenMP
  3. 所属分类:MPI

    • 发布日期:2017-03-31
    • 文件大小:6282
    • 提供者:Divya
  1. UsingOpenMP.pdf

    0下载:
  2. Using OpenMP. MIT press 2007. Portable Shared Memory Parallel Prog. Good book on OpenMP.
  3. 所属分类:OS Develop

    • 发布日期:2017-05-06
    • 文件大小:1394268
    • 提供者:kemalihsan
  1. OpenMPapp

    0下载:
  2. 本程序采用VC2005结合openmp实现并行矩阵相乘的Fox算法-VC2005 This procedure combines the use of OpenMP parallel matrix multiplication algorithm of Fox
  3. 所属分类:MPI

    • 发布日期:2017-04-04
    • 文件大小:267969
    • 提供者:李若愚
  1. matrix

    0下载:
  2. this matrix multiplication in Openmp palatalization [Aiman]-this is matrix multiplication in Openmp palatalization [Aiman]
  3. 所属分类:assembly language

    • 发布日期:2017-04-05
    • 文件大小:1202
    • 提供者:sealawe
  1. qhull123.c

    0下载:
  2. analysis of mpi openmp programing model
  3. 所属分类:Editor

    • 发布日期:2017-04-07
    • 文件大小:1217
    • 提供者:ass
  1. jump_omp.c.tar

    0下载:
  2. 基于C的OPENMP并行计算的N皇后问题-C-based parallel computing OPENMP the N-Queen problem
  3. 所属分类:MPI

    • 发布日期:2017-04-05
    • 文件大小:624
    • 提供者:cb
  1. cudaOpenMP

    0下载:
  2. This sample shows how to use OpenMP API to write an application for multiple GPUs.
  3. 所属分类:MPI

    • 发布日期:2017-04-03
    • 文件大小:7671
    • 提供者:liuxiao
  1. MultiCore-Programming

    0下载:
  2. Intel出版的多核编程,介绍通过软件的多线程方式来提高性能的方法。分为介绍多核变成,线程的综述,并行的基本概念,线程以及并行编程的结构,线程的API,OpenMP技术,并行编程的常规问题,多线程debug方法,Intel多核处理器的线程及其开发工具等。-Intel multi-core programming, published to introduce the way through the software to improve performance of multi-threaded
  3. 所属分类:MPI

    • 发布日期:2017-05-20
    • 文件大小:5867165
    • 提供者:Arthas
  1. buble

    0下载:
  2. buble sort OpenMP-buble sort OpenMP.......................
  3. 所属分类:MPI

    • 发布日期:2017-03-28
    • 文件大小:870207
    • 提供者:911
  1. OMPPI

    0下载:
  2. OPENMP 求 PI 4种方法 私有化和临界区-OPENMP seeking PI 4 methods of privatization and the critical areas
  3. 所属分类:MPI

    • 发布日期:2017-04-10
    • 文件大小:586
    • 提供者:单婷婷
  1. fft

    0下载:
  2. OpenMP 实现FFT 分解 曙光 4000A集群-OpenMP to achieve FFT decomposition of Dawning 4000A cluster
  3. 所属分类:MPI

    • 发布日期:2017-04-03
    • 文件大小:2003
    • 提供者:liuqiang
  1. qr

    0下载:
  2. OpenMP 实现QR 分解 环境 曙光 4000A集群-OpenMP to achieve QR decomposition Dawning 4000A cluster environment
  3. 所属分类:MPI

    • 发布日期:2017-04-13
    • 文件大小:2115
    • 提供者:liuqiang
  1. openmp

    0下载:
  2. This document specifies a collection of compiler directives, library functions, and environment variables that can be used to specify shared-memory parallelism in C and C++ programs. The functionality described in this document is collectively
  3. 所属分类:MPI

  1. MPI_book

    0下载:
  2. Very good book about MPI/OpenMP and Hight Perfomance Computing (HPC).
  3. 所属分类:MPI

    • 发布日期:2017-03-31
    • 文件大小:364263
    • 提供者:Rufina
  1. Program-With-OpenMP

    0下载:
  2. 此文档为网络上搜索都得以篇并行计算演示文稿,介绍了OpenMP程序设计-This document is an Internet search for articles are parallel to the presentation, introduced the OpenMP programming
  3. 所属分类:MPI

    • 发布日期:2017-03-30
    • 文件大小:122223
    • 提供者:hsxw001
  1. analysis_of_the_Speedup_using_OpenMP

    0下载:
  2. openMP 程序性能分析实例,举例说明openMP的具体影响因素, 并且衡量程序的执行效率-openMP program performance analysis example
  3. 所属分类:MPI

    • 发布日期:2017-04-08
    • 文件大小:67906
    • 提供者:龚晨
« 1 23 4 5 6 7 8 9 »
搜珍网 www.dssz.com