MY词语>英语词典>matcher翻译和用法

matcher

英 [ˈmætʃə]

美 [ˈmætʃər]

n.  四面木工刨床;四面刨; 匹配器;制榫机

计算机

英英释义

noun

双语例句

  • If it matches, the node and the result of the matcher are passed to the editor function for possible modification and iteration continues from the modified node.
    如果匹配,则节点和matcher函数的结果将传递至editor函数,进行可能存在更改,迭代将从修改后的节点处继续。
  • In this scenario, the matcher mainly moves in a forward direction, often by more than one character at a time.
    在这个场景中,匹配器主要是向前移动,一次通常移动不止一个字符。
  • The implicit side effect is that after this line the matcher object contains the first match found in the input text.
    隐含的副作用是,执行该行代码之后,matcher对象包含在输入文本中找到的第一个匹配项。
  • JBehave meets this need by offering a Matcher type for implementing rich expectations.
    JBehave提供了一种Matcher类型用于实现丰富的期望,从而满足了这一需求。
  • For combining matcher: the limitation of information used in fingerprint matching is the one of the most important problems during fingerprint matching.
    混合指纹匹配:可用于匹配的特征信息不足是指纹识别,特别是基于细节点进行指纹匹配中存在的主要问题。
  • The can-simplify-concat function acts as the matcher function and the simplify-concat function acts as the editor.
    can-simplify-concat函数作为匹配函数,simplify-concat函数则作为编辑器。
  • To match a Pattern against regions of an arbitrary CharSequence, you use the pattern instance to construct a Matcher object, passing the CharSequence as a parameter.
    要将Pattern与CharSequence的区域匹配,要使用模式实例构建Matcher对象,将CharSequence作为参数传递给Matcher。
  • Therefore, since Matcher accepts CharSequence, it is possible to apply regular expressions to whole files.
    因此,由于Matcher接受CharSequence,所以将正则表达式应用到全体文件是可能的。
  • Just the education background for example, you know marketing tend to be much more matcher driving, I need to produce lees you know the more the merrier.
    仅以教育背景为例,营销倾向于开制榫机,我要生产榫头当然是越多越好。
  • These two classes Pattern and Matcher are the whole pattern-matching library.
    这两个类(Pattern与Matcher)就是整个模式匹配库。