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

搜索资源列表

  1. 在图像处理应用中几种并行计算技术的比较 @FLY

    0下载:
  2. 在图像处理应用中几种并行计算技术的比较-in image processing applications of several parallel computing technologies comparison
  3. 所属分类:图形图象

    • 发布日期:2008-10-13
    • 文件大小:228.48kb
    • 提供者:none
  1. Julia_parallel

    1下载:
  2. 这个程序通过绘制Julia集的分形图案演示了如何将OpenMP和OpenGL结合起来实现并行计算。 Keywords: OpenMP, OpenGL, fractal(分形)-this process by drawing Julia Set Fractal pictorial demonstration of how OpenMP and Open GL combination of parallel computing. Keywords : OpenMP, OpenGL, fra
  3. 所属分类:OpenGL

    • 发布日期:2008-10-13
    • 文件大小:6.83kb
    • 提供者:无是人
  1. eagedetectandfigureoperate

    0下载:
  2. 图像边缘与轮廓运算包括 // RobertDIB() - robert边缘检测运算 // SobelDIB() - sobel边缘检测运算 // PrewittDIB() - prewitt边缘检测运算 // KirschDIB() - kirsch边缘检测运算 // GaussDIB() - gauss边缘检测运算 // HoughDIB() - 利用Hough变换检测平行直线 // ContourDIB() - 轮廓提取 // Trace
  3. 所属分类:Special Effects

    • 发布日期:2017-03-28
    • 文件大小:4.95kb
    • 提供者:kelly
  1. luoyao

    0下载:
  2. parallel computing demo
  3. 所属分类:GIS program

    • 发布日期:2017-04-15
    • 文件大小:4.67kb
    • 提供者:sinozope
  1. gpusurf

    0下载:
  2. GPU Accelerating Speeded-Up Robust Features. Many computer vision tasks require interest point detection and descr iption, such as real-time visual navigation. We present a GPU implementation of the recently proposed Speeded-Up Robust Feature extract
  3. 所属分类:Special Effects

    • 发布日期:2017-05-08
    • 文件大小:1.47mb
    • 提供者:yangwei
  1. psom-0.8.3.tar

    0下载:
  2. PSOM是一种工具来管理在一个会议或在并行计算环境,Matlab或倍频,管道。-PSOM is a tool to manage pipelines in Matlab or Octave, both within a single session or within a parallel computing environment.
  3. 所属分类:Graph Drawing

    • 发布日期:2017-03-30
    • 文件大小:62.84kb
    • 提供者:我的名
  1. 43680548ZBuffer

    0下载:
  2. 基于最新一代通用GPU--Geforce8800,在CUDA平台上开发的并行排序算法,是基于GPU的通用计算的应用程序的一个好的范例。 -Based on the latest generation of general-purpose GPU- Geforce8800, the CUDA platform, developed parallel sorting algorithm is based on general-purpose GPU computing applications
  3. 所属分类:OpenGL program

    • 发布日期:2017-03-29
    • 文件大小:81.14kb
    • 提供者:cjf
  1. cuda_txcl

    0下载:
  2. 基于CUDA的高性能图像处理算法。着重介绍CPU和CUDA的计算能力,并详细介绍图像处理的背景以及几种操作的原理。在经过实验之后,对比CPU的计算能力可以发现,CUDA在并行处理数据的能力非常强大。由此可知,在图像处理的应用中,CUDA将大有可为。然而Hough变换的性能提升并不明显,其中的原子操作导致线程的排队,大幅度降低了线程并发性能,从而使得CUDA并行运算的优点不能显示出来,此问题的解决,有赖于对Hough变换并行算法的更深入研究。-CUDA-based high-performance
  3. 所属分类:Graph program

    • 发布日期:2017-05-26
    • 文件大小:9.09mb
    • 提供者:古月衣
  1. Unessing

    0下载:
  2. 统一计算设备架构技术的并行图像处理Unified architecture for parallel computing devices image processing-Unified architecture for parallel computing devices image processing
  3. 所属分类:Special Effects

    • 发布日期:2017-05-08
    • 文件大小:1.66mb
    • 提供者:reg2008
  1. src

    0下载:
  2. openCL并行计算相关的样例源码,一共有10章的源码,由浅入深地展现了opencl的编写方法-OpenCL parallel computing sample source, a total of 10 chapters of the source, Deep show opencl preparation method
  3. 所属分类:OpenGL program

    • 发布日期:2017-11-25
    • 文件大小:2.69kb
    • 提供者:Taotao
  1. resampleMetropolisPP-parallel

    0下载:
  2. 这是粒子滤波重采样里的算法,是用于并行运算的。-This is in the resampling particle filter algorithm, is used for parallel computing.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-11
    • 文件大小:634byte
    • 提供者:
  1. resampleLocalSelection-parallel

    0下载:
  2. 这也是用于粒子滤波重采样的算法程序,另一种并行运算方法。-It is also used for particle filter resampling algorithm procedures, another parallel computing method.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-11
    • 文件大小:717byte
    • 提供者:
  1. Sobel-edge-detection(Semaphores)

    0下载:
  2. 使用semaphore实现Sobel边缘检测的并行运算-Sobel edge detection using semaphore to achieve parallel computing
  3. 所属分类:OpenCV

    • 发布日期:2017-05-30
    • 文件大小:12.08mb
    • 提供者:谭文铨
  1. OPENCL_SRC

    0下载:
  2. OpenCL是一个为异构平台编写程序的框架,此异构平台可由CPU,GPU或其他类型的处理器组成。OpenCL由一门用于编写kernels (在OpenCL设备上运行的函数)的语言(基于C99)和一组用于定义并控制平台的API组成。OpenCL提供了基于任务分割和数据分割的并行计算机制。该代码非常适合学习OpenCL。-OpenCL is a programming framework for heterogeneous platforms, the heterogeneous platform
  3. 所属分类:Special Effects

    • 发布日期:2017-05-09
    • 文件大小:1.71mb
    • 提供者:润柳情结
  1. Fluid3D-master

    0下载:
  2. 水流实时模拟渲染程序,使用高性能的显卡并行计算。-Real-time rendering flow simulation program, using high-performance graphics card parallel computing.
  3. 所属分类:3D Graphic

    • 发布日期:2017-04-25
    • 文件大小:360.17kb
    • 提供者:shenty
  1. TestSkeleton

    0下载:
  2. 并行细化快速算法,采用并行计算,速度块,多方向细化检测,效果好。-Fast parallel thinning algorithm, using parallel computing speed, multi-directional detection refinement, good effect.
  3. 所属分类:Special Effects

    • 发布日期:2017-05-27
    • 文件大小:9.52mb
    • 提供者:pengwu
  1. particles.tar

    0下载:
  2. linux系统下,cuda与qt搭建的并行计算平台下实现了溃坝模型-Under the Linux system, the dam break model is realized by the parallel computing platform which is built by CUDA and QT
  3. 所属分类:3D Graphic

    • 发布日期:2017-05-20
    • 文件大小:5.04mb
    • 提供者:liyang
搜珍网 www.dssz.com