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

搜索资源列表

  1. license

    0下载:
  2. MPI tutorial for MPI coder C/C++. it is useful for them to design som code with MPI-MPI tutorial for MPI coder C/C++. it is useful for them to design som code with MPI
  3. 所属分类:MPI

    • 发布日期:2017-04-06
    • 文件大小:800
    • 提供者:Nguyen
  1. dot_product

    0下载:
  2. 利用C++进行MPI并行程序的编程,实现点积计算 例如: 输入; X = 1 2 3 输入: Y = 3 4 6 输出: The dot product is 29.-Use MPI to have a dotproduct
  3. 所属分类:MPI

    • 发布日期:2017-04-07
    • 文件大小:253102
    • 提供者:laihaitao
  1. linear_search_MPI

    0下载:
  2. Linear search algorithm written by c++ and using MPI Libraries
  3. 所属分类:MPI

    • 发布日期:2017-04-08
    • 文件大小:549
    • 提供者:obada dawara
  1. matrix-multiplication

    0下载:
  2. c++编写的矩阵乘法的主从进程,用mpi实现-c++ prepared from the master matrix multiplication process, achieved with mpi
  3. 所属分类:MPI

    • 发布日期:2017-04-07
    • 文件大小:2439
    • 提供者:lucy
  1. fft

    1下载:
  2. 基于C语言的快速傅里叶变换FFT消息传递MPI编程,可以在并行计算机中编译与运行-Fast Fourier Transform (FFT) based on the C language MPI message passing programming parallel computers can be compiled and run
  3. 所属分类:MPI

    • 发布日期:2017-04-10
    • 文件大小:1242
    • 提供者:陈立
  1. odd_even

    1下载:
  2. C语言的单核以及MPI多核运行程序,进行奇偶分类,一个是单核运行,一个是多核运行,可对比,并输出时间信息,计算效率和加速-C language and the mononuclear MPI multicore run programs parity classification, a single-core operation, a multi-core operation, can be compared, and the output time information, computati
  3. 所属分类:MPI

    • 发布日期:2017-04-15
    • 文件大小:6817
    • 提供者:Andee
  1. matrix_multiple

    0下载:
  2. c代码功能:实现较为简单的矩阵乘法的mpi并行实现,适合初学者-c code functions: to achieve a relatively simple matrix multiplication mpi parallel implementation, suitable for beginners
  3. 所属分类:MPI

    • 发布日期:2017-04-11
    • 文件大小:1240
    • 提供者:王耀侦
  1. New-folder

    0下载:
  2. Matrix multiple is MPI code In Cisual C++ and tested
  3. 所属分类:MPI

    • 发布日期:2017-04-13
    • 文件大小:1632
    • 提供者:ArashAmin
  1. Circuit-Satisfiability

    0下载:
  2. MPI与OpenMP并行程序设计(C语言版)示例程序-MPI and OpenMP parallel programming (C language version) sample program
  3. 所属分类:MPI

    • 发布日期:2017-04-11
    • 文件大小:740
    • 提供者:anqi
  1. Collective-Communication

    0下载:
  2. MPI与OpenMP并行程序设计(C语言版)示例程序:进程通信-MPI and OpenMP parallel programming (C language version) sample program: Process Communication
  3. 所属分类:MPI

    • 发布日期:2017-04-12
    • 文件大小:839
    • 提供者:anqi
  1. Integration-by-rectangle

    0下载:
  2. MPI与OpenMP并行程序设计(C语言版):梯度法求解定积分-MPI and OpenMP parallel programming (C language version): gradient method for solving definite integrals
  3. 所属分类:MPI

    • 发布日期:2017-04-12
    • 文件大小:746
    • 提供者:anqi
  1. Integration-by-Simpson

    0下载:
  2. MPI与OpenMP并行程序设计(C语言版):Simpson法求解定积分-MPI and OpenMP parallel programming (C language version): Simpson method to solve the definite integral
  3. 所属分类:MPI

    • 发布日期:2017-04-05
    • 文件大小:738
    • 提供者:anqi
  1. parallel-Performence

    0下载:
  2. MPI与OpenMP并行程序设计(C语言版):并行性能分析-MPI and OpenMP parallel programming (C language version): Parallel Performance Analysis
  3. 所属分类:MPI

    • 发布日期:2017-04-11
    • 文件大小:905
    • 提供者:anqi
  1. mpi_simpleexample

    0下载:
  2. mpi初学简单例子,c编写环境vs2010已通过调试-Mpi beginners simple example of C language vs2010 has passed the test
  3. 所属分类:MPI

    • 发布日期:2017-06-10
    • 文件大小:16481421
    • 提供者:黄磊
  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. queen

    0下载:
  2. 并行计算的一个简单c++代码,解决八皇后问题,在mpi上运行。-Parallel computing a simple c++ code to solve the eight Queen s problems, in mpi operation.
  3. 所属分类:MPI

    • 发布日期:2017-04-14
    • 文件大小:3000
    • 提供者:张禹
  1. MPIpaixu

    3下载:
  2. 实现MPI下的一个奇偶交换排序,odd_even_sort.c 中已经包括排序的一个顺序实现。不断重复上述两种操作,直到数组中没有任何数可以交换。在并行环境中实现上述过程。
  3. 所属分类:并行运算

  1. parallel programming in c with mpi and openmp

    0下载:
  2. openmp经典资料,希望能对研究并行计算的同好有帮助(OpenMP classic data)
  3. 所属分类:并行计算

    • 发布日期:2017-12-25
    • 文件大小:18073600
    • 提供者:程天
  1. Jacobi

    0下载:
  2. 线性方程组Jacobi迭代的并行计算程序,数据文件是A*x=b,A是4阶方阵的算例。(A*x=b, Jacobi, In Data.txt the Matrix is 4*4)
  3. 所属分类:并行计算

    • 发布日期:2018-04-29
    • 文件大小:2048
    • 提供者:jonajosejota
« 1 2 ... 4 5 6 7 8 9»
搜珍网 www.dssz.com