中英互译
pattern matching
基本释义
- 模式匹配:计算机科学中的一个术语,指的是检查一些令牌序列是否包含某个模式的组成部分的行为。
双语例句
- It USES Scala's pattern matching.它使用Scala的模式匹配。
- The chapter on pattern matching is new.模式匹配这一章是新添的。
- 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.