CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 C#编程 搜索资源 - Binary search method

搜索资源列表

  1. ss

    0下载:
  2. 二分搜索,棋盘法,循环日程法-Binary Search, chessboard, cyclic scheduling method
  3. 所属分类:CSharp

    • 发布日期:2017-04-11
    • 文件大小:1.61kb
    • 提供者:ss
  1. half

    0下载:
  2. 折半查找的算法思想是将数列按有序化(递增或递减)排列,查找过程中采用跳跃式方式查找,即先以有序数列的中点位置为比较对象,如果要找的元素值小于该中点元素,则将待查序列缩小为左半部分,否则为右半部分。通过一次比较,将查找区间缩小一半。 折半查找是一种高效的查找方法。它可以明显减少比较次数,提高查找效率。但是,折半查找的先决条件是查找表中的数据元素必须有序-Binary search algorithm idea is to sequence by ordering (ascending or des
  3. 所属分类:CSharp

    • 发布日期:2017-03-28
    • 文件大小:672byte
    • 提供者:吕济根
  1. c-language-programming

    0下载:
  2. c语言编程实例,处理简单的数据文件 判别2个文本文件的内容是否雷同 同学录信息管理系统 文字查找 学生成绩分布统计 用折半查找法猜篮球的价格-c language programming examples deal with simple data file to distinguish the price of two text contents of the file whether similar Classmates information management sy
  3. 所属分类:CSharp

    • 发布日期:2017-03-31
    • 文件大小:130.3kb
    • 提供者:王泽
  1. zuoye5

    0下载:
  2. 二分检索(分治法)给定递增整数序列L,其大小为n,要求使用二分查找法查找任意元素的位置k(序列中第几个)。-Binary search (divide and conquer) given increasing sequence of integers L, and its size is n, and requires the use of binary search method to find the location of any element k (sequence of sever
  3. 所属分类:CSharp

    • 发布日期:2017-04-10
    • 文件大小:893byte
    • 提供者:叶小轩
搜珍网 www.dssz.com