search vt. 1.搜查;检查(身体、衣袋等);搜索,搜寻;找;寻找。 2.调查;查究;探求;追求;根究 (into)。 3.(冷风等)到处侵入,刺透。 4.【军事】使(火力)向纵深展开。 search sb. 搜查身体。 search a book 在一本书里查找材料。 search one's memory 竭力回忆。 The shrapnel was searching every cranny. 榴霰弹正在四散开来。 vi. 1.搜寻,搜查 (for);探求。 2.【计算机】觅数,检索。 search after [for] 寻找;寻求,追求;探求 (search after health 讲究健康;保养。 search a house for papers 在一座房屋里搜查文件)。 search into 调查;研究;根究。 S- me! 〔美国〕我不知道。 search out 搜出;查出;探出;找出。 n. 1.搜索;搜寻;寻找。 2.探索;探求 (after for) 调查;检查。 in search of 寻找;去找;追求;为了寻求;试图发现。 make a search after (去)找;寻求;追求。
linear adj. 1.线的,直线的。 2.长度的。 3.【数学】一次的,线性的。 4.【动、植】线状的;细长的。 5.由线条组成的,以线条为主的,强调线条的。 linear amplification 直线放大。 a linear equation 一次方程式。 a linear leaf 线形叶。 linear arts 线条艺术。
Chaos optimization algorithm based on linear search and its application to nonlinear constraint optimization problems 基于线性搜索的混沌优化及其在非线性约束优化问题中的应用
Because template group collections typically are small , the performance of the linear search operation is not critical 因为模板组集合通常很小,所以线性搜索操作的性能无关紧要。
Because template region collections are typically small , the performance of the linear search operation is not critical 因为模板区域集合通常很小,所以线性搜索操作的性能无关紧要。
In fact , in the final analysis , a simple linear search through an array might actually be faster depending on the circumstances 事实上,在最后的分析中,通过数组的简单线性搜索实际上可能更快(取决于具体的情况) 。
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 如果二进制搜索通过的数据结构具有许多导致页错误或缓存未命中的指针,则通过小数组的线性搜索可以比二进制搜索快。
The feasibility of the algorithms are monotonic but not decreasing . the algorithms are ; global convergence and finite termination and the line search is the linear search . the whole thesis is divided int two chapters 算法的可行性单调不减,具有全局收敛性及有限步终止性,线搜索是简单的直线搜索。
Especially parameter estimation algorithms are discussed and a new method based on bfgs and differential precise linear searching is proposed to solve the unconstrained optimization problem successfully deriving from parameter estimation 研究了机理模型参数估计算法,提出了基于bfgs变尺度和微分精确线性搜索的优化算法求解参数估计优化问题,取得了理想的收敛效果。
If an application or applet is bundled into multiple jar files , the class loader uses a simple linear search algorithm to search each element of the class path , which may entail the class loader downloading and opening many jar files until the class or resource is found 如果一个应用程序或者applet捆绑到多个jar文件中,那么类装载器就使用一个简单的线性搜索算法搜索类路径中的每一个元素,这使类装载器可能要下载并打开许多个jar文件,直到找到所要的类或者资源。
This part firstly studies the relation between spectral transmission of the optical system and the thickness of medium . then a linear search algorithm base on analysing of the shape of curve is discussed . the simulation results show that the fitting error and the computing time of the algorithm satisfy the practical measuring requirements 本论文首先讨论了光谱透过率与各向异性介质厚度之间的数学关系,然后在分析曲线形态基础上进行全值匹配,模拟表明,该算法可以实现曲线完全拟合,拟合时间均在1秒以内,完全符合实际测量要求。
After analyzed and studied on some algorithms about how to simplify a complex 3d geometric model from home and abroad , this paper proposes the concept of divisional envelope pitch and ameliorates the method of envelope ' s conformation proposed by cohen using the dichotomy in linear search . when a triangle is selected and contracted tentatively , two corresponding divisional envelope pitches should be constructed at first . the divisional envelope pitch is a bit of the whole simplification envelope 本文对当前国内外有关几何模型的简化算法进行了分析和研究后,将三角形收缩简化操作与包络控制简化误差的方法相结合,利用一维线性搜索中的二分法改进了cohen提出的简化包络构造算法;随后又综合简化包络的误差控制方法和二次误差矩阵的局部性误差控制思想,提出了一种分解式包络片的概念。
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.