Go To English Version 超过100万源码资源,1000万源码文件免费下载
  • ACsearch_DPPcompact_with_driver.rar AC多模式匹配算法的CUDA实现 Aho-Corasick算法是基于有穷状态自动机的多模式匹配算法
  • CUDAreduction.zip CUDA的流式缩减示例,比较经典的代码 可供参考
  • histKernel.zip CUDA 做直方图统计的示例,开创了GPU在图像处理中应用的先河
  • cudaOpenMP.zip CUDA 的编程示例,主要是用于通用计算的扩展,值得研究学习
  • simpleTexture.zip GPU纹理使用,CUDA的代码 纹理可以作为数据的存储介质
  • NVIDIA_CUDA_Programming_Guide_2.3[1].rar 关于cuda的编程指南,非常好用,DO YOU WANT TO LEARN CUDA?? JUST DOWNLOAD!HURRY!!!!
  • particles.rar 基于GPU,使用CUDA语言,实时模拟上千个粒子的碰撞。在模拟过程中,可通过鼠标和键盘进行交互式操作,方便观测。
  • asyncAPI.zip This sample illustrates the usage of CUDA events for both GPU timing and * overlapping CPU and GPU execution.
  • cuda_matmult_opt.zip CUDA matrix multiplication 3 different optimization schemes are included (loop unrolling, data prefetching, thread granularity)
  • cuda_reduce.zip cuda sum reduction with loop unrolling and bank-conflict avoided