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

搜索资源列表

  1. MPI

    0下载:
  2. 编写一个MPI并行程序,计算积分:要求写出算法思想、计算步骤、程序代码、重要变量和代码语句的注释。 -Write a MPI parallel program to calculate the integral: thinking required to write algorithms to calculate the step, the program code, important variables and code statements in comments.
  3. 所属分类:MPI

    • 发布日期:2017-04-03
    • 文件大小:16345
    • 提供者:yantingting
  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-06
    • 文件大小:10708
    • 提供者:王垚
  1. MPI

    1下载:
  2. MPI代码设计实例程序和论文教程,包含雅克比、小波变换、一维口袋问题动态规划、热分布问题等算法实现-MPI code design tutorial example programs and papers, including Jacobi, wavelet transform, one-dimensional dynamic programming problem pocket, heat distribution algorithm problems
  3. 所属分类:MPI

    • 发布日期:2017-04-10
    • 文件大小:1739661
    • 提供者:王垚
  1. GayteOfkgfdife1_0

    0下载:
  2. 一个Game Of Life 的并行程序源码在MPI的下设计的C语言程序源码。-A Game Of Life MPI parallel program source code in the next C-language program source code.
  3. 所属分类:MPI

    • 发布日期:2017-04-01
    • 文件大小:1812
    • 提供者:
  1. calc_pi

    0下载:
  2. Calculate pi using MPI and C
  3. 所属分类:MPI

  1. MPI

    0下载:
  2. 高性能计算之并行编程技术,mpi并行程序设计-The high-performance computing parallel programming techniques, mpi parallel programming
  3. 所属分类:MPI

    • 发布日期:2017-04-05
    • 文件大小:825538
    • 提供者:alex
  1. linearsolver-MPI-flang

    0下载:
  2. A parallel implementation of jacobi, CG and GS linear solvers, Using MPI excelent for teaching
  3. 所属分类:MPI

    • 发布日期:2017-04-03
    • 文件大小:7307
    • 提供者:sina
  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. helloworld

    0下载:
  2. Hello World Using MPI
  3. 所属分类:MPI

    • 发布日期:2017-05-11
    • 文件大小:2054786
    • 提供者:cristina
  1. bucket1

    0下载:
  2. a version of the bucket sort for mpi c-a version of the bucket sort for mpi c++
  3. 所属分类:MPI

    • 发布日期:2017-04-13
    • 文件大小:1769
    • 提供者:mila
  1. MatlabMPI

    0下载:
  2. examples about mpi running under matlab
  3. 所属分类:matlab

    • 发布日期:2017-04-16
    • 文件大小:299156
    • 提供者:agentdoe
  1. MPI

    0下载:
  2. 并行计算的基本概念 MPI的基本概念和知识 在编程中学习和运用MPI-The basic concepts of MPI parallel computing basic concepts and knowledge in programming to learn and use MPI
  3. 所属分类:MPI

    • 发布日期:2017-04-16
    • 文件大小:511973
    • 提供者:张进
  1. MPI

    0下载:
  2. This a basic MPI program, the idea it s to show how MPI API work s. Then you could find MPI_IMPROVED where obviously you ll find a program who run quite faster than this one-This is a basic MPI program, the idea it s to show how MPI API work s. Then
  3. 所属分类:MPI

    • 发布日期:2017-04-09
    • 文件大小:781760
    • 提供者:Rama
  1. MPI-Improved

    0下载:
  2. This a improved MPI program, the idea it s to show how MPI API work s. you ll find a program who run quite faster than MPI.rar-This is a improved MPI program, the idea it s to show how MPI API work s. you ll find a program who run quite faster than
  3. 所属分类:MPI

    • 发布日期:2017-04-07
    • 文件大小:30420
    • 提供者:Rama
  1. Shortest-path

    0下载:
  2. 弗洛伊德(Floyd)算法 MPI并行算法 MPI.h MPI.c源码-Floyd (Floyd) algorithm source MPI parallel algorithm MPI.h MPI.c
  3. 所属分类:MPI

    • 发布日期:2017-03-24
    • 文件大小:268176
    • 提供者:riter
  1. Matrix

    0下载:
  2. matrix multiplication in mpi
  3. 所属分类:MPI

    • 发布日期:2017-04-04
    • 文件大小:616
    • 提供者:notorious
  1. quick_sort

    0下载:
  2. 并行QUICK SORT (MPI) 并行QUICK SORT (MPI)-Parallel QUICK SORT (MPI) parallel QUICK SORT (MPI) parallel QUICK SORT (MPI)
  3. 所属分类:MPI

    • 发布日期:2017-04-13
    • 文件大小:2460
    • 提供者:dz
  1. transpose

    0下载:
  2. 矩阵转置,使用棋盘划分将矩阵通过划分为不同的小块,使用MPI讲其并行求小块的转置。-Matrix transpose, the matrix by using the board is divided into different small pieces, about its use of MPI parallel transpose small demand.
  3. 所属分类:MPI

    • 发布日期:2017-03-31
    • 文件大小:2557
    • 提供者:xiangming
  1. MPI-demand

    0下载:
  2. MPI一些使用的命令和函数,常用命令是在linux系统下使用的。是MPI基础知识-MPI commands and functions that use of the commonly used commands in the linux system to use. Is a basic knowledge of MPI
  3. 所属分类:MPI

    • 发布日期:2017-04-08
    • 文件大小:12775
    • 提供者:xiangming
« 1 2 ... 11 12 13 14 15 1617 18 19 20 21 ... 50 »
搜珍网 www.dssz.com