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

搜索资源列表

  1. Radius-Cuda_code

    0下载:
  2. Radius-Cuda_code CUDA实现的光子映射
  3. 所属分类:其它

    • 发布日期:2011-07-12
    • 文件大小:282904
    • 提供者:xiaoxiao9633
  1. cusvd_by_ZhangShu

    0下载:
  2. 在cuda上进行奇异值分解,采用Hestens 方法,与cpu相比加速4-5倍-svd in cuda
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-01
    • 文件大小:346180
    • 提供者:zhao
  1. convolutionFFT2D

    0下载:
  2. 介绍CUDA的书籍,卷积以及FFT的实现-Introduce CUDA books, the realization of convolution and FFT
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-09
    • 文件大小:1919247
    • 提供者:李靖
  1. Cuda-OpenSrc

    0下载:
  2. Cuda Open Source project. Fast calculation on graphical processors. Language: C. -Cuda Open Source project. Fast calculation on graphical processors. Language: C.
  3. 所属分类:Other systems

    • 发布日期:2017-03-28
    • 文件大小:30751
    • 提供者:Crazy
  1. scan

    0下载:
  2. 本实例展示了并行前缀求和(也称作“scan”)的一种高效的 CUDA 实施途径。针对一个给定的数列,scan 可以计算出一个新的数列,其中每一个元素均为在输入列中该元素前面的所有元素的总和。 -This example shows the parallel prefix sum (also known as " scan" ) of an efficient CUDA implementation of the approach. For a given series, scan
  3. 所属分类:Console

    • 发布日期:2017-05-07
    • 文件大小:1951129
    • 提供者:Wolfeyes
  1. CPyrit-CUDA-0.2.4.tar

    0下载:
  2. SHA-1 Cracker based on NVidia CUDA technology. Uses optimized SHA-1 implementation in C like Cuda language
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-01
    • 文件大小:7731
    • 提供者:Foo Saa
  1. cuda

    0下载:
  2. 深入浅出谈CUDA CUDA 是 NVIDIA 的 GPGPU 模型,它使用 C 语言为基础,可以直接以大多数人熟悉的 C 语言,写出在显示芯片上执行的程序,而不需要去学习特定的显示芯片的指令或是特殊的结构。-Visitors to learn about CUDA CUDA is NVIDIA s GPGPU model, which uses the C language-based, most people directly familiar with the C language
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-04
    • 文件大小:82421
    • 提供者:multigen
  1. CUDA-DCT-code

    0下载:
  2. 英伟达gpu通用计算统一架构CUDA,DCT源代码,例程-Gpu NVIDIA unified architecture general-purpose computing CUDA, DCT source code, routines
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-05-16
    • 文件大小:4348584
    • 提供者:gyz
  1. CUDA-GPU-A-GOOD-BOOK

    1下载:
  2. 学习CUDA编程入门的一本书,用实例讲解了不同优化程度的执行效率,本人受益匪浅,里面的代码可用。-Introduction to CUDA programming learning a book explained with examples the efficiency of different optimization levels, I benefited greatly from inside the code available.
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-29
    • 文件大小:287010
    • 提供者:读家卡
  1. cuda-nodess

    0下载:
  2. 使用CUDA模拟顶点、几何着色器-原型演示,包含源代码和说明文档-Simulation using CUDA vertex and geometry shaders- the prototype demonstration, including source code and documentation
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-14
    • 文件大小:4011195
    • 提供者:nono
  1. CUDA-by-Example

    0下载:
  2. 现在cuda很火,这本书有很多实例,值得一看-Now cuda is fire, there are many examples of this book, worth a visit
  3. 所属分类:Other systems

    • 发布日期:2017-04-10
    • 文件大小:2063790
    • 提供者:lead
  1. cuda

    0下载:
  2. 一个cuda 示例程序,包含简单的cuda用法和example-A sample program cuda, cuda usage and contains a simple example
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-31
    • 文件大小:63147
    • 提供者:
  1. Cuda-Monitor

    0下载:
  2. a small monitor for multiple GPU for analisy process cuda memory usage etc..
  3. 所属分类:其他

    • 发布日期:2017-12-22
    • 文件大小:30720
    • 提供者:BaDTimE
  1. cuda

    0下载:
  2. 利用gpu加速提高计算速度,节约计算时间,cuda从c语言进行的扩展 ,编程方便(Parallel acceleration)
  3. 所属分类:其他

    • 发布日期:2017-12-19
    • 文件大小:8192
    • 提供者:远山有灯
  1. CUDA by Example

    0下载:
  2. Parallel Programming: CUDA by Example
  3. 所属分类:其他

    • 发布日期:2018-01-01
    • 文件大小:59392
    • 提供者:Yeonseo
  1. CUDA for Engineers

    0下载:
  2. Parallel Programming: CUDA for Engineers
  3. 所属分类:其他

    • 发布日期:2018-01-01
    • 文件大小:56320
    • 提供者:Yeonseo
  1. CUDA Handbook

    0下载:
  2. Parallel Programming: CUDA Handbook
  3. 所属分类:其他

    • 发布日期:2018-01-01
    • 文件大小:87040
    • 提供者:Yeonseo
  1. Matrix-Inversion-with-CUDA-master

    1下载:
  2. 利用cuda完成GPU编程,实现对给定矩阵的求逆操作(a cuda code for calculating a inverse matrix of a given matrix)
  3. 所属分类:其他

    • 发布日期:2018-04-20
    • 文件大小:5841920
    • 提供者:呆呆呆张
  1. cuda-rsa4k-master

    0下载:
  2. RSA算法cuda并行优化实现(c语言版)(RSA algorithm CUDA parallel optimization (C language version))
  3. 所属分类:其他

    • 发布日期:2018-05-02
    • 文件大小:16384
    • 提供者:z豪
  1. CUDA C编程权威指南_源码

    0下载:
  2. (全 全 全)CUDA C编程权威指南_源码(Programming Authoritative Guide_Source Code)
  3. 所属分类:其他

    • 发布日期:2020-10-28
    • 文件大小:1523712
    • 提供者:caiyuna
« 12 3 4 5 6 7 8 9 10 ... 13 »
搜珍网 www.dssz.com