pattern matcher信息详情

pattern matcher发音

意思翻译

模式匹配器

相似词语短语

matcher───n.[计]匹配程序;制榫机;匹配器

pattern───vi.形成图案;vt.模仿;以图案装饰;n.模式;图案;样品

excitation pattern───兴奋型

pattern words───模式词

pattern makers───模型技工

square pattern───方形炮眼排列法

petticoat pattern───衬裙图案

growth pattern───经济增长模型;生长模式;生长模型;增长格局

stress pattern───应力图;应力型;应力分布图;应力分布型式;应力分布型式,应力图

双语使用场景

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

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

In Listing 1, once a regular expression is compiled into a Pattern, it creates a matcher with the matcher method.───在清单1中,一旦将正则表达式编译成Pattern,它就创建了带matcher方法的matcher。

英语使用场景

I need a pattern matcher that takes an few array's of integers (array size unknown, but all all times the same size. ) then predicts the values for a new array.