CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数值算法/人工智能 搜索资源 - 快速排序

搜索资源列表

  1. 实验七

    0下载:
  2. 几种排序算法的动画演示,包括冒泡排序,选择排序,插入排序,快速排序,堆排序,支持单步演示,-several algorithm animation demonstration, including Bubble Sort, select, in order of insertion sort, quick sort, heap sort, support single-step demonstration
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:25116
    • 提供者:刘绵嘉
  1. 数据结构的C++描述

    1下载:
  2. 目 录 译者序 前言 第一部分 预备知识 第1章 C++程序设计 1 1.1 引言 1 1.2 函数与参数 2 1.2.1 传值参数 2 1.2.2 模板函数 3 1.2.3 引用参数 3 1.2.4 常量引用参数 4 1.2.5 返回值 4 1.2.6 递归函数 5 1.3 动态存储分配
  3. 所属分类:数据结构常用算法

    • 发布日期:2009-10-17
    • 文件大小:5125525
    • 提供者:gufeng20081010
  1. QuickSort

    0下载:
  2. 输入若干组长度各异的待排序列,分别用快速排序算法和改进的枢轴元素三者取中算法对待排序列进行排序,当待排子序列长度已小于 20时,改用直接插入排序,利用时间函数验证三者取中算法在效率上的提高。(提示: 待排序列的长度一般应为 5000 以上)
  3. 所属分类:数据结构常用算法

  1. sort.rar

    0下载:
  2. 此代码可以生成一系列随机数,然后对这些随机数进行快速排序。,This code can generate a series of random numbers, and then the number of these random quick sort.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-01
    • 文件大小:140861
    • 提供者:汪帮主
  1. quicksort

    0下载:
  2. 快速排序[非递归]算法 by buptwugh-Quick sort [non-recursive] algorithm made by buptwugh
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-08
    • 文件大小:2161
    • 提供者:吴国华
  1. paixu2.8

    0下载:
  2. 快速排序算法 按第一个元素排列或按随机元素排列 算法分析与设计-Quick sort algorithm or by the first element of array elements arranged in random
  3. 所属分类:Data structs

    • 发布日期:2017-03-31
    • 文件大小:919503
    • 提供者:薛佩佩
  1. sort.rar

    0下载:
  2. 由C++实现的各种排序算法,包括直接插入排序、希尔排序、冒泡排序、快速排序、选择排序等,By the C++ to achieve a variety of sorting algorithms, including the direct insertion sort, Hill sort, bubble sort, quick sort, selection sort, etc.
  3. 所属分类:Data structs

    • 发布日期:2017-03-29
    • 文件大小:25236
    • 提供者:yangbo
  1. sjjg

    0下载:
  2. 1)实现二路归并排序算法。 2)实现希尔排序算法。 3)实现快速排序算法。 4)实现堆排序算法。 (6)已知长度为n的线性表A采用顺序存储结构,该算法删除线性表中所有值为item的数据元素。删除后的数组元素与原数组元素不必保持顺序一致。 一个主函数,调试上述算法。-1) Achieving way merge sorting algorithm. 2) Achieving Hill sorting algorithms. 3) The fast sorting algorit
  3. 所属分类:Data structs

    • 发布日期:2017-04-01
    • 文件大小:589093
    • 提供者:demoncat
  1. quicksort

    0下载:
  2. 此程序是算法快速排序quicksort的迭代形式-This procedure is an iterative algorithm quicksort quicksort form
  3. 所属分类:Data structs

    • 发布日期:2017-04-03
    • 文件大小:364984
    • 提供者:LHY
  1. sortoutside

    0下载:
  2. 外排序 对于海量数据进行快速排序 然后利用败者树进行归并的算法的一个模板-Outside the huge amount of data to sort for quick sort loser tree and then use the algorithm to merge a template
  3. 所属分类:Data structs

    • 发布日期:2017-04-01
    • 文件大小:3125
    • 提供者:caj
  1. 2010quicksort

    0下载:
  2. c++用栈代替递归实现的快速排序,快速排序是一种比较节约时间的排序,一般用递归的方法实现,用栈虽然占用空间比递归大,但不要像递归一样把大多的时间浪费在递归的过程中,特别是对数字比较多的排序更有效-Recursive stack instead of using quick sort, quick sort is a kind of sorting to save time, usually with a recursive method to achieve, although the use
  3. 所属分类:Data structs

    • 发布日期:2017-04-15
    • 文件大小:30374
    • 提供者:郑湾州
  1. Sort

    0下载:
  2. VC实现。各种排序算法,插入排序,选择排序,交换排序,快速排序,希尔排序,归并排序等。-VC implementation. Various sorting algorithms, insertion sort, selection sort, exchange sort, quick sort, Hill sort, merge sort and so on.
  3. 所属分类:Data structs

    • 发布日期:2017-05-09
    • 文件大小:2455465
    • 提供者:凌潇然
  1. code

    1下载:
  2. 1、猴子选大王 2、约瑟夫环 3、迷宫求解 4、回文游戏 5、地图四染色问题 6、八皇后问题 7、原四则表达式求值 8、k阶斐波那契序列 9、遍历二叉树 10、编写DFS算法的非递归函数。 编写BFS算法。 11、简单选择排序, 折半插入排序, 冒泡排序, 快速排序, 堆排序 12、顺序查找,折半查找-err
  3. 所属分类:数据结构常用算法

    • 发布日期:2013-03-11
    • 文件大小:34686
    • 提供者:isxzh
  1. Some-Sorts

    0下载:
  2. 对常见的各种算法精心总结,含源码。比如快速排序,shell排序,简单选择排序,堆排序,冒泡排序等算法-Various algorithms for the common well summed up, including source code. Such as quick sort, shell sort, simple selection sort, heap sort, bubble sort algorithms such as
  3. 所属分类:Data structs

    • 发布日期:2017-04-01
    • 文件大小:241440
    • 提供者:程明
  1. quicksort

    0下载:
  2. 快速排序法- Fast arrangement law
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-12-06
    • 文件大小:1348
    • 提供者:蓝枫
  1. QuickSort

    0下载:
  2. 快速排序是对冒泡排序的一种改进的排序方法,是目前各种内部排序方法中较快的方法-Quick Sort Bubble Sort is a sort of an improved method is to sort a variety of internal methods quicker method
  3. 所属分类:Data structs

    • 发布日期:2017-04-04
    • 文件大小:1025
    • 提供者:hjs
  1. SortExp

    0下载:
  2. 内排序算法,包括传统冒泡排序的改进以及快速排序算法的实现,包含详细注释。-Within the sorting algorithm, including the traditional bubble sort and quick sort algorithm to improve the realization of the Notes contain details.
  3. 所属分类:Data structs

    • 发布日期:2017-05-02
    • 文件大小:9172
    • 提供者:LCC
  1. java_sort

    0下载:
  2. java常用的排序算法源码,从最基本的冒泡排序到快速排序,基排序等各种实现 -commonly used sorting algorithm java source code, from the most basic to the Quick Sort Bubble Sort, sort, etc. to achieve the base
  3. 所属分类:Data structs

    • 发布日期:2017-03-30
    • 文件大小:2414
    • 提供者:沈明欣
  1. AlgorithmGossip

    0下载:
  2. 排序 得分排行 選擇、插入、氣泡排序 Shell 排序法 - 改良的插入排序 Shaker 排序法 - 改良的氣泡排序 Heap 排序法 - 改良的選擇排序 快速排序法(一) 快速排序法(二) 快速排序法(三) 合併排序法 基數排序法-Sort ranked scoring option, insert, Bubble Sort Shell Sort- Insertion Sort Shaker improved sorting method- the i
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-03-28
    • 文件大小:155989
    • 提供者:a29768
  1. quicksort

    0下载:
  2. 数据结构中快速排序算法的实现,可以对整数以及其他数据进行排序-Data structure in the realization of quick sort algorithm can be an integer, as well as other data on the sort
  3. 所属分类:Data structs

    • 发布日期:2017-04-04
    • 文件大小:64188
    • 提供者:陈付龙
« 1 2 ... 7 8 9 10 11 1213 14 15 16 17 ... 50 »
搜珍网 www.dssz.com