MY字典>英语词典>subsequence翻译和用法

subsequence

英 ['sʌbsɪkwəns]

美 ['sʌbsɪˌkwens]

n.  接续; 紧随…之后; 随后发生的事情; 后果

复数:subsequences 

计算机

英英释义

noun

双语例句

  • This paper studies the characteristics of the three subsequence segmentation methods in OFDM-PTS algorithms including adjacent segmentation, random segmentation and interlacing segmentation.
    研究了OFDM-PTS算法中的三种不同分割方法:相邻分割、随机分割、交织分割三种子序列分割方案的特性。
  • This method is capable of fuzzy-alignment by improving the conventional longest common subsequence ( LCS) algorithm.
    该方法通过对传统的最长公共子串算法(LCS)进行改进,并加入了词汇语义信息,使其具有模糊对齐的能力。
  • A New Parallel Scrambling/ Descrambling Method Based on the Property of Sampling Subsequence of m-Sequence
    基于m序列采样性质的并行扰码方法
  • This design software improves the efficiency of structural design and provides a basis for subsequence analysis or optimization.
    该系统设计软件提高了光学收发箱体结构设计效率,为后续的分析优化奠定了基础。
  • Methods After localization, the structures of the musculobone canals were measured by using of continuous subsequence dissection.
    方法采用连续层次解剖法,定点、定位后测量腱弓管的解剖结构。
  • Matching a specific occurrence and position of a subsequence in a given input sequence
    在给定输入序列中匹配子序列的特定发生事件和位置
  • Returns the subsequence of the previous match.
    返回以前匹配项的子序列。
  • FDOD describes protein primary sequences by their subsequence distributions, therefore, the information of protein sequences is sufficiently taken into account.
    该方法用蛋白质原始序列的子序列分布来描述氨基酸序列,从而充分考虑了蛋白质序列的信息。
  • Subsequence matching on data stream.
    在数据流子序列匹配方面。
  • You'll first see how to use dynamic programming to find a longest common subsequence ( LCS) of two DNA sequences.
    首先将要看到如何运用动态编程查找两个DNA序列的最长公共子序列(longestcommonsubsequence,LCS)。