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

搜索资源列表

  1. binary_tre220366582011

    0下载:
  2. this code can perform operation of binary tree traversing and quick sort
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-14
    • 文件大小:2595
    • 提供者:Rahim
  1. bubble

    0下载:
  2. 一种快速排序主要是两两比较得出结果,可供参考-A quick sort is mainly the outcome of pairwise comparison, reference
  3. 所属分类:software engineering

    • 发布日期:2017-04-15
    • 文件大小:12731
    • 提供者:王元达
  1. Paixu

    0下载:
  2. 先生成一组数据,对这组数据进行冒泡和快速排序 -Mr. into a set of data, this set of data for bubble and quick sort
  3. 所属分类:Java Develop

    • 发布日期:2017-04-02
    • 文件大小:1045
    • 提供者:李非
  1. BUC

    0下载:
  2. BUC算法,没用到任何与STL相关的内容,使用的初始化的结构是avltree,BUC内含计数排序、插排和快排-BUC algorithm, doesn t use any STL-related content, use the structure to initialize is avltree, BUC includes counting sort, insert sort and quick sort
  3. 所属分类:Algorithm

    • 发布日期:2017-05-08
    • 文件大小:1936384
    • 提供者:caonima
  1. paixu

    0下载:
  2. 快速排序 输入10个二进制数 进行从大到小排列-Quick Sort
  3. 所属分类:Data structs

    • 发布日期:2017-04-23
    • 文件大小:341435
    • 提供者:yy
  1. quicksort.tar

    0下载:
  2. 快速排序的代码和一些简单应用,自己写的代码,交流而已,请多多指教-Quick Sort
  3. 所属分类:Data structs

    • 发布日期:2017-04-05
    • 文件大小:13766
    • 提供者:yuwenbo
  1. tStudyP

    0下载:
  2. 一个简单基本的快速排序,对于算法的入门学习有帮助-A simple basic quick sort, started learning algorithm for help
  3. 所属分类:Data structs

    • 发布日期:2017-04-01
    • 文件大小:785
    • 提供者:shendi
  1. Qsort

    0下载:
  2. 快速排序算法,visual2008平台上以c#实现-Quick sort algorithm, visual2008 platform to c# to achieve
  3. 所属分类:Data structs

    • 发布日期:2017-04-16
    • 文件大小:21849
    • 提供者:妮妮
  1. Linklist

    0下载:
  2. C++语言,用链表实现的各种排序算法,包括插入排序、冒泡排序、快速排序等-C++ language implementation with a list of various sorting algorithms, including insertion sort, bubble sort, quick sort, etc.
  3. 所属分类:Data structs

    • 发布日期:2017-05-11
    • 文件大小:2414144
    • 提供者:桂柯易
  1. quicksort

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

    • 发布日期:2017-04-03
    • 文件大小:256499
    • 提供者:huang
  1. bottomupsort

    0下载:
  2. 冒泡排序,是指计算机的一种排序方法,它的时间复杂度为O(n^2),虽然不及堆排序、快速排序的O(nlogn,底数为2),但是有两个优点:1.“编程复杂度”很低,很容易写出代码;2.具有稳定性,这里的稳定性是指原序列中相同元素的相对顺序仍然保持到排序后的序列,而堆排序、快速排序均不具有稳定性。不过,一路、二路归并排序、不平衡二叉树排序的速度均比冒泡排序快,且具有稳定性,但速度不及堆排序、快速排序。-Bubble sort is a sorting method of the computer, i
  3. 所属分类:Data structs

    • 发布日期:2017-03-29
    • 文件大小:258342
    • 提供者:huang
  1. Quick_Sort220762752011

    0下载:
  2. To understand a Basic data structural term in C named "Quick Sort".
  3. 所属分类:Data structs

    • 发布日期:2017-04-11
    • 文件大小:1273
    • 提供者:Rahim
  1. fast

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

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

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

    • 发布日期:2017-04-03
    • 文件大小:548
    • 提供者:申静
  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. quicksort

    0下载:
  2. Quick sort algorithm is there
  3. 所属分类:Data structs

    • 发布日期:2017-04-10
    • 文件大小:618
    • 提供者:ajay
  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. QuikSort

    0下载:
  2. 根据清华大学C++程序设计的课本,开发的一个快速排序,从中了解学习编程的奥秘,提高编程兴趣,是一个不可多得的源代码-According to Tsinghua University, C++ programming books, the development of a quick sort, learn about the mysteries of learning programming and improve the programming interests, is a rare sou
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-03
    • 文件大小:217598
    • 提供者:乐天
« 1 2 ... 30 31 32 33 34 3536 37 38 39 40 ... 50 »
搜珍网 www.dssz.com