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

搜索资源列表

  1. 5_sort

    0下载:
  2. 各种排序算法例程:简单选择排序;堆排序;插入排序;希尔排序;冒泡排序;快速排序;-Various sorting algorithm routines: Simple Selection Sort HEAPSORT Insertion Sort Hill sort Bubble Sort quick sort
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-11
    • 文件大小:1547
    • 提供者:陈巍卿
  1. jiamijiemi

    1下载:
  2. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-11
    • 文件大小:1267
    • 提供者:刘晓红
  1. McCraw-HillWapABeginnersGuideEbook-fly

    0下载:
  2. McCraw-Hill - Wap A Beginner s Guide Ebook-fly-McCraw-Hill- Wap A Beginner s Guide Ebook-fly
  3. 所属分类:Embeded-SCM Develop

    • 发布日期:2017-04-09
    • 文件大小:2008396
    • 提供者:fearwall
  1. Sorting

    0下载:
  2. 有各种排序算法,比如直接排序,快速排序,希尔排序和选择排序,二叉树排序,链表排序-There are various sorting algorithms, such as direct sequencing, Quick Sort, Hill sort and select sort, tree sort, sort list
  3. 所属分类:Data structs

    • 发布日期:2017-03-29
    • 文件大小:6359
    • 提供者:王龙飞
  1. select

    0下载:
  2. 冒泡排序,希尔排序,插入排序,选择排序,快速排序-Bubble Sort, Hill sort, insertion sort, select sort, Quick Sort
  3. 所属分类:Data structs

    • 发布日期:2017-05-02
    • 文件大小:8924
    • 提供者:philip
  1. XiErPaiXu

    0下载:
  2. 希尔排序,一种高效的排序方式,数据结构最重要的程序之一-Hill sorting, an efficient way to sort, data structures, one of the most important procedures
  3. 所属分类:Data structs

    • 发布日期:2017-04-04
    • 文件大小:8059
    • 提供者:大红鹰
  1. McGraw.Hill.VHDL.Programming.by.Example.4th.Ed_188

    0下载:
  2. 一个非常好的VHDL语言书籍,内容全面且非常详细-A very good VHDL language books, the contents of a comprehensive and very detailed
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-04-09
    • 文件大小:1785212
    • 提供者:zjyin11
  1. master

    0下载:
  2. PB开发的一个山庄管理系统,现在仍在使用中,数据库sql server 2000。具有餐饮管理和住宿管理,含会员,折扣,支持读卡器等。13944902227-PB Hill developed a management system, are still in use, database sql server 2000. With food and beverage management and accommodation management, including members, disco
  3. 所属分类:SQL Server

    • 发布日期:2017-05-15
    • 文件大小:3967991
    • 提供者:柳彦春
  1. paixu

    0下载:
  2. 数据结构用C语言实现的各种排序方法,有插入排序,堆排序,归并排序,快速排序,链式基数排序,冒泡排序,希尔排序,选择排序,折半排序。-Data structure using C language to achieve a variety of sequencing methods, have insertion sort, heap sort, merge sort, quicksort, chain base sort, Bubble Sort, Hill sort, select sort,
  3. 所属分类:Data structs

    • 发布日期:2017-03-28
    • 文件大小:4722
    • 提供者:韩杰
  1. sort

    0下载:
  2. 通过一组相同的数据,对六种不同排序方法(冒泡排序、快速排序、直接插入排序、希尔排序、简单选择排序、堆排序、二路归并排序)的数据元素的比较和移动的次数做一个比较,并对结果作出简单分析-Through a group of the same data, sort of six different methods (bubble sort, quick sort, direct insertion sort, Hill sort, simple selection sort HEAPSORT, Roa
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-28
    • 文件大小:2096
    • 提供者:吕璐
  1. sort

    0下载:
  2. 各种排序算法冒泡,选择,中值,希尔,归并,插入-Various sorting algorithm bubble, selection, value, Hill, merging, insert
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-06
    • 文件大小:11757
    • 提供者:jhf
  1. paixu

    0下载:
  2. 数据结构中几种排序方法的比较包括冒泡算法 希尔算法等 并完整的给出了报告-Data structure of several methods, including sorting algorithm bubble Hill algorithm and given a complete report
  3. 所属分类:Data structs

    • 发布日期:2017-03-22
    • 文件大小:43370
    • 提供者:frank
  1. NBJG

    0下载:
  2. 设计一个测试程序比较几种内部排序算法的关键字比较次数和移动次数以取得直观感受。 基本要求 :(1)对起泡排序、直接排序、简单选择排序、快速排序、希尔排序、堆排序算法进行比较; (2)待排序表的表长不小于1000,表中数据随机产生,至少用5组不同数据作比较,比较指标有:关键字参加比较次数和关键字的移动次数(关键字交换记为3次移动); (3)输出比较结果。 -Design a testing procedure based on comparing several internal
  3. 所属分类:Data structs

    • 发布日期:2017-04-17
    • 文件大小:45995
    • 提供者:迟浩东
  1. Sort

    0下载:
  2. 只是一个关于排序的作业,包含堆排序、快速排序、冒泡排序、选择排序、替换排序、希尔排序等七种排序并且有图来显示各种各自的特点和比较。会经常用到的。。。C#源码-Only a sort of operations, contains HEAPSORT, Quick Sort, Bubble Sort, Selection Sort, replacement Sort Hill sort ranking of seven and a map to show the variety of their o
  3. 所属分类:CSharp

    • 发布日期:2017-04-29
    • 文件大小:49901
    • 提供者:王德安
  1. f

    0下载:
  2. c++排序的ppt文件,包括希尔,冒泡等!比较详细!-c++ sort of ppt documents, including Hill, bubble and so on! More detail!
  3. 所属分类:Other systems

    • 发布日期:2017-04-25
    • 文件大小:25578
    • 提供者:吴骏
  1. sort

    0下载:
  2. 堆排,快排,希尔排序,插入排序,等多种排序方面法简介,及源程序.-Heap row, fast scheduling, Hill sort, insert sort, and many other aspects of law to sort profiles, and source code.
  3. 所属分类:Jsp/Servlet

    • 发布日期:2017-04-13
    • 文件大小:2472
    • 提供者:无名
  1. hill

    0下载:
  2. 爬山算法是一种局部择优的方法,采用启发式方法,是对深度优先搜索的一种改进,它利用反馈信息帮助生成解的决策。 属于人工智能算法的一种。-Climbing algorithm is a partial merit-based approach, using heuristic methods, is a depth-first search of an improvement, which uses feedback information to generate solutions to help
  3. 所属分类:Java Develop

    • 发布日期:2017-04-04
    • 文件大小:1505
    • 提供者:ccy
  1. ds

    0下载:
  2. 一个数据结构课程设计源码,关于插入排序、快速排序、堆排序、选择排序、希尔排序的实现及其相互效率的比较-A data structure of the curriculum design source, on the Insertion Sort, Quick Sort, Heap Sort, select Sort, Hill sort of realize their mutual comparison of the efficiency of
  3. 所属分类:Data structs

    • 发布日期:2017-04-13
    • 文件大小:1954
    • 提供者:林思哲
  1. McGraw_Hill-Digital_Filter_Designers_Handbook

    0下载:
  2. McGraw Hill - Digital Filter Designers Handbook-McGraw Hill- Digital Filter Designers Handbook
  3. 所属分类:software engineering

    • 发布日期:2017-05-25
    • 文件大小:7760170
    • 提供者:M
  1. sort_zjz044100134

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

    • 发布日期:2017-03-30
    • 文件大小:683047
    • 提供者:xuqijun
« 1 2 ... 8 9 10 11 12 1314 15 16 17 18 ... 38 »
搜珍网 www.dssz.com