CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数值算法/人工智能 搜索资源 - 并行 排序

搜索资源列表

  1. bitonic

    0下载:
  2. 基于最新一代通用GPU--Geforce8800,在CUDA平台上开发的并行排序算法,是基于GPU的通用计算的应用程序的一个好的范例。-based on the latest generation of common GPU -- Geforce8800. CUDA platform in the development of the parallel scheduling algorithm, GPU is based on the calculation of the common appl
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:1566676
    • 提供者:白洪涛
  1. duoxianchengpaixu

    1下载:
  2. 利用多线程并行执行三种排序算法(冒泡排序、快速排序、归并排序),并比较三种排序算法的执行速度 uuhorse
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:4957
    • 提供者:Whitehorse32
  1. MPI_QuickSort.并行快速排序算法

    0下载:
  2. 并行快速排序算法,基于MPI 2.0 c语言实现,注释很清楚明确。,Parallel QuickSort base on MPI 2.0 in C language.
  3. 所属分类:数据结构常用算法

    • 发布日期:2017-03-22
    • 文件大小:2499
    • 提供者:zcc
  1. parallel-sorting_GPU

    0下载:
  2. 基于CUDA的并行排序GPU-BBSort 需要NVIDIA显卡支持-CUDA Parallel Sorting on GPU-BBSort NVIDIA graphics support needed
  3. 所属分类:Data structs

    • 发布日期:2017-03-30
    • 文件大小:4255
    • 提供者:耀霸
  1. bubble_sort

    0下载:
  2. 冒泡排序的串行算法和并行算法的比较,对于运行时间的显示-Bubble Sort Algorithm serial and parallel algorithm for the run-time display
  3. 所属分类:Data structs

    • 发布日期:2017-03-26
    • 文件大小:16922
    • 提供者:郭春付
  1. homework

    0下载:
  2. 这是研究生的并行计算的作业,实现多插入排序抽取算法,C语言的。-it is a homework for postgraduate by C language ,in order to sort data。
  3. 所属分类:Algorithm

    • 发布日期:2017-04-01
    • 文件大小:33402
    • 提供者:songkzh
  1. The_design_of_computer_algorithms

    0下载:
  2. 全书从算法设计和算法分析的基本概念和方法入手,系统介绍了算法设计方法与分析技巧。全书分为3个部分:第一部分介绍算法的基本概念、算法的数学基础以及算法复杂度分析;第二部分针对排序问题和图的问题,讨论各种已有的算法,并介绍常用的算法设计方法包括分治法、贪心法、动态规划法、回溯法和分支限界法,并介绍了计算的复杂性以及NP完全问题;第三部分讲述并行计算模型和并行算法设计技术。书中每章后面都附有一定数量的习题,帮助读者理解和掌握书中的内容。-Book from the algorithm design a
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-05-23
    • 文件大小:7182696
    • 提供者:shang
  1. TopoSort

    0下载:
  2. 拓扑排序的算法,按前驱计数为0的顶点号在同一批输出,以突显这些任务是可并行进行的-Topological sorting algorithm, according to the vertices of precursor count number is 0 in the same batch of output, in order to highlight these tasks can be carried out in parallel
  3. 所属分类:Data structs

    • 发布日期:2017-03-29
    • 文件大小:27594
    • 提供者:王佳佳
  1. rank

    0下载:
  2. 并行计算中的排序算法的枚举算法,方便大家学习并行程序设计-Parallel sorting algorithm in the enumeration algorithm so as to facilitate learning parallel programming
  3. 所属分类:Data structs

    • 发布日期:2017-04-07
    • 文件大小:4043
    • 提供者:陈君
  1. Bidirectional

    0下载:
  2. 双向排序并行算法 关键词 双向选择排序;堆;并行算法;复杂度-Bi-directional parallel sorting algorithm
  3. 所属分类:Data structs

    • 发布日期:2017-03-31
    • 文件大小:32615
    • 提供者:NANCY
  1. sort

    0下载:
  2. 分段并行排序算法,算法描述: 分段 -> 段内排序 -> 归约结果。-Segment parallel sorting algorithm, algorithm descr iption: Sub-> Sort paragraph-> reduction results.
  3. 所属分类:Data structs

    • 发布日期:2017-04-08
    • 文件大小:2923
    • 提供者:chenzhogc
  1. paixu

    0下载:
  2. 排序算法用MPI实现 并行初步PDF教程-sort mpi
  3. 所属分类:Data structs

    • 发布日期:2017-05-02
    • 文件大小:829440
    • 提供者:hunterd
  1. shuangtiaopaixu

    1下载:
  2. 用普通程序和cuda并行程序来实现双调排序。-Ordinary procedures and cuda parallel program to achieve the sort of two-tone.
  3. 所属分类:Data structs

    • 发布日期:2017-03-30
    • 文件大小:773253
    • 提供者:刘荷苇
  1. sort

    0下载:
  2. 快速排序算法的多线程实现,将快速排序算法并行化处理-Multi-threaded implementation of quick sort algorithm, Quicksort algorithm parallel processing
  3. 所属分类:Algorithm

    • 发布日期:2017-04-02
    • 文件大小:1293
    • 提供者:Schindler
  1. sortquick

    0下载:
  2. 在linux环境下,采用mpi并行,C语言,实现对数组的快速排序。输出结果为数组从小到大排序的结果。可以实现多处理器共同对一组数的排序。-In linux environment, using mpi parallel, C language, to achieve quick sort the array. The output is an array of small to large results. Can achieve more together on a number of gro
  3. 所属分类:Algorithm

    • 发布日期:2017-04-13
    • 文件大小:2512
    • 提供者:M
  1. stosagdunwindin

    0下载:
  2. 用但不模仿并行计算,本程序是排序的,并行计算是奇偶排序()
  3. 所属分类:数值算法/人工智能

    • 发布日期:2018-04-18
    • 文件大小:279552
    • 提供者:YSXwje%2148662
  1. 400893

    0下载:
  2. 用但不模仿并行计算,本程序是排序的,并行计算是奇偶排序()
  3. 所属分类:大数据

    • 发布日期:2018-04-28
    • 文件大小:279552
    • 提供者:pacdafe
搜珍网 www.dssz.com