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

搜索资源列表

  1. simpleGL

    0下载:
  2. cuda的一个简单应用实例。他与opengl的一个简单的结合。-a simple example for cuda
  3. 所属分类:OpenGL program

    • 发布日期:2017-05-13
    • 文件大小:3410463
    • 提供者:mengliang
  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. RayTrace

    0下载:
  2. 光线跟踪算法的一个实例,演示光源照亮小球不同角度-Ray-tracing algorithm an example to demonstrate the light source to illuminate the ball a different angle
  3. 所属分类:3D Graphic

    • 发布日期:2017-03-29
    • 文件大小:8935
    • 提供者:微微
  1. cudaexam

    0下载:
  2. Cuda与MFC联合编程的实例,使用全局函数来调用cuda代码-A example of cuda and MFC
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-01
    • 文件大小:57026
    • 提供者:caoweiguo
  1. julia

    0下载:
  2. 一个基础的CUDA例子,绘画出julia集合。-One based on CUDA example, draw julia set.
  3. 所属分类:MPI

    • 发布日期:2017-04-05
    • 文件大小:2158
    • 提供者:weijian
  1. CUDA-example

    0下载:
  2. 包括矩阵相乘,转置,快速傅里叶变换,多GPU编程等23个实例-Including matrix multiplication, transposition, fast Fourier transform, multi-GPU programming in 23 instances
  3. 所属分类:MPI

    • 发布日期:2017-05-18
    • 文件大小:4912484
    • 提供者:weidong
  1. transpose

    0下载:
  2. cuda平台开发的矩阵变换并行操作(Matrix transpose),属于cuda sdk中的内容-Small Matrix transpose with Cuda (Example for a 16x16 matrix)
  3. 所属分类:MPI

    • 发布日期:2017-03-24
    • 文件大小:9658
    • 提供者:陈思远
  1. cuda

    0下载:
  2. 采用cuda求解大规模线性方程组,简单迭代法实现,是学习cuda编程的很好例子-Cuda used linear equations to solve large-scale, simple iterative method to achieve is a good example of learning cuda programming
  3. 所属分类:MPI

    • 发布日期:2017-03-31
    • 文件大小:35330
    • 提供者:luojh
  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. CUDA-by-Example.-An-Introduction-to-General-Purpo

    0下载:
  2. CUDA by Example, written by two senior members of the CUDA software platform team, shows programmers how to employ this new technology, including a concise introduction to the CUDA platform and architecture, as well as a quick-start guide to CUDA C.
  3. 所属分类:matlab

    • 发布日期:2017-04-09
    • 文件大小:1638296
    • 提供者:sergius
  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. Source-Cod-CUDA-by-example

    0下载:
  2. 源码-CUDA by example 非常好的CUDA入门书籍-Source Code-CUDA by example
  3. 所属分类:MPI

    • 发布日期:2017-03-23
    • 文件大小:294714
    • 提供者:Joe
  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-example

    0下载:
  2. cuda examples 对于学习GPU应用的人有用,例子讲的很详细具体-cuda examples very simple but illustrate in a very a clear way,hope you enjoy it
  3. 所属分类:MPI

    • 发布日期:2017-04-04
    • 文件大小:3109
    • 提供者:awen
  1. CUDA by Example

    0下载:
  2. 学习cuda教程,里面都是实例,通过例子来学习cuda,结合并行计算理论和优化(CUDA by Example,learning cuda)
  3. 所属分类:并行计算

    • 发布日期:2017-12-19
    • 文件大小:2103296
    • 提供者:帝焱
  1. CUDA by Example

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

    • 发布日期:2018-01-01
    • 文件大小:59392
    • 提供者:Yeonseo
  1. CUDA范例精解通用GPU编程

    0下载:
  2. CUDA范例精解通用GPU编程 (JASON SANDERS; EDWARD KANDROT著)(CUDA BY EXAMPLE An Introduction to Genral-Purpose GPU Programming)
  3. 所属分类:并行计算

    • 发布日期:2018-01-08
    • 文件大小:1948672
    • 提供者:hhk_y
  1. GPU高性能编程CUDA实战

    0下载:
  2. GPU高性能编程CUDA实战(Jason Sanders;Edward Kandrot著)聂雪军等译(CUDA By Example an Introduction to General-Purpose GPU Programming)
  3. 所属分类:并行计算

    • 发布日期:2018-01-08
    • 文件大小:23227392
    • 提供者:hhk_y
  1. julia_gpu

    0下载:
  2. cuda julia仿真,cuda example 配套代码(cuda julia cuda example code)
  3. 所属分类:其他

    • 发布日期:2018-01-09
    • 文件大小:1024
    • 提供者:rotar
  1. CUDA by Example (2010)

    0下载:
  2. 经典的cuda编程书籍,是并行计算开发的必读之作(classic cuda book for learning paralell programming)
  3. 所属分类:并行计算

    • 发布日期:2018-04-21
    • 文件大小:2079744
    • 提供者:xtt1341
« 12 3 4 5 »
搜珍网 www.dssz.com