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

搜索资源列表

  1. pthread

    0下载:
  2. 这是一个在linux下运行的并行程序 由ptread实现-this a program written in parell and can run on linux
  3. 所属分类:MPI

    • 发布日期:2017-04-02
    • 文件大小:1432
    • 提供者:crytal
  1. openmp

    0下载:
  2. 这是一个由openmp实现的并行程序 欢迎大家分享-this program is written by openmp ,it is a concurrent program
  3. 所属分类:MPI

    • 发布日期:2017-03-27
    • 文件大小:1238
    • 提供者:crytal
  1. mpv

    0下载:
  2. 这是一个pvm实现的并行计算程序 计算pai值 欢迎大家分享-this is also a parallel progam in linux
  3. 所属分类:MPI

    • 发布日期:2017-04-04
    • 文件大小:609
    • 提供者:crytal
  1. TOGETHER

    0下载:
  2. 这个程序用来突出并行计算和普通计算的优势-Parallel computing and the general program highlights the advantages of the calculation
  3. 所属分类:MPI

    • 发布日期:2017-04-04
    • 文件大小:73202
    • 提供者:黄飞
  1. MPI_Parallel_Programming

    0下载:
  2. 书中第一部分简单介绍了并行程序设计的基本知识;然后在第二部分介绍基本的MPI并行程序设计方法,它虽然基本,但是却非常重要,因为通过这部分介绍的功能,可以实现几乎所有的通信功能;第三部分是在第二部分的基础上,介绍高级、复杂的MPI并行程序设计,使用高级的MPI调用可以提高并行程序的通用性和移植性,对提高并行程序的开发效率、可读性以及并行程序的执行效率等都有好处;最后一部分介绍MPI的最新扩展MPI-2,着重对动态进程管理、远程存储访问和并行I/O进行了讲解。-The book first sect
  3. 所属分类:MPI

    • 发布日期:2017-04-01
    • 文件大小:825614
    • 提供者:劳炽元
  1. Matrix_multi

    0下载:
  2. 求矩阵乘的MPI并行程序,与Cannon算法类似,不过传输矩阵信息不通-Demand matrix by the MPI parallel program, and Cannon algorithm is similar, but the transfer matrix information unreasonable
  3. 所属分类:MPI

    • 发布日期:2017-04-05
    • 文件大小:1903
    • 提供者:hexing
  1. 01mpi-biggestnumber

    0下载:
  2. 用vc实现一个求数的最大值的mpi并行程序。运行前请安装mpi,否则,会提示缺少类库。-Using vc to implement a mpi program which finds the most biggest number among numbers.Please install mpi, or you ll be reminded of lacking some lib.
  3. 所属分类:MPI

    • 发布日期:2017-04-08
    • 文件大小:493785
    • 提供者:lau
  1. Hello

    0下载:
  2. 用来测试并行环境的hello.F90程序,用Fortran语言编写,代码不长,可是经常用到的哦!-Used to test the parallel environment hello.F90 procedures, with the Fortran language, the code is not long, but often used Oh!
  3. 所属分类:MPI

    • 发布日期:2017-03-24
    • 文件大小:701
    • 提供者:王伟
  1. test2

    0下载:
  2. MPI简单并行程序,只要配置相关文件,就可以运行-MPI parallel
  3. 所属分类:MPI

    • 发布日期:2017-05-02
    • 文件大小:898114
    • 提供者:董丽丽
  1. source

    0下载:
  2. 该源码为并行程序设计书中相关的源码,对并行程序的编写具有较大帮助-The source book for parallel programming related source code, to write parallel programs to help with larger
  3. 所属分类:MPI

    • 发布日期:2017-04-01
    • 文件大小:791038
    • 提供者:汪峰
  1. qqqqqqqqqq

    0下载:
  2. 并行程序 allgather Allgather parallel programs-Allgather parallel programs Allgather parallel programs
  3. 所属分类:MPI

    • 发布日期:2017-04-05
    • 文件大小:958024
    • 提供者:111
  1. shuguang_parallel_programming

    0下载:
  2. 曙光并行程序设计的ppt 主要是有关mpi的,C或fortran实现,适合初学者-Ppt of parallel programming is mainly about mpi with C or fortran implementation, suitable for beginners
  3. 所属分类:MPI

    • 发布日期:2017-05-08
    • 文件大小:1571747
    • 提供者:bonnie
  1. ec2-ug

    0下载:
  2. 并行程序设计的初步应用实例,利用EC2为平台建立并行程序组实现云计算,这是一本工具书,教你如何使用EC2-Preliminary application of parallel programming examples, using EC2 as a platform to create parallel programs to achieve cloud computing group, which is a tool to teach you how to use EC2
  3. 所属分类:OS Develop

    • 发布日期:2017-05-10
    • 文件大小:2091332
    • 提供者:Yang
  1. Automatic-parallel-compiled

    0下载:
  2. 这是一篇很有价值的博士论文,对于并行化编译器中并行程序自动生成和性能优化技术进行了较深入的研究。 并行化的最终日标是生成符合日标机体系结构特点的高效并行程序,因此如何产生高效并行代码是并行化编译研究的一项重要内容。 这篇文章以并行化编译器KAP为研究背景,以分布内存结构为目标,研究了并行化过程中的通信优化和消息、传递类型并行程序自动生成问题;以共享内存结构为目标,研究了并行化产生的openMP程序的编译优化问题。通过测试确定了影响openMP程序性能的主要因素,从并行化生成OpenMP并
  3. 所属分类:MPI

    • 发布日期:2017-05-19
    • 文件大小:5625754
    • 提供者:王鹏
  1. MPI

    0下载:
  2. 采用MPI接口函数编写一个计算矩阵向量相乘的并行程序-Using MPI interface functions compute the matrix vector multiplication to write a parallel program
  3. 所属分类:MPI

    • 发布日期:2017-03-29
    • 文件大小:13161
    • 提供者:yantingting
  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. VOF2DMPI_0.2.tar

    0下载:
  2. 详细介绍使用VOF的界面追踪方法,2Dfortran并行程序-Using the VOF interface tracking method, 2D parallel program
  3. 所属分类:MPI

    • 发布日期:2017-03-28
    • 文件大小:22169
    • 提供者:剑尖
  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. MPI

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

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

    1下载:
  2. MPI编程是写并行程序,这份文档讲述MPI编程的方法-MPI programming is to write parallel programs, this document describes the MPI programming methods
  3. 所属分类:MPI

    • 发布日期:2017-04-10
    • 文件大小:1108007
    • 提供者:yeyc
« 1 2 3 45 6 7 8 9 10 ... 17 »
搜珍网 www.dssz.com