找诗词>英语词典>matcher翻译和用法

matcher

英 [ˈmætʃə]

美 [ˈmætʃər]

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

计算机

英英释义

noun

双语例句

  • The given matcher provides pluginandplay function by exposing software object slots, as a result message classifying and data process are isolated and software scalability is ensured.
    该匹配器通过提供支持即插即用的软件插槽将数据分类和数据处理逻辑分开,实现数据向上层的传递和用户定制信息处理,从而实现高度的可扩展性。
  • You can also define your own matcher or use an exact value.
    你还可以定义自己的匹配器或者使用一个确定的值。
  • The underscore (_) is a matcher that says the argument can be anything.
    underscore()是一个匹配器(matcher),表示参数可以是任何值。
  • JBehave meets this need by offering a Matcher type for implementing rich expectations.
    JBehave提供了一种Matcher类型用于实现丰富的期望,从而满足了这一需求。
  • The tree-edit function takes a zipper structure, a matcher function, and an editor function.
    tree-edit函数获取一个zipper结构、一个matcher函数和一个editor函数。
  • The third matcher is for displaying the form, and uses the Forms Template Transformer.
    第三的匹配器用来显示表单,使用表单模板转换器。
  • 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。
  • To grasp how this works you first need to understand the access pattern of a Matcher to its CharSequence.
    为了掌握这种方法,首先需要理解Matcher到其CharSequence的访问模式。
  • 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.
    前几层的粗匹配显著地减少进入下一层精细匹配的样本数,最底层匹配则实现了高精度的验证。
  • The Matcher offers several methods to test regular expression: matches(), lookingAt(), and find().
    Matcher提供了几个方法来测试正则表达式:matches()、lookingAt()和find()。