您要查找的是不是:
- Which uses a linear search algorithm to find entries in the list of delegates. 类型,它使用线性搜索算法在委托列表中查找项。
- Firstly,the reactivity ratios of radical copolymerization are determined by intercept-slope method, YBR method, JJ method (linear intersect), TM method (non-linear least squares) and microcomputer dynamic search method using microcomputer. 第一方面:利用计算机,通过截距斜率法、YBR法、JJ法(直线交叉法)、TM法(非线性最小二乘法)和动态搜索法测算共聚体系竞聚率,其中TM法和动态搜索法获得比较精确的竞聚率结果。
- Firstly a motion vector is searched for each pixel in the interpolated frame using the block-matching search method of linear prediction. 该算法首先采用了线性预测块匹配搜索算法来估计内插帧中每一个象素的运动矢量;
- We used the most modern search methods in vain. 我们使用了最现代的探索方法也未能如愿。
- Because template group collections typically are small, the performance of the linear search operation is not critical. 因为模板组集合通常很小,所以线性搜索操作的性能无关紧要。
- This class uses a linear search algorithm to find entries in the list of delegates. 该类使用线性搜索算法在委托列表中查找项。
- A linear search algorithm is inefficient when working with a large number of entries. 线性搜索算法在处理大量项时是低效的。
- Internally, a linear search using slot comparison is performed and the slot, if found, is removed from the list. 在内部,将利用插槽比较,执行一个线性搜索,如果找到该插槽,就从链表中删除。
- The current setting of search method requires at least one DNS suffix. Please enter one or change the setting. 查找方法的当前设置需要至少一个DNS后缀。请输入一个或改变设置。
- A new local search method with hybrid neighborhood for Job shop scheduling problem is developed. 另辟蹊径求解工厂作业调度问题。
- In fact, in the final analysis, a simple linear search through an array might actually be faster (depending on the circumstances). 事实上,在最后的分析中,通过数组的简单线性搜索实际上可能更快(取决于具体的情况)。
- I would not want to have to revert to our previous search methods. 我不会再使用以前的搜索方法了。
- OBJECT To search method of synthesising Hexamethyl ether of salvianolic acid A benzyl ester as danshensu derivative. 目的:探讨六甲基丹酚酸A苄酯的合成方法。
- Because template region collections are typically small, the performance of the linear search operation is not critical. 因为模板区域集合通常很小,所以线性搜索操作的性能无关紧要。
- Base on image correlation,the proposed algorithm correct transmissive error with full search method. 该方法以图像相关性作为判别依据,使用全搜索的方法来恢复数据。
- For each event dispatch, one virtual call is followed by a linear search for the appropriate reaction, using one RTTI comparison per reaction. 对于每一个事件分派,将有一次虚拟函数调用加一个对合适反应的线性查找,每个反应使用一个RTTI比较。
- Furthermore, a new search method is used, in which ordinal gridding and seed filling are used simultaneously. 此外,提出了一种基于连续图像相关性的顺序网格和种子填充相结合的目标搜索方法。
- Several taboo search methods are utilizedin the algorithm. 算法中利用了多种禁忌搜索方法。
- A direct searching method without computing the derivative functions is given. 针对这一问题给出相应的直接搜索算法,证明了算法的收敛性,并给出一些算例。
- 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. 如果二进制搜索通过的数据结构具有许多导致页错误或缓存未命中的指针,则通过小数组的线性搜索可以比二进制搜索快。