搜索资源列表
deliverdata
- mpi编程,c语言,实现数据在进程间的接力传送-mpi programming, c language, the process of data in the transmission relay
PSRS
- 本代码是下在Linux环境下的C编程,主要模拟实现并行计算中的PSRS算法。-under this code is in Linux environment under the C programming, simulated parallel computation algorithm for the MPP.
Assignment2-Question1
- 算法结构的编程,用stack和queue的算法,c++的编程-algorithm structure of the program, with the stack and queue algorithm, c + + Programming
lu.rar
- 这是用并行程序语言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.
cuda
- cuda的教程,cuda是在nvdia的GT80以上显卡支持的Gpu编程的c语言环境-cuda' s Guide, cuda is the GT80 in nvdia above Gpu graphics support c programming language environment
hello[1].c
- simple mpi explaining the use of parallel programming
openmp
- 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
openFemSrc
- 有限元计算软件,用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
dongtaiguihua
- 通过使用C++代码编写实现动态规划背包的最优解问题。-By using the C++ coding to achieve the optimal solution of dynamic programming knapsack problem.
kaijicishujisuan
- 记录开机次数的C语言编程,用Keil uVision2软件调试程序,再导入单片机调试。-Boot record number of the C programming language, software debugger with Keil uVision2, and then import the single-chip debugging.
ParallelComputing
- 开发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
model-anlysys
- 用c++编程实现模拟模态谐振子的数学算法-C++ programming analog the modal harmonic oscillator algorithm
CUDA
- 这是英伟达公司CUDA语言开发包中最重要的几个源文件。其中cufft是快速傅里叶变换的源文件。 它包含了CUDA指令集架构(ISA)以及GPU内部的并行计算引擎。 开发人员现在可以使用C语言来为CUDA™ 架构编写程序,C语言是应用最广泛的一种高级编程语言。所编写出的程序于是就可以在支持CUDA™ 的处理器上以超高性能运行。 -CUDA™ is a parallel computing platform and programming model invented
Book.CUDA.by.Example.Sanders
- 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
Ripple
- 在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
fft
- 基于C语言的快速傅里叶变换FFT消息传递MPI编程,可以在并行计算机中编译与运行-Fast Fourier Transform (FFT) based on the C language MPI message passing programming parallel computers can be compiled and run
Integration-by-Simpson
- MPI与OpenMP并行程序设计(C语言版):Simpson法求解定积分-MPI and OpenMP parallel programming (C language version): Simpson method to solve the definite integral
MPI-and-OpenMP-parallel-programming
- 《MPI与OpenMP并行程序设计(C语言版)》是美国Oregon州立大学的Michael J.Quinn教授在多年讲授“并行程序设计”课程的基础上编写而成的,主要介绍用C语言,并结合使用MPI和OpenMP进行并行程序设计,内容包括并行体系结构、并行算法设计、消息传递编程、Eratosthenes 筛法、Floyd 算法、性能分析、矩阵向量乘法、文档分类、蒙特卡洛法、矩阵乘法、线性方程组求解、有限差分方法、排序、快速傅立叶变换、组合搜索、共享存储编程、融合OpenMP和MPI以及5个附录。-&
[GPU-CUDA--C-Programming]
- 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
Colfax-HOW-Day-02
- 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