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

搜索资源列表

  1. timing

    0下载:
  2. cuda中很多时间都需要知道算法的运行时间,此程序实现了这一功能。-cuda need to know a lot of time in running time, this procedure to achieve this functionality.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-04
    • 文件大小:9898
    • 提供者:wangzhenhua
  1. boxFilter

    0下载:
  2. Box Filter Using CUDA For The 2D Images
  3. 所属分类:2D Graphic

    • 发布日期:2017-03-31
    • 文件大小:9113
    • 提供者:Li
  1. fluidsGL

    0下载:
  2. CUDA Fluid Simulation Using N-S Equ
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-04
    • 文件大小:3841
    • 提供者:Li
  1. oceanFFT

    0下载:
  2. CUDA FFT : The Simulation Of The Surface Of The Ocean Using The FFT Algorithm
  3. 所属分类:3D Graphic

    • 发布日期:2017-04-07
    • 文件大小:8700
    • 提供者:Li
  1. cudabyexample

    0下载:
  2. CUDAby 恶心example 适用于新手的CUDA入门书籍,很全-CUDAby nausea CUDA example entry for the novice book, it is all
  3. 所属分类:MPI

    • 发布日期:2017-05-10
    • 文件大小:2063435
    • 提供者:Danny
  1. Convolucao_2D

    0下载:
  2. Image convolution with CUDA. You need a Nvidia Cuda enabled video card and the Cuda toolkit and SDK
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-09
    • 文件大小:1220763
    • 提供者:Wendell Diniz
  1. cuda_txcl

    0下载:
  2. 基于CUDA的高性能图像处理算法。着重介绍CPU和CUDA的计算能力,并详细介绍图像处理的背景以及几种操作的原理。在经过实验之后,对比CPU的计算能力可以发现,CUDA在并行处理数据的能力非常强大。由此可知,在图像处理的应用中,CUDA将大有可为。然而Hough变换的性能提升并不明显,其中的原子操作导致线程的排队,大幅度降低了线程并发性能,从而使得CUDA并行运算的优点不能显示出来,此问题的解决,有赖于对Hough变换并行算法的更深入研究。-CUDA-based high-performance
  3. 所属分类:Graph program

    • 发布日期:2017-05-26
    • 文件大小:9528288
    • 提供者:古月衣
  1. cuda_by_example

    0下载:
  2. cuda by example 是一些CUDA程序的例子,很有用,适合正在学习CUDA的朋友。-cuda by example are some examples of CUDA programs, useful for studying CUDA friends.
  3. 所属分类:Other systems

    • 发布日期:2017-04-03
    • 文件大小:344067
    • 提供者:chenmoumou
  1. Thermal

    0下载:
  2. Solving equations of heat transfer with CUDA
  3. 所属分类:Console

    • 发布日期:2017-04-05
    • 文件大小:299595
    • 提供者:Oleg
  1. CUDAProgrammingGuide

    0下载:
  2. CUDA编程手册2.0 NVIDIA公司于2007年正式发布CUDA(ompute Unified Device Architecture,计算统一设备架构)是第一种不需要借助图形学API就可以使用类C语言进行通用计算的开发环境和软件体系-CUDA Programming Guide 2.0 NVIDIA officially launched the company in 2007 CUDA (ompute Unified Device Architecture, Compute Unif
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-08
    • 文件大小:1891662
    • 提供者:小强
  1. CUDA_ImgProcessing

    0下载:
  2. 基于CUDA的图像处理例子,可以方便大家学习使用 -Image processing based on CUDA
  3. 所属分类:Special Effects

    • 发布日期:2017-04-02
    • 文件大小:973748
    • 提供者:zzs
  1. CUDA-Parallel-Programming-Tutorial

    0下载:
  2. CUDA programming Tutorial
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-04-03
    • 文件大小:669691
    • 提供者:Robin
  1. openFaceDetection

    0下载:
  2. This code accelerate face detection using Nvidia s GPU hardware using CUDA programming interface
  3. 所属分类:Graph Recognize

    • 发布日期:2017-04-03
    • 文件大小:10502
    • 提供者:jumanji
  1. Gpucv

    0下载:
  2. This sample code to calclate the optical flow. This program use the opencv and Gpucv. Gpucv is cuda program adapting opencv.-This is sample code to calclate the optical flow. This program use the opencv and Gpucv. Gpucv is cuda program adapti
  3. 所属分类:Special Effects

    • 发布日期:2017-06-21
    • 文件大小:36047472
    • 提供者:kildong
  1. particles

    0下载:
  2. cuda的粒子模拟,非常的逼真,可以控制粒子箱旋转,来观察粒子的运动效果。-cuda based partical simulation, very realistic,you can contral the box which include the particals and watch the motion of the particals.
  3. 所属分类:OpenGL program

    • 发布日期:2017-05-19
    • 文件大小:5369979
    • 提供者:ssj
  1. GPU-Gems3

    0下载:
  2. 给出了GPU的最新快照,详细描述了当今最新的GPU的内部架构,以及如何利用GPU的编程技巧。另外额外探讨了如何利用GPU的计算能力完成其他计算任务(CUDA)。-This third volume of the best-selling GPU Gems series provides a snapshot of today s latest Graphics Processing Unit (GPU) programming techniques. The programmability of
  3. 所属分类:matlab

    • 发布日期:2017-06-17
    • 文件大小:26866255
    • 提供者:闫煜
  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. POSIX-Threads-and-NVIDIAs-CUDA

    0下载:
  2. Introducing multithreaded programming POSIX Threads and NVIDIA s CUDA
  3. 所属分类:SCM

    • 发布日期:
    • 文件大小:203513
    • 提供者:ghostking
  1. CUDA-imization

    0下载:
  2. CUDA稀疏矩阵与矢量乘法的优化CUDA-based sparse matrix vector multiplication optimization-CUDA-based sparse matrix vector multiplication optimization
  3. 所属分类:Algorithm

    • 发布日期:2017-03-28
    • 文件大小:614282
    • 提供者:ddd
  1. MatrixMul

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

    • 发布日期:2017-04-13
    • 文件大小:1602
    • 提供者:aviad
« 1 2 ... 5 6 7 8 9 1011 12 13 14 15 ... 47 »
搜珍网 www.dssz.com