subpattern

  • 网络子模式
subpatternsubpattern
  1. PHP offers other subpattern modifiers .

    PHP将提供其他子模式修饰词。

  2. Most of the time , you use a set of parentheses to define a subpattern and to capture the text that matches the subpattern .

    在大多数情况下,使用一组括号可以定义子模式和捕捉匹配子模式的文本。

  3. An Algorithm of Finding Similar Subpattern Based on Time Series

    基于时间序列的相似子模式发现算法

  4. A Method for Extracting Subpattern Features of Hand-printed Characters

    抽取手写文字子图形特征的方法

  5. However , parentheses need not capture the subpattern .

    但是,括号不需要捕捉子模式。

  6. Another useful subpattern modifier is (? x ) .

    另一个有用的子模式修饰词是(?x)。

  7. In this thesis two novel classes of feature extraction methods are proposed , i.e. matrix-pattern-based and vector subpattern - based representation methods respectively .

    在本文中,我们在PCA和FLDA方法的基础上提出了两类特征提取新方法,即基于矩阵模式和基于子向量的特征提取方法,并随后用于模式的分类。

  8. If you begin a subpattern with the modifier (? I ), matching in the subpattern is case-insensitive .

    如果子模式以修饰词(?i)为开头,则在子模式中进行匹配不区分大小写。

  9. As with other PCRE implementations , you can refer to a subpattern match from within the replacement , allowing an operation to be self-referential .

    正如其他PCRE实现一样,您可以从替换中引用子模式匹配,允许操作进行自引用。

  10. Referred to existing research results of Web Services AIM , the pattern based on MultiThreading Synchronous Invocation ( MTSI ), which includes network connection of each request and network connection pool subpattern , is designed and realized to implement AIM .

    参考现有WebServices的AIM研究成果,设计、实现了基于客户端多线程同步调用MTSI模式(包括:网络连接每请求和网络连接池方式)的AIM;

  11. Thus , the subpattern ((? x ) edu | com | info )( notice the spaces between the alternation operators , added for legibility ) is the same as ( edu | com | info ) .

    因而,子模式((?x)educominfo)(请注意备用操作符之间的空格,这些空格是为了易读性而添加的)与(educominfo)相同。