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

搜索资源列表

  1. GPU-HMMER-0.92.tar

    0下载:
  2. GPU-HMMER-0.92.tar.gzsupport Nvidia CUDA need nvidia gpu card
  3. 所属分类:MPI

    • 发布日期:2017-11-07
    • 文件大小:747891
    • 提供者:chaogehen
  1. CUDA4.0-Function-library

    0下载:
  2. GPU并行开发,要先安装cuda工具包,再在visual studio2005上可以运行。里面有CUBLAS_Library,CUBLAS_Library函数库,还有一些编程书籍,优化。-GPU parallel development, first install cuda toolkit can run visual studio2005. CUBLAS_Library, CUBLAS_Library library, there are some programming books, an
  3. 所属分类:Other systems

    • 发布日期:2017-11-26
    • 文件大小:10509462
    • 提供者:zuowan
  1. ECUDAzipa

    0下载:
  2. 深入浅出谈CUDA——一种新新的GPU编程工具可直接使用。 -Layman' s language to talk about CUDA- A new GPU programming tools can be used directly.
  3. 所属分类:Windows Develop

    • 发布日期:2017-12-03
    • 文件大小:803840
    • 提供者:jw
  1. CUDA_Experiment

    0下载:
  2. CUDA入门实验,Windows操作系统和Linux下的入门程序,有详细步骤介绍,适合初学GPU下编程的开发人员-CUDA entry experiment, the Windows operating system and Linux entry procedures, detailed steps, suitable for novice developers of GPU programming under
  3. 所属分类:MPI

    • 发布日期:2017-11-13
    • 文件大小:659724
    • 提供者:刘星宇
  1. cudpp_src_2.0

    0下载:
  2. 关于cuda的并行库代码 对于并行处理很有帮助-Cuda parallel library code for parallel processing helpful
  3. 所属分类:Other systems

    • 发布日期:2017-12-01
    • 文件大小:2211352
    • 提供者:刘津
  1. gpu11

    0下载:
  2. use CUDA to develop a GPU computing program. The program solves a laplacian equation using finite-difference method.
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-19
    • 文件大小:26211
    • 提供者:yehanyu
  1. cuda-latex-sandcastle-fff0ec6

    0下载:
  2. A LaTeX Build Component for the SandCastle Help File Builder. Uses mimeTeX 1.7.4 to parse LaTeX code.
  3. 所属分类:Other systems

    • 发布日期:2017-11-04
    • 文件大小:1225752
    • 提供者:shangfute
  1. fluidsGL

    1下载:
  2. CUDA Sdk的一个例子 利用快速傅里叶变换实现了Jos Stam “stable Fluids”论文-CUDA example code that implements the frequency space version of Jos Stam s paper Stable Fluids in 2D
  3. 所属分类:MPI

    • 发布日期:2017-11-23
    • 文件大小:399946
    • 提供者:李加成
  1. Hellogpu

    0下载:
  2. <GPU高性能编程CUDA实战>中,前面四章的程序例子。其中的book.h以及common里的lib文件等在压缩包cuda_by_example.zip中-<GPU高性能编程CUDA实战> Program examples, in front of four chapters. The the book.h common lib files in compressed packages cuda_by_example.zip in
  3. 所属分类:3D Graphic

    • 发布日期:2017-11-21
    • 文件大小:6619486
    • 提供者:heshuan
  1. suanfa_3

    0下载:
  2. GPU求解积分的高速并行实现,比CPU快实现加速比-CUDA program about integral calculus
  3. 所属分类:OpenGL program

    • 发布日期:2017-11-30
    • 文件大小:398721
    • 提供者:胡斌斌
  1. suanfa_2

    0下载:
  2. gpu求解大量数据的最小值问题,实现加速比-CUDA program about minnumber
  3. 所属分类:MPI

    • 发布日期:2017-12-02
    • 文件大小:599380
    • 提供者:胡斌斌
  1. cuda_Laplacian

    0下载:
  2. 基于CUDA的拉普拉斯边缘检测算法,通过实验结果加速效果明显-Laplace edge detection algorithm based on CUDA acceleration effect is obvious through the experimental results
  3. 所属分类:Special Effects

    • 发布日期:2017-12-01
    • 文件大小:369187
    • 提供者:程志圣
  1. cuda_Laplacian_detect

    0下载:
  2. 基于 CUDA的拉普拉斯边缘检测算法,实验结果加速很明显-Obviously Laplace edge detection algorithm based on CUDA, experimental results of accelerated
  3. 所属分类:Special Effects

    • 发布日期:2017-11-27
    • 文件大小:369178
    • 提供者:程志圣
  1. queuing_model

    0下载:
  2. queuing model on CUDA
  3. 所属分类:Communication

    • 发布日期:2017-11-25
    • 文件大小:984127
    • 提供者:Oleg
  1. programa18p

    0下载:
  2. implementation of a genetic algorithm in CUDA/C++ (parallelized)
  3. 所属分类:Other systems

    • 发布日期:2017-11-14
    • 文件大小:48061
    • 提供者:motoe2
  1. programa18

    0下载:
  2. implementation of a genetic algorithm in CUDA/C++ (not parallelized!)
  3. 所属分类:Other systems

    • 发布日期:2017-11-13
    • 文件大小:12919
    • 提供者:motoe2
  1. programa17p

    0下载:
  2. generic genetic algorithm in CUDA C++
  3. 所属分类:Other systems

    • 发布日期:2017-11-13
    • 文件大小:28640
    • 提供者:motoe2
  1. programa16

    0下载:
  2. matrices multiplication in CUDA NVIDIA
  3. 所属分类:Other systems

    • 发布日期:2017-12-09
    • 文件大小:6479
    • 提供者:motoe2
  1. chapter06

    0下载:
  2. 《GPU高性能编程CUDA实战》书中第6章源代码-Chapter 6 source code of the GPU high-performance programming CUDA real " book
  3. 所属分类:MPI

    • 发布日期:2017-12-07
    • 文件大小:3351
    • 提供者:刘永幸
  1. chapter04

    0下载:
  2. 《GPU高性能编程CUDA实战》书中第4章源代码-Chapter 4, the source code of the GPU high-performance programming CUDA real " book
  3. 所属分类:MPI

    • 发布日期:2017-12-09
    • 文件大小:4815
    • 提供者:刘永幸
« 1 2 ... 26 27 28 29 30 3132 33 34 35 36 ... 47 »
搜珍网 www.dssz.com