CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - gpu cuda

搜索资源列表

  1. SiftGPU-V370

    0下载:
  2. 使用gpu、cpu并行进行sift算子计算匹配,能够在原来的基础上加速处理,但对显卡要求较高,具体环境配置使用方法可以参照mannual-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[3], SiftGPU th
  3. 所属分类:Special Effects

    • 发布日期:2017-05-19
    • 文件大小:5296286
    • 提供者:周金强
  1. MatrixMul

    0下载:
  2. an example of matrix multipication on cuda GPU
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-13
    • 文件大小:1602
    • 提供者:aviad
  1. cuda-programming-

    0下载:
  2. 本书是GPU编程语言cuda的经典电子学习资料,书中涵盖了cuda编程的各个部分。深入浅出,内容详实。-Cuda GPU programming language book is a classic e-learning materials, book covers every part of the cuda programming. Easy to understand, informative.
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-10
    • 文件大小:2191559
    • 提供者:张科
  1. .GPU.Gems.3

    0下载:
  2. 目前最火的gpu技术大会精粹。从别人的代码学习并行和cuda框架-Currently the hottest gpu Technology Conference essence. Code to learn from others cuda framework for parallel and
  3. 所属分类:Special Effects

    • 发布日期:2017-06-17
    • 文件大小:26866440
    • 提供者:allen
  1. GPU-CUDA001

    0下载:
  2. 文章介绍如何使用CUDA实现神经网络,并把他应用在GPU图像处理单元上。 -An Artificial Neural Network is an information processing method that was inspired by the way biological nervous systems function, such as the brain, to process information. It is composed of a large number of
  3. 所属分类:Special Effects

    • 发布日期:2017-05-06
    • 文件大小:1393001
    • 提供者:尘封
  1. GPU

    0下载:
  2. 文章介绍如何使用CUDA实现神经网络,并把他应用在GPU图像处理单元上。- A Neural Network on GPU This article describes the implementation of a neural network with CUDA. library I developed- mainly using the MS.NET
  3. 所属分类:Special Effects

    • 发布日期:2017-05-04
    • 文件大小:1440528
    • 提供者:wuchangke
  1. GPU-Lab.tar

    0下载:
  2. Wrapper library to switch between opencl and cuda kernels.
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-05
    • 文件大小:17425
    • 提供者:mart martin
  1. cuda-by-example

    0下载:
  2. CUDA by Example an introduction to general-perpose GPU programming, by Jason Sanders and Edward Kandrot, English version
  3. 所属分类:MPI

    • 发布日期:2017-04-10
    • 文件大小:1957489
    • 提供者:L
  1. cuda_by_example

    0下载:
  2. the source code of the book: CUDA by Example an introduction to general-perpose GPU programming, written by Jason Sanders and Edward Kandrot
  3. 所属分类:MPI

    • 发布日期:2017-03-31
    • 文件大小:301951
    • 提供者:L
  1. GPU_V1

    0下载:
  2. 基于GPU的SPH算法 在GPU上完全实现了SPH算法,并且进行了绘制 -GPU-based SPH algorithm on the GPU fully realized SPH algorithm, and were drawn
  3. 所属分类:MPI

    • 发布日期:2017-05-15
    • 文件大小:4076567
    • 提供者:yang sheng
  1. cufft1d

    0下载:
  2. GPU cuda cufft CUFFT1D-GPU CUDA CUFFT
  3. 所属分类:MPI

    • 发布日期:2017-04-08
    • 文件大小:1104
    • 提供者:xiaoyu
  1. GPU-hash-tabl

    0下载:
  2. 在cuda上用gpu实现散列表 在cuda上用gpu实现散列表-Implementation on cuda gpu in a hash table with
  3. 所属分类:Special Effects

    • 发布日期:2017-04-05
    • 文件大小:1381
    • 提供者:楼云
  1. Cuda-Application

    0下载:
  2. GPU之CUDA编程基础教程,内容讲解丰富-CUDA program
  3. 所属分类:software engineering

    • 发布日期:2017-05-18
    • 文件大小:4714364
    • 提供者:崔志刚
  1. ubuntuPopencv(GPU)

    0下载:
  2. 在linux环境下配置opencv(带GPU模块),用户需要事先安装好cuda。-environment setting:opencv(GPU)+ubuntu
  3. 所属分类:Project Manage

    • 发布日期:2017-04-03
    • 文件大小:1868
    • 提供者:2012
  1. hardware-GPU

    0下载:
  2. 里面包含目前流行的nvidia的GPU的硬件体系结构简介,对于CUDA并行编程的编写与调试会有很大帮助!-Which contains the currently popular nvidia GPU hardware architecture Introduction, for the preparation of the CUDA parallel programming and debugging will be very helpful!
  3. 所属分类:OpenGL program

    • 发布日期:2017-03-31
    • 文件大小:56452
    • 提供者:xzq
  1. cuda-jiandanchengfa

    0下载:
  2. cuda的简单乘法运算,用于做较乘法运算在gpu和cpu的比较。-The simple cuda multiplication, used to do a multiplication gpu and CPU in comparison.
  3. 所属分类:MPI

    • 发布日期:2017-04-07
    • 文件大小:957277
    • 提供者:彭明明
  1. CUDA

    0下载:
  2. 帮助gpu初学者配置CUDA环境,我来探索,让你少走弯路-Help the gpu beginners to configure the CUDA environment, to explore detours
  3. 所属分类:OpenGL program

    • 发布日期:2017-04-14
    • 文件大小:4193
    • 提供者:清水磐石
  1. GPU-Gems-3

    0下载:
  2. 《GPU精粹3》是GPU精粹系列畅销书的第三卷,展示了当今最前沿的图形处理单元(GPU)编程技术。现代GPU的可编程性让开发者不仅可以在自己的岗位上迅速脱颖而出,更使得他们可以在非图形应用程序中运用GPU的卓越处理能力,例如,物理仿真、金融分析,甚至是病毒检测——尤其是在cuDA体系结构下。图形学仍然是GPU主要应用领域,通过学习《GPU精粹3》,读者会惊喜地发现一些最新的算法,使用它们可以创建非常真实的角色,实现更逼真的光照效果,以及完成绘制后的混合效果。-GPU Gems 3 contain
  3. 所属分类:OpenGL program

    • 发布日期:2017-06-17
    • 文件大小:26803590
    • 提供者:ljm
  1. GPU-AES

    1下载:
  2. 使用cuda的aes加解密kernel函数-the kernel function of aes encrypt
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-05-13
    • 文件大小:3250258
    • 提供者:周洪丞
  1. CUDA-programming

    0下载:
  2. 此文档讲述的事CUDA编程的基础技术,对于基于GPU 的并行编程入门学者有帮助-This document is about the basis of the CUDA programming technology, entry scholars for GPU-based parallel programming
  3. 所属分类:MPI

    • 发布日期:2017-05-12
    • 文件大小:2945440
    • 提供者:wangzhao
« 1 2 3 4 5 67 8 9 10 11 ... 17 »
搜珍网 www.dssz.com