-
-
-
BFS_CUDA.rar
用CUDA实现BFS算法源码。CUDA是NV公司基于GPU的统一计算架构,BFS复杂度由CPU上的O(V+E)降为O(diameter),直径diameter即图中root到leaf的最长距离。
-
-
-
dct8x8.rar
cuda开发环境下的矩阵运算,cuda sdk中的内容,矩阵运算充分显示了并行编程的优势,对于学习cuda编程有着很好的借鉴作用
-
-
-
cuda_hist.zip
cuda compute unified device architecture histogram code
-
cuda_mi.zip
cuda compute device architecture mutual information on the gpu
-
mv.zip
cuda Faster Matrix-Vector Multiplication on GeForce 8800GTX
-