您要查找的是不是:
- optimal binary search tree 最佳二叉查找树
- Some limit laws for the branches and subtrees in a random recursive tree and binary search tree are established in this dissertation. 本文主要研究随机递归树和随机二叉搜索树上与分支和子树相关的极限定理。
- Using a binary search tree or dividing the string into segments as long as the square root of the length of the string will solve the problem. 用一个二叉搜索树或者将串切分成长度的平方根那么长的小段都可以解决这个问题。
- Simple Binary Tree Class - Binary Search Trees are useful for finding items in a list that changes infrequently. 二叉搜索树在查找经常变化的列表时是很非常有用的。
- multidimensional binary search tree 多维二叉检索树, 多维二进制搜索树
- On the Subtrees of Random Binary Search Trees 随机二叉搜索树的子树
- For example, a DLL that contains the code to implement a binary search tree might look like the following 例如,包含实现二进制搜索树的代码的DLL看上去可能像下面这样
- For a value, using a binary search algorithm. 使用二进制搜索算法在一维的排序。
- An Incremental Fuzzy Decision Tree Classification Method for Data Streams Mining Based on Threaded Binary Search Trees 一种高效的数据流挖掘增量模糊决策树分类算法
- binary search tree 二叉检索树,对分查找树,二进制搜索树,对分检索
- threaded binary search tree 线索化二叉排序树
- Introduction, algorithm, ADT, space and time complexity, binary search, etc. 课程介绍;算法概念;数据抽象;性能分析。
- The gridding arithmetic of search tree of robotic path is derived. 同时,还推导了机器人路径搜索树网格算法。
- Generalized Search Trees for Database Systems. 数据库普通查询树。
- Application of optimal binary tree in multi-branch program design 最优二叉树在多分支结构程序设计中的应用
- binary searching tree 二叉检索树
- The small upfront compilation cost yields optimized binary code for the current environment. 较小的预先编译开销可以为当前环境产生优化的二进制代码。
- Binary Search Performing a binary search requires that the elements in the array be sorted. 二进制搜索执行二进制搜索要求数组中的元素已经排序。
- This is a study on binary search procedures, are interested can download the hack is what I would like these. 这是一个关于二分查找的程序;有兴趣的可以下载砍一下我想就是这些了.
- A linear search through a small array can be faster than a binary search through a data structure with a lot of pointers that causes page faults or cache misses. 如果二进制搜索通过的数据结构具有许多导致页错误或缓存未命中的指针,则通过小数组的线性搜索可以比二进制搜索快。