广度优先搜索能够返回的最大距离?
Python: Breadth First Search capable of returning largest distance?
第二个算法也是基于广度优先搜索策略。
The second algorithm is also derived from the breadth-first search method.
这是因为广度优先搜索,总能找到最短路径?
Is it because the breadth first search always finds the shortest path?
提出基于单元树结构的广度优先搜索算法utbfs。
A novel Unit Tree-based Breadth First Search (UTBFS) algorithm is proposed.
通过建立表、访问表来实现树的存储和广度优先搜索。
Tree breadth-first search and tree memory can be fulfilled by setting up and making access of data list in the paper.
有两种常用的方法可以用来搜索图:即深度优先搜索和广度优先搜索。
There are two common approaches to searching a graph: depth-first search and breadth-first search.
本文给出互连网络上的广度优先搜索算法,并将其应用到螺旋立方体上。
In this paper, the breadth-first search algorithm on the interconnection network is given and applied to the twisted cube.
该算法应用的知识规则采用分层结构,在推理策略上综合应用深度和广度优先搜索。
The algorithm adopts a hierarchical structure in knowledge rule while the breadth and depth, first search is integrated in reasoning strategy.
采用图论的有关知识和人工智能中的广度优先搜索技术,开发了配电网的拓扑分析模块。
Combining the geometry knowledge and Broad First Search (BFS) technology used in artificial intelligence, distribution network topology module is developed.
利用广度优先搜索(BFS)算法的思想实现了这种网络的搜索,从而实现了相关修改。
Then by means of BFS algorithm we achieve the search of this meshwork, together with the correlated - modification.
在推理机的设计中采用了目标驱动控制,以及深度优先搜索和广度优先搜索这两种搜索策略;
In the inference engine section, target-drive control, depth-first search and breadth-first search are adopted.
结合图论理论和电网的特点,实现了一种基于元件邻接关系和广度优先搜索算法的网络拓扑分析方法。
A topology analysis method based on adjacent relation of elements in the network and Breadth first search is realized combined with Graph theory and the characteristics of power grid.
电网发生故障时,根据断路器跳闸信息和母线电压信息,采用BFS(广度优先搜索)的方法搜索出故障区域。
When a fault occurs in a power system, fault area is located using Broad First Search (BFS) method by breakers and bus voltage message.
易语言广度优先搜索实现漫水法源码例程程序通过广度优先搜索实现了漫水算法。可用于去除图像杂色,分割图像等。
Diffuse water source routines for the implementation of the breadth first search algorithm of diffuse water easy language breadth first search.
本文综合考虑骨干网的大小、节点能量及路径,提出了一种基于广度优先搜索的数据收集树算法,并采用局部式方法进行维护。
This paper proposes a breath-first search based data collection tree algorithm that taking in account size of backbone, energy of node and path. The data collection tree is maintained locally.
这提供了一种广度优先的搜索。
推理时,在“向导式”模式下,利用“类广度”优先搜索算法完成农作物病害的前向推理。
When we speculate, with the "Wizard" method, we use "breadth" of the disease priority search algorithm to complete reasoning.
混合优化策略首先根据堆箱规则构造集装箱堆栈目标状态,然后运用改进广度优先算法搜索搬箱步骤。
The system builds firstly the objective state of the container stack on the principle and then searches for the steps of turning box using the non-conventional breadth-first search algorithm.
在信息搜索子模块部分,采用有限区域深度——广度优先的算法进行自主搜索,使搜索具有一定的自主性和智能性;
In the resource-searched sub-module it uses the limited depth-breadth priority algorithm to search the resources automatically. Thus the searching is self-determination and intelligence.
在证书链的搜索算法中,通过对多重边的有向无环图用深度优先和广度优先算法结合实现对证书链的搜索,避免证书图中产生的环形链而导致低搜索效率问题。
Furthermore, an algorithm of certificate chain processing is presented, which searches the DAGs, and a DAG by depth-first-algorithm, and inter-DAGs by breadth-first-algorithm.
在证书链的搜索算法中,通过对多重边的有向无环图用深度优先和广度优先算法结合实现对证书链的搜索,避免证书图中产生的环形链而导致低搜索效率问题。
Furthermore, an algorithm of certificate chain processing is presented, which searches the DAGs, and a DAG by depth-first-algorithm, and inter-DAGs by breadth-first-algorithm.
应用推荐