one pass 一次走刀 algorithm n. 运算法则;算法,演算法;演示 pass v.[I] 1.前进;通过;经过;超过 2.(路)延伸;(消息)传开 3.终止,消失;离开,死亡(+away) 4.(球类运动中)传递(+to) 5.(时间)推移,流逝;变化,转化(+fr passé a. 落伍的,过时的 by( )pass 支管,支流 pass. 【
Synonyms One-pass algorithm ; Streaming algorithm ; Data stream algorithm Definition A one-pass algorithm receives as input a list of data items x 1 , x 2 , x 3 ,... It can read these data items only once, from left to right, i.e., in increasing order of the indices i = 1, ...
英文: Abstract: A time domain recursive low pass filtering algorithm based on Kalman filtering theo-ry is analyzed.中文: 文摘:分析了一种基于卡尔曼滤波理论的时域递归低通滤波算法。英文: One way ticket or double pass ticket?中文: 单程票还是双程票呢?
A new multiple ant colonies algorithm based on sweep algorithm (SbMACA) was developed for solving the Capacitated Vehicle Routing Problem (CVRP). 该方法同以往蚁群算法的不同之处主要体现在两个方面:第一,首次将扫描算法应用于蚁群算法,通过对蚂蚁所构造的初始解中的不同子回路之间的点进行交换优化,该算...
A proposed one-pass algorithm, in this example, compares 100 words against all the words found in the spam texts stored in the database. Thus, Ln(k)<10 and a number of comparisons needed will equal 100*Ln(k). Therefore, a one-pass algorithm provides a very significant optimization of ...
hash function as in the RO model. Unfortunately, they also proved the impossibility of one-pass hash functions such as ChopMD and Sponge; there exists a multi-security notion such that some cryptosystem is secure in the RO model but insecure when RO is replaced with a one-pass hash ...
one pass algorithm 一遍扫描算法,一遍算法 相似单词 wisdom n.[U] 1.智慧,才智,精明 2.明智 3.知识,学问 one pass 一次走刀 one's pron. 1.某人的,其人的,一个人的 2.=one is one’s 某人的;其人的;一个人的 by( )pass 支管,支流 pass v.[I] 1.前进;通过;经过;超过 2.(路)延...
The HOTP algorithm specifies an event-based OTP algorithm, where the moving factor is an eventcounter. 1. HOTP算法是一个以事件计数器作为移动因子,基于事件的一次性密码算法。 The present work bases the moving factor on a time value. 1.
Atime-based variant of the OTP algorithm provides short-lived OTPvalues, which are desirableforenhanced security. 这个基于时间的一次性密码生成算法提供了有效时间更短的一次性密码,增强了OTP算法的安全性。 The proposed algorithm can be used acrossawide range of network applications,fromremote Virtual Priva...
Calculate the arithmetic mean of a double-precision floating-point strided array using a one-pass trial mean algorithm. - stdlib-js/stats-base-dmeanli