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

搜索资源列表

  1. 找第k小算法程序

    1下载:
  2. 此代码查找序列中指定第几大小的程序,这将会在快速排序异步并行算法中用到。-this code sequence you specify the size of several of its procedures, which will be in the fast asynchronous parallel sorting algorithm used.
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:10474
    • 提供者:srx
  1. rank_sort

    0下载:
  2. 并行算法实践,经典排序,查找,二叉树相关算法的并行源代码实现-parallel algorithm practice, the classical sort, search, the binary tree algorithms to achieve parallel source code
  3. 所属分类:并行运算

    • 发布日期:2008-10-13
    • 文件大小:1955
    • 提供者:vivid
  1. psrs_sort

    0下载:
  2. 经典排序,查找,二叉树相关算法的并行源代码实现并行算法实践,-classical order, locate, Binary Tree parallel correlation algorithm source code parallel algorithms practice,
  3. 所属分类:并行运算

    • 发布日期:2008-10-13
    • 文件大小:2798
    • 提供者:vivid
  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. mpiquiksort.rar

    0下载:
  2. 基于MPI的并行快速排序算法,可以通过并行快速排序提高排序速度,MPI-based parallel quick sort algorithm, you can sort through parallel quick sort to improve the speed
  3. 所属分类:MPI

    • 发布日期:2017-03-26
    • 文件大小:2229
    • 提供者:chenqing
  1. MPI-Sort

    0下载:
  2. 枚举、快速排序和正则采样排序的并行算法,附带说明,无解压密码-Enumeration, fast sorting and regular sampling of parallel sorting algorithms, annotated, non-decompression password
  3. 所属分类:MPI

    • 发布日期:2017-03-26
    • 文件大小:8869
    • 提供者:不死鸟
  1. PageRank

    0下载:
  2. 并行计算环境下的网页排序算法 mapreduce框架,北大计算机系暑期课程项目-null
  3. 所属分类:MPI

    • 发布日期:2017-03-29
    • 文件大小:26458
    • 提供者:uiuc
  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. quick_sort

    1下载:
  2. 实现快速排序的并行算法源程序,希望对大家有帮助。-Fast parallel algorithm to sort the source, I hope all of you help.
  3. 所属分类:MPI

    • 发布日期:2014-11-23
    • 文件大小:2804
    • 提供者:asdfasdf
  1. 13-1

    0下载:
  2. 并行算法:通过消息传递MPI实现排序,初学者比较好的示例-Parallel Algorithm: MPI message passing through the achievement of sequencing, a relatively good example for beginners
  3. 所属分类:MPI

    • 发布日期:2017-04-06
    • 文件大小:2593
    • 提供者:毛嘉
  1. paralall_sort

    0下载:
  2. mpi实现并行排序算法,可以设置处理器节点个数并比较不同节点数目时的计算时间-mpi parallel sorting algorithm, you can set the number of processor nodes and compare the different number of nodes at the time of computing time
  3. 所属分类:MPI

    • 发布日期:2017-03-29
    • 文件大小:176944
    • 提供者:谷谷
  1. XSort_Submit

    0下载:
  2. 归并排序的并行算法 intel 多线程优化大赛-Parallel merge sort algorithm
  3. 所属分类:MPI

    • 发布日期:2017-04-17
    • 文件大小:344952
    • 提供者:邓辉
  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. paixu

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

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

    0下载:
  2. 快速排序 并行算法 MPI源程序 采用并行思想加快排序速度-MPI parallel quicksort algorithm source code parallel thinking speed up the sorting
  3. 所属分类:Process-Thread

    • 发布日期:2017-03-31
    • 文件大小:2514
    • 提供者:袁旭炜
  1. gpu排序

    0下载:
  2. gpu平台下,基于CUDA 软件体系完成排序算法的并行(Parallel sorting algorithm based on CUDA software system under GPU platform)
  3. 所属分类:其他

    • 发布日期:2018-01-05
    • 文件大小:5120
    • 提供者:Bigstrong
« 12 3 »
搜珍网 www.dssz.com