搜索资源列表
Assignment2-Question1
- 算法结构的编程,用stack和queue的算法,c++的编程-algorithm structure of the program, with the stack and queue algorithm, c + + Programming
Program-With-OpenMP.rar
- 用OpenMP实现多线程编程的ppt讲义。有助于初学OpenMP的朋友加深理解,The realization of multi-threaded with OpenMP programming notes ppt. Help novice friends deepen their understanding of OpenMP
cuda-memcheck-handbook-4.0cn
- CUDA调试工具cuda-gdb,包含一个可以在CUDA中检测和调试内存错误的内存检查特性。该文档描述了这个名为cuda-memcheck的工具与它的功能。 NVIDIA用它强大的cuda-gdb硬件调试器简化了CUDA程序错误的调试。然而,每个程序员总会遇到难以检测到的内存相关错误,并花大量时间去调试。当处理上千条线程时,内存相关的错误的数量会明显增加。cuda-memcheck就是设计用来检测你的CUDA程序中这种内存存取错误的工具。-CUDA debugging tool cud
sreg
- 逐步回归分析fortran程序,有具体实例-Stepwise regression analysis fortran program, with specific examples
MatrixMulTexture_kernel
- 基于GPU的并行编程,采用纹理实现两个矩阵相乘。自己写的程序。-This is a parallel program based GPU,which achieved two matrix multiplication with texture.It is mine.
trapezoidal
- 并行计算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
jacobi
- 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
Billiard
- 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
addition
- Parallel C++ Program with MPI to add numbers in an array
linear
- C++ Parallel program with MPI to solve a linear equation system
fangzhusanshe2d
- 用FDTD方法计算方柱散射的matlab程序,具有通用性。-FDTD method with square columns scattering matlab program, with versatility.
include1
- MPI prime numbers. program for generating prime numbers
Program-With-MPI
- 关于MPI的PPT,里面有两个实例,是完整的代码。-MPI
Program-With-OpenMP
- 此文档为网络上搜索都得以篇并行计算演示文稿,介绍了OpenMP程序设计-This document is an Internet search for articles are parallel to the presentation, introduced the OpenMP programming
Concurrentprogramming
- 并发程序设计,比较计算机系统处理并发和串行时,时间的花费,说明并行的优越性。程序用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
Program-With-OpenMP
- 使用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
mpi_arr
- a sample MPI program with c that calc array sum
mpi_hypercube
- simple MPI program with c
HadoopStreaming.tar
- 在使用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
MPI-and-OpenMP-program-design-report
- mpi跟openmp试验中的一些配置实验环境,以及一些简单的实验,可以对初学者有很大的帮助-mpi with openmp test configuration experimental environment, as well as some simple experiments, can be of great help for beginners