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

搜索资源列表

  1. fast

    0下载:
  2. 数据结构课程中的快速排序方法,控制台应用程序-Data structures course in the quick sort method, the console application
  3. 所属分类:Data structs

    • 发布日期:2017-04-07
    • 文件大小:210417
    • 提供者:youbin
  1. sort

    0下载:
  2. 起泡排序,快速排序,简单选择排序,堆排序,直接插入排序,折半插入排序,希尔排序-Bubble sort, quick sort, simple selection sort, heap sort, direct insertion sort, binary insertion sort, shell sort
  3. 所属分类:Data structs

    • 发布日期:2017-04-06
    • 文件大小:1773
    • 提供者:brianlxw
  1. paixu

    0下载:
  2. C++平台下实现数据的自动快速排序法,然后提取数组中出现的数据,并且记录其出现的次数,并且程序中用到了矢量数组-Quick sort
  3. 所属分类:Data structs

    • 发布日期:2017-04-03
    • 文件大小:548
    • 提供者:申静
  1. 101110215

    0下载:
  2. 对随机产生的一百万个数据进行快速排序,包含文件处理(读取文件和存入文件)。-On randomly generated one million data quicksort
  3. 所属分类:Data structs

    • 发布日期:2017-05-06
    • 文件大小:1176761
    • 提供者:郑枫
  1. quicksort

    0下载:
  2. 该代码是一个快速排序算法的代码,用java编写的,是一个很不错的代码,希望有帮助。-The code is a quick sort algorithm code, written in java, is a very good code, want to help.
  3. 所属分类:Data structs

    • 发布日期:2017-04-04
    • 文件大小:549
    • 提供者:黄伟锋
  1. tws_10-2

    0下载:
  2. 哈希表与快速排序查找字符串不同-Hash table with a different search string quicksort
  3. 所属分类:Data structs

    • 发布日期:2017-04-16
    • 文件大小:445899
    • 提供者:田文诗
  1. quick

    0下载:
  2. 本程序实现快速排序功能,其中有本人一些创新之处-The program for fast sorting, a number of innovations which I
  3. 所属分类:Data structs

    • 发布日期:2017-04-08
    • 文件大小:792
    • 提供者:bolun
  1. 4sort

    0下载:
  2. 实现了插入排序,快速排序,归并排序,堆排序4种排序。-Realize the insertion sort, quick sort, merge sort, heap sort four sort
  3. 所属分类:Data structs

    • 发布日期:2017-04-03
    • 文件大小:914792
    • 提供者:
  1. code

    0下载:
  2. 堆排序 快速排序 插入排序 归并排序 N皇后-Heap Sort Insertion Sort Merge Sort Quick Sort N Queen
  3. 所属分类:Data structs

    • 发布日期:2017-05-16
    • 文件大小:4357866
    • 提供者:jinwei
  1. QuickSort

    0下载:
  2. 快速排序,用C#语言写的,很好,很实用。-Quick Sort in C# language, and very good, very practical.
  3. 所属分类:Data structs

    • 发布日期:2017-05-09
    • 文件大小:1843538
    • 提供者:曾宇航
  1. ks4

    0下载:
  2. 实现了对一组数组(不少于8个数)进行快速排序功能,并记录比较次数和交换次数,显示其要求等功能-To achieve a set of arrays (number not less than 8) for quick sorting, and record the number of comparisons and the exchange number, display its requirements and other functions
  3. 所属分类:Data structs

    • 发布日期:2017-04-07
    • 文件大小:235675
    • 提供者:lancy
  1. qsort

    0下载:
  2. 本程序实现了快速排序的功能 在速度上有优化,界面简洁-sort function
  3. 所属分类:Data structs

    • 发布日期:2017-04-10
    • 文件大小:693
    • 提供者:adam
  1. MovementInSorting

    0下载:
  2. 比较快速排序、合并排序、插入排序三种方法中对元素的腾挪次数。-Comparison in terms of element movement with quick sort, merge sort, insertion sort.
  3. 所属分类:Data structs

    • 发布日期:2017-04-10
    • 文件大小:1473
    • 提供者:ptsntwsz
  1. daima

    0下载:
  2. 各种排序算法,包括堆排序,二路归并排序,快速排序,冒泡排序,希尔排序,直接插入排序,直接选择排序-Various sorting algorithms, including heap sort, merge sort Road, quick sort, bubble sort, shell sort, direct insertion sort, selection sort directly
  3. 所属分类:Data structs

    • 发布日期:2017-04-01
    • 文件大小:5608
    • 提供者:李怀远
  1. FastJob

    0下载:
  2. 快速作业排序,输入作业数后能够进行快速排序,代码在压缩包里面,希望对大家有帮助-Fast Scheduling, can enter the job after a few quick sort code in the archive which, we hope to help
  3. 所属分类:Data structs

    • 发布日期:2017-05-06
    • 文件大小:1095572
    • 提供者:刘博文
  1. 4554564

    0下载:
  2. 对以下6种常用的内部排序算法进行实测较: 起泡排序、直接插入排序、简单选择排序、快速排序、希尔排序、堆排序 -On the following six kinds of commonly used internal sorting algorithm measured more: bubble sort, insertion sort direct, simple selection sort, quick sort, shell sort, heap sort
  3. 所属分类:Data structs

    • 发布日期:2017-04-24
    • 文件大小:17824
    • 提供者:刘青海
  1. quicksort

    0下载:
  2. 快速排序,简单的快速排序,算法最重要,希望能帮助到有需要的人-Quick sort, simple, quick sort algorithm is the most important and want to help the needy people
  3. 所属分类:Data structs

    • 发布日期:2017-04-03
    • 文件大小:163390
    • 提供者:禚永盛
  1. sort

    0下载:
  2. 自己写的排序程序,冒泡法和快速排序法,vs2008,控制台-Write your own sorting program, bubbling, and the quick sort, vs2008, console
  3. 所属分类:Data structs

    • 发布日期:2017-05-04
    • 文件大小:1045002
    • 提供者:李春丽
  1. sorting

    0下载:
  2. 多种排序方式的结合(冒泡排序、选择排序、堆排序、希尔排序、快速排序、二进制排序、归并排序)-The combination of a variety of sort (bubble sort, selection sort, heap sort, shell sort, quick sort, binary sort, merge sort)
  3. 所属分类:Data structs

    • 发布日期:2017-04-13
    • 文件大小:1857
    • 提供者:wangjianbin
  1. Quick_Sort

    0下载:
  2. 这个代码说明了快速排序的操作,其中在用轴将数组分成两部分的时候用了两种方法-this code shows the quick_sort operation, when using pivot to divide the array into two part, there are 2 functions
  3. 所属分类:Data structs

    • 发布日期:2017-03-29
    • 文件大小:321711
    • 提供者:zhangjing
« 1 2 ... 24 25 26 27 28 2930 31 32 33 34 ... 50 »
搜珍网 www.dssz.com