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

搜索资源列表

  1. mpi1

    0下载:
  2. 并行程序设计示例之一-Parallel Programming Example One
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:18706
    • 提供者:雷飞
  1. mpi3

    0下载:
  2. 并行程序设计示例之三-Parallel Programming Example 3
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:13390
    • 提供者:雷飞
  1. PVMprogram

    0下载:
  2. PVM是一个在网络上的虚拟并行机系统的软件包。它允许将网络上基于UNIX操作系统的并行机和单处理机的集合当成一台单一的“并行虚拟机”来使用。PVM支持用户采用消息传递方式编写并行程序。介绍PVM的编程.
  3. 所属分类:Linux/Unix编程

    • 发布日期:2014-01-17
    • 文件大小:170013
    • 提供者:格子
  1. linux3

    0下载:
  2. linux下的mpi并行计算的C语言程序,包括高斯计算的内容-linux mpi parallel computing under the C language program, including the calculation of the contents of the Gaussian
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-23
    • 文件大小:29276
    • 提供者:zxh170601
  1. cannon

    1下载:
  2. 并行程序设计,使用mpi,实现矩阵相乘的cannon算法,包括阻塞式和非阻塞式-Parallel programming, the use of mpi, cannon to achieve matrix multiplication algorithms, including blocking and non-blocking
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-30
    • 文件大小:4512
    • 提供者:chenkai
  1. aesp

    0下载:
  2. AES算法的并行化,这个是我的并行作业,其实还不如不并行的效率高呢,不过可以参考其中是如何并行的,对写其他并行程序有点用。-Parallel AES algorithm, this is my parallel operation, in fact, if not efficient parallel it, but can refer to them is how parallel process of writing a bit with the other parallel.
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-04
    • 文件大小:4017
    • 提供者:朱克
  1. chat_client

    0下载:
  2. 一个Erlang的网络聊天源码,说是可以开发并行程序的,我刚刚开始接触的, 是可以了解一下的。-This is a erlang chat client code.
  3. 所属分类:Network Security

    • 发布日期:2017-04-02
    • 文件大小:1147
    • 提供者:蓝筹股
  1. ParallelProgramModel

    0下载:
  2. 介绍并行计算编程的模型和理论,掌握openMP,MPI,编写并行程序不再难。-introducing the model and theory of parallelling,mastering openMP,MPI,it is easy to program paralleling program
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-05-24
    • 文件大小:3098759
    • 提供者:topyang
  1. shiyan

    0下载:
  2. 操作系统实验,并行程序设计,读取U盘的时间来对比并行和串行的区别-Experimental operating system, parallel programming, the time to read U disk to compare the difference between parallel and serial
  3. 所属分类:Windows Kernel

    • 发布日期:2017-05-10
    • 文件大小:2304314
    • 提供者:肖健
  1. fir

    0下载:
  2. 此示例程序演示了一个FIR滤波器的并行程序,用C语言写成,这是Tilera芯片的多线程示例程序,Tilera是美国一家芯片制造公司,目前已经生产出100核的芯片。-Multi-Thread FIR filter realize in C and Tilera muti-proessor.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-04
    • 文件大小:3880
    • 提供者:曾三
  1. examples

    0下载:
  2. Tilera 芯片linux下并行程序的C语言实现,全部例程源代码,打包共享-Tilera Multi-Processor Multi-Thread Programme Examples
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-10
    • 文件大小:1189393
    • 提供者:曾三
  1. Parallel-computing-techniques

    0下载:
  2. 给出了linux集群系统的设计与实现,对并行程序设计中的消息传递机制给出了详细的说明,针对不同并行计算模型,研究了了并行程序设计的方法,结合数据挖掘技术等,给出并行计算平台的构建方法,并且对并行计算技术在化工过程与优化中的应用有很多优秀的观点。资料内容很丰富,对于研究并行技术的朋友有很大帮助。-Given Linux cluster system design and implementation of parallel programming, the message transfer mec
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-06-16
    • 文件大小:25996091
    • 提供者:王鹏
  1. Mandelbrot

    0下载:
  2. 并行程序设计,使用mpi,实现Mandelbrot的程序,结果输出是每个点的数字-Parallel programming, the use of mpi, Mandelbrot program implementation, the resulting output is the number of each point
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-14
    • 文件大小:3881
    • 提供者:chenkai
  1. gaussian_omp

    2下载:
  2. 高斯消去法的openMP并行程序,用C++写的。在linux系统下运行成功-gaussian elimination for openMP。Code in C++,and successfully run in Linux.
  3. 所属分类:Linux/Unix编程

    • 发布日期:2017-05-13
    • 文件大小:1399
    • 提供者:zl
  1. gaussian_pthreads

    2下载:
  2. 高斯消去法的pthread并行程序,使用C++编写。在Linux下跑通。-pthread program for gaussian elimination. Write by C++ and run in Linux.
  3. 所属分类:Linux/Unix编程

    • 发布日期:2017-04-24
    • 文件大小:1850
    • 提供者:zl
  1. Hadoop1

    0下载:
  2. 简单介绍一下Hadoop的概念以及Hadoop分布式并行程序方面的知识-Hadoop
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-07
    • 文件大小:4052
    • 提供者:mengze
  1. parallel-program-design

    0下载:
  2. 主要介绍高性能计算方面的程序编写,以及linux下的shell编程,并行程序的设计,高性能计算集群的管理与优化等。-Introduces procedures for the preparation of high performance computing, and under linux, shell programming, parallel program design, management and optimization of high performance computing
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-06-14
    • 文件大小:21072586
    • 提供者:圣郎
  1. openmpi-1.8.1.tar

    1下载:
  2. openmpi是可以编译并行程序的编译器,它是非常重要的。-openmpi-1.8.1 is a new mpi software. It can compile some important code.
  3. 所属分类:Driver develop

    • 发布日期:2017-06-12
    • 文件大小:19751356
    • 提供者:薛瑞杰
  1. mpi

    0下载:
  2. 高性能计算与云计算 实验报告 ——MPI 求最短路径 本实验的目的是通过练习掌握分布存储并行编程的知识和技巧。 1. 了解并行算法的设计方法 2. 掌握MPI并行程序编写的基本步骤 3. 掌握MPI编程环境和工具的使用 4. 了解MPI程序调试和调优的技巧 -High-performance computing and cloud computing lab report MPI seeking purpose of this experiment is th
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-24
    • 文件大小:184507
    • 提供者:alfred artorius
  1. wlic2dsample1.tar

    0下载:
  2. 多项流的模拟程序,包含vof 界面追踪以及并行程序的实现(Multinomial flow simulation program, including VOF interface tracking and parallel program implementation)
  3. 所属分类:Linux/Unix编程

    • 发布日期:2017-12-26
    • 文件大小:29696
    • 提供者:侃侃
« 12 3 »
搜珍网 www.dssz.com