搜索资源列表

  1. basic_math_tutorial_cg

    0下载:
  2. 来自: GPGPU::Basic Math Tutorial Demo (c) 2005,2006 Dominik G鰀deke (dominik.goeddeke@math.uni-dortmund.de) For details, refer to http://www.mathematik.uni-dortmund.de/~goeddeke/gpgpu/tutorial.html-from
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:13254
    • 提供者:玉晶
  1. basic_math_tutorial_glsl

    0下载:
  2. Basic Math Tutorial Demo of GLSL 来自http://www.mathematik.uni-dortmund.de/~goeddeke/gpgpu/tutorial.html-Basic Math Tutorial Demo of GLSL from http : / / ~ goedde www.mathematik.uni-dortmund.de/ ke / gpgpu / tutorial.htm
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:13472
    • 提供者:玉晶
  1. basic_math_tutorial_cg.tar

    0下载:
  2. 介绍GPU编程的背景及在GPU上运算所需要的步骤,这里通过实现在GPU上运算一个线性代数的简单例子。阐明一些GPGPU编程入门的必备知识和概念,一些编程实现技术,只要稍作修改和扩充,便能运用到复杂的GPU运算应用上。
  3. 所属分类:OpenGL

    • 发布日期:2008-10-13
    • 文件大小:10918
    • 提供者:fallsp
  1. gl_water_source

    0下载:
  2. 一个基于OpenGL的GPGPU例子。对于理解GPGPU有帮助。
  3. 所属分类:OpenGL

    • 发布日期:2008-10-13
    • 文件大小:69002
    • 提供者:Zhang Boyang
  1. VectorAdd

    0下载:
  2. 一个简单的基于CUDA的示例代码,使用SIMD的方法实现向量加法;运行在nVidia的G80系列显卡的GPGPU上;需要nVidia CUDA SDK,169以上版本的驱动。对于学习CUDA很有帮助。
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:3476
    • 提供者:人民币
  1. GPGPUcode

    0下载:
  2. PDE simulator on GPU.
  3. 所属分类:数值算法/人工智能

    • 发布日期:2024-05-28
    • 文件大小:629760
    • 提供者:Wayne
  1. basic_math_tutorial_cg

    0下载:
  2. 来自: GPGPU::Basic Math Tutorial Demo (c) 2005,2006 Dominik G鰀deke (dominik.goeddeke@math.uni-dortmund.de) For details, refer to http://www.mathematik.uni-dortmund.de/~goeddeke/gpgpu/tutorial.html-from
  3. 所属分类:3D图形编程

    • 发布日期:2024-05-28
    • 文件大小:13312
    • 提供者:玉晶
  1. basic_math_tutorial_glsl

    0下载:
  2. Basic Math Tutorial Demo of GLSL 来自http://www.mathematik.uni-dortmund.de/~goeddeke/gpgpu/tutorial.html-Basic Math Tutorial Demo of GLSL from http :// ~ goedde www.mathematik.uni-dortmund.de/ ke/gpgpu/tutorial.html
  3. 所属分类:3D图形编程

    • 发布日期:2024-05-28
    • 文件大小:13312
    • 提供者:玉晶
  1. helloGPGPU-1.0.2

    0下载:
  2. GPU编程的基本教程,源码中介绍了基本技术的使用,包括纹理、fragment program、copy to texture等技术。 A basic GPU tutorial, several basic techniques are used in the source code, including texture, fragment programming, copy to texture techniques and other
  3. 所属分类:OpenGL

    • 发布日期:2024-05-28
    • 文件大小:27648
    • 提供者:陈明
  1. basic_math_tutorial_cg.tar

    0下载:
  2. 介绍GPU编程的背景及在GPU上运算所需要的步骤,这里通过实现在GPU上运算一个线性代数的简单例子。阐明一些GPGPU编程入门的必备知识和概念,一些编程实现技术,只要稍作修改和扩充,便能运用到复杂的GPU运算应用上。 -GPU programming introduce the background and the GPU on the steps required for computing, here throug
  3. 所属分类:OpenGL

    • 发布日期:2024-05-28
    • 文件大小:11264
    • 提供者:fallsp
  1. gpgpu_fluid

    0下载:
  2. 环境,vc,DirectX9 2007。cg语言编写的基于GPU流体模拟,墨水效果-Environment, vc, DirectX9 2007. cg languages GPU-based fluid simulation, the effect of ink
  3. 所属分类:2D图形编程

    • 发布日期:2024-05-28
    • 文件大小:5430272
    • 提供者:岳月
  1. gl_water_source

    0下载:
  2. 一个基于OpenGL的GPGPU例子。对于理解GPGPU有帮助。-OpenGL-based examples of GPGPU. Helpful for understanding the GPGPU.
  3. 所属分类:OpenGL

    • 发布日期:2024-05-28
    • 文件大小:68608
    • 提供者:Zhang Boyang
  1. VectorAdd

    0下载:
  2. 一个简单的基于CUDA的示例代码,使用SIMD的方法实现向量加法;运行在nVidia的G80系列显卡的GPGPU上;需要nVidia CUDA SDK,169以上版本的驱动。对于学习CUDA很有帮助。-CUDA based on a simple example of code, the use of methods to achieve vector SIMD adder run on nVidia
  3. 所属分类:并行运算

    • 发布日期:2024-05-28
    • 文件大小:3072
    • 提供者:人民币
  1. Tutorials-0.8-src

    0下载:
  2. GLSL tutorial with sourcecode
  3. 所属分类:游戏

    • 发布日期:2024-05-28
    • 文件大小:384000
    • 提供者:shailesh
  1. GPGPUcode

    0下载:
  2. GPGPU代码, 学习GPGPU的很好的例子。有兴趣的话可以学一学。-GPGPU code, GPGPU study of good examples. Are interested can learn one study.
  3. 所属分类:图形图象

    • 发布日期:2024-05-28
    • 文件大小:629760
    • 提供者:金亮
  1. CUDA

    0下载:
  2. 所属分类:技术管理

    • 发布日期:2024-05-28
    • 文件大小:83968
    • 提供者:liang
  1. gpgpu

    0下载:
  2. 所属分类:系统编程

    • 发布日期:2024-05-28
    • 文件大小:759808
    • 提供者:李想
  1. thesisHref

    0下载:
  2. GPGPU for Accelerated GRAPPA Autocalibration in Magnetic Resonance Imaging 很有实际使用价值的一篇博士论文-GPGPU for Accelerated GRAPPA Autocalibration in Magnetic Resonance Imaging
  3. 所属分类:其他小程序

    • 发布日期:2024-05-28
    • 文件大小:3505152
    • 提供者:rizq
  1. GPGssing

    0下载:
  2. GPGPU数字图像并行化预处理GPGPU parallel digital image preprocessing-GPGPU parallel digital image preprocessing
  3. 所属分类:图形图象

    • 发布日期:2024-05-28
    • 文件大小:384000
    • 提供者:
  1. GPGPU-CUDA-OpenCL

    0下载:
  2. GPGPU编程技术 从GLSL、CUDA到OpenCL-GPGPU programming techniques GLSL, CUDA to OpenCL
  3. 所属分类:软件工程

    • 发布日期:2024-05-28
    • 文件大小:16034816
    • 提供者:lby
« 12 »

源码中国 www.ymcn.org