搜索资源列表

  1. BFS_CUDA

    0下载:
  2. 用CUDA实现BFS算法源码。CUDA是NV公司基于GPU的统一计算架构,BFS复杂度由CPU上的O(V+E)降为O(diameter),直径diameter即图中root到leaf的最长距离。-This is the algorithm of BFS(breadth first search) on CUDA, and its time complexity is down to O(diameter) which diameter
  3. 所属分类:并行运算

    • 发布日期:2024-11-26
    • 文件大小:1kb
    • 提供者:iJuliet
  1. SiftGPU_V340

    0下载:
  2. SiftGPU is an implementation of SIFT [1] for GPU. SiftGPU processes pixels parallely to build Gaussian pyramids and detect DoG Keypoints. Based on GPU list generation, SiftGPU then uses a GPU/CPU mixed method to efficien
  3. 所属分类:其他小程序

    • 发布日期:2024-11-26
    • 文件大小:6.66mb
    • 提供者:picab

源码中国 www.ymcn.org