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

搜索资源列表

  1. quicksort

    0下载:
  2. 一种快速排序方法,效果很不错,希望对大家有所帮助。-A quick sort method, the effect is very good, we want to help.
  3. 所属分类:Data structs

    • 发布日期:2017-05-01
    • 文件大小:860987
    • 提供者:胡恢军
  1. nap

    0下载:
  2. 算法练习课上的作业,对冒泡排序,快速排序,等比较。-Algorithm operating on the practice course, the bubble sort, quick sort, and so more.
  3. 所属分类:Data structs

    • 发布日期:2017-04-08
    • 文件大小:1245
    • 提供者:wuwu
  1. Sort

    0下载:
  2. 性能超强的快速排序算法,无关操作系统和平台,移植性非常好!-Performance super fast sorting algorithm, independent of the operating system and platform, portability is very good!
  3. 所属分类:Data structs

    • 发布日期:2017-04-04
    • 文件大小:873118
    • 提供者:Lvxuan
  1. sor

    0下载:
  2. sort 6 个课程设计c++快速排序希尔排序-six sort
  3. 所属分类:Data structs

    • 发布日期:2017-04-05
    • 文件大小:802051
    • 提供者:hanzikai
  1. sort

    0下载:
  2. 用快速排序算法,对大量数字(int)和字符串(string)进行排序,并对比算法运行时间和效率。-Using quick sort algorithm, a large number of digital (int) and string (string) to sort and compare the algorithm running time and efficiency.
  3. 所属分类:Data structs

    • 发布日期:2017-05-06
    • 文件大小:1467418
    • 提供者:sharp
  1. tancs

    0下载:
  2. 这是快速排序程序,希望能给你们一些帮助。仅此而以,在下能力有限,还望指正-It can help you to understand the quick sort
  3. 所属分类:Data structs

    • 发布日期:2017-03-28
    • 文件大小:1367
    • 提供者:Kevin
  1. sort

    0下载:
  2. 给出快速排序、希尔排序、冒泡排序、选择排序和插入排序的实现并给出测试用例-Gives quick sort, shell sort, bubble sort, selection sort and insertion sort implementation and test cases are given
  3. 所属分类:Data structs

    • 发布日期:2017-04-10
    • 文件大小:1030
    • 提供者:陈波
  1. Sort

    0下载:
  2. 五种常用的排序算法:冒泡、选择、插入、归并、快速排序的实现-Five commonly used sorting algorithms: bubble, choose, insert, merge, quicksort implementation
  3. 所属分类:Data structs

    • 发布日期:2017-05-08
    • 文件大小:1920521
    • 提供者:webberzhou
  1. QuickSort

    0下载:
  2. 对{6,8,7,9,0,1,3,2,4,5},采用快速排序(Quicksort),输出每趟的排序结果。-Of {6,8,7,9,0,1,3,2,4,5}, using quick sort (Quicksort), output per trip of the results.
  3. 所属分类:Data structs

    • 发布日期:2017-04-15
    • 文件大小:8401
    • 提供者:lsy
  1. sort

    0下载:
  2. 两个模板函数,一个是快速排序算法,一个是二分查找算法。-Two template functions, one is the quick sort algorithm, a binary search algorithm is.
  3. 所属分类:Data structs

    • 发布日期:2017-04-06
    • 文件大小:532
    • 提供者:黎伟
  1. qsort

    0下载:
  2. 快速排序算法(分治策略) C++编写 调用递归-Fast sorting algorithms (divide and conquer strategy) C++ write
  3. 所属分类:Data structs

    • 发布日期:2017-04-11
    • 文件大小:532
    • 提供者:Frank
  1. java1

    0下载:
  2. 快速排序,排序是计算机算法中很重要的一部分,本人写的不算很好但也不错。-Quick sort, sorting algorithm is a very important computer part, I write not very good but not bad.
  3. 所属分类:Data structs

    • 发布日期:2017-04-11
    • 文件大小:595
    • 提供者:姜伟
  1. SortCmp

    0下载:
  2. 插入排序,快速排序,归并排序,基数排序算法的实现,基于VS2008的MFC实现,界面很清新简洁,代码部分清晰明了,有需要的童鞋不妨下来-Insert_sort, Quick_sort, Merge_sort, Radix_sort
  3. 所属分类:Data structs

    • 发布日期:2017-03-30
    • 文件大小:46589
    • 提供者:lq
  1. sort

    0下载:
  2. 用c语言实现数据结构课本中的排序算法,包括希尔排序,快速排序,堆排序,归并排序,基数排序-Data structure using c language textbooks, sorting algorithms, including the shell sort, quick sort, heap sort, merge sort, radix sort
  3. 所属分类:Data structs

    • 发布日期:2017-04-09
    • 文件大小:1977
    • 提供者:李工
  1. seven-ranking-method

    0下载:
  2. 用7种不同的方法对输入的10数进行排序,包括二归路排序法,谢尔排序法,快速排序法-In seven different ways to sort the input number of 10, including two return sort, Shell sort, quick sort, etc.
  3. 所属分类:Data structs

    • 发布日期:2017-04-13
    • 文件大小:1569
    • 提供者:leafinee
  1. 451

    0下载:
  2. 这是一个关于排序的CPP文件,里面有四种排序方法,分贝是选择,冒泡,插入,跟快速排序。-this is a cpp file about sort way.
  3. 所属分类:Data structs

    • 发布日期:2017-04-10
    • 文件大小:813
    • 提供者:小郑
  1. StringSort

    0下载:
  2. 问题描述:输入若干组长度各异的待排序列,分别用快速排序算法和改进的枢轴元素三者取中算法对待排序列进行排序,当待排子序列长度已小于 20时,改用直接插入排序,利用时间函数验证三者取中算法在效率上的提高。(提示: 待排序列的长度一般应为 5000 以上)-Problem Descr iption: Enter the number of head of the column to be sorted varying degrees, respectively, with quick sort alg
  3. 所属分类:Data structs

    • 发布日期:2017-04-02
    • 文件大小:1353
    • 提供者:NoKoo
  1. shujujiegou

    0下载:
  2. 各种排序算法 冒泡排序、选择排序、插入排序、快速排序、计数排序、归并排序、堆排序、希尔排序 能够选择其中一个排序算法,以运行该程序 -failed to translate
  3. 所属分类:Data structs

    • 发布日期:2017-04-05
    • 文件大小:631732
    • 提供者:pcw
  1. improved-quiksort

    0下载:
  2. 对传统的快速排序加入插入排序进行改进 并根据时间函数测算最优的K值-Improved quiksort
  3. 所属分类:Data structs

    • 发布日期:2017-03-31
    • 文件大小:897
    • 提供者:weiwei
  1. sort_compare

    0下载:
  2. 三种排序算法(直接插入、冒泡、快速排序)效率比较-Three sorting algorithms (direct insertion, bubble, quick sort) more efficient
  3. 所属分类:Data structs

    • 发布日期:2017-04-11
    • 文件大小:1127
    • 提供者:mingcx
« 1 2 ... 25 26 27 28 29 3031 32 33 34 35 ... 50 »
搜珍网 www.dssz.com