pattern matching
模式匹配:计算机科学中的一个术语
常用释义
英式发音
美式发音
基本释义
- 模式匹配:计算机科学中的一个术语,指的是检查一些令牌序列是否包含某个模式的组成部分的行为。
例句
-
1·It USES Scala's pattern matching.它使用Scala的模式匹配。
-
2·The Zen of XSLT: pattern matchingXSLY 的秘诀:模式匹配
-
3·Using pattern matching to build XML.利用模式匹配构建xml。
-
4·The chapter on pattern matching is new.模式匹配这一章是新添的。
-
5·Regular expressions for pattern matching.用于模式匹配的正则表达式。
-
6·This is what is known as Pattern Matching.这就是众所周知的模式匹配。
-
7·Pattern Matching.模式匹配。
-
8·Pattern matching is eager; the first match wins.模式匹配是贪婪的;只有第一个匹配的情况会赢。
-
9·Oro-2.0.8.jar: a regular expression library for pattern matching.oro - 2.0.8 . jar:模式匹配的表达式库。
-
10·Listing 11 shows some basic usage of the pattern matching expansions.清单11给出了模式匹配扩展的一些基本用法。