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

搜索资源列表

  1. javaparase

    0下载:
  2. 一个java源代码包,其中包括快速排序,队列和后缀表达式的计算,XML生成程序,为一个解析XML文件程序做了书价格的计算,是后缀表达式计算,中缀转后缀.-A Java source code package, including quick sort, queues, and the calculation of postfix expression, XML generator, as a parse the XML file application to do the calculation
  3. 所属分类:Applet

    • 发布日期:2017-04-15
    • 文件大小:8574
    • 提供者:李阳
  1. time

    0下载:
  2. 包含各种经典排序算法的实现和模拟时间比较,包括各种shell排序、插入排序、选择排序、起泡排序、快速排序、ADT队列排序等等,是初学数据结构和算法的最好实例和参考。-Containing various classical sorting algorithm implementation and simulation time comparison, including various shell sort, insertion sort, selection sort, bubble sort
  3. 所属分类:Data structs

    • 发布日期:2017-04-16
    • 文件大小:41906
    • 提供者:pujialie
  1. quickSortApp

    0下载:
  2. 对经典的递归快速排序采用选择法和栈进行优化,提高了算法的运行效率,使得对快速排序的理解更加深入。-The classical recursive quick sort and stack using the selection method to optimize and improve the operating efficiency of the algorithm, such that for more in-depth understanding of quick sort.
  3. 所属分类:Data structs

    • 发布日期:2017-05-12
    • 文件大小:2989843
    • 提供者:刘荣荣
  1. suanfabijiao

    0下载:
  2. 对常用的内部排序算法进行比较:直接插入排序、简单选择排序、冒泡排序、快速排序、希尔排序(在教科书中,各种内部排序算法的时间复杂度分析结果只给出了算法执行时间的阶,或大概执行时间。试通过随机数据比较各算法的关键字比较次数和关键字移动次数,以取得直观感受。)-Internal sorting algorithm commonly used for comparison: direct insertion sort, simple selection sort, bubble sort, quick
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-13
    • 文件大小:1674
    • 提供者:王贺
  1. quicksort

    0下载:
  2. 用c语言实现的快速排序。快速排序效率较高,但可靠度相比其它排序算法而言较低。-Using c language quick sort. Quick Sort efficient, but in terms of reliability is low compared to other sorting algorithms.
  3. 所属分类:Console

    • 发布日期:2017-05-19
    • 文件大小:5200154
    • 提供者:xiang
  1. merge-and-count

    0下载:
  2. 完成sort and count算法,是算法分析当中devide and conquer中的一道题-The attached file Q5.txt contains 100,000 integers between 1 and 100,000 (each row has a single integer), the order of these integers is random and no integer is repeated. 1. Write a program to
  3. 所属分类:Other systems

    • 发布日期:2017-04-09
    • 文件大小:1781587
    • 提供者:maria
  1. QuickSort

    0下载:
  2. C++实现的快速排序,有输出中间的详细过程-C++ achieve quick sort, with output in the middle of the detailed process
  3. 所属分类:Other systems

    • 发布日期:2017-04-17
    • 文件大小:147799
    • 提供者:高志烽
  1. quicksort

    0下载:
  2. 《算法导论》第三版中快速排序伪码的C语言实现-"Introduction to Algorithms" the third edition of Quick Sort pseudo-code in C language
  3. 所属分类:Data structs

    • 发布日期:2017-04-10
    • 文件大小:999
    • 提供者:冉天纲
  1. kuisupaixu

    0下载:
  2. 快速排序的代码实现。产生随机数进行排序,并且有排序时间的测算。-Quick sort code. Generating random number sequence, and a sort time of the measurement.
  3. 所属分类:Data structs

    • 发布日期:2017-04-23
    • 文件大小:281674
    • 提供者:water
  1. zhongshu

    0下载:
  2. 利用递归求众数。借助了快速排序的思想,选中一个数,先把比它小的放在左边,比它大的放在右边。-Use recursive plural. With the idea of ​ ​ quick sort, select a number, first it is smaller than on the left, on the right side than it is big.
  3. 所属分类:Data structs

    • 发布日期:2017-04-08
    • 文件大小:863865
    • 提供者:water
  1. quickSort

    0下载:
  2. 算法导论第三版上快速排序java的实现。-Introduction to the third edition of the quick sort algorithm java implementation.
  3. 所属分类:Java Develop

    • 发布日期:2017-04-10
    • 文件大小:917
    • 提供者:liu
  1. randomizedquicksort

    0下载:
  2. 算法导论第三版上面随机划分的快速排序java实现。-Introduction to Algorithms, Third Edition at random into the quick sort java implementation.
  3. 所属分类:Java Develop

    • 发布日期:2017-04-09
    • 文件大小:1161
    • 提供者:liu
  1. kuaishucharu

    0下载:
  2. 算法导论习题中结合插入排序,对快速排序进行优化的实现-Introduction to Algorithms exercises incorporate insertion sort, quick sort optimized for implementation
  3. 所属分类:Java Develop

    • 发布日期:2017-04-07
    • 文件大小:1293
    • 提供者:liu
  1. rearranged

    0下载:
  2. 直接排序,直接插入排序,折半插入法,希尔排序,冒泡排序,快速排序大汇总-Direct sequencing, direct insertion sort, binary insertion, shell sort, bubble sort, quick sort large aggregate
  3. 所属分类:Other systems

    • 发布日期:2017-05-09
    • 文件大小:1689088
    • 提供者:刘洁思
  1. sort

    0下载:
  2. 算法与数据结构中的排序算法(直接插入,折半插入,表插入,冒泡,快速,简单选择,堆,归并,基排序)。-Algorithms and Data Structures in sorting algorithms (direct insertion, binary insertion, insert tables, bubble, quick, simple choice, heap, merge, group sorting).
  3. 所属分类:Console

    • 发布日期:2017-04-08
    • 文件大小:5877
    • 提供者:郭悠悠
  1. 3kindsort

    0下载:
  2. Good samples for sort algorithms(mersg sort , quick sort , selection sort)
  3. 所属分类:Other systems

    • 发布日期:2017-05-08
    • 文件大小:2006731
    • 提供者:hamid ata
  1. 44

    0下载:
  2. 现有一个接口DataOperation定义了排序方法sort(int [])和查找方法search(int[], int),已知类QuickSort的quickSort(int [])方法实现了快速排序算法,类BinarySearch的binarySearch(int[], int)方法实现了二分查找算法。现使用适配器模式设计一个系统,在不修改源代码的情况下将类QuickSort和类BinarySearch的方法适配到DataOperation接口中。-An existing interface
  3. 所属分类:JavaScript

    • 发布日期:2017-04-15
    • 文件大小:5808
    • 提供者:鬼才
  1. internal-sorting-algorithm

    0下载:
  2. 4.1直接排序 10 4.2起泡排序 11 4.3选择排序 11 4.4快速排序 12 4.5希尔排序 13 4.6堆排序 13 各类内部排序算法性能比较以及文档说明。-Direct sequencing 10 4.2 4.1 11 4.3 bubble sort quick sort and select Sort 11 4.4 13 4.6 12 4.5 Hill sort HEAPSORT 13 various internal sorting algorithm
  3. 所属分类:Data structs

    • 发布日期:2017-05-04
    • 文件大小:1121577
    • 提供者:Mounty_FSC
  1. quicksort

    0下载:
  2. 快速排序,能够较快的对数据进行排序,使用C++进行编写,以通过验证-Quick sort, able to sort the data faster, use C++ be written to by verifying
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-17
    • 文件大小:218220
    • 提供者:chinese
  1. QuickSort

    0下载:
  2. java版的快速排序算法,能够帮助初学者理解快排的工作流程-java version of the quick sort algorithm, can help beginners understand the workflow fast row
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-14
    • 文件大小:2785
    • 提供者:chinese
« 1 2 ... 43 44 45 46 47 4849 50 »
搜珍网 www.dssz.com