• 表达言语行为能有效地实施幽默“以言成事”行为;

    And among the five types of illocutionary acts, Expressives are the most effective to perform perlocutions.

    youdao

  • 表达之力对话所表明的事态表达说话人的心理状态

    Expressives: the illocutionary point of expressives is to express the psychological state specified in the utterance.

    youdao

  • 安慰言语行为属于表达类行为,它本质一种礼貌使人受益行为。本文以言语行为理论和礼貌理论为理论框架,试图通过描述性研究了解汉语安慰言语行为在中国大学生中的实施情况

    This thesis attempts to conduct a descriptive study on the realization of comforting in the Chinese context from a pragmatic perspective, based on the speech act theories and politeness theories.

    youdao

  • 利用毕赤酵母表达具有生物学活性的蛇毒凝血安克洛。

    Express ancrod, a snake venom thrombin-like enzyme, in methylotrophic yeast Pichia pastoris.

    youdao

  • 为了提高可读性,通过实体文件直接指定对象关系元数据表达场景中的关系

    For better readability, the relationships in our scenario are expressed through object or relational metadata specified directly in the entity class files.

    youdao

  • 可以生成一个使用正规表达或者如果企业中的命名标准严格限定,您可以进行简单编辑

    You can make a class that USES regular expressions for this, or if naming standards are strictly enforced in your organization, you could use a simple edit.

    youdao

  • 除了定义资源可以属于层次结构OWL还允许表达资源的属性特征

    In addition to defining hierarchical classes that resources can belong to, OWL allows the characteristics of resources' properties to be expressed.

    youdao

  • Futures: Futures表达为立即中返回一个port并且并行激活处理函数

    Futures: Futures are expressed by returning a port eagerly from a class, and activating the handlers in parallel.

    youdao

  • feed\"entry"一个XPath表达

    The line feed\"entry" is an XPath-like expression.

    youdao

  • 这个闭包中,再次使用xpath表达entry \ “service ” \ “identry节点提取服务id。

    In the closure, you once again use an XPath-like expression, entry \ "service" \ "id" to extract the id of the service from the entry Node.

    youdao

  • 它将来建立临时A保存声明表达的值,这个临时用来引用Foo的。

    Will construct a temporary a object to hold the result of the statement expression, and that will be used to invoke Foo.

    youdao

  • 我们可以编写一个表达匹配许多方法集合

    We could write an expression here that matched a set of methods, on many classes.

    youdao

  • 我们需要更多技术原因任何个体具有上帝所给予特定天赋这种天赋需要于技术一事物才能得到表达

    The reason why we want more technology is that every individual human has a certain God-given set of talents that require things like technology in order to be expressed.

    youdao

  • 因为JDK包含正则表达,所以想实现这个不会有任何困难

    Since the JDK includes a regular expression library, I don't anticipate any difficulties with this class.

    youdao

  • 注意索引表达用于关系表达式,作为某个操作符函数参数时,查询优化器将考虑使用函数索引。

    Note: the query optimizer considers using a functional index when the index expression is used in a relational expression or as an argument to one of the operator class functions.

    youdao

  • 正则表达根据文本匹配模式方法编译器生成文件工作原理

    Regular expressions are ways to match patterns against textsimilar to how a compiler works to generate class files.

    youdao

  • 总之一旦确定关系可以明确表达出来,说明两个目标之间联系

    Anyway, once this relationship has been identified, it can be made explicit in a class diagram that shows the associations among the two classes of goals.

    youdao

  • 通过扩展来进行继承一种常见面向对象设计容易通过U ML中显示抽象表达这种继承。

    Inheritance by extension is a common object-oriented design and is easily expressed through showing abstract classes in UML.

    youdao

  • 一些关注点可适当地通过封装组件表达另一些最好通过横切关注点来表达

    Some concerns are appropriately expressed as encapsulated objects, or components. Others are best expressed as cross-cutting concerns.

    youdao

  • 埃默里大学著名灵长动物学家法兰斯·瓦尔认为只是猫科甚至老鼠也能表达恻隐之心以及其他情感消息来源科技美国】。

    Frans B.M. DE Waal, a noted primatologist at Emory University, says that a variety of animals — not just cats or dogs, but even rats — feel empathy and other emotions [Source: Scientific American].

    youdao

  • 此外注意外来属性是怎样表达车辆调度关系的。

    Also, notice how the primary key and foreign key properties represent the relationships on the Deals on Wheels class diagram.

    youdao

  • nose检查python测试模块内部时,采用选择测试模块时使用正则表达收集这个正则表达匹配函数

    When nose looks inside of a Python test module, it collects functions and classes that match the same regular expression that it USES for choosing test modules.

    youdao

  • 每个表达都有evaluate方法一个enumerate方法。

    Each expression class has an evaluate method, and an enumerate method.

    youdao

  • 这个特别规则表达中,出现' [[:space:]] '字符

    In this particular regular expression, we encounter the '[[: space:]]' character class.

    youdao

  • 报告指出:“我们发现人们通常采用打鼓或者乐器创造音调表达他们内在压力感情。”

    Reported, "We found that people often expressed their inner pressure and feelings by drumming or with the tones produced with a mallet instrument."

    youdao

  • 大多数情况下可以可用节点分为表达代码片段控制结构

    For the most part, you can divide the available set of nodes into three types: expressions, snippets, and control structures.

    youdao

  • 可以字符看作是规则表达原子”,通常会将那些原子组合分子”。

    You can think of character classes as the "atoms" of regular expressions, and you will usually want to group those atoms into "molecules."

    youdao

  • 清单14中,定义了名为RegexPackageFilter的实现,它应用正则表达进行过滤

    In Listing 14, I've defined an implementing class, called RegexPackageFilter, that applies a regular expression for filtering purposes.

    youdao

  • 提出正确正则表达然后使用matcher结果,这就是这个模式匹配做的全部工作

    Coming up with the right regular expression and then working with the results of the Matcher class is really all there is to the library.

    youdao

  • Spring附带一个变量解析器实现允许JSF表达引用 Spring托管Bean

    Spring comes with a variable resolver implementation class that lets you reference Spring managed beans in JSF expressions.

    youdao

$firstVoiceSent
- 来自原声例句
小调查
请问您想要如何调整此模块?

感谢您的反馈,我们会尽快进行适当修改!
进来说说原因吧 确定
小调查
请问您想要如何调整此模块?

感谢您的反馈,我们会尽快进行适当修改!
进来说说原因吧 确定