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

搜索资源列表

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

    0下载:
  2. 所属分类:图形图象

    • 发布日期:
    • 文件大小:233694
    • 提供者:
  1. 在图像处理应用中几种并行计算技术的比较 @FLY

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

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

    0下载:
  2. 使用边缘跟踪,种子填充等算法提取图像边界,然后使用并行的方法来计算图像的距离图。-using edge tracking and seed filling algorithm to detect the edges of images, then use the parallel approach to the calculation of the distance between the image map.
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:38977
    • 提供者:方宝玉
  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
    • 文件大小:6994
    • 提供者:无是人
  1. secondwave

    0下载:
  2. 第二代小波有如下特点:(1)所有运算可作本位操作,节省内存;(2)利用复合复制,减少了浮点运算量;(3)一个上升步骤中的所有操作是并行的,而多个上升步骤之间是串行的;(4)逆变换只须简单地改变代码执行的先后顺序,具有与正向变换相同的计算复杂性;(5)由于变换过程中不必依赖Fourier分析,很容易推广到一般性应用领域;(6)易于构造非线性小波变换(如整数变换)。
  3. 所属分类:波变换

    • 发布日期:2008-10-13
    • 文件大小:1758
    • 提供者:石头
  1. gl_water_source.rar

    1下载:
  2. 很有名的使用OpenGL的GPU编程例子(引自siggraph上的论文):这里使用了图形硬件上的矩阵和向量表达,繁杂的矩阵运算都在GPU上进行。对于想利用GPU做并行数值计算的人一定会有帮助~,The use of well-known examples of OpenGL, GPU programming (a quote from the siggraph paper): here the use of the graphics hardware on the expression of m
  3. 所属分类:OpenGL program

    • 发布日期:2016-09-21
    • 文件大小:283997
    • 提供者:shiping
  1. shearlet

    1下载:
  2. shearlet 图像重构程序:(该理论还在发展;程序设计原理主要来自一篇论文,但也有显著不同) 请启动并行计算然后运行exper!-shearlet image reconstruction process: (The theory is still developing programming principles mainly from the paper, but there are also significant differences) start and then run
  3. 所属分类:Graph program

    • 发布日期:2016-07-09
    • 文件大小:12288
    • 提供者:
  1. VolumeI

    0下载:
  2. GPU 高性能并行计算介绍 -GPU
  3. 所属分类:Special Effects

    • 发布日期:2017-05-29
    • 文件大小:11687673
    • 提供者:天空
  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
    • 文件大小:64348
    • 提供者:我的名
  1. rotateTest

    0下载:
  2. CUDA程序,利用CUDA SDK中实例改写,可对图片进行并行计算,得到旋转后图像。-CUDA programs, it can be carried out parallel to the image obtained after rotating the image.
  3. 所属分类:Graph program

    • 发布日期:2017-03-30
    • 文件大小:711278
    • 提供者:黑色魍魉
  1. cuda-gl-interoperation

    0下载:
  2. cuda作为通用处理器可实现并行计算,但其传统的显卡计算功能不能忽略,本例实现cuda与opengl的相互操作-this code implement the interoperation between cuda and opengl
  3. 所属分类:OpenGL program

    • 发布日期:2017-03-31
    • 文件大小:129937
    • 提供者:zhanglongcai
  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
    • 文件大小:2759
    • 提供者:Taotao
  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
    • 文件大小:1788575
    • 提供者:润柳情结
  1. Fluid3D-master

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

    • 发布日期:2017-04-25
    • 文件大小:368816
    • 提供者: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
    • 文件大小:9977881
    • 提供者:pengwu
  1. QT_smokeParticles.tar

    0下载:
  2. 在linux上使用QT对烟雾颗粒进行并行计算和3d模型模拟-Parallel computation and 3D model simulation of smoke particles using QT on Linux
  3. 所属分类:3D Graphic

    • 发布日期:2017-05-26
    • 文件大小:8554974
    • 提供者:liyang
  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
    • 文件大小:5284767
    • 提供者:liyang
  1. psxfex38

    0下载:
  2. 可以用在并行计算中的代码,支持稀疏矩阵的LU分解,用来求方程组的解()
  3. 所属分类:图形图像处理

    • 发布日期:2018-01-07
    • 文件大小:539648
    • 提供者:ooncrvte
  1. SceneDemo

    0下载:
  2. 基于现代OpenGL的火焰粒子系统的模拟,采用双缓冲思想,将粒子的计算搬运到了GPU上进行并行计算,加快粒子系统的模拟速度。(Based on the modern OpenGL simulation of the flame particle system, the double buffer idea is adopted to transfer the computation of particles to GPU for parallel computation, which accel
  3. 所属分类:3D图形编程

    • 发布日期:2018-04-21
    • 文件大小:83164160
    • 提供者:天琊
  1. CBCT

    2下载:
  2. FDK算法 重建三维图像,期中有GPU并行计算加速fdk算法的实例(back-projection to RECONSTRUCT 3D IMAGE)
  3. 所属分类:图形图像处理

    • 发布日期:2018-04-22
    • 文件大小:10236928
    • 提供者:wwwactive
« 12 »
搜珍网 www.dssz.com