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

搜索资源列表

  1. quick_sort

    0下载:
  2. 快速排序的mpi并行c程序,需要mpich环境
  3. 所属分类:并行运算

    • 发布日期:2008-10-13
    • 文件大小:3445
    • 提供者:李志军
  1. mpi

    1下载:
  2. 消息传递并行编程环境mpi pdf
  3. 所属分类:软件工程

    • 发布日期:2008-10-13
    • 文件大小:3276664
    • 提供者:陈涛
  1. mpi2

    0下载:
  2. 《高性能计算并行编程技术——MPI并行程序设计 》PDG电子书
  3. 所属分类:软件工程

    • 发布日期:2008-10-13
    • 文件大小:4667312
    • 提供者:陈涛
  1. mpichntman.tar

    0下载:
  2. 空间物理学研究需要有并行的环境,这文章是一个MPI并行环境的说明文件。非常有用的。-parallel environment is needed in Space Physical research,this paper is a instruction file for Parallel environment.it s very useful!
  3. 所属分类:并行运算

    • 发布日期:2008-10-13
    • 文件大小:329399
    • 提供者:马騵
  1. Mandelbrot集的MPI并行实现

    0下载:
  2. Mandelbrot集Mandelbrot 集是复数平面上的点集,它是通过一个函数迭代计算得到的。其迭代函数为 ,其中Zk、Zk+1 分别为复数 Z= a+ bi的第k 次和k+1次迭代值,c为在复数平面上复数点,Z0 =0,z的幅度为sqrt (a2+b2),即向量的长度。对所有的复数平面上的复数点,按上述迭代公式计算直到其幅度>2或迭代次数达到指定限度。当Z的幅度> 2时,表明Z的值最终趋向于无穷大。
  3. 所属分类:源码下载

  1. Jacobi迭代法求解Poisson方程的MPI并行编程

    1下载:
  2. 所属分类:其它程序

    • 发布日期:2011-03-22
    • 文件大小:1741554
    • 提供者:ylp813@126.com
  1. bucket sort

    0下载:
  2. 应用bucket sort 算法并行排列一组随机数据
  3. 所属分类:其它资源

    • 发布日期:2011-04-27
    • 文件大小:1444
    • 提供者:fireabe
  1. fortran mpi jacobi

    0下载:
  2. fortran实现并行jacobi迭代
  3. 所属分类:并行运算

    • 发布日期:2012-05-13
    • 文件大小:853
    • 提供者:wham2@126.com
  1. MPI_IO.基于mpi-2 规范的并行i/o方法

    0下载:
  2. 基于mpi-2 规范的并行i/o方法,以并行矩阵乘法问题为例,比较了并行i/o和串 行i/o的性能,给出了并行i/o方法的应用实例。,Mpi-2 norms based on the parallel i/o approach to parallel matrix multiplication as an example, compare the parallel i/o and serial i/o performance, given the parallel i/o methods of
  3. 所属分类:Windows编程

    • 发布日期:2017-03-21
    • 文件大小:116555
    • 提供者:澄海
  1. cast.rar

    1下载:
  2. 一个基于MPI的并行的体绘制算法,该算法是纯软件实现,在无图形卡的机群上使用,含一个简单的医学图象数据。,MPI-based parallel volume rendering algorithm, which is a pure software implementation, graphics cards without the use of aircraft, including a simple medical image data.
  3. 所属分类:3D图形编程

    • 发布日期:2014-05-13
    • 文件大小:1968256
    • 提供者:dodo88
  1. mpiquiksort.rar

    0下载:
  2. 基于MPI的并行快速排序算法,可以通过并行快速排序提高排序速度,MPI-based parallel quick sort algorithm, you can sort through parallel quick sort to improve the speed
  3. 所属分类:MPI

    • 发布日期:2017-03-26
    • 文件大小:2229
    • 提供者:chenqing
  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
    • 文件大小:2867616
    • 提供者:huangluyuan
  1. meijubympi

    0下载:
  2. 用mpi实现的枚举排序,测试请在mpi的并行环境中进行-Enumeration sorting using mpi implementation, testing in the mpi parallel environment for the conduct
  3. 所属分类:MPI

    • 发布日期:2017-04-02
    • 文件大小:2267
    • 提供者:liuqiang
  1. mpistring

    0下载:
  2. 在MPI上实现并行串匹配的源代码。- Realizes the parallel string match source code on MPI.
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-11-08
    • 文件大小:5198
    • 提供者:应伟勤
  1. mpi

    0下载:
  2. C++编写的多线程圆周率运算。并行计算课上老师的作业-Written in C++ multi-threaded computing pi
  3. 所属分类:MPI

    • 发布日期:2017-03-30
    • 文件大小:813
    • 提供者:林西
  1. quicksort

    2下载:
  2. 本人写的一个快速排序的程序,同时写出了用openmp进行的并行计算程序,并且对于串行和并行进行了时间的比较,希望对于初学openmp的同志有所帮助!-I was sort of a fast process, at the same time to write with the openmp parallel computing procedures, and serial and parallel for a comparison of the time, I hope for the beg
  3. 所属分类:MPI

    • 发布日期:2017-04-02
    • 文件大小:4932
    • 提供者:郭春付
  1. parallel_mpi_source

    0下载:
  2. 并行算法实践-mpi源程序,陈国良版,含全部源程序-parallel alogithm
  3. 所属分类:MPI

    • 发布日期:2017-05-02
    • 文件大小:848293
    • 提供者:youzuoyong
  1. parallelgenetic

    0下载:
  2. 使用并行遗传算法解决TSP问题,使用MPI函数库进行通信。-Using parallel genetic algorithm to solve TSP problem, use the MPI library for communication.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-04
    • 文件大小:1312804
    • 提供者:wrq
  1. parallel-programming-with-mpi

    0下载:
  2. 并行计算的基本原理,及mpi编程实践详解-parallel computation with mpi
  3. 所属分类:MPI

    • 发布日期:
    • 文件大小:1574234
    • 提供者:foxysc
  1. MPI

    0下载:
  2. 读取文件,然后根据要求选择进程数,并行运算,最后在得出的各个结果中选出最大值-Read the file, and then asked to choose the number of processes, parallel computing, in the end all the results obtained to select the maximum
  3. 所属分类:MPI

    • 发布日期:2017-05-06
    • 文件大小:1175105
    • 提供者:胡言防
« 1 2 3 4 5 6 7 89 10 11 12 13 ... 28 »
搜珍网 www.dssz.com