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

搜索资源列表

  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. 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. 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. OmpFinal

    0下载:
  2. openMP下的多线程二叉树快排序,使用多线程提高排序效率,当线程数和排序数组大小一致时达最高速度-quick sort on openMP
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-03
    • 文件大小:892
    • 提供者:王乐
  1. jiandankuaisupaixu

    0下载:
  2. 简单快速排序, 简单快速排序,简单快速排序。-Simple and quick sort, simple and quick sort, simple and quick sort, simple and quick sort.
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-11
    • 文件大小:583
    • 提供者:张翔
  1. QuickSort

    0下载:
  2. 多种快速排序算法集合,经过优化,VC 6.0运行通过,控制台程序-Collection of a variety of quick sort algorithm, optimized, VC 6.0 run through the console program
  3. 所属分类:Console

    • 发布日期:2017-04-23
    • 文件大小:195969
    • 提供者:jiyinghui
  1. qsort_main.m

    0下载:
  2. 快速排序(QuickSort)是一种有效的排序算法。虽然算法在最坏的情况下运行时间为O(n^2),但由于平均运行时间为O(nlogn),并且在内存使用、程序实现复杂性上表现优秀,尤其是对快速排序算法进行随机化的可能,使得快速排序在一般情况下是最实用的排序方法之一。 快速排序被认为是当前最优秀的内部排序方法。-Quick Sort (QuickSort) is an efficient sorting algorithm. Although the algorithm runs in the
  3. 所属分类:Other systems

    • 发布日期:2017-04-11
    • 文件大小:1033
    • 提供者:wss007bld
  1. program

    0下载:
  2. 汉诺塔c++代码,快速排序c++代码,直接复制可用。-Hanoi c++ code, quick sort c++ code copied directly available.
  3. 所属分类:CSharp

    • 发布日期:2017-04-12
    • 文件大小:587
    • 提供者:WangKun
  1. quicksort

    0下载:
  2. C语言快速排序法,简洁高效,已经编译运行通过,且正确!-quick sort
  3. 所属分类:CSharp

    • 发布日期:2017-04-25
    • 文件大小:188041
    • 提供者:秦成斌
  1. CPP-Code

    0下载:
  2. 几种C++的经典算法。归并排序,快速排序,最小生成树,图的遍历等等。-Several C++ classical algorithm. Merge sort, quick sort, minimum spanning tree, graph traversal, and so on.
  3. 所属分类:Other systems

    • 发布日期:2017-04-28
    • 文件大小:9084
    • 提供者:asoka
  1. QuickSort

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

    • 发布日期:2017-04-12
    • 文件大小:920
    • 提供者:xycy
  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. 3_S_hw_sort

    0下载:
  2. 用txt文件输入输出字符串,实现三种排序方式,双向冒泡,快速排序,选择排序-Txt file input output string to achieve three sorting methods, bidirectional bubble, quick sort, selection sort
  3. 所属分类:Console

    • 发布日期:2017-04-02
    • 文件大小:973910
    • 提供者:赵宇彬
  1. randomizedSelect

    0下载:
  2. 线性时间选择算法,用到了随机快速排序算法中的随机划分算法。求一个数组中第k小的元素。-Linear time selection algorithm used in the random random quick sort algorithm partitioning algorithm. Find an array of small first k elements.
  3. 所属分类:Other systems

    • 发布日期:2017-04-25
    • 文件大小:259181
    • 提供者:岳娇
« 1 2 ... 9 10 11 12 13 1415 16 17 18 19 »
搜珍网 www.dssz.com