CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数值算法/人工智能 搜索资源 - 折半查找

搜索资源列表

  1. chazhaoyupaixu

    0下载:
  2. 数据结构、查找与排序、顺序查找、折半查找、快速排序-Data structure, search and sorting, sequential search, binary search, quick sort
  3. 所属分类:Data structs

    • 发布日期:2017-04-10
    • 文件大小:1456
    • 提供者:koko
  1. 7-9

    0下载:
  2. 有15个数按由大到小的顺序存放在一个数组中,输入一个数,要求用折半查找法找出该数是数组中的第几个元素的值。如果该数不在数组中,则输出“无此数”。-15 by descending number of sequentially placed in an array, enter a few, asked to use binary search method to find the first number is the array of several elements of value. If
  3. 所属分类:压缩解压

    • 发布日期:2017-03-03
    • 文件大小:19691
    • 提供者:sun
  1. check

    0下载:
  2. 有15个数按由小到大顺序放在一个数组中,输入一个数,要求用折半查找法找出该数是数组中的第几个元素的值,如果该数不在数组中,则打印出无此数 的C程序代码 谢谢!!! -15 the number of small to large order placed by an array, enter a number, asked to use binary search method to find the number is the first of several elements of the
  3. 所属分类:Algorithm

    • 发布日期:2017-04-04
    • 文件大小:629
    • 提供者:王皓
  1. data_struct9

    0下载:
  2. 数据结构课后设计题第九章 9.26② 试将折半查找算法改写成递归算法。 实现下列函数: int BinSearch(SSTable s, int low, int high, KeyType k) 静态查找表的类型SSTable定义如下:-Data structure design question after class IX 9.26 ② would try to rewrite the binary search algorithm int
  3. 所属分类:Data structs

    • 发布日期:2017-03-30
    • 文件大小:2070
    • 提供者:W.Y.T.S
  1. kpzb

    0下载:
  2. 快排,折半查找 ,有需要 的自己下 ,不需要登录 -Fast row, binary search, there is a need for their own, you do not log on
  3. 所属分类:Data structs

    • 发布日期:2017-04-11
    • 文件大小:893
    • 提供者:zhou
  1. chazhaobaogao

    0下载:
  2. 数据结构遍历树的实验,有源码,可以任意输入1组有序数据;对顺序查找、折半查找、分块查找的查找次数进行比较并输出比较结果。 -Traverse the tree data structure to the experiment and source code, you can import a group of arbitrarily ordered data on sequential search, binary search, block search to find the numb
  3. 所属分类:Data structs

    • 发布日期:2017-04-16
    • 文件大小:16569
    • 提供者:天天向上
  1. paixu

    0下载:
  2. 冒泡排序,折半查找,Bubble sort, binary search-Bubble sort, binary search
  3. 所属分类:Data structs

    • 发布日期:2017-04-11
    • 文件大小:574
    • 提供者:李沆
  1. zhebanchazhao

    0下载:
  2. 折半查找的算法。将数列按有序化(递增或递减)排列,查找过程中采用跳跃式方式查找,即先以有序数列的中点位置为比较对象,如果要找的元素值小于该中点元素,则将待查序列缩小为左半部分,否则为右半部分。通过一次比较,将查找区间缩小一半。 -Binary search algorithm. The series by ordering (ascending or descending) order, find the process of using leap way to find that the fi
  3. 所属分类:Data structs

    • 发布日期:2017-04-04
    • 文件大小:171214
    • 提供者:张驰
  1. C

    0下载:
  2. C 语言100个经典的算法例题 让你了解一些常用的编程算法,比如排序算法、冒泡算法、折半查找算法-C-100 classical algorithm example to let you know some common programming algorithms, such as sorting algorithms, bubble algorithm, binary search algorithm etc.
  3. 所属分类:Data structs

    • 发布日期:2017-04-03
    • 文件大小:7292
    • 提供者:wuxinchao
  1. StudentsPerformanceManagementSystem

    0下载:
  2. 数据库的数据项主要数据包括:学号、姓名、年级、专业、成绩1、成绩2、成绩3、平均成绩、总成绩。 要求具有以下功能: (1)添加、删除任意个记录。 (2)修改任意个记录。 (3)显示、保存记录。 (4)排序功能:打开学生数据库,计算每个学生的平均成绩和总成绩,用冒泡法或选择排序法将平均成绩和总成绩排序后生成两个新文件(从大到小),存盘并显示这两个文件的全部记录。 (5)查询功能:打开总成绩排序文件,用折半查找法统计出给定分数的人数并显示。 -Database of d
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-14
    • 文件大小:3772
    • 提供者:杨辉
  1. chazhao

    0下载:
  2. 折半查找算法的递归算法,采用顺序方式存储。完整的程序-Recursive algorithm binary search algorithm, using the order stored. Complete program
  3. 所属分类:Data structs

    • 发布日期:2017-03-30
    • 文件大小:743
    • 提供者:changqianqian
  1. search

    0下载:
  2. 本代码实现了二叉树查找、顺序查找、折半查找,是我大二时数据结构的课程设计源码,编译运行过的。-data structure design
  3. 所属分类:Data structs

    • 发布日期:2017-04-08
    • 文件大小:2027
    • 提供者:红豆女
  1. gachuan

    0下载:
  2. 折半查找的实现
  3. 所属分类:Data structs

    • 发布日期:2017-04-25
    • 文件大小:89492
    • 提供者:贾玉生
  1. chazhao

    0下载:
  2. 1:折半查找算法的思想及实现。 2:掌握二叉排序树,AVL树的查找,插入,删除,建立算法的思想及实现 3:存储结构的思想,能选择合适散列函数,实现不同冲突处理方法的散列表的查找,建立 -1: The binary search algorithm and the realization of the idea. 2: The master binary sort tree, AVL tree search, insert, delete, create the idea of the
  3. 所属分类:Data structs

    • 发布日期:2017-03-28
    • 文件大小:85113
    • 提供者:王博
  1. fenkuaichazhao

    2下载:
  2. 试编写利用折半查找确定记录所在块的分块查找算法。 提示:1. 读入各记录建立主表; 2. 按L个记录/块建立索引表; 3. 对给定关键字k进行查找; 测试实例:设主表关键字序列:{12 22 13 8 28 33 38 42 87 76 50 63 99 101 97 96},L=4 ,依次查找K=13, K=86,K=88 -Trial preparation records using binary search to determine where the bl
  3. 所属分类:Data structs

    • 发布日期:2014-12-20
    • 文件大小:1024
    • 提供者:zhongkeli
  1. yudaoq

    1下载:
  2. 查找、排序的应用实验1) 顺序查找; 2) 分别使用直接插入排序、冒泡排序、快速排序对原纪录序列进行排序,并显示排序结果; 3) 对上述纪录列表排好序,然后对其进行折半查找; 4) 利用原纪录序列建立一颗二叉排序树,并在其上实现特定关键字值结点的查找; 5) 按照“除留余数法”哈希构造函数和线性探测再散列的冲突处理方法创建表长为m=11的哈希表; 6) 实现5)创建哈希表上的查找。 -Find, Sequencing Experiment 1) sequential se
  3. 所属分类:Data structs

    • 发布日期:2017-03-29
    • 文件大小:3040
    • 提供者:张强
  1. a

    0下载:
  2. “用折半查找法找出该职工的姓名” 写几个函数: 1,输入10个职工的姓名和职工号; 2,按职工号由小到大顺序排序,姓名顺序也随之调整; 3,要求输入一个职工号,用折半查找法找出该职工的姓名,从主函数输入要查找的职工号,输出该职工的姓名。-" Using a binary search method to find the names of the workers," wrote several functions: 1, enter 10 na
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-06
    • 文件大小:1363
    • 提供者:miao
  1. binary-search

    0下载:
  2. 数据结构 查找中的折半查找 算法 源代码-binary search binary search
  3. 所属分类:Data structs

    • 发布日期:2017-04-08
    • 文件大小:2908
    • 提供者:陈元元
  1. Find

    0下载:
  2. 实现了一些基本的查找算法有顺序查找、折半查找、二叉排序树上的查找算法-Look to achieve some basic sequential search algorithm, binary search, binary tree search algorithm sorting
  3. 所属分类:Data structs

    • 发布日期:2017-05-02
    • 文件大小:605737
    • 提供者:liqiang
  1. chazhaoshiyan

    0下载:
  2. 数据结构 数据查找实验 其中包括顺序查找 折半查找 索引顺序表函数 二叉排序树构造函数 二叉排序树查找函数 二叉排序树插入函数 -Experimental data to find data structure, including binary search index in order to find the order of the table function constructor binary sort tree to find the function b
  3. 所属分类:Data structs

    • 发布日期:2017-04-05
    • 文件大小:234147
    • 提供者:飞舞
« 1 2 34 5 6 7 »
搜珍网 www.dssz.com