这些数据元素组成的集合往往是数组或链表等线性结构, 因此顺序搜索也称为线性搜索(linear search)。 二分搜索算法(binary search)是指在一个有序数据集中,假设数据元素递增排列,搜索项与数 据集的中间位置的数据元素进行比较,...
基于2412个网页-相关网页
假设要从数据中使用线性查找(Linear Search),从头开始依次查找所需数据,那么如果有1000条数据,那就需要反复查找数据直至找到为止,这个算法最多要进行1000次查找。
基于496个网页-相关网页
linear search strategy 线性查找策略
Unordered Linear Search 无序线性搜索
LSG linear search LSG线搜索
non-linear search 非线性搜索
inexact linear search 非精确线性搜索
adaptive linear search 自适应线搜索
linear search technique 线性搜寻技术
non-sole linear search 非单调线性搜索法
The packets are classified inefficiently when the rule set has mass rules and flows under heave traffic by linear search in the traditional linux firewalls.
3、传统Linux防火墙使用线性搜索算法实现数据包的分类,在庞大的规则集与大流量的情况下分类速率很低。
参考来源 - Linux防火墙设计与实现In one hand, the PDA system uses continuous HMM as the acoustic model. The system builds a linear search network according to the word list, and the decoder uses a depth first search method.
本文搭建的孤立词系统采用了连续HMM模以,系统根据词表自动拼接声韵母模型为整词模型,并且构建一个线性搜索网络,识别器在线性搜索网络中进行逐条匹配的深度优先算法得到识别结果。
参考来源 - 语音识别系统速度优化算法研究·2,447,543篇论文数据,部分数据来源于NoteExpress
以上来源于: WordNet
但这是一个线性搜索。
Very fast in linear search compared to every other collection.
非常快,线性搜索比所有其他收藏。
In this case, looking up an attribute by name initiates a linear search.
在这种情况下,按名称查找属性会进行线性搜索。
If it was an unordered list, we were basically stuck with linear search. Got to walk through the whole list to see if the thing is there.
如果是一个未排序的列表,基本上我们就只能使用线性搜索了,通过遍历整个列表来查看。
So, as the gentleman back there said, if I'm searching it once, just use the linear search.
如果我就搜索一次,就用线性搜索吧,另一方面。
If I look for, say, minus 1, you might go, gee, wait a minute, if I was just doing linear search, I would've known right away that minus one wasn't in this list, because it's sorted and it's smaller than the first elements.
如果我要查找-1,你可能要怒了,呵呵,等一等,如果我用的是线性查找,我不会知道-1不在这个列表中,但是列表是排好序的,1又比第一个元素小。
应用推荐