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

搜索资源列表

  1. examples

    0下载:
  2. 并行计算的例子程序 环境需要lam/Linux 可从lam-mpi.org找到
  3. 所属分类:并行运算

    • 发布日期:2008-10-13
    • 文件大小:119796
    • 提供者:lee jia
  1. MPI_Melyan

    0下载:
  2. 10 Mpi source examples for begginers
  3. 所属分类:MPI

    • 发布日期:2017-05-11
    • 文件大小:2088643
    • 提供者:Leno
  1. PSO

    1下载:
  2. 粒子群进化算法,标准的源代码程序和实例教程。-Evolutionary particle swarm algorithm, standard procedures and examples of source code tutorial.
  3. 所属分类:MPI

    • 发布日期:2014-05-05
    • 文件大小:11621
    • 提供者:jia
  1. mpi_demo

    2下载:
  2. MPI并行计算的编程,有很多重要的例子,很有用。-MPI parallel computing programming, there are many important examples, very useful.
  3. 所属分类:MPI

    • 发布日期:2016-06-23
    • 文件大小:13425
    • 提供者:
  1. sg245380

    0下载:
  2. This redbook helps you write MPI (Message Passing Interface) programs that run on distributed memory machines. Complex topics are explained using plenty of concrete examples and figures. Very usefully for beginners.
  3. 所属分类:source in ebook

    • 发布日期:2017-05-06
    • 文件大小:1335638
    • 提供者:reef
  1. MPI_Basics

    0下载:
  2. pdf slides about basics of MPI, All the basics are covered and explained with the help of examples.
  3. 所属分类:MPI

    • 发布日期:2017-05-07
    • 文件大小:1656974
    • 提供者:Yasir
  1. MPIALLTOALL

    0下载:
  2. MPI实现, MPI_Alltoall使用示例,需在VC++下编译实现-MPI implementation, MPI_Alltoall the use of examples, need to compile under VC++ to achieve
  3. 所属分类:MPI

    • 发布日期:2017-03-31
    • 文件大小:256139
    • 提供者:董仁举
  1. MPI1Exercises.tar

    0下载:
  2. Some examples of MPI (Message Passing Interface) in order to understand its use.
  3. 所属分类:MPI

    • 发布日期:2017-04-14
    • 文件大小:3817
    • 提供者:j2deme
  1. SRC

    0下载:
  2. image Edge detection
  3. 所属分类:MPI

    • 发布日期:2017-04-13
    • 文件大小:2620
    • 提供者:tiwcpe8
  1. MPI.tar

    1下载:
  2. MPI并行计算的一些实例,包括向量矩阵计算,广播等并行算法~-MPI parallel computing of some examples, including the vector-matrix calculation, broadcast, parallel algorithm ~
  3. 所属分类:MPI

    • 发布日期:2016-06-23
    • 文件大小:4923392
    • 提供者:tim
  1. mpi

    0下载:
  2. ubuntu环境下实现mpi程序并行的几个例子。里面有对应的串行语言 -ubuntu environment to achieve a parallel mpi program a few examples. There are corresponding serial language
  3. 所属分类:MPI

    • 发布日期:2017-04-05
    • 文件大小:10708
    • 提供者:王垚
  1. mpi

    0下载:
  2. 此文档为MPI组网编程实例,包含的子文件比较多,对这方面的同志有一定帮助。-This document is the MPI network programming examples, sub-file contains more, comrades in this area will definitely help.
  3. 所属分类:MPI

    • 发布日期:2017-03-29
    • 文件大小:234920
    • 提供者:raozhi
  1. mpi

    0下载:
  2. Basic MPI introductory examples. Uploaded so other people can ease into MPI development.
  3. 所属分类:MPI

    • 发布日期:2017-04-13
    • 文件大小:3352
    • 提供者:Milan Markovic
  1. mpi_sum

    0下载:
  2. 利用MPI来进行并行计算,简单的大鼠求和的例子。可以了解MPI的语法和通信的原理。- Use MPI for parallel computing, a simple summation of large numbers of examples. MPI can understand the principle of grammar and communication.
  3. 所属分类:MPI

    • 发布日期:2017-05-02
    • 文件大小:1020515
    • 提供者:王海涛
  1. projects.teacher

    0下载:
  2. mpi并行程序设计实例教程源码,欢迎大家下载使用-mpi parallel programming tutorial examples source
  3. 所属分类:MPI

    • 发布日期:2017-05-17
    • 文件大小:4311468
    • 提供者:micrompi
  1. mpiTest

    0下载:
  2. MPI并行程序设计实例从易到难多个实例,从入门的并行helloWorld,到圆周率的计算,以及多个并行程序设计的实例。-MPI parallel program design example From easy to difficult multiple instances.From the parallel helloWorld entry, to the calculation of PI, and a plurality of parallel programming examples.
  3. 所属分类:MPI

    • 发布日期:2017-04-04
    • 文件大小:341174
    • 提供者:廷廷
  1. MPI-Examples-master

    0下载:
  2. MPI 的测试用例 和常用函数的实例,主要用于新手的练习(MPI test example and the nomal function examples, it is used to test)
  3. 所属分类:并行计算

    • 发布日期:2017-12-25
    • 文件大小:51200
    • 提供者:virussp
  1. 并行计算导论(原书第2版) 清晰PDF

    2下载:
  2. 并行计算导论系统介绍涉及并行计算的体系结构、编程范例、算法与应用和标准等。覆盖了并行计算领域的传统问题,并且尽可能地采用与底层平台无关的体系结构和针对抽象模型来设计算法。书中选择MPI(Message Passing Interface)、POSIX线程和OpenMP这三个应用*广泛的编写可移植并行程序的标准作为编程模型,并在不同例子中反映了并行计算的不断变化的应用组合。(ntroduction to Parallel Computing System introduces the archit
  3. 所属分类:并行计算

    • 发布日期:2020-09-26
    • 文件大小:49017856
    • 提供者:gl62m
搜珍网 www.dssz.com