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

搜索资源列表

  1. quicksort

    0下载:
  2.  
  3. 所属分类:software engineering

    • 发布日期:2017-04-08
    • 文件大小:12818
    • 提供者:baifuk
  1. qsort

    0下载:
  2. 分治递归实现的快速排序算法 时间复杂度nlogn -Divide and conquer recursive quicksort algorithm time complexity nlogn
  3. 所属分类:Other systems

    • 发布日期:2017-04-24
    • 文件大小:20235
    • 提供者:huhao
  1. QuickSort

    0下载:
  2. 在VS 2008中,用C语言写的快速排序算法。不用多余的数组,直接对原数组进行排序。在递归调用中,对于【数组组就是数组首地址】的理解会更加通透。-In VS 2008, using C language to write quick sort algorithm. No extra array directly to the original array to be sorted. In the recursive call, the group is the first address of
  3. 所属分类:Console

    • 发布日期:2017-05-02
    • 文件大小:988933
    • 提供者:贾立伟
  1. QuickSort

    0下载:
  2. 快速排序之所比较快,因为相比冒泡排序,每次交换是跳跃式的。每次排序的时候设置一个基准点,将小于等于基准点的数全部放到基准点的左边,将大于等于基准点的数全部放到基准点的右边。这样在每次交换的时候就不会像冒泡排序一样每次只能在相邻的数之间进行交换,交换的距离就大的多了。因此总的比较和交换次数就少了,速度自然就提高了。-Quick sort of the relatively fast, as compared to bubble sort, each exchange is leaps and bo
  3. 所属分类:software engineering

    • 发布日期:2017-03-31
    • 文件大小:99182
    • 提供者:单米马
  1. QuickSort

    0下载:
  2. java实现的一个快速排序界面版,能够看到快速排序的整个过程-java achieve a quick sort interface version, you can see the whole process quick sort of
  3. 所属分类:Java Develop

    • 发布日期:2017-04-23
    • 文件大小:81949
    • 提供者:黄旭东
  1. fast_sort

    0下载:
  2. 快速排序是一种重要的排序算法,本代码用c语言实现,效果理想-Quicksort is an important sorting algorithm, the code using c language, the desired effect
  3. 所属分类:ADO-ODBC

    • 发布日期:2017-04-17
    • 文件大小:288206
    • 提供者:李林洲
  1. 2.3QUICK-paixu

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

    • 发布日期:2017-04-13
    • 文件大小:2555
    • 提供者:Mj
  1. QuickSort

    0下载:
  2. 快速排序:使用快速排序对数组进行排序,速度很快-Use quick sort to sort the array, very fast
  3. 所属分类:Data structs

    • 发布日期:2017-04-14
    • 文件大小:2689
    • 提供者:刘蕊
  1. QuickSort

    0下载:
  2. 快速排序算法C语言实现,这个是数据结构书上的代码。-Quick Sort algorithm C language, this is the code data structure book.
  3. 所属分类:Data structs

    • 发布日期:2017-05-06
    • 文件大小:1052963
    • 提供者:山冈
  1. quickSort

    0下载:
  2. C++中各种几种排序算法,包括快速排序,归并排序以及一些链表的基本操作!-Several C++ in a variety of sorting algorithms, including quick sort, merge sort and list some of the basic operations of!
  3. 所属分类:Data structs

    • 发布日期:2017-04-13
    • 文件大小:1697
    • 提供者:蓝星
  1. Test-Quicksort

    0下载:
  2. This the Quick sort source code. By using the OOP source code. Hope you like it!-This is the Quick sort source code. By using the OOP source code. Hope you like it!
  3. 所属分类:Data structs

    • 发布日期:2017-05-16
    • 文件大小:3964108
    • 提供者:tran
  1. qsort

    0下载:
  2. quicksort algoerithm in python
  3. 所属分类:Algorithm

    • 发布日期:2017-03-28
    • 文件大小:1433
    • 提供者:neha
  1. quicksort

    0下载:
  2. 对输入的几个数进行递归的快速排序 对冒泡程序的改进- use recursive to quick sort some number
  3. 所属分类:Other systems

    • 发布日期:2017-04-11
    • 文件大小:873
    • 提供者:Tim
  1. main.c

    0下载:
  2. QuickSort working, sorting of one Array of numbers
  3. 所属分类:Other systems

    • 发布日期:2017-04-12
    • 文件大小:600
    • 提供者:rlour25
  1. QuickSort

    0下载:
  2. java coding for various programs
  3. 所属分类:Java Develop

    • 发布日期:2017-04-25
    • 文件大小:25037
    • 提供者:suganya
  1. QuickSort

    0下载:
  2. 算法导论中的快速排序算法的具体实现,包括对该算法的简单变形,其中采用文件输入,包括正序,逆序,随机情况的不同输入-Introduction to Algorithms concrete realization of fast sorting algorithms, including the algorithm is simple deformation, which uses the file input, including positive, reverse, random situati
  3. 所属分类:Data structs

    • 发布日期:2017-05-03
    • 文件大小:722563
    • 提供者:
  1. quicksort

    0下载:
  2. 用python写的快速排序代码,可以实现输入一组数组的快排-Write a quick sort using python code, you can enter a group to achieve an array of fast row
  3. 所属分类:Algorithm

    • 发布日期:2017-04-11
    • 文件大小:560
    • 提供者:whj
  1. Sorts

    0下载:
  2. Sorting algorithms properties: QuickSort, distribution methods, the method of bubble -Sorting algorithms properties: QuickSort, distribution methods, the method of bubble
  3. 所属分类:Algorithm

    • 发布日期:2017-04-12
    • 文件大小:910
    • 提供者:Alex
  1. QuickSort

    0下载:
  2. 对随机产生的浮点数排序,采用非递归的快速排序,解决了堆栈溢出的问题。-Sort of float randomly generated, using non-recursive quick sort, stack overflow problem solved.
  3. 所属分类:Other systems

    • 发布日期:2017-04-11
    • 文件大小:1083
    • 提供者:袁永立
  1. quicksort

    0下载:
  2. Quick Sort program in java
  3. 所属分类:Java Develop

    • 发布日期:2017-03-30
    • 文件大小:16077
    • 提供者:xyster
« 1 2 ... 21 22 23 24 25 2627 28 29 30 »
搜珍网 www.dssz.com