查询
1 词典释义:
pattern matching
时间: 2025-06-08 05:57:57
英 [ˈpat(ə)n ˈmætʃɪŋ]
美 [ˈpædərn ˈmætʃɪŋ]

模式匹配

双语例句
  • It USES Scala's pattern matching.

    它使用Scala的模式匹配。

  • The Zen of XSLT: pattern matching

    XSLY 的秘诀:模式匹配

  • Using pattern matching to build XML.

    利用模式匹配构建xml。

  • The chapter on pattern matching is new.

    模式匹配这一章是新添的。

  • Regular expressions for pattern matching.

    用于模式匹配的正则表达式。

  • This is what is known as Pattern Matching.

    这就是众所周知的模式匹配。

  • Pattern Matching.

    模式匹配。

  • Pattern matching is eager; the first match wins.

    模式匹配是贪婪的;只有第一个匹配的情况会赢。

  • Oro-2.0.8.jar: a regular expression library for pattern matching.

    oro - 2.0.8 . jar:模式匹配的表达式库。

  • Listing 11 shows some basic usage of the pattern matching expansions.

    清单11给出了模式匹配扩展的一些基本用法。

  • The main part of pattern matching is coming up with the expression to use.

    模式匹配的主要部分是关于要使用什么样的表达式。

  • This is a pretty simple example of the power of pattern matching in Scala.

    这个简单的例子证明了Scala中模式匹配的强大功能。

  • There are a number of algorithms used for pattern matching by rules engines.

    规则引擎可以使用多种算法执行模式匹配。

  • Assigning values to variables is actually a special type of pattern matching.

    为变量赋值实际上就是一种特殊的模式匹配。

  • This structure is then fed into the Concept Modeling engine for pattern matching.

    然后,将这个结构送入概念建模引擎进行模式匹配。

  • If it's not, it won't — one of the tricky things about performing pattern matching.

    如果格式不好,则不会正确匹配——这是执行模式匹配任务的一件棘手之事。

  • Our three languages also share support for regular expressions and pattern matching.

    这三种语言都支持正则表达式和模式匹配。

  • The XML data should be structured to make that pattern matching as easy as possible.

    应该构造XML数据,使模式匹配尽可能简单。

  • Our brains are just pattern matching machines, so we tend to notice patterns like that.

    我们大脑是模式匹配机器,因此我们更容易注意到这样的模式。

  • Rules to pattern matching in both these files will control what gets denied or allowed.

    这两个文件中的模式匹配规则控制拒绝或允许什么。

  • The built-in operators make text searching, replacing, and pattern matching effortless.

    内置的操作符使得文本搜索、替换和模式匹配轻而易举。

  • Routes make use of regular expressions for pattern matching, and are expressed using XML.

    路由在模式匹配时使用正则表达式,并且使用 XML 表示。

  • The key to success with a socket wrench is pattern matching: The socket must match the nut.

    成功使用套筒扳手的关键在于模式匹配:套筒扳手必须与螺母相匹配。

  • The key is pattern matching, as in Figure 1. Instead of coding commands, you code patterns.

    其中的关键就是模式匹配,如 图 1 所示。 您不需要编写命令,需要编写的是模式。

  • Anonymous functions, regular expression support and pattern matching are only the beginning.

    其优点远远不止匿名函数、正则表达式支持、模式匹配这几样。

  • In that example, pattern matching was used to extract both the head and the tail of the list.

    在这个示例中,使用模式匹配提取列表的开头和结尾部分。

  • These techniques are based on pattern matching and event definitions and can be spatial or temporal.

    这些技术都是基于模式匹配和事件定义的,可以是空间上的或时间上的。

  • The pattern matching operation is potentially expensive, so it is vital to focus the search intelligently.

    模式匹配操作可能是非常昂贵的,因此智能地集中搜索是非常重要的。

  • The idea of active patterns is to enable you to use the pattern matching syntax with other data structures.

    活动模式的思想就是让你能把模式匹配语法用于其他数据结构。

  • This article has been a quick tour of pattern matching in F# and introduced its new active patterns feature.

    这篇文章是F#中模式匹配的一个快速浏览,并介绍了它的新活动模式的特性。