breadth-first 基本解释
网络 宽度优先; 广度优先; 宽度优先搜索; 宽度优先法; 或宽度优先
重点词汇
breadth-first 双语例句
- 1、
Instead of trying to predict the future trends from the beginning, take a breadth-first approach and get the basics right.
不是从一开始就尝试预测将来的趋势,而是采用宽度优先的方法并保证基本要素正确。 - 2、
This results in breadth-first traversal ( compared to digging down into the first link found, which would result in depth-first behavior).
这会产生广度优先遍历(与优先处理首先找到的第一个链接不同,后者是一种深度优先遍历)。 - 3、
The pseudo column value is also used to sort the query results in breadth-first sequence.
还可以使用伪列值按照宽度优先顺序对查询结果进行排序。 - 4、
The breadth-first service model development helps to identify right service candidates and reuse capabilities.
宽度优先的服务模型开发有助于识别正确的服务候选者和重用能力。 - 5、
The problem with sequential development ( for example, waterfall) is that it forces designers to take a depth-first rather than a breadth-first approach.
顺序开发(例如瀑布开发模式)的问题是,它强制设计人员采用深度优先而非广度优先方法。 - 6、
This provides a breadth-first search.
这提供了一种广度优先的搜索。 - 7、
Applied Research on breadth-first Path Search Method in Fluid Network
广度优先路径搜索法在流体网络中的应用研究 - 8、
Research and application of breadth-first reasoning method based on match degree
基于匹配度的广度优先推理方法的应用研究 - 9、
There are two common approaches to searching a graph: depth-first search and breadth-first search.
有两种常用的方法可以用来搜索图:即深度优先搜索和广度优先搜索。 - 10、
A network topology discovery algorithm based on breadth-first is introduced.
介绍了一种基于广度优先的网络拓扑发现算法。 - 11、
Finally, the characteristics and connection strategies of generator are presented, and based on subsume index, a breadth-first algorithm for mining non-redundant association rule is proposed.
最后,讨论了生成子的性质及连接策略,并在包含索引的基础上,给出了一种宽度优先的无冗余关联规则挖掘算法。 - 12、
Analysis and Implementation of breadth-first Search Traversing Graph Algorithm
图的广度优先搜索遍历算法的分析与实现 - 13、
Tree breadth-first search and tree memory can be fulfilled by setting up and making access of data list in the paper.
通过建立表、访问表来实现树的存储和广度优先搜索。 - 14、
The breadth-first traversal of KD-tree was used to construct the multiresolution presentation.
对KD-树广度优先的遍历可以构造出多分辨率点模型。 - 15、
In this paper, the breadth-first search algorithm on the interconnection network is given and applied to the twisted cube.
本文给出互连网络上的广度优先搜索算法,并将其应用到螺旋立方体上。 - 16、
In the inference engine section, target-drive control, depth-first search and breadth-first search are adopted.
在推理机的设计中采用了目标驱动控制,以及深度优先搜索和广度优先搜索这两种搜索策略; - 17、
It is improved by using the hyperlink information contained in the Web pages on the base of the traditional breadth-first search.
该算法充分考虑了网页之间的超链接信息,克服了传统的宽度优先搜索策略的盲目性爬行。 - 18、
The breadth-first Search algorithm on the interconnection network is given and applied to the crossed cube, then the breadth-first spanning tree is gotten.
给出了互连网络上的广度优先搜索算法,将其应用到交叉立方体上可以得到交叉立方体的广度优先生成树。 - 19、
Application of Tree breadth-first Search Algorithm in VFP
树的广度优先搜索算法在VFP中的实现 - 20、
breadth-first Search ( BFS) is a basic Best-First Search algorithm.
宽度优先搜索(Breadth-FirstSearch,BFS)是一种基本的最佳优先搜索算法(Best-FirstSearch)。 - 21、
A study of the algorithm for finding cut-vertex and block using breadth-first search
用广度优先搜索求割点和块的算法研究 - 22、
The exhaustive breadth-first searching algorithm in AI is used with the constraint of molecular weight in the structure generation process.
结构组建过程采用了人工智能理论中的穷举宽度优先搜索算法,并配合以分子量的约束。 - 23、
In order to analyze the security of single target and the overall security of networks, a depth-first attack graph generation method ( DFAGG) and a breadth-first attack graph generation method ( BFAGG) are proposed.
针对分析单一目标安全性和网络整体安全性的两种需求,提出了基于深度优先的攻击图生成方法DFAGG和基于广度优先的攻击图生成方法BFAGG。 - 24、
Probabilistic CYK algorithm is essentially a bottom-up parsing, using breadth-first search strategy. 3.
概率CYK算法本质上是一种自底向上分析法,采用广度优先的搜索策略。 - 25、
A~ algorithm is a heuristic search algorithm, which is based on breadth-first search. Commonly, it uses valuation function to estimate the current position.
A~算法实际上是一种基于广度优先搜索的启发式搜索算法,通常采用估价函数对当前的搜索位置进行评估。 - 26、
The two algorithms are all based on breadth-first search ( BFS).
这两个算法都是基于广度优先搜索算法。 - 27、
In order to meet the autonomy and intelligence requirements, the paper researched the knowledge extraction issues with breadth-first search algorithm and knowledge training plan with the improved weighted topological algorithm. 4.
为满足培训系统自主性和智能化要求,运用广度优先搜索算法对岗位知识抽取问题进行了研究,采用改进加权拓扑排序算法对知识培训计划的制定方法进行了研究。 - 28、
The logical network model is introduced in the article to achieve the burst pipe analysis. And the check valve has been abstracted as search process to find the valve for a breadth-first search process, thus increasing the search speed and accuracy.
本文引入了逻辑网络模型来实现爆管分析,把关阀搜索过程抽象为一个找阀门的广度优先搜索过程,因而提高了搜索速度和精度。 - 29、
One global search algorithm takes breadth-first search algorithm as base. We use hash table to prevent the duplication of states in this method. And this method greatly improves searching speed.
第一种方法是以广度优先算法为基础的全局搜索方法,在该方法中,主要采取哈希表进行判重,大大提高了搜索速度。 - 30、
The second algorithm is also derived from the breadth-first search method.
第二个算法也是基于广度优先搜索策略。

