搜索资源列表

  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-05-11
    • 文件大小:306176
    • 提供者:Jim Teoh
  1. asyncAPI

    0下载:
  2. CUDA开发计算,异步计算接口。可以在主机与现存之间异步执行。来自NVIDIA SDK-CUDA development of computing, asynchronous computing interface. Can be asynchronous between the host and the existing implementation. From the NVIDIA SDK
  3. 所属分类:并行运算

    • 发布日期:2024-05-11
    • 文件大小:2048
    • 提供者:tab
  1. NVIDIA_CUBLAS_1.1

    0下载:
  2. Nividia提供的CUDA的BLAS库源码,可以在GPU上运行BLAS函数-Nividia provided CUDA source code of the BLAS library, you can run GPU function BLAS
  3. 所属分类:并行运算

    • 发布日期:2024-05-11
    • 文件大小:264192
    • 提供者:alex
  1. cksc2.0

    0下载:
  2. nvidia CUDA 2.0 SDK 中文版本,翻译率大概为95%-nvidia CUDA 2.0 SDK Chinese version, the translation rate of about 95
  3. 所属分类:软件工程

    • 发布日期:2024-05-11
    • 文件大小:854016
    • 提供者:幽谷客要
  1. matrixMul

    0下载:
  2. 采用GPU通用计算API(CUDA)实现矩阵相乘。-The use of general-purpose GPU computing API (CUDA) to achieve the matrix multiplication.
  3. 所属分类:并行运算

    • 发布日期:2024-05-11
    • 文件大小:15360
    • 提供者:lry
  1. MonteCarlo

    0下载:
  2. 采用GPU通用计算API(CUDA)实现蒙特卡罗方程。-The use of general-purpose GPU computing API (CUDA) the realization of the Monte Carlo equation.
  3. 所属分类:并行运算

    • 发布日期:2024-05-11
    • 文件大小:325632
    • 提供者:lry
  1. ComputeTime

    0下载:
  2. 基于NV的CUDA(计算统一构架)的一段程序,示例如何在显卡的GPU上进行并行平方和运算,代码思路清晰,易于理解。-NV based on the CUDA (calculated unified fr a mework) period of procedures, examples of how the GPU graphics cards on the square and parallel computing, code clea
  3. 所属分类:并行运算

    • 发布日期:2024-05-11
    • 文件大小:273408
    • 提供者:李美剑
  1. fft2d_gpu

    0下载:
  2. using NVIDIA FFT CUDA Library to solve FFT problem
  3. 所属分类:并行运算

    • 发布日期:2024-05-11
    • 文件大小:1024
    • 提供者:yhtseng
  1. RT1

    0下载:
  2. 使用CUDA进行并行光线跟踪的原代码,需要支持CUDA的显卡和相应驱动-The use of CUDA parallel ray tracing of the original code, the need to support CUDA graphics card and the corresponding drive
  3. 所属分类:3D图形编程

    • 发布日期:2024-05-11
    • 文件大小:7168
    • 提供者:静涛
  1. ANeuralNetworkonGPU

    0下载:
  2. CUDA应用:在CUDA上实现神经网络,识别手写数字-the implementation of a neural network with CUDA. Neural Network for Recognition of Handwritten Digits
  3. 所属分类:并行运算

    • 发布日期:2024-05-11
    • 文件大小:1202176
    • 提供者:tt
  1. BFS_CUDA

    0下载:
  2. 用CUDA实现BFS算法源码。CUDA是NV公司基于GPU的统一计算架构,BFS复杂度由CPU上的O(V+E)降为O(diameter),直径diameter即图中root到leaf的最长距离。-This is the algorithm of BFS(breadth first search) on CUDA, and its time complexity is down to O(diameter) which diameter
  3. 所属分类:并行运算

    • 发布日期:2024-05-11
    • 文件大小:1024
    • 提供者:iJuliet
  1. UIUC_CudaProgrammingGuide

    0下载:
  2. UIUC的工程院在全美堪称至尊级,这是UIUC推出的CUDA学习教程,非常系统地讲述其特点及应用。很好,很强大!-UIUC' s at the National Academy of Engineering called Extreme class, This is UIUC Study launched CUDA tutorial, very systematically about their characteristics
  3. 所属分类:嵌入式/单片机编程

    • 发布日期:2024-05-11
    • 文件大小:1241088
    • 提供者:李毅
  1. Mars_v2

    0下载:
  2. GPU实现的MapReduce fr a mework,对于学习并行编程和cuda平台的编程方面有着极好的参考价值,里面附带论文。用户要求有NViDIA显卡,并且安装cuda编程环境。-We design and implement Mars, a MapReduce fr a mework, on graphics processors (GPUs). MapReduce is a distributed programming
  3. 所属分类:并行运算

    • 发布日期:2024-05-11
    • 文件大小:7930880
    • 提供者:陈思远
  1. dct8x8

    0下载:
  2. cuda开发环境下的矩阵运算,cuda sdk中的内容,矩阵运算充分显示了并行编程的优势,对于学习cuda编程有着很好的借鉴作用-matrix operations in parallel with cuda platform
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-11
    • 文件大小:1459200
    • 提供者:陈思远
  1. transpose

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

    • 发布日期:2024-05-11
    • 文件大小:9216
    • 提供者:陈思远
  1. cuda_hist

    0下载:
  2. cuda compute unified device architecture histogram code
  3. 所属分类:其他小程序

    • 发布日期:2024-05-11
    • 文件大小:51200
    • 提供者:bertrand
  1. mv

    0下载:
  2. cuda Faster Matrix-Vector Multiplication on GeForce 8800GTX
  3. 所属分类:其他小程序

    • 发布日期:2024-05-11
    • 文件大小:1024
    • 提供者:bertrand
  1. SumProductGPU.tar

    0下载:
  2. cuda product of sums algorithm on the gpu
  3. 所属分类:其他小程序

    • 发布日期:2024-05-11
    • 文件大小:19456
    • 提供者:bertrand
  1. CUDA_lecture

    0下载:
  2. 这是Nvidia CUDA基础知识演讲的幻灯片-This is a powerpoint about Nvidia CUDA
  3. 所属分类:技术管理

    • 发布日期:2024-05-11
    • 文件大小:6583296
    • 提供者:yifan
  1. cd40192

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

    • 发布日期:2024-05-11
    • 文件大小:63488
    • 提供者:lx
« 1 2 3 4 5 67 8 9 10 11 ... 50 »

源码中国 www.ymcn.org