• These two steps repeat recursively and depth first.

    归地以深度优先的方式重复

    youdao

  • Design in the depth first, the accessibility later.

    是第一条准则

    youdao

  • As you can see, the file traversal is depth first but not necessarily in any alphabetical order within a directory.

    正如见到的,文件深度优先遍历不一定任何目录字母顺序来进行。

    youdao

  • SEARCH DEPTH first must be specified if all child data (over all levels) must be returned first before returning the data of the next parent.

    如果必须返回下一个数据数据之前返回所有数据(所有级别上),则必须指定SEARCHDEPTH FIRST

    youdao

  • The underlying problem is that DB2 processes recursion by essentially producing one level of recursion at a time (breadth first), while Oracle uses depth first.

    底层DB2处理采用方法逐层递归(广度优先),Oracle采用的是深度优先的方法。

    youdao

  • According to this hybrid trust model, it presents an algorithm constructing a path base on a depth first search, and summarizes the path validation algorithm.

    针对信任模型提出一种深度优先搜索路径构建算法对路径验证算法进行了概述

    youdao

  • A method to mark transitive predecessors and transitive successors by using depth first search is provided with a description of the algorithm based on stack.

    给出了活动后序活动基本定义,讨论了运用深度优先搜索进行先序活动后序活动标定的基本原理,提出了基于堆栈机制的标定算法

    youdao

  • By far, association rule mining algorithms can be divided into two main classes: width first and depth first. There are classical and efficient algorithms in each class.

    目前关联规则挖掘算法可以分为广度优先算法深度优先算法大类,每类都经典高效的算法提出。

    youdao

  • Based on depth first search, the article USES route deletion and node deletion methods to produce multi-solutions, and then determine the optimum solution with least costing.

    深度优先搜索作为基本算法,路径删除结点删除方法产生多重最小成本法求出优解。

    youdao

  • In these foundations, the recursion theory of depth first traversal, database technology and visual programming technology are employed to computer memory, which is expressed to node relations.

    基础上采用深度优先遍历递归理论数据库技术,实现了流域节点间关系的计算机存储

    youdao

  • As you can see if you compare Listings 2 and 3, the processor takes care of much of the basic coding (such as looping and passing parameters) to implement a depth-first search.

    通过比较清单2清单3可以看出处理程序处理很多基本代码(比如循环传递参数),以便实现深度优先搜索。

    youdao

  • To show how the defense in depth works, we will first examine a centric model of three primary layers: core, middle, and outermost.

    为了演示深度防御工作原理我们首先研究包含三个主要层次的中心模型核心层中间层最外层。

    youdao

  • In other words, instead of going depth-first (to the children), it goes through the adjacent elements.

    话说,没有选择深度优先(到达子代),而是相邻元素。

    youdao

  • Both functions walk the tree in depth-first order but they differ in whether a node is visited before or after its children.

    函数按照深度优先的顺序遍历两者的差异在于先访问一个节点还是先访问其子节点。

    youdao

  • The problem with sequential development (for example, waterfall) is that it forces designers to take a depth-first rather than a breadth-first approach.

    顺序开发(例如瀑布开发模式)问题强制设计人员采用深度优先非广度优先方法。

    youdao

  • Now the strategy of the NRC in term of defense in depth is obviously first of all design the plant such that accidents are prevented.

    现在NRC关于纵深防御策略,很明显所有电站设计第一个,这样能防止事故的发生。

    youdao

  • The temporarily created field SORT is used within the ORDER BY clause, to get the result returned in the depth-first sequence.

    临时创建字段sort用于ORDERby子句内,以便深度优先顺序获得返回结果

    youdao

  • Performs a depth-first walk of the input tree, this is the same depth-first algorithm you learned in programming 101.

    输入进行深度优先遍历,编程101中所学的深度优先算法没有什么不同。

    youdao

  • At Revelytix, we always traverse the nodes in the depth-first order of the zipper enumeration.

    Revelytix中,我们始终按照zippers枚举深度优先顺序遍历节点

    youdao

  • But moving backward is more complicated, because internally the iterator performs a depth-first, preorder traversal of the Rope, visiting each of its leaf nodes.

    但是向后移动复杂些因为迭代器内部执行深度优先算法,预先排好Rope遍历顺序,需要访问每个节点

    youdao

  • A zipper's enumeration functions allow you to traverse the entire tree in depth-first order, as shown in Figure 11.

    zippers枚举函数允许按照深度优先的顺序遍历整个如图11所示。

    youdao

  • This results in breadth-first traversal (compared to digging down into the first link found, which would result in depth-first behavior).

    这会产生广度优先遍优先处理首先找到的第一个链接不同,后者是一种深度优先遍历)。

    youdao

  • This term was explained in depth in the first article of this series; it simply means that you should begin by creating your VXML file normally, as a static document, before you do anything else.

    一术语系列第一篇文章中已进行了深入的探讨。简单地说表示通常应该创建VXML文件开始(采用静态文档的形式),然后再去做其他

    youdao

  • Compared to in-depth news coverage, first-person Tweets of on-the-ground events, such as the 2008 Mumbai bombings, is generally unmoving.

    全面深入新闻报道相比以第一人称唠叨的当场事件2008年的孟买爆炸事件一般是不动人的。

    youdao

  • The right way to learn math is breadth-first, not depth-first. You need to survey the space, learn the names of things, figure out what's what.

    正确学习数学方法广度优先,而深度优先。需要生存空间里,学习事物名字区分什么什么。

    youdao

  • The search strategy of our algorithm integrates a depth-first traversal of the prefix sequence lattice with two effective pruning mechanisms.

    算法采用了深度优先挖掘策略,并基于前缀序列深度优先遍两种高效的剪枝策略相结合。

    youdao

  • The basic idea of the algorithm is this: a depth-first search begins from an arbitrary start node (and subsequent depth-first searches are conducted on any nodes that have not yet been found).

    基本思想任意一个结点出发后续的深搜要在访问结点进行)。

    youdao

  • The algorithm adopts a hierarchical structure in knowledge rule while the breadth and depth, first search is integrated in reasoning strategy.

    算法应用的知识规则采用分层结构推理策略上综合应用深度广度优先搜索

    youdao

  • The right way to learn math is breadth-first not depth-first. You need to survey the space learn the names of things figure out what's what.

    正确学习数学方法广度优先,而非深度优先。考察的是整个数学世界,学习每个概念名字区分什么什么。

    youdao

  • The shortest path problem in complex networks and graphs can be easily solved by labeling the distance between current point and start point during depth- first- search.

    采用深度优先搜索法,文章首次提出了在搜索过程采用标记距离算法,有效求解复杂网络的最短距离问题

    youdao

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

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

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