访问序列 meaning in English
access sequence
Examples
- The tuple supported accessing elements in the sequence using index notation , chopping out elements from the sequence using slices , and creating new tuples using a specific slice or by adding together different slices
Tuple通过以下方式支持访问序列中的元素:使用索引符号,使用片段分离序列中的元素,以及使用特定的片段或将不同的片段添加在一起来创建新的元组。 - Based on the analysis of above drawbacks , this paper proposes frequent access pattern tree algorithm ( fapt ) . this algorithm includes two steps : access pattern tree method , through the pattern matching method it saves user ' s visit sequences with tree ; pruning method , it uses frequent degree to prune access pattern tree which is under the frequent degree
在分析以上不足的基础上,提出了频繁访问模式树( fapt )算法,该算法包括以下两个步骤:访问模式树的生成,通过模式匹配的方法将用户访问序列以树形结构来存储;修剪的策略,利用频繁度对访问模式树进行修剪,修剪掉其中低于频繁度的节点。