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

搜索资源列表

  1. GPU-BBSort

    1下载:
  2. 基于GPU高性能并行计算的快速排序算法,比传统CPU速度快几十倍-BBsort Method with GPUs
  3. 所属分类:MPI

    • 发布日期:2016-01-27
    • 文件大小:3207168
    • 提供者:nono
  1. MaoPaoPaiXu

    0下载:
  2. Delphi开发的一个关于冒泡排序算法的源程序。-Delphi development of a bubble sort algorithm on the source.
  3. 所属分类:Delphi VCL

    • 发布日期:2017-04-16
    • 文件大小:178590
    • 提供者:csy
  1. paixu

    0下载:
  2. 自己写的8086实现数组的排序算法,采用冒泡法,并可将结果输出-Written in 8086 to achieve their own array of sorting algorithms, using the bubble method, and output the result
  3. 所属分类:assembly language

    • 发布日期:2017-04-10
    • 文件大小:789
    • 提供者:feng
  1. sorting-algorithms

    0下载:
  2. 三种并行排序算法的实现及比较:快速排序,冒泡排序,桶排序,使用mpich2实现-3 sorting algorithms: quicksort, bubble sort, bucket sort
  3. 所属分类:MPI

    • 发布日期:2017-04-02
    • 文件大小:4742
    • 提供者:
  1. QuickSort

    0下载:
  2. C++排序算法中,由冒泡排序演化而来的快速排序法与其改进-Quick Sort Bubble Sort evolved its improvement
  3. 所属分类:source in ebook

    • 发布日期:2017-04-06
    • 文件大小:2099
    • 提供者:yuanqiang
  1. MERGE-SORT

    0下载:
  2. 合并排序是建立在归并操作上的一种有效的排序算法。该算法是采用分治法(Divide and Conquer)的一个非常典型的应用。 合并排序法是将两个(或两个以上)有序表合并成一个新的有序表,即把待排序序列分为若干个子序列,每个子序列是有序的。然后再把有序子序列合并为整体有序序列。 将已有序的子序列合并,得到完全有序的序列;即先使每个子序列有序,再使子序列段间有序。若将两个有序表合并成一个有序表,称为2-路归并。合并排序也叫归并排序。-Merge Sort is an efficient sort
  3. 所属分类:source in ebook

    • 发布日期:2017-11-10
    • 文件大小:539
    • 提供者:wangshuangxi
  1. c-Sharp-sorting-algorithm-Daquan

    0下载:
  2. c # sorting algorithm Daquan c#排序算法大全,可以直接用于项目。-c# sorting algorithm Daquan c# sorting algorithm Guinness, can be used directly for the project.
  3. 所属分类:source in ebook

    • 发布日期:2017-11-14
    • 文件大小:11568
    • 提供者:changyanhui
  1. mpi_guibing

    0下载:
  2. 用mpi实现的归并排序算法,在ubuntu12.04下调试通过-With the realization of mpi merge sort algorithm
  3. 所属分类:MPI

    • 发布日期:2017-11-26
    • 文件大小:982
    • 提供者:linsypher
  1. name_sort

    0下载:
  2. 实现对英文人名按字母表顺序排序,其中排序算法用的是冒泡排序-English names alphabetically, which sorting algorithm is bubble sort
  3. 所属分类:assembly language

    • 发布日期:2017-11-15
    • 文件大小:892
    • 提供者:杨伟健
  1. maopao1

    0下载:
  2. 基于CUDA冒泡排序算法,加速有限,完全逆序较高。是学习CUDA的好代码-CUDA program about sort
  3. 所属分类:MPI

    • 发布日期:2017-11-20
    • 文件大小:2134520
    • 提供者:胡斌斌
  1. sort_find_arithmetic

    0下载:
  2. 各种常见查找排序算法,数据结构中各种简答的源码。用C语言写的。-Common find sorting algorithms, data structures in a variety of short-answer source. Written in C language.
  3. 所属分类:source in ebook

    • 发布日期:2017-12-02
    • 文件大小:73473
    • 提供者:董雄丰
  1. sort

    0下载:
  2. 数据结构14种排序算法程序,除了书上几种常见的,还有一些其他算法-14 kinds of data structures sorting algorithm procedures, in addition to the book several common, there are some other algorithm
  3. 所属分类:source in ebook

    • 发布日期:2017-11-22
    • 文件大小:1753
    • 提供者:张三
  1. DataStructureCS

    0下载:
  2. 数据结构-代码(C#实现) 链表:单链表,双向链表,循环链表 栈,队列 二叉树应用-表达式求值 树的操作 图 二分查找 排序算法:插入排序,选择排序,冒泡排序 -全是C#,附上Viso图和一些解释-data structue
  3. 所属分类:source in ebook

    • 发布日期:2017-12-10
    • 文件大小:2212918
    • 提供者:狄恒
  1. quickarray

    1下载:
  2. 用c语言描述的,将书上的快速排序稍微改良,快速排序算法-made the quicksort of book better
  3. 所属分类:source in ebook

    • 发布日期:2014-11-24
    • 文件大小:1024
    • 提供者:
  1. sort

    0下载:
  2. 基于链式存储的基数排序算法,很好用的。很不错的,参考书籍。-Radix Sort algorithm based on chain store, easy to use.
  3. 所属分类:source in ebook

    • 发布日期:2017-11-30
    • 文件大小:1062
    • 提供者:fengjianlong
  1. sort

    0下载:
  2. 经典排序算法的实现,使用C语言实现的,可以作为参考。-The realization of the classic sort algorithm.
  3. 所属分类:Compiler program

    • 发布日期:2017-11-08
    • 文件大小:1960222
    • 提供者:郭强
  1. sort

    0下载:
  2. opencl实现的基数排序算法,大家可以参考参考,跟sdk中的sample比对一下性能-OpenCL achieve radix sort algorithm, we can refer to the reference with sdk sample than on performance
  3. 所属分类:MPI

    • 发布日期:2017-11-01
    • 文件大小:4131
    • 提供者:徐胜林
  1. rankSort

    0下载:
  2. 基于MPI的并行快速排序算法,VS2010编译运行通过-MPI-based parallel quick sort algorithm, VS2010 compiled to run through
  3. 所属分类:MPI

    • 发布日期:2017-11-18
    • 文件大小:1439
    • 提供者:kylin
  1. 2omp

    0下载:
  2. OpenMP实现快速排序,能够实现多线程下的快速排序算法-OpenMP quick sort, quick sort algorithm can achieve multi-threaded
  3. 所属分类:MPI

    • 发布日期:2017-11-13
    • 文件大小:639
    • 提供者:王智
  1. intoduction_to_algorithms

    0下载:
  2. 算法导论第二章各种排序算法的实现,包括插入排序,选择排序,归并排序,冒泡排序,二分查找等。-Introduction to Algorithms,Chapter 2.
  3. 所属分类:source in ebook

    • 发布日期:2017-11-08
    • 文件大小:6755
    • 提供者:Johny
« 1 2 3 4 56 7 8 9 10 ... 13 »
搜珍网 www.dssz.com