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

搜索资源列表

  1. abcd

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

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

    0下载:
  2. 用Java实现的对常见7个排序算法进行演示,7个排序算法为:冒泡、插入、堆排、归并、快排、希尔、选择-With the Java implementation of the common sorting algorithm 7 demo, 7 sorting algorithms: bubble, insertion, the heap row, merge, quick row, Hill, choose
  3. 所属分类:Java Develop

    • 发布日期:2017-03-28
    • 文件大小:115176
    • 提供者:pf22099
  1. ArrayBub

    1下载:
  2. java语言的各种排序算法,及使用效率及什么情形下使用。-various sorting algorithm java language, and the use of efficiency and under what circumstances to use.
  3. 所属分类:Java Develop

    • 发布日期:2017-04-06
    • 文件大小:2014
    • 提供者:guang
  1. yuandaima

    0下载:
  2. 各类排序算法比较、六类排序的关键字移动!消耗时间!等的比较-Comparison of various sorting algorithms, six types of sorting keywords mobile! Time consuming! Comparison of such
  3. 所属分类:Data structs

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

    0下载:
  2. 随机生成5000个0~10000之间的整数,可对其进行查找,并对几种不同的查找算法进行比较;可对其进行排序,并对几种不同的排序算法比较。-5000 randomly generated integer between 0 and 10000, can find them, and several different search algorithms are compared can be sorted, and compare several different sorting algori
  3. 所属分类:Data structs

    • 发布日期:2017-04-14
    • 文件大小:4021
    • 提供者:zry
  1. MySort

    0下载:
  2. 6种内部排序算法的比较,并输出比较和交换次数结果-6 Comparison of the internal sorting algorithm, and the number of output compare and exchange results
  3. 所属分类:Data structs

    • 发布日期:2017-03-26
    • 文件大小:556204
    • 提供者:包钧圳
  1. 各种排序算法

    0下载:
  2. 各种排序算法BubbleSort、DichotomySort、HeapSort、InsertSort、MergeSort、QuickSort、ShellSort、-Various sorting algorithms the BubbleSort DichotomySort HeapSort InsertSort MergeSort the QuickSort ShellSort
  3. 所属分类:数据结构常用算法

    • 发布日期:2017-11-09
    • 文件大小:8134
    • 提供者:木阮清
  1. EightSort

    0下载:
  2. 常见的八大排序算法及其改进,在VS2015下运行,希望对大家有所帮助(eight sort and its improvement)
  3. 所属分类:Windows编程

    • 发布日期:2017-12-22
    • 文件大小:3358720
    • 提供者:Ricky_Wang
  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
    • 文件大小:421888
    • 提供者:WHOAMI
  1. 实习报告书12.26

    0下载:
  2. 实现七种排序算法 比较各算法性能 数据结构算法 冒泡,插入,希尔,快速,选择,堆排序,归并排序(order algorithm sorting algorithm;Sort algorithm;PageRank algorithm bubble sort;bob sort method;Bubble sort algorithm Merge sort algorithm)
  3. 所属分类:系统设计方案

    • 发布日期:2017-12-19
    • 文件大小:449536
    • 提供者:Boulder
  1. 实验六

    0下载:
  2. 8中简单排序算法,其中包括快速排序、堆排序、冒泡排序、直接插入排序、直接选择排序、归并排序等等(eight sort algorithms)
  3. 所属分类:数据结构

    • 发布日期:2017-12-24
    • 文件大小:1024
    • 提供者:鸿雁南飞
  1. sort

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

    • 发布日期:2017-12-19
    • 文件大小:7479296
    • 提供者:chilly
  1. 冒泡排序

    0下载:
  2. 冒泡排序(Bubble Sort,台湾译为:泡沫排序或气泡排序)是一种简单的排序算法。它重复地走访过要排序的数列,一次比较两个元素,如果他们的顺序错误就把他们交换过来。走访数列的工作是重复地进行直到没有再需要交换,也就是说该数列已经排序完成。(Bubble sort (Bubble Sort, Taiwan: bubble sort or bubble sort) is a simple sorting algorithm. It repeats the sequence to sort, co
  3. 所属分类:数据结构

    • 发布日期:2017-12-20
    • 文件大小:1982464
    • 提供者:Somnus2018
  1. 18几种排序

    0下载:
  2. 实现的主要功能是:对于几种排序算法的实现,所使用的语言是java语言。(The main function of the implementation is: for several sorting algorithm implementation, the language used is the Java language.)
  3. 所属分类:Java编程

    • 发布日期:2017-12-23
    • 文件大小:1024
    • 提供者:huadidi
  1. 工件排序

    2下载:
  2. 基于遗传算法的工件排序算法,根据优先级缓冲结果(Job sorting algorithm based on genetic algorithm, according to priority buffer results)
  3. 所属分类:企业管理

    • 发布日期:2017-12-17
    • 文件大小:3072
    • 提供者:gumingzhi
  1. 8640希尔排序

    0下载:
  2. 用C语言言实现希尔排序。希尔排序(Shell Sort)是插入排序的一种。也称缩小增量排序,是直接插入排序算法的一种更高效的改进版本。(Using C language to achieve Hill sort.The Hill sort (Shell Sort) is a sort of insertion sort. Also called reduced delta sort is a more efficient version of the sorting algorithm dire
  3. 所属分类:数据结构

    • 发布日期:2017-12-30
    • 文件大小:1024
    • 提供者:chen陈
  1. Sort

    0下载:
  2. 针对目前所有的排序算法设计的一个C++的类(A class of C++ designed for all current sorting algorithms)
  3. 所属分类:其他

    • 发布日期:2018-01-01
    • 文件大小:7168
    • 提供者:linlinon
  1. QuickSort

    0下载:
  2. 快速排序算法,实现了快速排序,与归并排序算法进行对比(Quick Sort algorithm)
  3. 所属分类:其他

  1. 合并排序

    0下载:
  2. 合并排序是建立在归并操作上的一种有效的排序算法。该算法是采用分治法(Divide and Conquer)的一个非常典型的应用。合并排序法是将两个(或两个以上)有序表合并成一个新的有序表,即把待排序序列分为若干个子序列,每个子序列是有序的。然后再把有序子序列合并为整体有序序列。将已有序的子序列合并,得到完全有序的序列;即先使每个子序列有序,再使子序列段间有序。若将两个有序表合并成一个有序表,称为2-路归并。合并排序也叫归并排序。(Merge sort is an efficient sortin
  3. 所属分类:Java编程

    • 发布日期:2018-01-01
    • 文件大小:1024
    • 提供者:墨羽如风
  1. 第二次实验第一题

    0下载:
  2. 建立元素值为整型的顺序表,编程,用插入排序算法实现顺序表排序 建立元素值为整型的单链表,编程,用插入排序算法实现单链表排序(Establish the element value of integer order form, programming, using sequence table sort insertion sort algorithm)
  3. 所属分类:其他

    • 发布日期:2018-01-03
    • 文件大小:1024
    • 提供者:栉风沐雨
« 1 2 3 4 5 67 8 9 10 11 ... 50 »
搜珍网 www.dssz.com