搜索资源列表
mpi_gather_mollc.c
- 系统自带的mpi_gather函数的功能的测试程序-System' s own functional mpi_gather function test procedures
FFT
- 一个不错的快速傅里叶变换并行算法的MPI源程序-A MPI source code for fast Fourier transform s parallel algorithm
gauss
- 一个不错的全主元高斯消去法并行算法的MPI源程序-a MPI source code for Gaussian elimination s parallel algorithm
cuda
- cuda的教程,cuda是在nvdia的GT80以上显卡支持的Gpu编程的c语言环境-cuda' s Guide, cuda is the GT80 in nvdia above Gpu graphics support c programming language environment
USBfirmwareSourceCode
- 经过验证可用,基于CY7C68013的固件源程序;Cypress Semiconductor公司的EZ-USB FX2是世界上第一款集成USB2.0的微处理器,它集成了USB2.0收发器、SIE(串行接口引擎)、增强的8051微控制器和可编程的外围接口-Verified available, based on the CY7C68013 firmware source code Cypress Semiconductor' s EZ-USB FX2 is the world' s
PachecoGuide
- This Users Guide is a brief tutorial introduction to some of the more important features of MPI for C programmers
matrixmult
- this a matrix multiple, it s work with mpi and wroted with c++ it s parallel verjon-this is a matrix multiple, it s work with mpi and wroted with c++ it s parallel verjon
fox_mpi
- It s implementation of fox algorithm using lam mpi library in C successfully ran on ubuntu 9.04, lam 7.1 on ehternet network
philosopher.tar
- 用C语言实现了经典的哲学家吃饭问题。使用了信号量机制。-Dinning philosopher s problem implemented in C
floyd.c.tar
- This the source code for floyd s algorithm in mpi-This is the source code for floyd s algorithm in mpi
cpp_trees.tar
- C++ code implementation of RedBlack trees and interval trees based on Algorithms from MIT s CLR
CUDAdlltest
- VC++,VS2010平台上的三个CUDA dll测试程序(一个是库文件程序,另外两个是VS2010平台和VisualC++6.0平台下的测试程序,可以方便地作为CUDA dll应用程序开发的框架,为了能正确运行这些程序,请确保已经安装了NVIDIA GPU Computing SDK 4.0 及以上,并且电脑上要有NVIDIA的GPU显卡),程序均有详细的注释。文章可参考http://blog.csdn.net/menglongbor/article/details/7526493-VC++,
PWM
- 飞思卡尔PWM调速程序,应用C语言,在飞思卡尔JM60单片机上实现电机调速-freescale s progam for PWM
AntColony
- tsp-c# it s code of sequential of The Traveling Salesman Problem in c#.
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
ex19.c
- N-S方程的求解,基于PETSc工具包,在linux环境下开发的-NS solving equations, based on PETSc toolkit developed under linux environment
Poiseuille
- poiseuille的LBM模拟,C++,三种边界处理方法。周期、反弹、曲线。-LBM simulation poiseuille s, C++, three border approach. Cycle, rebound, curve.
queen
- 并行计算的一个简单c++代码,解决八皇后问题,在mpi上运行。-Parallel computing a simple c++ code to solve the eight Queen s problems, in mpi operation.
reverseArray_singleblock
- 反向阵列(单块)-- 给定指针d_a中的输入数组{a0,a1,...,an-1},将反向数组{an-1,an-2,...,a0}存储在指针d_b中 A: 从“reverseArray_singleblock”模板开始 B: 只有一个线程块启动,以反转一个大小的数组 N = numThreads = 256个元素 C: 第1部分(共1个):所有你需要做的是实现内核的“reverseArrayBlock()” D:每个线程将单个元件移动到相反的位置, 从d_a指标读取输入,
MPI
- 上课时候的作业和一些老师的程序 用MPI编写,需要的可以看看 里面附有使用说明(Homework in class and some teacher's procedures Write with C's MPI, you can see what you need Instructions for use are attached)