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

搜索资源列表

  1. fft_omp

    0下载:
  2. 采用fortran语言编写的FFT程序,用openMP实现并行计算。-a FORTRAN77 program which demonstrates the computation of a Fast Fourier Transform in parallel, using OpenMP
  3. 所属分类:MPI

    • 发布日期:2017-04-14
    • 文件大小:3399
    • 提供者:刘琦
  1. start

    0下载:
  2. openmp并行编程实现矩阵乘法运算,读入矩阵A和矩阵B,并输出计算结果到文件-openmp parallel programming matrix multiplication, read matrix A and matrix B, and output the results to a file
  3. 所属分类:MPI

    • 发布日期:2017-04-11
    • 文件大小:827
    • 提供者:于献智
  1. openmp-ddp

    0下载:
  2. 动态规划并行计算,已经检验,可以实现加速,水库调度方面的-Dynamic programming parallel computing, has been tested, you can achieve acceleration, reservoir operation aspects
  3. 所属分类:assembly language

    • 发布日期:2017-04-11
    • 文件大小:1212
    • 提供者:罗小
  1. quicksort

    0下载:
  2. 一个基于openmp的快速排序算法的主题部分实现-One based on the quick sort algorithm openmp
  3. 所属分类:MPI

    • 发布日期:2017-04-10
    • 文件大小:898
    • 提供者:xiaohy
  1. omp_tokenize

    0下载:
  2. 用openMP实现的多线程的分词系统,输入是一段文本,输出是分词过的结果集。-OpenMP is used to implement multithreaded word segmentation system, the input is a text, the output is a participle result set.
  3. 所属分类:MPI

    • 发布日期:2017-04-12
    • 文件大小:1317
    • 提供者:yangyatao
  1. Reader_Writter_OpenMP-1.cpp

    0下载:
  2. Reader Writer program using Openmp.
  3. 所属分类:ELanguage

  1. cgFlowVisYF

    1下载:
  2. cuda实现海洋流场计算,实现双线性差值,openMP版本等。具有很大的研究价值!-cuda achieve ocean flow field to achieve bilinear difference, openMP version and so on. Has great research value!
  3. 所属分类:MPI

    • 发布日期:2016-09-22
    • 文件大小:25663488
    • 提供者:杨斐
  1. PellEq

    0下载:
  2. openmp并行计算实现的Pell方程 d=61的情况,求得x,y-Pell equation d openmp parallel computing implementations = 61 cases, obtain x, y
  3. 所属分类:MPI

    • 发布日期:2017-04-12
    • 文件大小:1274
    • 提供者:丁丁当
  1. BPOPenMP

    0下载:
  2. BP算法的多核并行研究,输入输出txt文件内容保密,不能上传,大家根据代码自己加数据很简单。环境vs2010,技术openmp-BP algorithm of multi-core parallel study, input and output TXT file content confidential, can t upload, according to the code and data is very simple. Openmp vs2010 environment, technol
  3. 所属分类:MPI

    • 发布日期:2017-04-14
    • 文件大小:4049
    • 提供者:黄磊
  1. bingxing

    3下载:
  2. openMP与MPI混合编程,实现矩阵与矩阵相乘。 并且矩阵阶数可调整,进程数与线程数可调整。-OpenMP and MPI mixed programming, matrix and matrix multiplication. And the matrix order can be adjusted, the number of processes and threads can be adjusted.
  3. 所属分类:MPI

    • 发布日期:2016-09-26
    • 文件大小:1024
    • 提供者:金英
  1. avThreadingTest_src

    0下载:
  2. C# OpenMp,用来对C#语言的并行计算问题,-C# OpenMp
  3. 所属分类:MPI

    • 发布日期:2017-04-28
    • 文件大小:14818
    • 提供者:刘巨富
  1. dijkstra3.c

    0下载:
  2. dijkstra algorithm 用来描述最短路径,这里是并行化的实线.希望大家有时间试试,用的是openmp-dijkstra algorithm is used to describe the shortest path, here it is the parallelism of the solid line. I hope you have time to try, using a openmp
  3. 所属分类:MPI

    • 发布日期:2017-04-14
    • 文件大小:4068
    • 提供者:duanhao
  1. main

    0下载:
  2. knapsack problem OpenMP
  3. 所属分类:MultiLanguage

    • 发布日期:2017-04-12
    • 文件大小:1273
    • 提供者:fdsgsgsd
  1. openmp_interface

    0下载:
  2. 一份很好的基于C和C++的openmp学习材料,内容全面,适合初学者。-This is a very good learning materials about openmp based on C and C++, comprehensive, suitable for beginners.
  3. 所属分类:MPI

    • 发布日期:2017-05-03
    • 文件大小:721465
    • 提供者:Liu-JinLong
  1. omp_pi

    0下载:
  2. Estimate the pi value in multiple threads system OpenMP.
  3. 所属分类:MPI

    • 发布日期:2017-04-12
    • 文件大小:1287
    • 提供者:张三
  1. omp_mat_vect

    1下载:
  2. 利用OpenMP来实现矩阵向量相乘的并行化,大大提高速度-OpenMP is used to realize the parallelization of matrix-vector multiplication, greatly improve the speed
  3. 所属分类:MPI

    • 发布日期:2017-04-13
    • 文件大小:1990
    • 提供者:jonny chen
  1. BitonicSort

    0下载:
  2. OpenMP bitonic sort implementation
  3. 所属分类:MPI

    • 发布日期:2017-05-13
    • 文件大小:2915943
    • 提供者:Anatoly
  1. parallel-computeing

    0下载:
  2. 并行计算课件,linux下执行,包括OpenMP、MPI、Multithread、MapReduce、PCAM等,还有一些算法知识-Parallel computing courseware, under linux implementation, including OpenMP, MPI, Multithread, MapReduce, PCAM, etc., and some knowledge of algorithms
  3. 所属分类:MPI

    • 发布日期:2017-06-13
    • 文件大小:20897316
    • 提供者:wsl
  1. Counting_Sort_FINAL.c

    0下载:
  2. counting sort with openMP
  3. 所属分类:MPI

    • 发布日期:2017-04-12
    • 文件大小:661
    • 提供者:jett
  1. MPI_OpenMP_code

    0下载:
  2. 压缩包里包含几个用C编写的并行代码,运行无误。其中包括,电路满足性的MP程序,floyd算法MPI代码,Sieve_Eratoshenes筛法MPI代码,矩阵相乘的MPI代码以及计算PI值的OpenMP代码。-Which contains several parallel programs written in C to run correctly. Among them, including Floyd algorithm procedures, matrix multiplication M
  3. 所属分类:MPI

    • 发布日期:2017-05-04
    • 文件大小:20389
    • 提供者:刘建凯
« 1 2 3 4 5 6 7 89 »
搜珍网 www.dssz.com