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

    These two steps repeat recursively and depth first.

    youdao

  • 控制结构向前混合拉链,单调深度优先查找

    Its control structure is a forward zipper with preferential seek for monotonous depth.

    youdao

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

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

    youdao

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

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

    youdao

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

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

    youdao

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

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

    youdao

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

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

    youdao

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

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

    youdao

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

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

    youdao

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

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

    youdao

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

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

    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

  • 推理机制实现上,系统采用正向推理推理控制策略深度优先搜索策略。

    In the realization of the inference engine, the forward inference control strategy and the deep-prior search strategy are preferred.

    youdao

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

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

    youdao

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

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

    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

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

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

    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

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

    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

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

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

    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

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

    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

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

    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

  • 通过修改搜索策略,深度优先搜索确定通 路矩阵算法,模拟计算单向回路的通风网络

    The simulative calculation method and the results of multi-fan-station ventilation network with unidirectional circuits are described.

    youdao

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

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

    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

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

    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

  • 实现算法QC结构为基础,结合深度优先算法等价覆盖关系QC树进行维护查询

    The implementation maintains and queries QC-tree based on the structure of QC-tree, combining the deep first algorithm and cover of equivalent classes.

    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

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

    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

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

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

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