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

搜索资源列表

  1. MPI

    0下载:
  2. 包含4个资料,pdf格式和ppt,中科院迟尉彬张林波等人的并行理论讲义,涉及并行理论的基础,mpi-Contains four data, pdf format, and ppt, Chinese Academy of Sciences, who later Wei Bin Zhang Linbo parallel theoretical lectures, the basis of the theory involving parallel, mpi, etc.
  3. 所属分类:MPI

    • 发布日期:2017-05-11
    • 文件大小:2.73mb
    • 提供者:huangluyuan
  1. mpi

    1下载:
  2. 基于MPI的并行快排和并行枚举排序的实现。属于MPI的入门级程序。-MPI-based parallel quick scheduling and parallel implementation enumeration sort. MPI belong to the entry-level procedures.
  3. 所属分类:MPI

    • 发布日期:2017-03-22
    • 文件大小:4.03kb
    • 提供者:兰韬
  1. mpisourceprogram

    2下载:
  2. 并行计算算法实践源程序,mpi源程序,包括经常使用的一些经典程序,很实用,能够帮助想要学习使用mpi编程的人员使用-practice of parallel computing algorithm source code, mpi source, including frequent use of some of the classic program, very practical, to help those who want to learn how to use mpi programm
  3. 所属分类:MPI

    • 发布日期:2016-06-14
    • 文件大小:827.27kb
    • 提供者:yuyueer
  1. MPI-Sort

    0下载:
  2. 枚举、快速排序和正则采样排序的并行算法,附带说明,无解压密码-Enumeration, fast sorting and regular sampling of parallel sorting algorithms, annotated, non-decompression password
  3. 所属分类:MPI

    • 发布日期:2017-03-26
    • 文件大小:8.66kb
    • 提供者:不死鸟
  1. MPI-StringMatch

    0下载:
  2. KMP串匹配、随机串匹配、近似串匹配的并行算法源码。-KMP string matching, randomized string matching, parallel algorithm for approximate string matching source code.
  3. 所属分类:MPI

    • 发布日期:2017-03-26
    • 文件大小:9.57kb
    • 提供者:不死鸟
  1. parallel-matrixvector

    0下载:
  2. 并行计算之矩阵向量乘的并行实现,附带数据mpi-parallel compute- multy of matrix and vector
  3. 所属分类:MPI

    • 发布日期:2017-03-28
    • 文件大小:2.87kb
    • 提供者:程宾
  1. vector_metrix_multiplication(MPI)

    2下载:
  2. 并行编程,利用MPI实现向量与矩阵的乘法运算-Parallel programming using MPI to achieve vector and matrix multiplication
  3. 所属分类:Data structs

    • 发布日期:2017-03-26
    • 文件大小:1.55kb
    • 提供者:sangecoa
  1. mpi

    0下载:
  2. 高次方程求解的一个程序,使用vc编成的并行程序,在并行环境下运行!-High equation a procedure, the use of vc into the parallel process run in parallel environment!
  3. 所属分类:Algorithm

    • 发布日期:2017-04-03
    • 文件大小:1.45kb
    • 提供者:chengfulai
  1. heatdistribution-mpi

    3下载:
  2. 一个MPI程序,用来解决热分布问题。 热分布是一个经典的并行计算问题。 源代码还附上了测试结果和说明文档。-An MPI procedure, the distribution of hot problem to solve. Heat distribution is a classical problem of parallel computing. Source code is also attached to the test results and documentation.
  3. 所属分类:MPI

    • 发布日期:2016-06-14
    • 文件大小:70.69kb
    • 提供者:disheng
  1. parallel.c.tar

    0下载:
  2. Example code for MPI
  3. 所属分类:Driver Develop

    • 发布日期:2017-04-10
    • 文件大小:1.41kb
    • 提供者:luckystar88
  1. MPI

    0下载:
  2. 高性能并行计算编程,MPI编程。Programming high-performance parallel computing, MPI programming.-Programming high-performance parallel computing, MPI programming.
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-03-31
    • 文件大小:809.36kb
    • 提供者:YB
  1. FFT

    1下载:
  2. 一个不错的快速傅里叶变换并行算法的MPI源程序-A MPI source code for fast Fourier transform s parallel algorithm
  3. 所属分类:MPI

    • 发布日期:2017-03-31
    • 文件大小:3.72kb
    • 提供者:Juri hui
  1. HPCMPIcoodingbook

    0下载:
  2. 本书介绍目前最常见的并行程序—MPI并行程序的设计方法-This book describes the most common procedures for the parallel-MPI parallel programming design method
  3. 所属分类:MPI

    • 发布日期:2017-04-03
    • 文件大小:806.21kb
    • 提供者:方桭枯
  1. mpi-code

    0下载:
  2. 并行程序设计源码(转载)包过 FFT Sort -parallel code including FFT Sort and so on
  3. 所属分类:MPI

    • 发布日期:2017-03-28
    • 文件大小:819.45kb
    • 提供者:yueming
  1. parallel-ludep

    1下载:
  2. 并行三角分解,MPI+visual c++环境下实现,附带数据-parallel compute of lu dep
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-04
    • 文件大小:1.7kb
    • 提供者:程宾
  1. parallel-Gauss

    1下载:
  2. 并行计算之高斯消去源代码,mpi+vc环境下实现-parallel compute gauss
  3. 所属分类:MPI

    • 发布日期:2017-03-27
    • 文件大小:2.2kb
    • 提供者:程宾
  1. parallel-invert

    0下载:
  2. 矩阵求逆的并行计算实现,带数据 mpi+vc6.0-parallel compute of matrix inverse
  3. 所属分类:MPI

    • 发布日期:2017-03-24
    • 文件大小:2.71kb
    • 提供者:程宾
  1. parallel-fft

    1下载:
  2. 傅里叶变换的并行源代码,mpi+vc6.0,带数据-parallel compute of fft
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-24
    • 文件大小:3.41kb
    • 提供者:程宾
  1. mpi_quick_sort

    0下载:
  2. 用并行mpi进行快速排序 用并行mpi进行快速排序-Using parallel mpi quick sort quick sort using parallel mpi
  3. 所属分类:MPI

    • 发布日期:2017-03-29
    • 文件大小:2.4kb
    • 提供者:liuqiang
  1. cannon1

    0下载:
  2. cannon的并行算法,使用MPI编写的,对矩阵乘法的一种运算方法-cannon of the parallel algorithm using MPI written as a matrix multiplication of the methods of calculation
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-31
    • 文件大小:1023byte
    • 提供者:周济
« 12 3 4 5 6 7 8 9 10 ... 23 »
搜珍网 www.dssz.com