搜索资源列表
H.264CUDA
- 使用CUDA进行H264编码的经典文章:H.264 ME implementation on CUDA,值得推荐学习。-H264 encoded using CUDA for classic article: H.264 ME implementation on CUDA, worth recommending to learn.
MFC_CUDA
- 如何在MFC中调用CUDA,环境: Windows Vista SP1,Microsoft Visual Studio 2005,CUDA 2.0 步骤:1.创建一个对话框的MFC程序 -How to call MFC CUDA, Environment: Windows Vista SP1, Microsoft Visual Studio 2005, CUDA 2.0: 1. Create a MFC dialog box program
Mars_v2
- GPU实现的MapReduce framework,对于学习并行编程和cuda平台的编程方面有着极好的参考价值,里面附带论文。用户要求有NViDIA显卡,并且安装cuda编程环境。-We design and implement Mars, a MapReduce framework, on graphics processors (GPUs). MapReduce is a distributed programming framework originally proposed by
hazy
- cuda并行计算去雾,在linux环境下,使用opencv库,nvcc hazy.cu 运行-cuda parallel computing to fog, in the linux environment, using opencv library, nvcc hazy.cu run
cuda-matrixmul--reverse
- cuda并行计算 两基于vs实现的.cu代码 简单的实现矩阵相乘和反转。-Cuda parallel computing based on vs. Two cu code simple implementation of matrix multiplication and inversion
matrix_mul_cuda_2.cu
- 矩阵相乘的cuda实现 矩阵分块且使用shared memory-parallel version of matrix multiply
polar_BP_decoder.cu
- 本代码是基于GPU的polar码BP并行译码,主要完成基于GPU的并行译码功能,开发语言为CUDA C。(BP parallel decoding of polar codes based on GPU)