linear search [计] 线性搜索 ; 线性搜寻 ; [计] 线性查找 ; 搜寻法
linear search strategy 线性查找策略
Search for a Linear Boundary 搜寻线性边界
linear random-search algorithm 线性随机搜寻算法
Unordered Linear Search 无序线性搜索
nearly linear time search 近似线性时间搜索
algorithm linear random-search 线性随机搜寻算法
LSG linear search LSG线搜索
non-linear search 非线性搜索
但这是一个线性搜索。
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.
如果是一个未排序的列表,基本上我们就只能使用线性搜索了,通过遍历整个列表来查看。
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又比第一个元素小。
应用推荐