导航菜单

matcher是什么意思_翻译中文_怎么读

matcher

美式发音: ['mætʃə] 英式发音: ['mætʃə]

n.〔工〕制榫(匹配)机;匹配程序;四面刨

网络释义:匹配器;制榫机;指定规则匹配器

网络释义

n.1.〔工〕制榫(匹配)机2.匹配程序3.四面刨

1.匹配器 matched-die molding 合模模塑 matcher 制榫机;匹配机 matching additive 匹配的添加剂 ...

3.指定规则匹配器 →指定链( chains) →指定规则匹配器( matcher) →指定目标动作( target) ...

4.匹配机 matched-die molding 合模模塑 matcher 制榫机;匹配机 matching additive 匹配的添加剂 ...

5.匹配者使用一个不太平凡的模式(Pattern),每次调用匹配者Matcher)的find()方法会生成许多状态:开始位置,结束位置,匹 …

6.四面刨 ... 四面体 tetrahedron 四面刨 matcher 四面浇灌 circumfuse ...

7.模式匹配 6.6.2 模式 Pattern 165 6.6.3 模式匹配 Matcher 166 8.11.1 格式化输入 Scanner 21…

例句释义:,〔工〕制榫机,匹配程序,四面刨,匹配器,制榫机,指定规则匹配器

1.To grasp how this works you first need to understand the access pattern of a Matcher to its CharSequence.为了掌握这种方法,首先需要理解Matcher到其CharSequence的访问模式。

2.Therefore, since Matcher accepts CharSequence, it is possible to apply regular expressions to whole files.因此,由于Matcher接受CharSequence,所以将正则表达式应用到全体文件是可能的。

3.It accepts a regular expression and compiles it into a Matcher.它接受一个正则表达式并将它编译成Matcher。

4.Actually, RegexpManager needs to create a matcher adapter for your chosen pbrary or for the default one.实际上,RegexpManager需要为您所选的库或缺省库创建matcher适配器。

5.It's also worth a look for the discussion on route matcher changes.这也值得讨论修改路由匹配的人看看。

6.These two classes -- Pattern and Matcher -- are the whole pattern-matching pbrary.这两个类(Pattern与Matcher)就是整个模式匹配库。

7.In the non-termination case, the matcher function is appped to the current loc.如果未终止,matcher函数将应用于当前的loc。

8.Coming up with the right regular expression and then working with the results of the Matcher class is really all there is to the pbrary.提出正确的正则表达式,然后使用Matcher类的结果,这就是这个模式匹配库要做的全部工作。

9.JBehave meets this need by offering a Matcher type for implementing rich expectations.JBehave提供了一种Matcher类型用于实现丰富的期望,从而满足了这一需求。

10.To improve this situation, Matchers should and can harness the much faster O(1) access times that Rope iterators provide.为了改进这种情况,Matcher应该而且能够利用Rope迭代器提供的更快的O(1)访问时间。