...要实现范围查询(range)几乎不可能。为优化日志型数据库的读性能,实际应用中通常结合以下几种优化措施: 二分查找(Binary Search): 在一个数据文件中使用二分查找加速数据查找 哈希(Hash): 写入时通过哈希函数将数据放入不同的桶中,读取时通过哈希索引直接读取...
基于29个网页-相关网页
... best viable function 最佳可行函式 最佳可行函式 binary search 二分搜寻法 二分查找 binary tree 二元树 二叉树 ...
基于4个网页-相关网页
binary search tree 二叉查找树 ; 二元搜寻树 ; 二叉搜索树 ; 对分检索
Binary Search Trees 第十二章 ; 二叉查找树 ; 二叉搜索树 ; 二叉检索树
Balanced Binary Search Tree 平衡二叉查找树 ; 元搜寻树 ; 平衡二叉搜索树 ; 平衡二元搜寻树
binary search algorithm 二进制搜索算法 ; 二进制折半查找算法 ; 算法 ; 二分法检索算法
binary search C 说明二进制搜索
optimal binary search tree 最佳二元搜寻树 ; 最优二叉搜索树 ; 最佳二叉查找树 ; 最优二叉查找树
binary search routine [计] 对分检索子程序 ; 折半查找子程序
Binary Search Binary Search 二元搜寻法 ; 二元搜寻
binary search program [计] 二分法检索程序 ; 折半查找程序
Aiming at these problems, this paper presents a binary search algorithm based on solving the maximum module of roots of polynomial.
针对该问题,提出一种基于多项式根的最大模求解的二分搜索算法。
参考来源 - 基于多项式根最大模求解的二分搜索算法Because of the reason above, a novel PN acquisition method using auxiliary sequence and binary search is proposed.
基于以上原因,本文提出一种基于辅助序列和二分法的同步捕获方案。
参考来源 - 突发性扩频信号的同步技术研究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.
好了,这就是二分查找的基本思想。
Red-black tree is a self-balancing binary search tree.
红黑树 是一个自平衡的二叉查找树。
A binary search tree (BST) is a binary tree with the following properties.
二进制搜索树(BST)是具有以下属性的二进制树。
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.
好了,二分搜索也许是,最简单的分治算法,这意味着什么?,也就是说,为了解决一个问题,把它切割成小的问题,然后再来一个个解决。
应用推荐