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

搜索资源列表

  1. matrixMul

    0下载:
  2. Nvidia GPU实现的矩阵相乘的并行算法程序,对学习CUDA技术的初学者有很强的借鉴作用-Nvidia GPU implementation of parallel matrix multiplication algorithm program for beginners to learn CUDA technology, have a strong reference
  3. 所属分类:MPI

    • 发布日期:2017-03-30
    • 文件大小:9512
    • 提供者:李进
  1. helloCUDA

    0下载:
  2. helloCUDA 小例子 希望对CUDA新手有帮助-helloCUDA small example of hope newcomers help CUDA
  3. 所属分类:MPI

    • 发布日期:2017-04-04
    • 文件大小:774043
    • 提供者:Danny
  1. julia

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

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

    0下载:
  2. 在cuda并行运算中,简单的cuda zero copy例子-Example of cuda parallel computing, simple cuda the zero copy
  3. 所属分类:MPI

    • 发布日期:2017-04-16
    • 文件大小:203645
    • 提供者:sed
  1. AMD-APP-Docs

    1下载:
  2. AMD显卡编程的一些官方参考资料,与nVidia的cuda编程相似-reference materials on AMD APP programming
  3. 所属分类:并行运算

    • 发布日期:2012-11-11
    • 文件大小:10365856
    • 提供者:hrf
  1. cudasetp1

    0下载:
  2. cuda学习第一步,很不错的入门资料,cuda是以后的大势所趋-the cuda learn the first step, a very good introductory information, cuda is the future trend
  3. 所属分类:MPI

    • 发布日期:2017-04-17
    • 文件大小:286091
    • 提供者:winter
  1. jacobi

    0下载:
  2. 本程序采用并行方法实现jacobi迭代算法,采用VC2005结合openmp编写-This procedure jacobi method using parallel iterative algorithm using OpenMP VC2005 combines the preparation of
  3. 所属分类:MPI

    • 发布日期:2016-09-26
    • 文件大小:95507
    • 提供者:李若愚
  1. 2dFDTD

    0下载:
  2. 能进行fdtd数值模拟工作,采用的是完全匹配层边界条件-Numerical simulation of FDTD can work, using the perfectly matched layer boundary conditions
  3. 所属分类:MPI

    • 发布日期:2017-04-17
    • 文件大小:172026
    • 提供者:chenzhan
  1. dtw_train

    4下载:
  2. 用标准C语言实现的基于DTW算法的特定人孤立词语音识别系统,能实现汉语数字0至9个语音发音的识别,具有很好的识别性能。-Using standard C language based on the DTW algorithm to achieve the specific words were isolated speech recognition system, to achieve Chinese figures 0-9 voice pronunciation recognition, wi
  3. 所属分类:语音合成与识别

    • 发布日期:2017-05-23
    • 文件大小:2902788
    • 提供者:yilingzhu
  1. cuda_reduce

    0下载:
  2. cuda sum reduction with loop unrolling and bank-conflict avoided
  3. 所属分类:MPI

    • 发布日期:2017-04-01
    • 文件大小:11172
    • 提供者:mghs
  1. ColorProcessor

    1下载:
  2. 基于cuda的GPU编程,关于图像边缘检测处理的cuda程序-cuda programming ,about graphic process
  3. 所属分类:MPI

    • 发布日期:2017-03-31
    • 文件大小:6751
    • 提供者:lin
  1. NVIDIA_GT200

    0下载:
  2. 介绍NVIDIA s GT200 GPU的硬件架构,以及CUDA编程模型与GPU硬件实现之间的联系,是理解CUDA运行机理的一篇好文章!-The architeture of NVIDIA s GT200 GPU was Introduced in this paper, And the relationship between CUDA and GPU hardware was indicated. We could get more details of CUDA process in th
  3. 所属分类:MPI

    • 发布日期:2017-04-01
    • 文件大小:389037
    • 提供者:Janzhen
  1. CUDA_explaination_and_example

    0下载:
  2. 详细解释CUDA以及CUDA应用实例演示-Detailed explanation of CUDA and CUDA Applications Demo
  3. 所属分类:MPI

    • 发布日期:2017-05-17
    • 文件大小:4365738
    • 提供者:张滔
  1. Cudalecture

    0下载:
  2. 介绍了cuda的发展,开发,以及编程方法,是cuda初学者必读之lecture-Introduced the cuda development, development, and programming methods, the lecture is a must-read for beginners cuda
  3. 所属分类:MPI

    • 发布日期:2017-05-23
    • 文件大小:7189175
    • 提供者:琪琪
  1. Laplacetest

    1下载:
  2. 利用CUDA实现了遥感数字影像处理基本算法中的拉普拉斯算子,并分别实现了采用Globalmemory、Sharedmemory,Texturememory进行数据传输,还同CPU中的串行代码进行了时间比较和误差分析。为了方便在服务器环境下测试运行,我们去掉了在Windows环境下对第三方库遥感影像库GDAL的依赖,而将遥感影像数据转成了二进制图像格式,对于输出影像也以同样的二进制格式存储。图像效果图通过专业遥感软件PCI或通用图像处理软件PhotoshopCS4打开。最后我们对计算结果进行了误差
  3. 所属分类:MPI

    • 发布日期:2017-04-02
    • 文件大小:2727
    • 提供者:秦论剑
  1. NDVI

    0下载:
  2. 利用CUDA实现了遥感数字影像处理基本算法植被指数,并分别实现了采用Globalmemory、Sharedmemory,Texturememory进行数据传输,还同CPU中的串行代码进行了时间比较和误差分析。为了方便在服务器环境下测试运行,我们去掉了在Windows环境下对第三方库遥感影像库GDAL的依赖,而将遥感影像数据转成了二进制图像格式,对于输出影像也以同样的二进制格式存储。图像效果图通过专业遥感软件PCI或通用图像处理软件PhotoshopCS4打开。最后我们对计算结果进行了误差分析和加
  3. 所属分类:MPI

    • 发布日期:2017-03-30
    • 文件大小:2291
    • 提供者:秦论剑
  1. particle_neighbor_search_(latest_version)

    0下载:
  2. 介绍了如何在CUDA上搭建KD-TRIE,以及如何在CUDA上对其进行搜索和预处理,使其能适应解决粒子邻居搜索问题。-Describes how to build CUDA on KD-TRIE, and how to search them on CUDA and pre-treatment, so that it can adapt to solve the particle neighbor search problem.
  3. 所属分类:MPI

    • 发布日期:2017-05-10
    • 文件大小:2268223
    • 提供者:qq
  1. fastgrid-4.2.1-141-src.tar

    0下载:
  2. 针对AutoDock中的autogrid部分,实现基于CUDA的的GPU并行加速-The autogrid for AutoDock part of the GPU to achieve parallel CUDA-based acceleration
  3. 所属分类:MPI

    • 发布日期:2017-03-28
    • 文件大小:156700
    • 提供者:徐琛彥
  1. NAMD_CVS_Source.tar

    0下载:
  2. 高性能计算之CUDA编程的NAMD(用于在大规模并行计算机上快速模拟大分子体系的并行分子动力)原码-The high-performance computing CUDA programming NAMD (used in large-scale parallel computer system for fast simulation of large molecules parallel molecular dynamics) of the original code
  3. 所属分类:MPI

    • 发布日期:2017-06-03
    • 文件大小:14994723
    • 提供者:xuzhan
  1. Transpose

    0下载:
  2. 矩阵转置的GPU实现,一个简单的GPU例子。希望对cuda初学者有用。-Matrix transpose of the GPU implementation, a simple GPU example. Hope cuda be useful for beginners.
  3. 所属分类:MPI

    • 发布日期:2017-04-01
    • 文件大小:2559
    • 提供者:孙子龙
« 1 2 3 4 5 6 78 9 10 11 12 ... 16 »
搜珍网 www.dssz.com