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

搜索资源列表

  1. 简单数据结构的实现

    1下载:
  2. Shell 排序 单链表 堆排序 简单二叉树 快速排序 冒泡排序 数组生成最小堆 杨辉三角形
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-05-05
    • 文件大小:5179
    • 提供者:auskalia
  1. KSPX

    0下载:
  2. 快速排序的基本算法-basic Quick Sort Algorithm
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:2363
    • 提供者:1230.cecila
  1. thread_sample

    0下载:
  2. 线程示例:读写文件、递归创建线程进程、快速排序-thread Example : reading and writing documents, recursive process of creating threads, Quick Sort
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:100811
    • 提供者:none
  1. StudInfoManager(Dos)

    0下载:
  2. 一个DOS下的学生信息管理系统,使用了多中数值算法,有HASH查找,归并排序,快速排序,对排序-The management of student information in DOS,which uses several algorithms.for example,HASH search,return compositor,quick compositor,pair compositor.
  3. 所属分类:教育/学校应用

    • 发布日期:2008-10-13
    • 文件大小:24480
    • 提供者: 哈哈哈
  1. StudInfoManager(Win)

    0下载:
  2. 一个学生信息管理系统,使用了多中数值算法,有HASH查找,归并排序,堆排序,快速排序,界面也不错-a student information management system, using a number of numerical algorithms, hash search, merging, in order of ranking reactor, rapid sequencing, and the interface is good
  3. 所属分类:教育/学校应用

    • 发布日期:2008-10-13
    • 文件大小:750411
    • 提供者: 哈哈哈
  1. qksort

    0下载:
  2. 一种新的快速排序方法-a new rapid sequencing methods
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:2393699
    • 提供者:李东营
  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 2 ... 4 5 6 7 8 910 11 12 13 14 ... 50 »
搜珍网 www.dssz.com