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

搜索资源列表

  1. Assignment2-Question1

    0下载:
  2. 算法结构的编程,用stack和queue的算法,c++的编程-algorithm structure of the program, with the stack and queue algorithm, c + + Programming
  3. 所属分类:并行运算

    • 发布日期:2008-10-13
    • 文件大小:3.52kb
    • 提供者:dayang
  1. Program-With-OpenMP.rar

    1下载:
  2. 用OpenMP实现多线程编程的ppt讲义。有助于初学OpenMP的朋友加深理解,The realization of multi-threaded with OpenMP programming notes ppt. Help novice friends deepen their understanding of OpenMP
  3. 所属分类:MPI

    • 发布日期:2016-09-26
    • 文件大小:114.57kb
    • 提供者:Rocky
  1. cuda-memcheck-handbook-4.0cn

    0下载:
  2. CUDA调试工具cuda-gdb,包含一个可以在CUDA中检测和调试内存错误的内存检查特性。该文档描述了这个名为cuda-memcheck的工具与它的功能。 NVIDIA用它强大的cuda-gdb硬件调试器简化了CUDA程序错误的调试。然而,每个程序员总会遇到难以检测到的内存相关错误,并花大量时间去调试。当处理上千条线程时,内存相关的错误的数量会明显增加。cuda-memcheck就是设计用来检测你的CUDA程序中这种内存存取错误的工具。-CUDA debugging tool cud
  3. 所属分类:MPI

    • 发布日期:2017-03-30
    • 文件大小:465.57kb
    • 提供者:sogo
  1. sreg

    0下载:
  2. 逐步回归分析fortran程序,有具体实例-Stepwise regression analysis fortran program, with specific examples
  3. 所属分类:MPI

    • 发布日期:2017-03-29
    • 文件大小:1.78kb
    • 提供者:张东海
  1. MatrixMulTexture_kernel

    0下载:
  2. 基于GPU的并行编程,采用纹理实现两个矩阵相乘。自己写的程序。-This is a parallel program based GPU,which achieved two matrix multiplication with texture.It is mine.
  3. 所属分类:MPI

    • 发布日期:2017-04-11
    • 文件大小:796byte
    • 提供者:Tandy
  1. trapezoidal

    0下载:
  2. 并行计算trapezoidal rule Write an MPI program for numerical integration based on the trapezoidal rule. For communication, use the functions MPI_Send() and MPI_Recv() that were described in the lecture. The number of intervals and the integration
  3. 所属分类:MPI

    • 发布日期:2017-04-06
    • 文件大小:1.47kb
    • 提供者:刘铭
  1. jacobi

    0下载:
  2. Write an MPI program that solves a set of linear equations Ax = b with the 并行计算 Jacobi method. The root process reads the matrix A and the vector b from files. The file names have to be specified by the user as parameters.-Write an MPI p
  3. 所属分类:MPI

    • 发布日期:2017-03-24
    • 文件大小:2.04kb
    • 提供者:刘铭
  1. Billiard

    0下载:
  2. Descr iption: This Program Performs the following: (1) Animates the movement of a Billiard Ball on a table that has a surface friction (mu) and coefficient of restitution (e) for the sides and saves it as an AVI file. (2) Outputs series of row
  3. 所属分类:MPI

    • 发布日期:2017-03-28
    • 文件大小:136.07kb
    • 提供者:zhanglan
  1. addition

    0下载:
  2. Parallel C++ Program with MPI to add numbers in an array
  3. 所属分类:MPI

    • 发布日期:2017-04-01
    • 文件大小:518byte
    • 提供者:Shripal
  1. linear

    0下载:
  2. C++ Parallel program with MPI to solve a linear equation system
  3. 所属分类:MPI

    • 发布日期:2017-03-27
    • 文件大小:530byte
    • 提供者:Shripal
  1. fangzhusanshe2d

    0下载:
  2. 用FDTD方法计算方柱散射的matlab程序,具有通用性。-FDTD method with square columns scattering matlab program, with versatility.
  3. 所属分类:MPI

    • 发布日期:2017-03-30
    • 文件大小:1.34kb
    • 提供者:徐石磊
  1. include1

    0下载:
  2. MPI prime numbers. program for generating prime numbers
  3. 所属分类:MPI

    • 发布日期:2017-04-15
    • 文件大小:11.74kb
    • 提供者:Sendia
  1. Program-With-MPI

    1下载:
  2. 关于MPI的PPT,里面有两个实例,是完整的代码。-MPI
  3. 所属分类:MPI

    • 发布日期:2017-04-02
    • 文件大小:103.29kb
    • 提供者:江雨
  1. Program-With-OpenMP

    0下载:
  2. 此文档为网络上搜索都得以篇并行计算演示文稿,介绍了OpenMP程序设计-This document is an Internet search for articles are parallel to the presentation, introduced the OpenMP programming
  3. 所属分类:MPI

    • 发布日期:2017-03-30
    • 文件大小:119.36kb
    • 提供者:hsxw001
  1. Concurrentprogramming

    0下载:
  2. 并发程序设计,比较计算机系统处理并发和串行时,时间的花费,说明并行的优越性。程序用VC++6.0菜单式编程实现-Concurrent programming, comparing concurrent and serial processing computer system, the time spent, shows the superiority of the parallel. Program with VC++6.0 menu-driven programming
  3. 所属分类:MPI

    • 发布日期:2017-05-10
    • 文件大小:2.23mb
    • 提供者:陈博灿
  1. Program-With-OpenMP

    0下载:
  2. 使用openMP进行并行计算 openMP具有如下特点:1.标准性 2.简洁实用 3.使用方便 4.可移植性-Parallel computing using openMP openMP has the following characteristics: 1. Standard of 2 simple and practical 3. Easy to use 4 Portability
  3. 所属分类:MPI

    • 发布日期:2017-03-26
    • 文件大小:115kb
    • 提供者:j-wu06
  1. mpi_arr

    0下载:
  2. a sample MPI program with c that calc array sum
  3. 所属分类:MPI

    • 发布日期:2017-03-31
    • 文件大小:1.36kb
    • 提供者:mstfa
  1. mpi_hypercube

    0下载:
  2. simple MPI program with c
  3. 所属分类:MPI

    • 发布日期:2017-04-11
    • 文件大小:1.2kb
    • 提供者:mstfa
  1. HadoopStreaming.tar

    0下载:
  2. 在使用Hadoop Streaming时,自己定义的Inputformat,实现Map的输入<key,value>,key为文件名,value为文档的整篇内容。-Using the self design inputformat to make the filename as the key and the whole content as the key in the Map Input come true while do the MapReduce program with h
  3. 所属分类:MPI

    • 发布日期:2017-03-31
    • 文件大小:3.18kb
    • 提供者:gdq
  1. MPI-and-OpenMP-program-design-report

    0下载:
  2. mpi跟openmp试验中的一些配置实验环境,以及一些简单的实验,可以对初学者有很大的帮助-mpi with openmp test configuration experimental environment, as well as some simple experiments, can be of great help for beginners
  3. 所属分类:MPI

    • 发布日期:
    • 文件大小:180.67kb
    • 提供者:wangxiuyong
« 12 3 »
搜珍网 www.dssz.com