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. 归并分类与快速分类平均时间之比较的源代码

    0下载:
  2. 在对本程序的快速排序和归并排序这两种算法的正确与否进行验证时,用手动输入的数据,本程序基本上完成了对输入数据进行的快速排序和归并排序!-in the process of the rapid sequencing and merging the two sorting algorithms are correct for the test, with the manual input of data, the procedure is basically completed the data e
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:61417
    • 提供者:陈青侠
  1. 排序算法汇总和比较

    0下载:
  2. 实现了插入排序,希尔排序, 冒泡排序,快速排序,选择排序,堆排序和归并排序,以及可以对排序的性能进行分析,较适合用作排序算法的学习-achieved insertion sort, Hill, in order Bubble Sort, quick sort, select, in order of ranking and sculpture merge sorting, and sequencing can analyze the performance and more appropriat
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:37832
    • 提供者:叶靥
  1. 几种排序方法的实现

    0下载:
  2. 用 插入排序, 希尔排序 ,冒泡, 快速排序 , 选择排序 ,堆排序, 归并排序 实现对任意随机数序列,并比较各种方法的运行快慢和复杂度-with insertion sort, Hill sequencing, bubbling Quick Sort, select, in order of ranking sculpture, merging order to achieve arbitrary random series, and compare the various methods o
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:389214
    • 提供者:陈婷
  1. 6paixusuanfa

    0下载:
  2. 1、 演示程序对6种内部排序算法(堆排序、直接插入排序、简单选择排序、快速排序、希尔排序、归并排序)作输入实测比较。 2、 待排序表的元素的关键字为整数。用户可输入不同数据作测试比较。比较的指标为关键字参加的比较次数(用compCount计量)和关键字的移动次数(用shiftCount计量,关键字交换计为3次移动)。 3、 演示程序以用户和计算机的对话方式执行,即在计算机终端上显示“提示信息”下,用户可由键盘输入待排序表的表长(不大于20)和数据。 4、 每次测试完毕,显示各种
  3. 所属分类:控制台(字符窗口)编程

    • 发布日期:2008-10-13
    • 文件大小:32601
    • 提供者:张涛
  1. 归并排序和快速排序比较

    0下载:
  2. 归并排序和快速排序比较,打印所用时间
  3. 所属分类:数据结构常用算法

    • 发布日期:2009-10-28
    • 文件大小:7294
    • 提供者:alfred.hell
  1. divide

    0下载:
  2. 学算法时写的程序了,这里时分治的算法,包括归并排序和快速排序。供大家参考-Learning algorithm when the written procedure, the algorithm rule around here, including the merge sort and quick sort. For your reference
  3. 所属分类:Data structs

    • 发布日期:2017-04-10
    • 文件大小:1385
    • 提供者:huahua
  1. sort

    0下载:
  2. 排序算法的C语言实现(其中包括插入排序、归并排序、快速排序和SHELL排序的实现及各排序算法所需时间的比较)-Sorting algorithm to achieve the C language (including insertion sort, merge sort, quick sort and the realization of SHELL Sort sorting algorithm and the time required for comparison)
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-03-22
    • 文件大小:14103
    • 提供者:
  1. sort

    0下载:
  2. 本程序依次生成10个随即数组,然后分别用归并排序和快速排序 进行排序,统计两种排序所用时间,在屏幕上打印出来。-This procedure in turn generates an array of 10 immediately, and then were used to sort and quick sort merge sort, statistics used in two kinds of sorting time on the screen print.
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-07
    • 文件大小:7294
    • 提供者:王连
  1. fenzhifa

    0下载:
  2. 分治法的应用 将序列A(0:n-1)中元素按照升序排序方法:归并排序和快速排序((1)对于快速排序,主元采用三者A(low),A(high),A((low+high)/2)中其值居中者-Divide and conquer the application of the sequence A (0: n-1) elements in ascending sorted by: Merge sort and quick sort ((a) for Quick Sort, the main elemen
  3. 所属分类:Data structs

    • 发布日期:2017-04-02
    • 文件大小:924
    • 提供者:xiaolu
  1. sorting

    0下载:
  2. 实现链表归并排序和快速排序,对两个的时间复杂度进行对比-Implement merge sort and quick sort the list, the time complexity of the two comparison
  3. 所属分类:Data structs

    • 发布日期:2017-04-06
    • 文件大小:29495
    • 提供者:YuanfengDu
  1. Classic-algorithms-of-the-sort

    0下载:
  2. 这是本人在研一上课时所整理的文档,包括冒泡排序,直接插入排序,直接选择排序,希尔排序,归并排序,快速排序和堆排序这七种常用的排序方法,这些文章不仅使我在考试中取了不错的成绩,也为后来顺利面过迅雷,腾讯,微软打下了良好的基础,现在整理成电子书形式,希望能对大家有所帮助。-This document is a I finishing Kenichi class, including bubble sort, insertion sort, direct selection sort, shell s
  3. 所属分类:Data structs

    • 发布日期:2017-11-10
    • 文件大小:512033
    • 提供者:刘昌
  1. mergesortaquicksort

    0下载:
  2. 归并排序和快速排序的比较,有时间相关的比较。-Merge sort and quick sort of comparison, the comparison of time-dependent.
  3. 所属分类:Other windows programs

    • 发布日期:2017-12-06
    • 文件大小:1664
    • 提供者:zsm
  1. sort

    0下载:
  2. 该算法主要实现了归并排序和快速排序,并对两种排序算法的效果进行比较,主要计算排序所需时间,据此判断哪种算法更快-The algorithm implements merge sort and quick sort, and the effects of two sorting algorithms are required to spend more time, the main calculation sort, to judge which algorithm faster
  3. 所属分类:Data structs

    • 发布日期:2017-04-13
    • 文件大小:2164
    • 提供者:吴丽君
  1. Sorts

    0下载:
  2. 七种常用的排序方法:冒泡排序,直接插入排序,直接选择排序,希尔排序,归并排序,快速排序和堆排序。 在DEV C++上可运行-Seven Sort Algorithm, including BubbleSort, InsertSort, SelectSort, ShellSort, MergerSort, QuickSort, HeapSort.
  3. 所属分类:Data structs

    • 发布日期:2017-04-05
    • 文件大小:5946
    • 提供者:liu
  1. Data-Structure-and-algorithms-CPP

    0下载:
  2. c++实现数据结构的所有代码。包括线性表,树,图,排序,hash等。线性表实现堆栈,队列及约瑟夫环等多个应用,树实现哈夫曼树编码及译码,AVL树,线索化二叉树,森林和二叉树的相互转化等等,图实现图的几种建立方法,拓扑排序,最短路径,最大连通子图,双连通分量,最小生成树,关键路径算法等等,排序实现归并排序,快速排序,堆排序,shell排序,冒泡排序,选择排序,插入排序等,并对性能进行分析。hash实现闭散列表,开散列表,带溢出表的内散列表等,并使用5种hash函数。帮助同学们系统的学习数据结构及算
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-21
    • 文件大小:6297927
    • 提供者:汪景行
  1. Sort

    0下载:
  2. visual studio开发环境,包含归并排序和快速排序的算法,对初学算法的人有很大帮助-visual studio development environment, including the merge sort and quick sort algorithm, the algorithm for beginners who are very helpful
  3. 所属分类:source in ebook

    • 发布日期:2017-05-19
    • 文件大小:5190400
    • 提供者:李桐宇
  1. paixubijiao

    0下载:
  2. 2种排序的比较算法,有归并排序和快速排序的各种比较,适合初学者使用-Comparison of two kinds of sorting algorithm, mergesort and quicksort various comparison, suitable for beginners
  3. 所属分类:Other systems

    • 发布日期:2017-04-29
    • 文件大小:273829
    • 提供者:bb
  1. sort101

    0下载:
  2. 本程序依次生成10个随即数组,然后分别用归并排序和快速排序 进行排序,统计两种排序所用时间,在屏幕上打印出来。-This procedure in turn generates an array of 10 immediately, and then were used to sort and quick sort merge sort, statistics used in two kinds of sorting time on the screen print.
  3. 所属分类:Multimedia Develop

    • 发布日期:2017-04-15
    • 文件大小:7339
    • 提供者:chuaiizizz
  1. ms&&qs

    0下载:
  2. 归并排序和快速排序,平均时间复杂度为O(nlog(n))。(Merge sort and quick sort, the average time complexity is O (nlog (n)).)
  3. 所属分类:Java编程

    • 发布日期:2018-05-04
    • 文件大小:1024
    • 提供者:dupeihui
« 12 3 4 5 »
搜珍网 www.dssz.com