CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 搜索资源 - quick sort

搜索资源列表

  1. QsortWithThreads

    1下载:
  2. 多线程和多进程快速排序,可以选择线程数量和进程数量,控制排序。-Multi-threaded and multi-process, quick sort, you can choose the number of the number of threads and processes to control the sort.
  3. 所属分类:Process-Thread

    • 发布日期:2016-04-18
    • 文件大小:24635575
    • 提供者:Huida Qiu
  1. Quick.Sort

    0下载:
  2. Quick Sort.txt is a algorithm for sort data-Quick Sort.txt is a algorithm for sort data
  3. 所属分类:.net

    • 发布日期:2017-03-30
    • 文件大小:704
    • 提供者:fereshte
  1. mpi_quick

    0下载:
  2. 快速排序算法,在mpi平台下编写,适合初学者学习使用-Quick sort algorithm, written in the mpi platform, suitable for beginners to learn to use
  3. 所属分类:MPI

    • 发布日期:2017-04-03
    • 文件大小:2708
    • 提供者:马启超
  1. sort

    0下载:
  2. 选择排序、插入排序、合并排序、快速排序、堆排序,五种排序算法的效率比较,具有简单的窗口界面-Selection sort, insertion sort, merge sort, quick sort, heap sort, five sorting algorithms comparison, has a simple window interface
  3. 所属分类:GUI Develop

    • 发布日期:2017-04-09
    • 文件大小:1905248
    • 提供者:zhangjunfa
  1. hyperQsort

    0下载:
  2. it s a c++ code for hyper quick sort
  3. 所属分类:Data structs

    • 发布日期:2017-04-11
    • 文件大小:1387
    • 提供者:kamlesh
  1. quicksort.c

    0下载:
  2. quick sort in parallel version with MPI
  3. 所属分类:MPI

    • 发布日期:2017-03-28
    • 文件大小:1043
    • 提供者:Shahir Salman M
  1. sort

    0下载:
  2. 用JAVA语言实现的一些排序算法。包括冒泡排序、桶排序、基数排序、堆排序、插入排序、归并排序、快速排序、计数排序、选择排序。-JAVA language using some sorting algorithm. Including bubble sort, bucket sort, radix sort, heap sort, insertion sort, merge sort, quick sort, counting sort, selection sort.
  3. 所属分类:Algorithm

    • 发布日期:2017-03-23
    • 文件大小:3952
    • 提供者:X
  1. quick.sort.doc.pdf.tar

    0下载:
  2. A doc about comparing normal quick-sort algorithms and others.
  3. 所属分类:Data structs

    • 发布日期:2017-03-30
    • 文件大小:162359
    • 提供者:JonsenElizee
  1. mpiqsort.cpp

    0下载:
  2. this an implementation of quick sort in mpi.-this is an implementation of quick sort in mpi.
  3. 所属分类:MPI

    • 发布日期:2017-03-31
    • 文件大小:2423
    • 提供者:ajnabi.anjani
  1. Quick-sort

    0下载:
  2. 快速排序,从长度为N 的无序整数序列中提取第k小的元素。-Quick sort, from the length of the disorder for the N extracted sequence of integers k-small elements.
  3. 所属分类:Data structs

    • 发布日期:2017-03-29
    • 文件大小:547214
    • 提供者:靳舒馨
  1. Quick-Sort

    0下载:
  2. 快速排序(Quicksort)是对冒泡排序的一种改进。由C. A. R. Hoare在1962年提出。它的基本思想是:通过一趟排序将要排序的数据分割成独立的两部分,其中一部分的所有数据都比另外一部分的所有数据都要小,然后再按此方法对这两部分数据分别进行快速排序,整个排序过程可以递归进行,以此达到整个数据变成有序序列。 -Quick sort (Quicksort) is a bubble sort of an improvement. By the CAR Hoare in 1962. Th
  3. 所属分类:Data structs

    • 发布日期:2017-03-29
    • 文件大小:730
    • 提供者:mfeng
  1. quick-sort

    0下载:
  2. 递归式快速排序代码。没有大小限制,最大限度加速-Recursive quick sort code. No size limit, the maximum acceleration
  3. 所属分类:Data structs

    • 发布日期:2017-03-29
    • 文件大小:874
    • 提供者:zibin_lee
  1. quick-sort-algorithm

    0下载:
  2. 数据结构实验报告 快速排序的完整版算法-Experimental data structure reports the full version of quick sort algorithm
  3. 所属分类:Data structs

    • 发布日期:2017-03-27
    • 文件大小:196537
    • 提供者:格子
  1. Quick-Sort

    0下载:
  2. 自己编写的关于快速排序和冒泡排序算法的效率比较,有相关的实现,供大家参考-I have written about the efficiency of the quick sort and bubble sort algorithm, related to implementation, for your reference
  3. 所属分类:Data structs

    • 发布日期:2017-05-23
    • 文件大小:7527704
    • 提供者:周洁
  1. Quick-sort

    0下载:
  2. 快速排序,随机生成500个随机数,并用快速排序对这500个随机数进行排序。-Quick sort, randomly generated 500 random numbers, and sort these 500 random numbers using quick sort.
  3. 所属分类:Data structs

    • 发布日期:2017-03-23
    • 文件大小:751040
    • 提供者:随缘
  1. quick-sort

    0下载:
  2. 用户输入一堆毫无顺序的数,通过快速排序算法实现数据的有序排序-quick sort
  3. 所属分类:Data structs

    • 发布日期:2017-03-31
    • 文件大小:261259
    • 提供者:乔建国
  1. The-quick-sort-algorithm-C-language

    0下载:
  2. 快速排序算法C语言实现,快速排序算法C语言实现-The quick sort algorithm C language, C language implementation of the Quicksort algorithm
  3. 所属分类:CSharp

    • 发布日期:2017-03-23
    • 文件大小:728
    • 提供者:王振
  1. Quick-sort

    0下载:
  2. 快速排序是数据结构中一种简单的排序。。包含基本的排序思想。-The quick sort is a simple sorting of the data structure. . Contains the basic thinking of the sort.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-01
    • 文件大小:792
    • 提供者:肖果平
  1. quick-sort-using-array-of-pointer

    0下载:
  2. quick sort using array of pointer
  3. 所属分类:Compiler program

    • 发布日期:2017-11-06
    • 文件大小:9173
    • 提供者:mukul garg
  1. Algorithm-Quick-Sort

    0下载:
  2. This source code about Algorithm Quick Sort.
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-11-22
    • 文件大小:18388
    • 提供者:khaled
« 1 23 4 5 6 7 8 9 10 ... 50 »
搜珍网 www.dssz.com