go top

linear search

  • 线性搜索:一种在数据结构(如数组或链表)中查找特定元素的简单算法,通过逐个检查每个元素直到找到所需元素或遍历完所有元素。

网络释义专业释义英英释义

  [计] 线性搜索

这些数据元素组成的集合往往是数组或链表等线性结构, 因此顺序搜索也称为线性搜索(linear search)。 二分搜索算法(binary search)是指在一个有序数据集中,假设数据元素递增排列,搜索项与数 据集的中间位置的数据元素进行比较,...

基于2412个网页-相关网页

  线性搜寻

读者可能会注意到,这里用了线性搜寻(linear search),如果targetPdf数组是由大至小排列,平均而言会更快找到结果。

基于553个网页-相关网页

  [计] 线性查找

假设要从数据中使用线性查找Linear Search),从头开始依次查找所需数据,那么如果有1000条数据,那就需要反复查找数据直至找到为止,这个算法最多要进行1000次查找。

基于496个网页-相关网页

  搜寻法

例2:线性搜寻法Linear Search)在资料搜寻时,最直觉的方式便是一个一个找,一定能够找到。

基于48个网页-相关网页

短语

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 非单调线性搜索法

 更多收起网络短语
  • 线性搜索 - 引用次数:9

    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防火墙设计与实现
    直线搜索 - 引用次数:1

    参考来源 - m射线路径上移动目标搜索的在线算法研究
    线性查找
    线性搜寻
  • 线性搜索 - 引用次数:3

    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

Linear search

  • abstract: In computer science, linear search or sequential search is a method for finding a particular value in a list, that consists of checking every one of its elements, one at a time and in sequence, until the desired one is found.

以上来源于: WordNet

双语例句原声例句权威例句

  • But this is a linear search.

    一个线性搜索

    youdao

  • Very fast in linear search compared to every other collection.

    非常线性搜索所有其他收藏

    youdao

  • In this case, looking up an attribute by name initiates a linear search.

    这种情况下名称查找属性会进行线性搜索

    youdao

更多双语例句
  • 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又比第一个元素小。

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

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

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

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