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

搜索资源列表

  1. Internal-sort-of-comparison-method

    0下载:
  2. 1)对以下9种内部排序算法进行比较:起泡排序、直接插入排序、简单选择排序、快速排序、希尔排序、堆排序、折半插入排序、二路插入排序、归并排序。 (2)待排序表的表长不小于 100;其中的数据要用伪随机数产生器产生;至少要用 5 组不同的输入数据做比较;比较的指标为关键字参加的比较次数和关键字的移动次数(关键字交换为 3 次移动)。 (3)针对不同的输入表长做试验,观测检查两个指标相对表长的变换情况。 (4)随机产生的数据保存到文件 input.txt 中,将各个算法的关键字比较次
  3. 所属分类:Data structs

    • 发布日期:2017-03-26
    • 文件大小:1590
    • 提供者:张元弟
  1. Sort

    0下载:
  2. 常用的排序算法,包括选择排序,插入排序,归并排序,快速排序,希尔排序,堆排序-Commonly used sorting algorithm, including selection sort, insertion sort, merge sort, quick sort, shell sort, heap sort
  3. 所属分类:Data structs

    • 发布日期:2017-04-05
    • 文件大小:3906
    • 提供者:Lee
  1. Sort

    0下载:
  2. 数据结构实验程序-4种排序算法的源程序 包括折半排序、插入排序、希尔排序和冒泡排序-Experimental procedure four kinds of data structures sorting algorithm
  3. 所属分类:Data structs

    • 发布日期:2017-04-14
    • 文件大小:4881
    • 提供者:李旭
  1. daima

    0下载:
  2. 各种排序算法,包括堆排序,二路归并排序,快速排序,冒泡排序,希尔排序,直接插入排序,直接选择排序-Various sorting algorithms, including heap sort, merge sort Road, quick sort, bubble sort, shell sort, direct insertion sort, selection sort directly
  3. 所属分类:Data structs

    • 发布日期:2017-04-01
    • 文件大小:5608
    • 提供者:李怀远
  1. 4554564

    0下载:
  2. 对以下6种常用的内部排序算法进行实测较: 起泡排序、直接插入排序、简单选择排序、快速排序、希尔排序、堆排序 -On the following six kinds of commonly used internal sorting algorithm measured more: bubble sort, insertion sort direct, simple selection sort, quick sort, shell sort, heap sort
  3. 所属分类:Data structs

    • 发布日期:2017-04-24
    • 文件大小:17824
    • 提供者:刘青海
  1. varioussort-(1)

    0下载:
  2. C语言实现的各种排序算法,插入,冒泡,选择,快速,归并,希尔,堆排序-
  3. 所属分类:Data structs

    • 发布日期:2017-04-06
    • 文件大小:1570
    • 提供者:lulei
  1. sort

    0下载:
  2. 用c语言实现数据结构课本中的排序算法,包括希尔排序,快速排序,堆排序,归并排序,基数排序-Data structure using c language textbooks, sorting algorithms, including the shell sort, quick sort, heap sort, merge sort, radix sort
  3. 所属分类:Data structs

    • 发布日期:2017-04-09
    • 文件大小:1977
    • 提供者:李工
  1. shujujiegou

    0下载:
  2. 各种排序算法 冒泡排序、选择排序、插入排序、快速排序、计数排序、归并排序、堆排序、希尔排序 能够选择其中一个排序算法,以运行该程序 -failed to translate
  3. 所属分类:Data structs

    • 发布日期:2017-04-05
    • 文件大小:631732
    • 提供者:pcw
  1. sort

    0下载:
  2. 用java语言实现的常用的内部排序算法,包括插入排序、冒泡排序、选择排序、堆排序、快排、希尔排序、归并排序、桶排序-Using java language of the common internal sorting algorithms, including insertion sort, bubble sort, selection sort, heap sort, quick row, shell sort, merge sort, bucket sort, etc.
  3. 所属分类:Java Develop

    • 发布日期:2017-03-28
    • 文件大小:3008
    • 提供者:zhuling
  1. Lying-data-structure9

    0下载:
  2.  《大话数据结构》主要内容包含:数据结构介绍、算法推导大O阶的方法;顺序结构与链式结构差异、栈与队列的应用;串的朴素模式匹配、KMP模式匹配算法;二叉树前中后序遍历、赫夫曼树及应用;图的深度、广度遍历;最小生成树两种算法、最短路径两种算法;拓扑排序与关键路径算法;折半查找、插值查找、斐波那契查找等静态查找;稠密索引、分块索引、倒排索引等索引技术;冒泡、选择、插入等简单排序;希尔、堆、归并、快速等改进排序-" Westward the data structure," the m
  3. 所属分类:Data structs

    • 发布日期:2017-04-09
    • 文件大小:1531772
    • 提供者:陈雨
  1. sort

    0下载:
  2. 基本的排序算法 包括: 直接插入排序、冒泡排序、归并排序、堆排序、选择排序、快速排序、希尔排序、基数排序、以及产生N个随机数的算法 c语言实现-insertsort bubblesort mergesort heapsort selectsort quicksort shellsort radixsort rand c language
  3. 所属分类:Data structs

    • 发布日期:2017-04-01
    • 文件大小:581621
    • 提供者:mypurelove
  1. sort-collection

    0下载:
  2. 排序算法小集合,包括冒泡、快排、希尔排序、堆排序、磁盘文件排序及拓扑排序等-Small collection of sorting algorithms, including bubbling, fast row, Hill sort, heap sort, sort, and topological sort a disk file, etc.
  3. 所属分类:Data structs

    • 发布日期:2017-03-30
    • 文件大小:16708
    • 提供者:王冬冬
  1. Sorting-algorithm

    0下载:
  2. 两种简单排序算法,包括插入排序,希尔排序-Sorting algorithm
  3. 所属分类:Data structs

    • 发布日期:2017-03-30
    • 文件大小:3068
    • 提供者:bob
  1. sorting-algorithm

    0下载:
  2. 排序算法比较,可采用的方法有插入排序、希尔排序、起泡排序、快速排序、选择排序、堆排序、归并排序-Sorting algorithm comparison, the method can be used with insertion sort, shell sort, bubble sort, quick sort, selection sort, heap sort, merge sort
  3. 所属分类:Data structs

    • 发布日期:2017-04-01
    • 文件大小:2753
    • 提供者:chenyuhao
  1. Several-sorting-algorithms

    0下载:
  2. 几个常用的排序算法,包括希尔排序,交换排序等-Several commonly used sorting algorithms
  3. 所属分类:Data structs

    • 发布日期:2017-04-03
    • 文件大小:3633
    • 提供者:bob
  1. biancheng1

    0下载:
  2. 编程实现希尔、快速、堆排序、归并排序算法,并计算每种算法的比较、交换次数、执行时间。要求准备不同数量级(100、1000、10000、20000)的待排数据存入文件;再从文件读入数据,排序;将结果写入文件中。-Programming Hill, quick, heap sort, merge sort algorithm, and calculate for each algorithm, switching frequency, the execution time. Asked to pre
  3. 所属分类:Data structs

    • 发布日期:2017-05-11
    • 文件大小:2095863
    • 提供者:汪奔波
  1. the-relativity-of-sorting-algorithm

    0下载:
  2. 各种排序算法的比较,具体有直接插入排序、希尔排序,冒泡排序、快速排序、选择排序、堆排序,归并排序,基数排序八种,通过时间复杂度的比较,取平均值判断-Comparison of various sorting algorithms, specifically the direct insertion sort, shell sort, bubble sort, quick sort, selection sort, heap sort, go side by side Sequence, Ra
  3. 所属分类:Data structs

    • 发布日期:2017-04-09
    • 文件大小:1731010
    • 提供者:Alan
  1. paixu

    0下载:
  2. 程序主要是排序的功能,其中包括冒泡排序,快速排序,希尔排序,堆排序,以及其算法时间复杂度的比较。-A file that can help you count numbers.
  3. 所属分类:Data structs

    • 发布日期:2017-04-13
    • 文件大小:1635
    • 提供者:`木车
  1. sort

    0下载:
  2. 数据结构排序算法,包括堆排,希尔排序,快排-Sorting algorithm data structure
  3. 所属分类:Data structs

    • 发布日期:2017-04-10
    • 文件大小:1510
    • 提供者:赵业昕
  1. Sorting-algorithm

    0下载:
  2. 内部排序算法比较。有冒泡排序、直接插入排序、简单选择排序、快速排序、希尔排序、堆排序。-Internal sorting algorithm comparison. A bubble sort, insertion sort direct, simple selection sort, quick sort, shell sort, heap sort.
  3. 所属分类:Data structs

    • 发布日期:2017-03-28
    • 文件大小:64356
    • 提供者:潘小明
« 1 2 ... 4 5 6 7 8 910 11 12 13 14 15 16 »
搜珍网 www.dssz.com