专业字典>英语词典>matcher翻译和用法

matcher

英 [ˈmætʃə]

美 [ˈmætʃər]

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

计算机

英英释义

noun

双语例句

  • The can-simplify-concat function acts as the matcher function and the simplify-concat function acts as the editor.
    can-simplify-concat函数作为匹配函数,simplify-concat函数则作为编辑器。
  • Design and Test for Model CK-1C Telemetry Signal Changer or Matcher
    CK-1C遥测讯号变换器的设计与试验
  • Matcher also offers a group() that retrieves the string matching a given group.
    Matcher还提供了group()来检索与给定组相匹配的字符串。
  • To grasp how this works you first need to understand the access pattern of a Matcher to its CharSequence.
    为了掌握这种方法,首先需要理解Matcher到其CharSequence的访问模式。
  • In this scenario, the matcher mainly moves in a forward direction, often by more than one character at a time.
    在这个场景中,匹配器主要是向前移动,一次通常移动不止一个字符。
  • Therefore, since Matcher accepts CharSequence, it is possible to apply regular expressions to whole files.
    因此,由于Matcher接受CharSequence,所以将正则表达式应用到全体文件是可能的。
  • 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.
    该匹配器通过提供支持即插即用的软件插槽将数据分类和数据处理逻辑分开,实现数据向上层的传递和用户定制信息处理,从而实现高度的可扩展性。
  • 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。
  • You can also define your own matcher or use an exact value.
    你还可以定义自己的匹配器或者使用一个确定的值。
  • Matcher is used to apply regular expressions to strings or, more accurately, to CharSequences.
    Matcher用于将正则表达式应用到字符串中,或者更确切地说,是应用到CharSequence中。