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

matcher

英 [ˈmætʃə]

美 [ˈmætʃər]

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

计算机

英英释义

noun

双语例句

  • To grasp how this works you first need to understand the access pattern of a Matcher to its CharSequence.
    为了掌握这种方法,首先需要理解Matcher到其CharSequence的访问模式。
  • In the non-termination case, the matcher function is applied to the current loc.
    如果未终止,matcher函数将应用于当前的loc。
  • 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.
    仅以教育背景为例,营销倾向于开制榫机,我要生产榫头当然是越多越好。
  • The high level coarse matches can reduce significantly the amount of samples that enter into lower level fine matchers, the final level matcher realizes high accuracy verification. 7.
    前几层的粗匹配显著地减少进入下一层精细匹配的样本数,最底层匹配则实现了高精度的验证。
  • 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。
  • The tree-edit function takes a zipper structure, a matcher function, and an editor function.
    tree-edit函数获取一个zipper结构、一个matcher函数和一个editor函数。
  • 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函数,进行可能存在更改,迭代将从修改后的节点处继续。
  • The Matcher offers several methods to test regular expression: matches(), lookingAt(), and find().
    Matcher提供了几个方法来测试正则表达式:matches()、lookingAt()和find()。
  • Always, schema with different structure, definition, naming conventions. So, in order to find the corresponding relationship we have to combine various schema matchers, for example, structure matcher, instance matcher, restriction-based matcher.
    模式可以具有不同的结构、定义、命名方式,所以要寻找对应关系通常需要从多方位发掘匹配,采用多匹配器相结合的方式,如:结构匹配器,实例匹配器,基于约束匹配等。
  • Matcher is used to apply regular expressions to strings or, more accurately, to CharSequences.
    Matcher用于将正则表达式应用到字符串中,或者更确切地说,是应用到CharSequence中。