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

搜索资源列表

  1. deliverdata

    0下载:
  2. mpi编程,c语言,实现数据在进程间的接力传送-mpi programming, c language, the process of data in the transmission relay
  3. 所属分类:并行运算

    • 发布日期:2008-10-13
    • 文件大小:1015byte
    • 提供者:tutu
  1. PSRS

    0下载:
  2. 本代码是下在Linux环境下的C编程,主要模拟实现并行计算中的PSRS算法。-under this code is in Linux environment under the C programming, simulated parallel computation algorithm for the MPP.
  3. 所属分类:并行运算

    • 发布日期:2008-10-13
    • 文件大小:3.29kb
    • 提供者:王乐汝
  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. lu.rar

    3下载:
  2. 这是用并行程序语言MPI做的关于矩阵LU分解的程序,程序中很好的实现了分解过程的并行性。,This is used MPI parallel programming language to do LU decomposition on the matrix of the procedures, procedures to achieve a good decomposition process parallelism.
  3. 所属分类:MPI

    • 发布日期:2017-03-24
    • 文件大小:2.08kb
    • 提供者:印凤行
  1. cuda

    0下载:
  2. cuda的教程,cuda是在nvdia的GT80以上显卡支持的Gpu编程的c语言环境-cuda' s Guide, cuda is the GT80 in nvdia above Gpu graphics support c programming language environment
  3. 所属分类:MPI

    • 发布日期:2017-04-10
    • 文件大小:1.56mb
    • 提供者:何龙军
  1. hello[1].c

    0下载:
  2. simple mpi explaining the use of parallel programming
  3. 所属分类:MPI

    • 发布日期:2017-04-07
    • 文件大小:5.57kb
    • 提供者:pooja
  1. openmp

    0下载:
  2. This document specifies a collection of compiler directives, library functions, and environment variables that can be used to specify shared-memory parallelism in C and C++ programs. The functionality described in this document is collectively
  3. 所属分类:MPI

    • 发布日期:2017-04-04
    • 文件大小:222.81kb
    • 提供者:Sudhanshu Shukla
  1. openFemSrc

    0下载:
  2. 有限元计算软件,用C/C++编程求解了一个简单的有限元问题,可以作为有限元学习的编程实例,以更好地理解有限元理论,并为进一步使用大型有限元软件打下基础-Finite element software, using C/C++ programming to solve a simple finite element problem, as the finite element study of the programming examples to better understand the fi
  3. 所属分类:MPI

    • 发布日期:2017-04-17
    • 文件大小:271.65kb
    • 提供者:
  1. dongtaiguihua

    0下载:
  2. 通过使用C++代码编写实现动态规划背包的最优解问题。-By using the C++ coding to achieve the optimal solution of dynamic programming knapsack problem.
  3. 所属分类:MPI

    • 发布日期:2017-04-10
    • 文件大小:861byte
    • 提供者:王琳
  1. kaijicishujisuan

    0下载:
  2. 记录开机次数的C语言编程,用Keil uVision2软件调试程序,再导入单片机调试。-Boot record number of the C programming language, software debugger with Keil uVision2, and then import the single-chip debugging.
  3. 所属分类:MPI

    • 发布日期:2017-04-08
    • 文件大小:26.22kb
    • 提供者:那小子
  1. ParallelComputing

    0下载:
  2. 开发MPI并行程序不可缺少的参考,书中详细讲述了并行编程的思想以及一些并行程序的实例,开发环境为C或者C-The development of MPI parallel program indispensable reference book is a detailed account of the parallel programming ideas as well as some of the parallel program instance, the development enviro
  3. 所属分类:MPI

    • 发布日期:2017-04-04
    • 文件大小:810.16kb
    • 提供者:是的
  1. model-anlysys

    0下载:
  2. 用c++编程实现模拟模态谐振子的数学算法-C++ programming analog the modal harmonic oscillator algorithm
  3. 所属分类:MPI

    • 发布日期:2017-11-11
    • 文件大小:3.82mb
    • 提供者:tang
  1. CUDA

    0下载:
  2. 这是英伟达公司CUDA语言开发包中最重要的几个源文件。其中cufft是快速傅里叶变换的源文件。 它包含了CUDA指令集架构(ISA)以及GPU内部的并行计算引擎。 开发人员现在可以使用C语言来为CUDA™ 架构编写程序,C语言是应用最广泛的一种高级编程语言。所编写出的程序于是就可以在支持CUDA™ 的处理器上以超高性能运行。 -CUDA™ is a parallel computing platform and programming model invented
  3. 所属分类:MPI

    • 发布日期:2017-04-03
    • 文件大小:62.19kb
    • 提供者:Alen
  1. Book.CUDA.by.Example.Sanders

    0下载:
  2. CUDA BY EXAMPLE: AN INTRODUCTION TO GENERAL-PURPOSE GPU PROGRAMMING,非常适合CUDA编程开发者在开发过程中参考使用,里面有非常多经典的并行实例可供学习。-CUDA BY EXAMPLE: AN INTRODUCTION TO GENERAL-PURPOSE GPU PROGRAMMING Author(s): Jason Sanders Edward Kandrot Published: 28 Jul 201
  3. 所属分类:MPI

    • 发布日期:2017-05-08
    • 文件大小:1.87mb
    • 提供者:mzh
  1. Ripple

    0下载:
  2. 在GPU上使用线程实现波纹效果,CUDA C编程,使用VS及CUDA平台才能运行成功-The use of threads on the GPU to achieve ripple effect, CUDA C programming, the successful use of VS and CUDA platform to run
  3. 所属分类:MPI

    • 发布日期:2017-05-15
    • 文件大小:3.81mb
    • 提供者:耳双
  1. fft

    1下载:
  2. 基于C语言的快速傅里叶变换FFT消息传递MPI编程,可以在并行计算机中编译与运行-Fast Fourier Transform (FFT) based on the C language MPI message passing programming parallel computers can be compiled and run
  3. 所属分类:MPI

    • 发布日期:2017-04-10
    • 文件大小:1.21kb
    • 提供者:陈立
  1. Integration-by-Simpson

    0下载:
  2. MPI与OpenMP并行程序设计(C语言版):Simpson法求解定积分-MPI and OpenMP parallel programming (C language version): Simpson method to solve the definite integral
  3. 所属分类:MPI

    • 发布日期:2017-04-05
    • 文件大小:738byte
    • 提供者:anqi
  1. MPI-and-OpenMP-parallel-programming

    1下载:
  2. 《MPI与OpenMP并行程序设计(C语言版)》是美国Oregon州立大学的Michael J.Quinn教授在多年讲授“并行程序设计”课程的基础上编写而成的,主要介绍用C语言,并结合使用MPI和OpenMP进行并行程序设计,内容包括并行体系结构、并行算法设计、消息传递编程、Eratosthenes 筛法、Floyd 算法、性能分析、矩阵向量乘法、文档分类、蒙特卡洛法、矩阵乘法、线性方程组求解、有限差分方法、排序、快速傅立叶变换、组合搜索、共享存储编程、融合OpenMP和MPI以及5个附录。-&
  3. 所属分类:MPI

    • 发布日期:2016-09-22
    • 文件大小:46.64mb
    • 提供者:艾艾
  1. [GPU-CUDA--C-Programming]

    0下载:
  2. GPU CUDA C并行编程是计算机实现并行高速计算的强大方式,本资料将引领你进入这个神奇的世界-GPU CUDA C parallel programming is a powerful way to achieve parallel high-speed computer, this information will lead you into the magic of the world
  3. 所属分类:MPI

    • 发布日期:2017-12-17
    • 文件大小:42.8mb
    • 提供者:王KK
  1. Colfax-HOW-Day-02

    0下载:
  2. we focus on the usage of the Intel Xeon Phi platform as a coprocessor in the offload programming model. We talk about the explicit offload model based on compiler pragmas, explaining how to offload functions, local scalars and arrays of known size, a
  3. 所属分类:MPI

    • 发布日期:2017-05-04
    • 文件大小:40.93kb
    • 提供者:黄雪
« 12 »
搜珍网 www.dssz.com