CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 文档资料 搜索资源 - 二分查找

搜索资源列表

  1. 22aaaaa

    0下载:
  2. 以有序表表示静态数据源,使用二分查找指定关键字的数据项的位置。-said in an orderly form of static data sources, the use of two-keyword search for the specified data item position.
  3. 所属分类:软件工程

    • 发布日期:2008-10-13
    • 文件大小:11647
    • 提供者:pmz
  1. chazhao

    0下载:
  2. B-树删除,B树生长,二叉排序树删除.生成,二分查找.分块查找.拉链法等等``的FLASH演示,很不错的东西.
  3. 所属分类:软件工程

    • 发布日期:2008-10-13
    • 文件大小:317498
    • 提供者:nlx
  1. 快排+二分查找

    0下载:
  2. 这是快速排序 加上二分查找哦
  3. 所属分类:文档资料

  1. 二分法查找

    0下载:
  2. 二分法查找 二分法查找其实就是折半查找,一种效率较高的查找方法。针对有需数组来查找的。 主要思想是:(设查找的数组期间为array[low, high])
  3. 所属分类:技术管理

  1. wwww

    0下载:
  2. 实现二分查找,伙伴存储管理系统是一种巧妙而有效的方法-Realization of binary search, partnerships storage management system is a clever and effective method
  3. 所属分类:Document

    • 发布日期:2017-03-23
    • 文件大小:26289
    • 提供者:王超
  1. c

    0下载:
  2. 1. 录入每个联系人的基本信息(至少应有姓名、单位、电话号码); 2. 顺序查找指定姓名的记录(找到则显示该记录,否则,输出“未找到”。); 3. 删除一条记录; 4. 插入一条记录; 5. 保存记录到磁盘文件; 6. 从磁盘文件中读取记录到内存; 7. 显示所有的数据记录; 8. 按姓名对数据记录排序; 9. 使用二分法快速查找指定姓名的记录(找到则显示该记录,否则,输出“未找到”。); 10. 退出 -1. Recording the basic in
  3. 所属分类:Document

    • 发布日期:2017-04-15
    • 文件大小:6046
    • 提供者:xj
  1. fengli

    0下载:
  2. 数值计算方法程序及试题,有关于二分查找,牛顿迭代法-The numerical calculus method procedures and the test question, have about two point search, Newton iteration method and so on
  3. 所属分类:Document

    • 发布日期:2017-04-04
    • 文件大小:5159
    • 提供者:冯李
  1. search

    0下载:
  2. 利用顺序表作为查找表,创建一查找表,编程实现顺序查找算法及二分法查找算法,并对其进行验证。顺序表中的顺序查找算法的实现-The use of the order of the table as a look-up table, create a look-up table, programming sequential search algorithm and binary search algorithms, and validate them. The order of the order
  3. 所属分类:software engineering

    • 发布日期:2017-03-30
    • 文件大小:2614
    • 提供者:房春英
  1. BinarySearch

    0下载:
  2. 二分法查找程序课程设计,只供大家参考,不要直接复制粘贴,还是以学习为主。-Binary search program curriculum design
  3. 所属分类:software engineering

    • 发布日期:2017-04-24
    • 文件大小:127165
    • 提供者:lyc
  1. c

    0下载:
  2. 二分法(折半)插入排序:在已排好序的序列中使用二分法查找插入位置,找到后移动其后记录插入新记录。-Dichotomy (binary) insertion sort:In the series have been sequenced use dichotomy search into position,after finding a new record record insertion by moving.
  3. 所属分类:File Formats

    • 发布日期:2017-04-07
    • 文件大小:562
    • 提供者:刘丹
  1. searchmethod

    0下载:
  2. 在数据结构中实现查找(顺序、二分法、二叉排序树、哈希)-n data structures, in order for (dichotomy, binary sort tree hash)
  3. 所属分类:software engineering

    • 发布日期:2017-04-17
    • 文件大小:478171
    • 提供者:曾经
  1. code1

    0下载:
  2. 键盘任意输入一组字母或数字生成无序数组,对数组按ASCII顺序进行排序(排序要求至少用两种排序算法),再从键盘输入一个值进行二分查找,返回查找成功或者失败的信息-Keyboard input and a group of letters, or any number of arrays, and generate disordered array sort order according to the ASCII at least two requirements (sort of), sor
  3. 所属分类:Document

    • 发布日期:2017-04-01
    • 文件大小:13227
    • 提供者:pine
  1. erfenchaz

    0下载:
  2. 二分查找函数模板及测试程序,它能实现查找方式中的二分查找,党查找失败时返回-1!-Binary search function template and test procedures, it can find ways to implement binary search, the party returns-1 lookup failed!
  3. 所属分类:Communication

    • 发布日期:2017-04-07
    • 文件大小:2211
    • 提供者:wendy
  1. Keyword-frequency-statistics

    0下载:
  2. 针对程序中关键字出现频度,设计并实现了智能扫描源程序,利用Hash和二分两种查找方法进行搜索并统计关键字的出现频度,并对两种方法的查找的优缺点作了比较和归纳。-Keyword for the frequency of occurrence in the program design and implementation of intelligent scanning source code, the use of Hash and two are two ways to search and f
  3. 所属分类:Project Design

    • 发布日期:2017-04-10
    • 文件大小:1504986
    • 提供者:郭福明
  1. 10060323

    0下载:
  2. 搜索1.建立有序表,然后进行二分查找; 2.建立二叉排序树,然后进行查找。-A search. To establish an ordered list, and then binary search 2. Binary sort tree, and then search.
  3. 所属分类:File Formats

    • 发布日期:2017-04-09
    • 文件大小:534525
    • 提供者:曹小保
  1. erfenchazhao

    0下载:
  2. 数据额结构中常见的题目,写出二分法查找算法-The amount of data structure in common topic, write the dichotomy search algorithm
  3. 所属分类:Software Testing

    • 发布日期:2017-11-14
    • 文件大小:2869
    • 提供者:
  1. susheguliruanjian

    0下载:
  2. 宿舍管理查询软件(限2 人完成) 1)任务:为宿舍管理人员编写一个宿舍管理查询软件, 程序设计要求: A.采用交互工作方式 B.建立数据文件,数据文件按关键字(姓名、学号、房号)进行排序(冒泡、选择、插入排序等任选一种) 2)查询菜单: (用二分查找实现以下操作) A.按姓名查询 B.按学号查询 C.按房号查询 3)打印任一查询结果(可以连续操作)-Dormitory management query software (limited to two peop
  3. 所属分类:Project Design

    • 发布日期:2017-11-06
    • 文件大小:2254
    • 提供者:xinxiping
  1. Editoragain11

    0下载:
  2. 1.了解查找和排序的基本概念 2.熟练掌握顺序查找和二分查找算法 3.熟练掌握直接插入排序算法 二、重点与难点 1.重点:二分查找算法 2.难点:直接插入排序算法 三、教学过程的具体安排 1.本次实验的内容如下: 实验利用C语言实现数据结构课程中相关的查找算法和 -1 understand the search and sort the basic concepts 2. Mastered sequential search and binary search
  3. 所属分类:software engineering

    • 发布日期:2017-11-30
    • 文件大小:1191598
    • 提供者:高玲
  1. ss

    0下载:
  2. 顺序查找,二分,大一的课程设计、数据结构的-Sequential search, binary
  3. 所属分类:software engineering

    • 发布日期:2017-04-08
    • 文件大小:825458
    • 提供者:fh
  1. Quicksort-and-binary-search

    0下载:
  2. 实现了快速排序和二分查找算法,经典简单,并有测试截图-Quicksort and binary search algorithm
  3. 所属分类:File Formats

    • 发布日期:2017-04-04
    • 文件大小:33396
    • 提供者:高超仪
搜珍网 www.dssz.com