matcher
英 [ˈmætʃə]
美 [ˈmætʃər]
n. 四面木工刨床;四面刨; 匹配器;制榫机
英英释义
noun
- someone who arranges (or tries to arrange) marriages for others
双语例句
- 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 third matcher is for displaying the form, and uses the Forms Template Transformer.
第三的匹配器用来显示表单,使用表单模板转换器。 - The tree-edit function takes a zipper structure, a matcher function, and an editor function.
tree-edit函数获取一个zipper结构、一个matcher函数和一个editor函数。 - Matcher is used to apply regular expressions to strings or, more accurately, to CharSequences.
Matcher用于将正则表达式应用到字符串中,或者更确切地说,是应用到CharSequence中。 - Analysis of the Operational Results on Transformer and Matcher Electric Systems under Unsymmetrical Load
变配电系统负荷不对称运行后果剖析 - In this scenario, the matcher mainly moves in a forward direction, often by more than one character at a time.
在这个场景中,匹配器主要是向前移动,一次通常移动不止一个字符。 - To grasp how this works you first need to understand the access pattern of a Matcher to its CharSequence.
为了掌握这种方法,首先需要理解Matcher到其CharSequence的访问模式。 - For combining matcher: the limitation of information used in fingerprint matching is the one of the most important problems during fingerprint matching.
混合指纹匹配:可用于匹配的特征信息不足是指纹识别,特别是基于细节点进行指纹匹配中存在的主要问题。 - Matcher also offers a group() that retrieves the string matching a given group.
Matcher还提供了group()来检索与给定组相匹配的字符串。 - 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函数,进行可能存在更改,迭代将从修改后的节点处继续。