go top

binary search

  • 二分查找:一种在有序数组中查找特定值的算法。它通过将目标值与数组的中间元素进行比较,如果它们不相等,则可以排除目标值不可能存在的那一半,并在剩余的一半上重复进行比较,直到找到目标值或确定目标值不存在为止。

专业释义

  • 二分搜索 - 引用次数:17

    Aiming at these problems, this paper presents a binary search algorithm based on solving the maximum module of roots of polynomial.

    针对该问题,提出一种基于多项式根的最大模求解的二分搜索算法。

    参考来源 - 基于多项式根最大模求解的二分搜索算法
    二分查找 - 引用次数:13

    参考来源 - PROLOG事实库的持久化研究与实现
    折半删减 - 引用次数:1

    参考来源 - 一种基函数神经网络最优隐神经元数目快速确定算法
    对半检索
    二分搜寻法
    二元搜寻
  • 二分法 - 引用次数:6

    Because of the reason above, a novel PN acquisition method using auxiliary sequence and binary search is proposed.

    基于以上原因,本文提出一种基于辅助序列和二分法的同步捕获方案。

    参考来源 - 突发性扩频信号的同步技术研究
    二分搜索
  • 折半查找 - 引用次数:4

    In the process of developing software, the "Binary Search" is used to search the "character model" of the characters displayed. The display quality is improved by this means.

    在软件程序的设计中,采用“折半查找”的快速查找方法完成对显示字符“字模”的查找,改善显示画面的质量;采用“定时中断”的方法保证了测试仪进行参数测量时的实时性。

    参考来源 - 便携式转辙机测试仪的设计
  • 折半查找法
  • 二进位查寻法

·2,447,543篇论文数据,部分数据来源于NoteExpress

双语例句原声例句

  • OK. That's the basic idea of binary search.

    好了就是二分查找基本思想

    youdao

  • Red-black tree is a self-balancing binary search tree.

    红黑 一个自平衡二叉查找树。

    youdao

  • A binary search tree (BST) is a binary tree with the following properties.

    二进制搜索(BST)具有以下属性的二进制树。

    youdao

更多双语例句
  • So binary search, the phonebook example, binary search on the pieces of paper on the white board, why is that?

    是二分查找,例如电话簿的例子,对其中的某一页进行二分查找,为什么呢?

    哈佛公开课 - 计算机科学课程节选

  • We started off talking about binary search, and I suggested that this was a log algorithm which it is, which is really kind of nice.

    我告诉了你们这是一个对,数级的算法,这是很棒的,我们来一起看看这个算法到底做了什么。

    麻省理工公开课 - 计算机科学及编程导论课程节选

  • OK. Binary search is perhaps the simplest of the divide and conquer algorithms, and what does that mean? It says, in order to solve a problem, cut it down to a smaller problem and try and solve that one.

    好了,二分搜索也许是,最简单的分治算法,这意味着什么?,也就是说,为了解决一个问题,把它切割成小的问题,然后再来一个个解决。

    麻省理工公开课 - 计算机科学及编程导论课程节选

$firstVoiceSent
- 来自原声例句
小调查
请问您想要如何调整此模块?

感谢您的反馈,我们会尽快进行适当修改!
进来说说原因吧 确定
小调查
请问您想要如何调整此模块?

感谢您的反馈,我们会尽快进行适当修改!
进来说说原因吧 确定