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

搜索资源列表

  1. example

    0下载:
  2. 这是我学习并行编程的第一个程序, 原来时fortran的, 我将其改写为c的, 两分程序都在包中, 程序比较简单,但很有助于理解mpi
  3. 所属分类:并行运算

    • 发布日期:2008-10-13
    • 文件大小:1.63kb
    • 提供者:邓超
  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. matrixMul

    0下载:
  2. Nvidia GPU实现的矩阵相乘的并行算法程序,对学习CUDA技术的初学者有很强的借鉴作用-Nvidia GPU implementation of parallel matrix multiplication algorithm program for beginners to learn CUDA technology, have a strong reference
  3. 所属分类:MPI

    • 发布日期:2017-03-30
    • 文件大小:9.29kb
    • 提供者:李进
  1. parallel

    1下载:
  2. 《并行算法实践》陈国良著,书中的所有实例程序源代码。并包含中科大计算机并行程序设计课程课件。学习并行程序及算法的真贵资料-" Practice of Parallel Algorithms," Guoliang book, the book source code for all instances. And includes parallel programming courses USTC computer courseware. Parallel programs and
  3. 所属分类:MPI

    • 发布日期:2017-05-17
    • 文件大小:4.73mb
    • 提供者:KevinTse
  1. ParallelDistributedProgramming

    0下载:
  2. 并行算法学习资料。附录了大量并行算法例子程序。-Parallel algorithm learning materials. Appendix a large number of examples of parallel algorithms process.
  3. 所属分类:MPI

    • 发布日期:2017-05-10
    • 文件大小:1.98mb
    • 提供者:tailiu
  1. juzhenchengfa

    0下载:
  2. 该程序为在一个并行计算矩阵乘法的程序,需要在LINUX中安装MPI函数包。大家可以学习一下,感受一下并行计算的原理-The program for the calculation of matrix multiplication in a parallel process, you need to install the MPI function LINUX package. We can learn about and experience the principle of parallel
  3. 所属分类:MPI

    • 发布日期:2017-03-31
    • 文件大小:144.35kb
    • 提供者:稀有品种
  1. mpibook

    0下载:
  2. MPI并行程序设计的一些资料 很经典的 欢迎大家下载学习 -MPI parallel programming some of the information are welcome to download the classic study
  3. 所属分类:MPI

    • 发布日期:2017-03-30
    • 文件大小:810.54kb
    • 提供者:yiliang
  1. Automatic-parallel-compiled

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

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

    0下载:
  2. 里面有有几个用CUDA编写的几个经典的并行小程序,对学习CUDA以及并行思想很有启发作用,简单易学!-There are a few of several classic written in CUDA parallel program for learning CUDA and parallel thinking is very stimulating, and easy to learn!
  3. 所属分类:MPI

    • 发布日期:2017-04-06
    • 文件大小:1.9kb
    • 提供者:xzq
  1. mpi

    0下载:
  2. 《并行程序设计》书中每章节的全部代码,对于初学者可以借鉴代码学习。-" Parallel programming" in each chapter of the book all the code for the beginners can learn the code to learn.
  3. 所属分类:MPI

    • 发布日期:2017-05-01
    • 文件大小:825kb
    • 提供者:孙旭光
  1. HelloCPPAMP

    0下载:
  2. C++AMP的程序,需要安装VS2012,供并行计算初学者学习,内有文档-a program of C++AMP,which is for parallel learners and need to install VS2012. There is a document in it
  3. 所属分类:MPI

    • 发布日期:2017-12-03
    • 文件大小:19.16kb
    • 提供者:姜雪峰
  1. 03

    0下载:
  2. 基于CUDA平台用VS2010编写的计算一系列数平方和的并行程序,比较简单,适合CUDA的初学者学习-CUDA computing platform using VS2010 to write a series of squares and the number of parallel programs based on relatively simple, suitable for beginners to learn CUDA
  3. 所属分类:MPI

    • 发布日期:2017-05-14
    • 文件大小:3.2mb
    • 提供者:欧伟明
  1. bank_conflict

    0下载:
  2. cuda并行计算,bank conflict 实验,cuda入门学习优化必做实验。gpu运行,要有nvidia的显卡并装有cuda,vs才能运行此程序-cuda parallel computing,bank conflict experiment,the essential experiment of studying cuda
  3. 所属分类:MPI

    • 发布日期:2017-05-08
    • 文件大小:1.63mb
    • 提供者:罗杨
  1. MPIjingdian

    0下载:
  2. MPI并行程序设计(都志辉) 经典的,关于并行计算的学习资料-MPI parallel programming (DU) classic study of information on parallel computing
  3. 所属分类:MPI

    • 发布日期:2017-05-02
    • 文件大小:841.91kb
    • 提供者:kerjuin
  1. cuda_add_squre

    0下载:
  2. 本程序计算了一个较大数据量的数组内元素的平方和公式,是学习cuda并行计算的基础-The program calculates the square and the formula array element within a larger amount of data is the basis for learning cuda parallel computing
  3. 所属分类:MPI

    • 发布日期:2017-05-15
    • 文件大小:3.86mb
    • 提供者:刘欧
  1. SIMD

    0下载:
  2. 一些并行程序的例子,主要为SIMD编程,对学习SIMD编程的初学者很有帮助-Some examples of parallel programs, mainly for SIMD programming
  3. 所属分类:MPI

    • 发布日期:2017-04-30
    • 文件大小:27.78kb
    • 提供者:wyf
  1. MatlabCuda

    0下载:
  2. 自己写的GPU并行程序和MATLAB 平台混合调用,适合初学者学习MATLAB 和GPU的并行编程(Write their own GPU parallel program and MATLAB platform mixed call, suitable for beginners to learn MATLAB and GPU parallel programming)
  3. 所属分类:并行计算

    • 发布日期:2017-12-21
    • 文件大小:2.44mb
    • 提供者:Bigstrong
  1. Matlab学习

    0下载:
  2. 对于初学者非常实用的简单Matlab程序(For beginners very practical simple Matlab program)
  3. 所属分类:并行计算

  1. 并行程序设计导论

    1下载:
  2. 适合于新手学习并行化MPI程序以及并行思想学习(This is a parallel program learning material for beginners.)
  3. 所属分类:并行计算

    • 发布日期:2020-06-07
    • 文件大小:16.42mb
    • 提供者:于大大
搜珍网 www.dssz.com