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

搜索资源列表

  1. demo

    0下载:
  2. 一个比较直观的排序算法的过程显示-a more intuitive process of sorting algorithm shows
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:610.26kb
    • 提供者:黄伟
  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
    • 文件大小:9.42kb
    • 提供者:王为
  1. E66_0230

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

    • 发布日期:2008-10-13
    • 文件大小:44.47kb
    • 提供者:苏言暖
  1. 数据结构各种排序的比较

    0下载:
  2. 各种排序法的比较:利用数据结构各种算法,实现的算法比较,C++版-Comparisons of different sorting methods :use different algorithms in data structure to compare their efficiency .
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:273.22kb
    • 提供者:耿兴慧
  1. 排序算法效率比较

    1下载:
  2. 分别实现选择排序,插入排序,归并排序,快速排序,分析他们的时间复杂度,并用程序统计他们实际运行的时间(随机产生20000个数),有简单界面。
  3. 所属分类:Windows编程

    • 发布日期:2010-11-28
    • 文件大小:14.09kb
    • 提供者:wsxdrv
  1. 排序算法比较

    0下载:
  2. 1213656
  3. 所属分类:Windows编程

    • 发布日期:2010-12-12
    • 文件大小:2.39kb
    • 提供者:wxy2500@163.com
  1. sort

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

    • 发布日期:2017-03-25
    • 文件大小:27.87kb
    • 提供者:xwy
  1. SortComparor

    0下载:
  2. 比较插入、归并、快速、基数四种排序算法的性能-Comparison of insertion, merge, fast, and base the performance of four sorting algorithms
  3. 所属分类:Console

    • 发布日期:2017-04-04
    • 文件大小:53.52kb
    • 提供者:廉静
  1. paixusuanfabijiao

    0下载:
  2. 经典排序算法比较次数统计MFC程序,支持500~5000个随机输入~排序次数统计精准~-Comparing the number of classical sorting algorithm Statistics MFC procedures, to support the 500 ~ 5000 ~ to sort the number of random input statistical precision ~
  3. 所属分类:Other systems

    • 发布日期:2017-04-10
    • 文件大小:34.92kb
    • 提供者:zhidahu
  1. dahuimopaixu

    0下载:
  2. 1、冒泡排序法2、快速排序法3、多个排序算法性能比较的方法 -paishu
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-28
    • 文件大小:53.97kb
    • 提供者:pplow
  1. abcd

    0下载:
  2. 快速排序与交换排序算法比较 在Visual C++中建立一个单文档Windows应用程序,并实现下述功能: 运用随机函数自动生成一定规模的测试数据 (10000个测试元素),并输出到文件中。 分别执行快速排序算法和交换排序算法对测试数据排序,并输出到不同的文件中。 使用较为精确的QueryPerformanceCounter和QueryPerformanceFrequency等函数记录算法耗时,精确到毫秒,以便更好地进行算法耗时比较。 分析两种不同算法,有针对性地设计与调整测
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-14
    • 文件大小:3.46mb
    • 提供者:jane
  1. sort

    0下载:
  2. 选择排序、插入排序、合并排序、快速排序、堆排序,五种排序算法的效率比较,具有简单的窗口界面-Selection sort, insertion sort, merge sort, quick sort, heap sort, five sorting algorithms comparison, has a simple window interface
  3. 所属分类:GUI Develop

    • 发布日期:2017-04-09
    • 文件大小:1.82mb
    • 提供者:zhangjunfa
  1. yuxin

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

    • 发布日期:2017-04-08
    • 文件大小:217.93kb
    • 提供者:于心
  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

    • 发布日期:
    • 文件大小:354.94kb
    • 提供者:天溟
  1. Compare

    0下载:
  2. 内排序算法比较.统计在同等数据规模下正序,逆序,乱序情况下的关键字比较次数和移动次数。-Comparison of the sorting algorithm
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-26
    • 文件大小:8.32mb
    • 提供者:陈颖洁
  1. 排序算法比较

    0下载:
  2. 1. 掌握各种排序的基本思想。 2. 掌握各种排序方法的算法实现。 3. 掌握各种排序方法的优劣分析及花费的时间的计算。 4. 掌握各种排序方法所适应的不同场合。(1. master the basic idea of sorting. 2. master various sorting methods of the algorithm. 3., grasp the advantages and disadvantages of various sorting methods and
  3. 所属分类:Windows编程

    • 发布日期:2017-12-23
    • 文件大小:412kb
    • 提供者:WHOAMI
  1. paixu

    0下载:
  2. 针对以下的类定义,实现其中的各排序算法,并输出比较次数和移动次数(For each of the following class definitions, the sorting algorithms are implemented, and the number of comparisons and the number of times are moved)
  3. 所属分类:Windows编程

    • 发布日期:2017-12-20
    • 文件大小:7kb
    • 提供者:TTime
  1. sort

    0下载:
  2. 实现各种排序算法的排序效率的比较,展示出各种算法的运行时间(Sorting algorithm to achieve the sorting efficiency comparison, showing the running time of various algorithms.)
  3. 所属分类:Windows编程

    • 发布日期:2017-12-19
    • 文件大小:7.13mb
    • 提供者:chilly
  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
    • 文件大小:874kb
    • 提供者:李步印
  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
    • 文件大小:3.3mb
    • 提供者:Maple丶
« 12 3 4 5 6 7 »
搜珍网 www.dssz.com