• 方法递归方式搜索当前

    This method does not search the current group recursively.

    youdao

  • 这个新的功能提供递归方式读取数据关系一种方法

    This new support provides a different way to recursively navigate data relationships.

    youdao

  • 我们递归方式解析名称查询群组成员提供了两个帮助器

    We have provided two helper classes for resolving names and querying group members in a recursive manner.

    youdao

  • 如果是以归方式被请求,那么发出请求的线程已经持有了

    If a lock is acquired recursively, the requesting thread already owns it.

    youdao

  • 对于场景,请单击subtrees按钮从而递归方式比较两个完整配置

    For this scenario, click the Subtrees button to recursively compare the two complete configurations.

    youdao

  • 一旦所有妻子都知道至少一个男人出轨,我们就可以递归方式看待这个流程

    Once all the wives know there are at least 1 cheating husband, we can understand the process recursively.

    youdao

  • 成像算法能够递归方式新的数据融入成像使成像背景噪声时间减少

    The imaging algorithm can incorporate new data into the image in a recursive fashion which causes image background noise to diminish over time.

    youdao

  • 完全分解过程将以递归方式执行替换直到字符串中的任何字符不能再做进一步分解

    A full decomposition recursively performs this replacement until none of the characters in the string can be decomposed further.

    youdao

  • 执行调用必须递归方式调用程序的PROGRAM - ID段落中编写RECURsive子句(属性),或指定THREAD编译器选项

    To make a recursive call, you must either code the recursive clause (or attribute) in the PROGRAM-ID paragraph of the recursively called program or specify the THREAD compiler option.

    youdao

  • 分治递归算法就是利用一种方式问题一分为二然后同样方法把已分开的问题再一分为二,直到满足最小的解决单元。

    Divide-and-conquer is a recursive technique, meaning that it uses some method to split a problem in half, then uses the same method to split those halves in half, and so on.

    youdao

  • Lisp提供用于迭代编码结构受欢迎列表遍历方式

    Lisp provides coding structures for iteration, but recursion is a far more popular way to navigate lists.

    youdao

  • nose测试运行器采用的实现方式介于两种工具之间:向下递归地搜索每个Python但是检查目录名中包含单词test 的目录。

    The nose test runner implements a middle way between the other two tools: it descends into every Python package, but is only willing to examine directories, if they have the word test in their name.

    youdao

  • 可以通过两种方式(递归地)其中一种来请求

    A lock can be acquired in one of two ways, recursively or non-recursively.

    youdao

  • 清单2中的显示递归装入工作方式

    The classes in Listing 2 show how this recursive loading works.

    youdao

  • 由于尾部递归优化这种方式列表进行迭代一种非常简单方式

    With tail-recursion optimization, this idiom is a marvelously concise way to iterate over a list.

    youdao

  • 递归方式进行定义;例如,应用程序包括其他应用程序。

    Is defined in a recursive manner; for example, if an application includes other applications.

    youdao

  • 不过随着程序越来越复杂递归程序设计能够让程序员维护且逻辑一致方式更好地组织代码

    But as programs become more complex, recursive programming gives the programmer a better way of organizing code in a way that is both maintainable and logically consistent.

    youdao

  • 例如可以同一函数定义多种处理方式,还可以递归调用应用模式匹配这样做可以简化某些函数。

    For example, the ability to define multiple approaches to the same functions and employ pattern matching for recursive calls simplifies some functions.

    youdao

  • 通过递归系统分解各个要素部分关注体系架构也是一种很好的大型问题分解一系列小型问题方式

    The focus on architecture is also a good way of taking a large problem and breaking it down into a series of smaller problems, by recursively decomposing the system into its constituent parts.

    youdao

  • 地以深度优先方式重复

    These two steps repeat recursively and depth first.

    youdao

  • 下行复合数据结构引起的,这种下行方式有时调用要下行多级。

    It is caused by recursively descending a composite data structure in such a way that, sometimes, more than one step in the descent is taken in a single recursive call.

    youdao

  • 实际上定义一个调用自身函数方式

    Recursion is actually a way of defining functions in which the function is applied inside its own definition.

    youdao

  • Lisp编译器解释器能够特定形式翻译迭代从而允许以一种更为简单明快方式使用数据结构结构)。

    The Lisp compiler or interpreter can translate certain forms of recursion to iteration, allowing a simpler, cleaner way to work with recursive data structures, such as trees.

    youdao

  • 递归haskell中至关重要命令式语言要求去表达求解方式不同,haskell更倾向于你提供问题的描述。

    Recursion is important to Haskell because unlike imperative languages, you do computations in Haskell by declaring what something is instead of declaring how you get it.

    youdao

  • 如果对象目标属性的(),则内容必须dn,并指向如下方式进行解析处理(递归)的其他LDAP对象

    If the object's target attribute is recursive (group), its content must be a set of dn values pointing to other LDAP objects that will be resolved and treated as follows.

    youdao

  • 根据Wikipedia递归(拉丁语recurrere->currere =runre =return)是以自相似性方式循环某些过程

    According to Wikipedia: Recursion (lat. recurrere -> currere = run and re = return) is the process of repeating items in a self-similar way.

    youdao

  • 基本理解XPath表达式模板匹配方式xslt递归算法之后,就可以创建简短维护转换

    A basic understanding of XPath expressions, how templates are matched, and XSLT recursive algorithms will result in the creation of small, easy, and maintainable transforms.

    youdao

  • 为什么文化翻译彼此形成环一种足够的操作方式力学

    Why is the mechanics of recursive looping an adequate operational mode for translating cultures into one another?

    youdao

  • 采用了递归方式由上而下的一个文本词法进行分析

    It USES recursive manner of a top-down version of the lexical analysis.

    youdao

  • 给出函数调用时利用变量解决复杂问题实例展示递归算法解决非数值运算问题中的独特解题方式效果。

    Examples are given for solving complex problem by transferring variables in recursive function program, and the recursive function programs show excellent capability for solving non-numeral problem.

    youdao

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

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

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