CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 搜索资源 - 内部排序算法比较

搜索资源列表

  1. neibupaixu

    0下载:
  2. 这个程序包括了各种常用内部排序算法在平均排序所需时间上的比较-this procedure include a wide range of internal sorting algorithm commonly used in the average time required for ordering the comparative
  3. 所属分类:其它

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

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

    • 发布日期:2008-10-13
    • 文件大小:32601
    • 提供者:张涛
  1. dwqdsort111

    0下载:
  2. 1)实现以下常用的内部排序算法并对它们的时间效率进行比较: 必做(6种):起泡排序、直接插入排序、简单选择排序、快速排序、希尔排序、堆排序; 选做:折半插入、二路归并、基数排序等等; 2)函数首部要求:void XXXXSort(char **list, int len, int n, int *c, int *s) 其中: a) XXXXSort为排序函数名,具体如下: 起泡排序BubbleSort 直接插入排序InsertSort 简单选择排序Sele
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:10289
    • 提供者:战天
  1. E66_0230

    0下载:
  2. 内部排序算法比较 一、需求分析 1. 实验要对以下6种常用的内部排序算法进行实测比较:起泡,直接插入,简单选择,快速,希尔,堆排序。 2. 待排序表的表长不小于100,其中的数据要用伪随机数产生(RAND()),至少要用5组不现的输入数据作比较,比较的指标为有关键字参加的比较次数和关键字参加的比较次数和关键字的移动次数。 3. 最后要对结果作出简单分析,包括对各组数据得出结果波动大小的解释。 -internal sorting algorithm 1, a demand an
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:45541
    • 提供者:苏言暖
  1. sort

    0下载:
  2. 各种内部排序算法的实现和比较,全部测试通过-Internal sorting algorithms and compare the realization of all the test
  3. 所属分类:Other systems

    • 发布日期:2017-03-24
    • 文件大小:28537
    • 提供者:xwy
  1. sort_zjz044100134

    1下载:
  2. 一问题描述 设计一个测试程序比较几种内部排序算法的关键字比较次数和移动次数以取得直观感受。 二 基本要求 [1] 对起泡排序、直接排序、简单选择排序、快速排序、希尔排序、堆排序算法进行比较 [2] 待排序的元素的关键字为整数。其中的数据要用伪随机产生程序产生[如10000个],至少用5组不同的输入数据做比较,再使用各种算法对其进行排序,记录其排序时间,再汇总比较。 [3] 界面友好,易与操作。采用菜单方式进行选择。 [4] 选做内容 ① 对不同表长进行比较
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-29
    • 文件大小:683047
    • 提供者:xuqijun
  1. biaodashiqiuzhi

    0下载:
  2. 本程序的主要功能在对起泡排序,直接插入排序,简单选择排序,快速排序,希尔排序,堆排序六种内部排序算法的时间复杂度进行比较.主要工作是设法在已知算法中的适当位置插入对关键字的比较次数和移动次数的操作.记录比较次数,移动次数,实现对六种算法复杂度的比较-The primary function of this process in the bubble sort, insertion sort of direct, simple options to sort, quick sort, Hill s
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-12
    • 文件大小:1928
    • 提供者:Jun
  1. Lab_Sort

    0下载:
  2. 用MFC实现的关于内部排序算法的时间比较,包括快速排序,堆排序,选择排序等五种排序方法-Using MFC to achieve internal sorting algorithm on the time, including the Quick Sort, Heap Sort, select the sort method to sort five
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-05
    • 文件大小:31109
    • 提供者:419756656
  1. include5

    0下载:
  2. 内部排序演示,设计一个测试程序比较几种排序算法的关键字比较次数和移动次数以取得直观感受。-Demonstration of the internal sequencing to design a test procedure several sorting algorithms compare the number of keywords and mobile number to get an intuitive feel.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-15
    • 文件大小:41472
    • 提供者:qq
  1. yuxin

    0下载:
  2. 内部排序算法比较,包括选择排序,希尔排序等代码-Internal sorting algorithms, including the Select Sort Hill sort code
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-08
    • 文件大小:223159
    • 提供者:于心
  1. ULLab_Sorts

    0下载:
  2. 用MFC实现的关于内部排序算法的时间比较,包括快速排序序,堆排序,选择排序等五种排序方法,已通过测试。 -Time on internal sorting algorithm is implemented by MFC, including five quick sort order, heap sort, selection sort sorting method has been tested.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-01
    • 文件大小:31447
    • 提供者:奉献
  1. (paiixuu1

    0下载:
  2. (1)对以下6种常用的内部排序算法进行比较:起泡排序、直接插入排序、简单易懂选择排序、快速排序、希尔排序、堆排序。(2)待排序表的表长不小于100;其中的数据要用伪随机数产生程序源码产生;至少要要用5组不同的输输入数据作比较;比较的指标为有关键字参加的比较次数与关键字的移动次数(关键字交换计为3次移动)。(3)最后要对结果作出简单易懂分析,包含对各组数据的出结果波动大小的解释。 可直接使 -(1) to compare the following six kinds of commonly
  3. 所属分类:Windows Develop

    • 发布日期:2017-11-26
    • 文件大小:1201
    • 提供者:liming
  1. Internal-sorting-

    0下载:
  2. 内部排序算法比较 掌握排序法的工作原理及应用过程,运用其工作原理上述实验题目中的内容。 -Internal sorting algorithm sorting method to grasp the working principle and the application process, the use of its working principle of the experimental subject content.
  3. 所属分类:CSharp

    • 发布日期:
    • 文件大小:363459
    • 提供者:天溟
  1. quickSort

    0下载:
  2. 快速排序是由东尼·霍尔所发展的一种排序算法。在平均状况下,排序 n 个项目要Ο(n log n)次比较。在最坏状况下则需要Ο(n2)次比较,但这种状况并不常见。事实上,快速排序通常明显比其他Ο(n log n) 算法更快,因为它的内部循环(inner loop)可以在大部分的架构上很有效率地被实现出来。-Quicksort is developed by the East Ni Huoer a sorting algorithm. In the average case, sort n item
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-31
    • 文件大小:203159
    • 提供者:Guangge
  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-12
    • 文件大小:1674
    • 提供者:王贺
  1. internal-sorting

    0下载:
  2. (1) 对常用的内部排序算法进行比较:直接插入排序、简单选择排序、冒泡排序、快速排序、希尔排序。   (2) 利用随机函数产生N(如30000)个随机整数,作为输入数据作比较;比较的指标为关键字参加的比较次数和关键字的移动次数(关键字交换计为3次移动)。   (3) 对结果作出简要分析。-(1) internal sorting algorithm commonly used to compare: direct insertion sort, simple selection sort
  3. 所属分类:CSharp

    • 发布日期:2017-04-02
    • 文件大小:1482
    • 提供者:aaaa
  1. paixu

    0下载:
  2. 实现数据结构中六种内部排序的算法,并计算出六种内部排序进行关键字的移动次数和比较次数。-Achieve the data structure of the six internal sorting algorithm, and calculate the number of key words and the number of six internal sorting.
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-13
    • 文件大小:1567
    • 提供者:李锦钊
  1. paixusuanfa

    0下载:
  2. 在教科书中,各种内部排序算法的时间复杂度分析结果只给出了算法执行时间的阶,或大概执行时间。试通过随机数据比较各算法的关键字比较次数和关键字移动次数,以取得直观感受。-In textbooks, various internal sorting algorithm time complexity analysis algorithm is given only to the order of time, or about the execution time.Through random da
  3. 所属分类:CSharp

    • 发布日期:2017-04-13
    • 文件大小:2093
    • 提供者:谢双春
  1. 5_2

    0下载:
  2. 用C语言写了一系列内部排序算法,通过输出和排序信息的统计来进行比较(Using C language to write a series of internal sorting algorithm, through the output and sorting information statistics to compare)
  3. 所属分类:其他小程序

    • 发布日期:2018-01-05
    • 文件大小:894976
    • 提供者:李步印
  1. 内部排序比较

    0下载:
  2. 比较几种内部排序算法的效率,排序算法有插入排序、希尔排序、冒泡排序、快速排序、选择排序。(Comparing the efficiency of several internal sorting algorithms, the efficiency of several internal sorting algorithms is compared. The sorting algorithms include the insertion sort, the Hill sort, the bub
  3. 所属分类:Windows编程

    • 发布日期:2018-05-04
    • 文件大小:3462144
    • 提供者:Maple丶
« 12 »
搜珍网 www.dssz.com