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

搜索资源列表

  1. kmethod_exe

    0下载:
  2. 大约有10种排序方法,如堆排序、快速排序、归并排序、插入排序、外壳排序、选择排序、早泡排序、线性排序、地址选择排序和基排序。我自己提出了一种简化的快速排序。-about 10 species of sequencing methods, such as heap sort, quick sort, merge, in order to insert sequencing, shell sort, select, in order of ranking as foam, linear orderi
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:4738
    • 提供者:宁华锋
  1. c&c++语言程序

    1下载:
  2. 数据结构中的 二叉树算法、快速排序双向链表、顺序文件合并、顺序广度搜索以及深度搜索最优解 的C&C++ 程序-C&C++ programme about data structure including binary tree algorithm, quick sorting based on doubly linked lists, merging ordinal files, best solution of orderly width or depth search.
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:7271
    • 提供者:秦羽
  1. 排序2008

    0下载:
  2. 主要是用于在各种复杂情况下排序使用,怎演怎样保证快速性,主要提供几种常见的排序-used to sort under some complex situations, demonstrate how to ensure rapid and provide sevral common sort order algorithm.
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:32538
    • 提供者:流风
  1. PkXtwh

    0下载:
  2. 这个程序的头文件中包含四种排序方法:泡沫排序法(bubble),插入排序法(insertion),快速排序法(quick)-this procedure the first document contains four sequencing methods : foam Sort (bubble), the insertion sort (insertion), rapid sequencing (quick)
  3. 所属分类:多媒体

    • 发布日期:2008-10-13
    • 文件大小:62380
    • 提供者:黄国胜
  1. 排序比较

    1下载:
  2. 排序算法的性能比较 对不同类型的问题规模,测试各种介绍的排序算法的性能。统计他们的键值比较次数,键值移动次数以及运行时间并分析结果。 小型问题:N≈20 中型问题:N≈2000 大型问题:N≈200000. C 语言的32关键字如下: 实验原理: 线性表的排序,快速,起泡,选择,插入。-algorithm to compare the performance of different types of scale of the problem, introduced by the test a
  3. 所属分类:文件操作

    • 发布日期:2008-10-13
    • 文件大小:9647
    • 提供者:王为
  1. quick_sort

    0下载:
  2. 快速排序,实现排序的时间再一般情况下的时间复杂性为nlogn算法实现-Quick Sort and achieve ranking period of time under normal circumstances the complexity of finite algorithm
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:53899
    • 提供者:hua
  1. 快速排序法1

    0下载:
  2. 如果云知道天的辽阔 如果雨知道海的无边 如果星知道月的寂廖 如果你知-know if the cloud of days of rain to know if the vast sea of limitless If Star on the lonely know if you know Liao
  3. 所属分类:编辑框

    • 发布日期:2008-10-13
    • 文件大小:6439
    • 提供者:元杰
  1. 常用的排序(c语言)

    0下载:
  2. 五个常用的排序方法,用C实现的,包括归并,插入,希尔,快速,冒泡-five commonly used sequencing method, the C achieved, including merging, inserting, Hill, rapid and Bubble
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:3082
    • 提供者:
  1. sort_method

    0下载:
  2. 各种排序算法,包括快速排序、插入排序、选择排序、SHELL排序-various sorting algorithms, including rapid sorting, insertion sort, select, in order of ranking SHELL
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:2991
    • 提供者:范凯生
  1. qicsort

    0下载:
  2. 一个写在vc中的快速排序法函数,没有单独做测试类,而是在main函数中给出了例子,运行最后会在控制台看到结果。-a vc wrote in the rapid sequencing function, so there is no single test categories, but in main function is an example of the operation will finally see the result console.
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:9317
    • 提供者:lili
  1. kecsj_java

    2下载:
  2. JAVA课程设计!用线程来实现比较查找、排序算法的运行时间,第一部分是将顺序查找、折半查找算法设计成线程并同时运行来比较两种查找算法,第二部分是将冒泡排序、快速排序及选择排序设计成线程并同时运行来比较三种排序算法。本程序使用流行的GUI界面设计。-Java curriculum design! Using thread to achieve more search, algorithm running time, the first part of the order is to locate,
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:12864
    • 提供者:爱情无敌
  1. huffman_f

    0下载:
  2. huffman_f 在huffman_e的基础上,将排序改为利用堆排序原理选择最小的两个权值。也即,将所有元素的权值组织成堆后,每次堆内的根结点就是最小值了。每取出一个根结点后,就把堆尾元素调到根结点重建堆。取出两个最小值合并成一个子树后,再把子树作为叶子结点放到堆中,并让其上升到合适的位置,保持堆性质不变。因为每次不必完成整个排序过程,而只是组织成堆,因此,这种方法要比使用快速排序更快。上述算法参考了mg-1.2.1中Huffman编码的实现,见http://www.cs.mu.oz.au/m
  3. 所属分类:2D图形编程

    • 发布日期:2008-10-13
    • 文件大小:2201
    • 提供者:真实
  1. 找第k小算法程序

    1下载:
  2. 此代码查找序列中指定第几大小的程序,这将会在快速排序异步并行算法中用到。-this code sequence you specify the size of several of its procedures, which will be in the fast asynchronous parallel sorting algorithm used.
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:10474
    • 提供者:srx
  1. xjjgkspx

    0下载:
  2. 数据结构的作业之快速排序程序~已经通过编译了-data structure of operations, rapid sequencing procedures have been adopted to compile the
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:7061
    • 提供者:孙伟
  1. 0305111

    0下载:
  2. 很好的一个DD。。 能够进行快速排序...利用C语言实现,8种排序算法! 例如:插入排序、快速排序、选择排序、冒泡排序、堆排序、希尔排序、归并排序、基数排序!-good a DD. . To conduct rapid sequencing ... use C language, eight algorithm! For example : insert sequencing, Quick Sort, select, in order of Bubble Sort, heap sort, Hil
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:5107
    • 提供者:333
  1. tros

    0下载:
  2. 这个程序可以对多个数字进行快速排序,只要对排序数的多少进行修改,就可以变成任意个有限数的排序了-this procedure can be carried out on a number of Quick Sort figures, as long as the sequencing The number of revision it can be turned into a limited number of arbitrary 000 ranking of the
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:1075
    • 提供者:
  1. 快排

    0下载:
  2. 快速排序 算法的基本思想: 快速排序的基本思想是基于分治策略的。对于输入的子序列ap..ar,如果规模足够小则直接进行排序,否则分三步处理 -fast algorithm basic idea : Quick Sort The basic idea is based on the divide and conquer strategy. For input sequences ap .. ar, if the scale is small enough for dire
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:25441
    • 提供者:李伯
  1. LVStyles

    0下载:
  2. 支持listview中快速排序,按内容调整列宽等等。-support rapid sequencing error, as adjusted by the column width so on.
  3. 所属分类:ListView/ListBox

    • 发布日期:2008-10-13
    • 文件大小:10606
    • 提供者:陈晓毅
  1. quickSort3.12

    1下载:
  2. 内存映射,多线程快速排序,测试速度1000000/30s-memory mapping, multi-threaded quick sort, test speed 1000000/30s
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:5764585
    • 提供者:王占亭
  1. arraysort1

    0下载:
  2. 这个程序的头文件中包含四种排序方法:泡沫排序法(bubble),插入排序法(insertion),快速排序法(quick)和选择排序法(selection)。头文件中还使用了模板技术,以便可以同时实现几种类型的排序算法。-this procedure the first document contains four sequencing methods : foam Sort (bubble), the insertion sort (insertion), rapid sequencing (
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:28406
    • 提供者:chyg
« 1 2 ... 5 6 7 8 9 1011 12 13 14 15 ... 50 »
搜珍网 www.dssz.com