累计查询 0.00 亿次

pattern matching

  • 模式匹配:计算机科学中的一个术语,指的是检查一些令牌序列是否包含某个模式的组成部分的行为。

双语例句

  1. It USES Scala's pattern matching.
    它使用Scala的模式匹配。
  2. The chapter on pattern matching is new.
    模式匹配这一章是新添的。
  3. This is what is known as Pattern Matching.
    这就是众所周知的模式匹配。

网络短语

  • String Pattern Matching
    字符串正则匹配;字符串模式匹配;字符串正则婚配
  • Combinatorial Pattern Matching
    组合模式匹配
  • pattern matching method
    图案选配法
  • pattern matching ratio
    图案匹配比
  • Pattern-matching
    模式匹配

英英释义

  • In computer science, pattern matching is the act of checking a perceived sequence of tokens for the presence of the constituents of some pattern. In contrast to pattern recognition, the match usually has to be exact.