• To be systematic, I'm going to build this tree depth-first left-first.

    为了保持系统性将要棵树设置,为深度优先左边优先。

    youdao

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

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

    youdao

  • The experimental results show that DFFCI outperforms other depth-first search algorithms.

    实验结果表明该算法的性能优于其他主流深度优先算法。

    youdao

  • There are two common approaches to searching a graph: depth-first search and breadth-first search.

    两种常用方法可以用来搜索:即深度优先搜索广度优先搜索。

    youdao

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

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

    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

  • In the inference engine section, target-drive control, depth-first search and breadth-first search are adopted.

    推理的设计中采用了目标驱动控制,以及深度优先搜索广度优先搜索这两种搜索策略;

    youdao

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

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

    youdao

  • The definition of coupled-switches (CS) and the traversal algorithm for CSs using the depth-first method are proposed.

    首先给出分段开关对等相关定义,提出基于深度优先的分段开关遍历算

    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 temporarily created field SORT is used within the ORDER BY clause, to get the result returned in the depth-first sequence.

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

    youdao

  • The root node is simply the first node of the strongly connected component which is encountered during the depth-first traversal.

    这个结点在深搜碰到当前连通分量第一个结点。

    youdao

  • Using graph theory of adjacency matrix as a conversion, a depth-first search to the entire map, can be cut at all possible paths.

    利用中的邻接矩阵作为转换点,深度优先搜索整个可以得到所有可能的切分形式。

    youdao

  • To solve the above two problems, authors propose a new depth-first algorithm to discover weighted maximal frequent subgraphs only.

    解决上述问题提出一种深度优先挖掘加权最大频繁图的算法

    youdao

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

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

    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 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 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 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 Type of tree node is defined to show the link relation between nodes, and the depth-first strategy is employed to identify topology structure.

    定义了节点动态地反映节点链接关系,采用深度优先算法,快速识别网络拓扑结构的变化。

    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

  • 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

  • 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

  • The itemset lattice tree data structure was adopted to translate maximal frequent itemsets mining into the process of depth-first searching the itemset lattice tree.

    采用生成数据结构最大频繁挖掘过程转化为项集格生成树进行深度优先搜索获取所有最大频繁节点的过程。

    youdao

  • Introduce a data structure of Two-dimensional Vector Workload to ensure Site-depth-first Searching Model and the time control of sites processing with weighted values.

    提出矢量工作队列数据结构保证站点深度优先搜索以及站点处理时间影响。

    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

  • 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

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

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

    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

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

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

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