depth-first

depth-first

 英

  • 网络深度优先;深度优先法;纵向优先搜寻

例句

Depth-first walking means that the processor visits all the children of a given node recursively until it has processed the entire document.

深度优先遍历意味处理器递归访问某一给定节点所有子代直到处理整个文档为止

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

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

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

zippers枚举函数允许按照深度优先顺序遍历整个11

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

换句话说没有选择深度优先到达子代),而是遍历相邻元素

Note that it is possible to select other algorithms besides a depth-first walk.

注意可以选择深度优先遍历之外其他算法

Establishment of the adjacency matrix storage on the already established undirected graph depth first and breadth-first traversal operation.

建立邻接矩阵存储已经建立进行深度优先广度优先遍历操作

By default, it does what's known as a depth-first walk in a tree.

缺省情况执行所谓深度优先遍历

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

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

Trial design an algorithm, depth first search strategy by the topology of its sort.

设计一个算法深度优先搜索策略进行拓扑排序

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

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

Establish a table to store the adjacency have already established the graph depth first and breadth-first traversal operation.

建立邻接存储已经建立进行深度优先广度优先遍历操作

The approach divided the exploring region into several sub-regions, and then used the particle swarm to depth-first search the sub-regions.

方法探索区域划分若干个子区域利用粒子优化算法深度优先搜索区域

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

这个结点碰到当前连通分量第一个

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

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

Breadth-first search and Depth-first search are two often used search algorithms.

宽度优先搜索深度优先搜索常用搜索算法

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

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

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

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

The first one is a typical XSLT stylesheet; the second is a rewriting that exposes the depth-first walk.

第一典型XSLT样式表第二第一进行改写以便公开采用深度优先遍历算法

Based on the depth-first searching method, all the frequent subgraphs could he searched by adding edges progressively.

在此基础算法利用深度优先思想通过逐步扩展频繁找出所有频繁

These two steps repeat recursively and depth first.

递归深度优先方式重复

This paper proposes an automatic generation of basis path set method based on depth-first searching.

路径测试作为路径测试一种重要手段软件自动化测试热点

We call this variant the Depth-First Visitor pattern.

我们这个变体称为Depth-FirstVisitor模式

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

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

The second is a depth-first search algorithm.

次之广搜寻演算

So there you have it: depth-first visitors, why they re cool, and how they can bite you.

因此知道为什么深度优先访问以及它们怎样刺痛

Bit plane-parallel VLSI architecture for a modified SPIHT algorithm using depth-first search bit stream processing

深度优先搜索处理比特平面并行SPIHT编码结构

Improved depth-first search algorithm for valued constraint satisfaction problem

加权约束满足问题改进深度优先搜索算法

Application of the depth-first search method in the calculation of water supply pipe networks

深度优先搜索给水计算应用

Depth-first Diffused Formation Algorithm of Service Supply Chain

服务供应深度优先扩散构建算法

A Depth-First-Search-Based Algorithm of Web Services Composition

基于深度优先搜索Web服务合成算法

Depth first searching methodand display of the vector graph

遍历显示

A novel trajectory pattern learning method based on vector quantization and depth first search

基于矢量量化深度优先搜索轨迹分布模式学习算法

A Depth-First Search Algorithm for Mining Maximal Frequent Itemsets

一种挖掘最大频繁深度优先算法

This article analyse the needs in-depth first;

本文首先进行深入需求分析

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

输入进行深度优先遍历编程101深度优先算法没有什么不同

therefore , we can implement the depth - first traversal in the

因此我们可以抽象