搜索资源列表

  1. GPUFIR

    0下载:
  2. 一个基于GPU运算的FIR滤波器程序,基于CUDA平台而开发。支持GPU并行运算。
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:306786
    • 提供者:Jim Teoh
  1. bitonic

    0下载:
  2. 基于最新一代通用GPU--Geforce8800,在CUDA平台上开发的并行排序算法,是基于GPU的通用计算的应用程序的一个好的范例。-based on the latest generation of common GPU-- Geforce8800. CUDA platform in the development of the parallel scheduling algorithm, GPU is based on the c
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-10-05
    • 文件大小:1566720
    • 提供者:白洪涛
  1. GPUFIR

    0下载:
  2. 一个基于GPU运算的FIR滤波器程序,基于CUDA平台而开发。支持GPU并行运算。-GPU-based computing a FIR filter process, developed based on the CUDA platform. Support GPU parallel computing.
  3. 所属分类:并行运算

    • 发布日期:2024-10-05
    • 文件大小:306176
    • 提供者:Jim Teoh
  1. cd40192

    0下载:
  2. 清华大学cuda培训教程 gpu并行算法 高清版pdf-Tsinghua University training course cuda parallel algorithm gpu HD version pdf
  3. 所属分类:并行运算

    • 发布日期:2024-10-05
    • 文件大小:63488
    • 提供者:lx
  1. HelloGPGPU

    0下载:
  2. GPU程序代码!很经典的并行计算代码!希望对大家有帮助!-GPU code! Very classic parallel computing code! We want to help! Ha ha ... ...
  3. 所属分类:并行运算

    • 发布日期:2024-10-05
    • 文件大小:506880
    • 提供者:秦勇波
  1. gpu

    0下载:
  2. gpu编程书籍 并行计算机导论 对gpu编程者有很大的帮助-Parallel gpu computer programming books An Introduction to Programming on the gpu are of great help
  3. 所属分类:OpenGL

    • 发布日期:2024-10-05
    • 文件大小:3098624
    • 提供者:伍天
  1. GPU

    0下载:
  2. 近年来,计算机图形处理器(GI.apllics Processing Unit,GPU)得到了极大地发展,从最初局限于图形渲染的图形卡,发展为如今可编程的并行计算平台。与CPU的串行计算模式不同,GPU是一种高度并行的流处理器,具有更强的浮点计算能力,在物理模拟、信号分析等许多领域人们将高强度的计算任务以适当的方式转化为流数据计算模式,通过编程在GPU中进行加速计算,通常能获得一个数量级的速度提高,这也是当今的热点研究问题之一。-In
  3. 所属分类:文档资料

    • 发布日期:2024-10-05
    • 文件大小:11227136
    • 提供者:liaozw
  1. cuda-GPU

    0下载:
  2. 本文详细分析了Tesla GPU图形与计算架构和CUDA统一计算设备架构,详细描述了如何对计算任务进行并行分解,并通过CUDA的双层并行编程模型映射到Tesla GPU上。 在本文的实现部分,以软件开发流程为主线,描述了如何利用CUDA实现模式识别中的三种常用算法-The paper analyzed the Tesla GPU computing architecture and CUDA graphics and computing
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-10-05
    • 文件大小:2955264
    • 提供者:逍遥
  1. GPU-BBSort

    0下载:
  2. 基于GPU高性能并行计算的快速排序算法,比传统CPU速度快几十倍-BBsort Method with GPUs
  3. 所属分类:并行运算

    • 发布日期:2024-10-05
    • 文件大小:3207168
    • 提供者:nono
  1. CUDA_VS2010

    0下载:
  2. GPU并行计算,cuda编程在VS2010平台上的配置。系统要求:windows 7,cuda 4.0(toolkit、SDK),VS2010.-GPU parallel computing, cuda programming in VS2010 platform configuration. System Requirements: windows 7, cuda 4.0 (toolkit, SDK), VS2010.
  3. 所属分类:并行运算

    • 发布日期:2024-10-05
    • 文件大小:13312
    • 提供者:king
  1. CNC-GPU-CUDA_src_bin_examples

    0下载:
  2. GPU并行求解系数矩阵为稀疏矩阵的线性方程组-GPU parella sparse linear equations solver
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-10-05
    • 文件大小:26313728
    • 提供者:于艳
  1. MatlabCuda

    0下载:
  2. 自己写的GPU并行程序和MATLAB 平台混合调用,适合初学者学习MATLAB 和GPU的并行编程(Write their own GPU parallel program and MATLAB platform mixed call, suitable for beginners to learn MATLAB and GPU parallel programming)
  3. 所属分类:并行运算

    • 发布日期:2024-10-05
    • 文件大小:2561024
    • 提供者:Bigstrong
  1. GPU高性能编程CUDA实战中文版

    0下载:
  2. 并行计算新手入门书籍,分析的简单透彻,实例举一反三,CUDA入门的好书(Parallel computing novice entry books, analysis of simple and thorough, examples of drawing inferences from others, CUDA entry of good books)
  3. 所属分类:并行运算

    • 发布日期:2024-10-05
    • 文件大小:29173760
    • 提供者:菜与才
  1. gpu排序

    0下载:
  2. gpu平台下,基于CUDA 软件体系完成排序算法的并行(Parallel sorting algorithm based on CUDA software system under GPU platform)
  3. 所属分类:其他小程序

    • 发布日期:2024-10-05
    • 文件大小:5120
    • 提供者:Bigstrong
  1. gtc_openacc_pgi_labs

    0下载:
  2. 使用PGI编译器用openacc进行GPU并行计算的一些training code ,详见readme文件(Some training code with openacc for GPU parallel computing using the PGI compiler, as detailed in the readme file)
  3. 所属分类:其他小程序

    • 发布日期:2024-10-05
    • 文件大小:380928
    • 提供者:Dovahkiin
  1. RSA GPU实现

    0下载:
  2. RSA算法运用cpu和gpu并行实现(C语言版)(RSA algorithm is implemented in parallel with CPU and GPU (C language version).)
  3. 所属分类:系统编程

    • 发布日期:2024-10-05
    • 文件大小:12288
    • 提供者:z豪
  1. GPU并行编程讲义

    0下载:
  2. 基于GPU并行计算基础讲义,为程序猿打开基于GPU编程的大门(Based on GPU parallel computing basic lecture, opens the gate for GPU programming based on program ape.)
  3. 所属分类:并行运算

    • 发布日期:2024-10-05
    • 文件大小:5056512
    • 提供者:H————H
  1. 32679--GPU高性能编程CUDA实战—示例代码

    0下载:
  2. 本资料是GPU高性能编程CUDA实战—示例代码,非常完整,非常适合学习与模仿,都相应的完成书中的算法和详细的并行代码编写过程。(This data is GPU high performance programming CUDA real - example code, very complete, very suitable for learning and imitation, the corresponding completio
  3. 所属分类:其他小程序

    • 发布日期:2024-10-05
    • 文件大小:336896
    • 提供者:Bigstrong
  1. GPU高性能编程CUDA实战—示例代码

    1下载:
  2. 结合GPU高性能编程,提供实战样例程序,包含矩阵乘法,原子操作,热传导,多GPU,多流的代码(Combined with GPU high performance programming, it provides actual sample program, including matrix multiplication, atomic operation, heat conduction, multi GPU, and multi s
  3. 所属分类:并行运算

    • 发布日期:2024-10-05
    • 文件大小:305152
    • 提供者:zjujie
  1. 中科大GPU并行计算课程相关课件

    0下载:
  2. GPU并行计算和CUDA程序开发及优化
  3. 所属分类:并行运算

    • 发布日期:2021-10-27
    • 文件大小:53731170
    • 提供者:tsghdfghytytdy
« 12 3 4 5 6 7 8 »

源码中国 www.ymcn.org