青年中文青年中文

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.