• 极大函数有效条件下研究了次微分,并给出结构表达式

    And the expression of its subdifferential is developed in the case that the effective domain of the sup-type function is a non-empty convex set.

    youdao

  • 研究提出证实聚合过程中的一些主要反应,并由此推断了共聚产物的结构表达式

    The main reactions in the polymerizing process was proposed and the structure of copolymer was suggested.

    youdao

  • 所以如果需要数学式子计算就只有表达式返回这个值,没有其他语法结构可用,因为否则无法处理这个值。

    And so while you needed expressions for math to work, there was no point in making anything else return a value, because there could not be anything waiting for it.

    youdao

  • 意味着可以编写导航模型内存结构表达式

    This means that you can write expressions that navigate the in-memory structure of the model.

    youdao

  • 输入文档结构进行任何修改,都需要表达式进行大量调整

    Any changes to the structure of the input document create more places in which you have to adjust the expression.

    youdao

  • 一般来说,选用熟悉定位器表达式脚本结构保持一致。

    In general, choose familiar locator expressions and be consistent in script structure.

    youdao

  • 不要正则表达式读取直接来自用户XML,因为无法控制类XML的格式结构

    Don't use regular expressions to read XML that comes directly from users; you don't control the form or structure of that XML.

    youdao

  • 包含了一种脚本引擎让我们可以把声明表达式求值作为程序中的顶级结构

    It contains a scripting engine that allows evaluation of expressions and statements as top-level constructs in programs.

    youdao

  • 代码程序基本结构一个例子我们称之为表示计算结果表达式

    This piece of the code is an example of an essential programming construct called an expression that represents the result of computation.

    youdao

  • 表达式数据结构绑定变量(即具有的变量)、数学操作符函数调用组成。

    The expression is composed of data structures, bound variables (that is, those with a value), mathematical operations and function calls.

    youdao

  • 只要熟悉文档结构,很容易编写这种表达式

    As long as you have a good idea of your document's structure, such expressions are easy to write.

    youdao

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

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

    youdao

  • XML数据结构搜索引擎映射使用XPath表达式来完成。

    The mapping maps from the XML data structure using xpath expressions into the search engine.

    youdao

  • 表单使用csymbols基本上只要更改元素名称可以与OpenMath匹配,表达式结构保持不变。

    This form only USES csymbols and can be trivially mapped to OpenMath essentially just by changing element names, but preserving the expression structure.

    youdao

  • 正则表达式提供文本字符串丰富的模式匹配诸如xml这样的数据结构,它XPath一样易于使用

    Regular expressions provide much richer pattern matching across strings of text, but are as easy to use as XPath when traversing a data structure such as an XML tree.

    youdao

  • Scala另外一个拥有丰富特性类似控制结构for循环Scala社区被称为for推导语句或者for表达式

    Another familiar control structure that's particularly feature-rich in Scala is the for loop, referred to in the Scala community as a for comprehension or for expression.

    youdao

  • 但是XQuery表达式可以利用XML结构

    However, XQuery expressions can exploit the structure of the XML.

    youdao

  • Perl5正则表达式缺少不止是可读性——它们还缺少结构复用性

    Perl 5 regular expressions lack more than readabilitythey lack structure and reusability.

    youdao

  • 反之Django使用了一个单独的基于正则表达式配置文件URL映射底层代码,这样就降低URL路径结构实际实现之间的耦合程度

    Conversely, Django USES a separate regular expression-based configuration file to map URLs to the underlying code, decoupling the URL path structure from the actual implementation.

    youdao

  • 因为Scala中的if结构自身就是一个表达式,所以重写上述代码使它们成为清单3中所的更正确代码片段

    Because the if construct in Scala is itself an expression, you can rewrite the above code to the arguably more correct snippet shown in Listing 3.

    youdao

  • 然后,我们探索了Scala增强循环结构条件表达式

    Then we explored Scala's enhancements to looping constructs and conditional expressions.

    youdao

  • 这些属性通常高层次编程结构有关我们看到Perl6正则表达式如何解决三个问题

    These are attributes commonly associated with higher-level programming constructs, and we'll see how Perl 6's regular expressions address these three problems.

    youdao

  • Ruby中如果条件结构只有行,那么可以编写清单11所示表达式

    In Ruby, if the body of a conditional is a single line, you can write expressions like the one shown in Listing 11. Also note that the same conditional could also be written as definition.word.

    youdao

  • 清单3中的示例显示了使用公共表达式创建结构XML

    The example in Listing 3 shows the creation of structured XML using common table expressions.

    youdao

  • 然后数据使用诸如XML模式表达式索引B-树结构索引、结构索引、内容关键字索引之类技术以及其他技术进行索引。

    The data is then indexed using techniques such as XML pattern expression indexing, B-tree structural indexing, structural indexing, content or keyword indexing, and others.

    youdao

  • 当在表达式使用. .时,指示表达式层次结构中的当前节点上提一(这亦类似unix操作系统目录处理)。

    When you use.. in an expression, it instructs the expression to work up one level from the current node in the hierarchy (again, similar to working with directories in UNIX operating systems).

    youdao

  • 正则表达式用来有着非正式结构字符串中提取数据很方便的,但是对“结构数据”(就是类似XML或者JSON那样的格式)则不是。

    Regular expressions are convenient for extracting data from strings that have an informal structure, but are not "structured data" (that is, in a format like XML or JSON, for example).

    youdao

  • 清单8caseex语法另一个Scala结构(匹配表达式)一部分,表达式用于Scala中的模式匹配

    The case ex: syntax you see in Listing 8 is part of another Scala construct, the match expression, which is used for pattern matching in Scala.

    youdao

  • 表达式结构中的每个都有一个evaluate()方法负责返回表达式的值。

    To evaluate the expression, each class in this structure has an evaluate() method, which is responsible for returning its value.

    youdao

  • 表达式结构中的每个都有一个evaluate()方法负责返回表达式的值。

    To evaluate the expression, each class in this structure has an evaluate() method, which is responsible for returning its value.

    youdao

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

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

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