当前位置:乐沙网 > 汉英词典 > 广度优先搜索的英语翻译,近义词、反义词、例句

广度优先搜索英文解释翻译、广度优先搜索的近义词、反义词、例句

英语翻译:

【化】 breadth-first search

分词翻译:

广度的英语翻译:

range; scope; span
【法】 extent

优先的英语翻译:

preference; priority; first; precedence; precession
【经】 priority

搜索的英语翻译:

search; beat; cast about; ferret; grabble; hunt; rake; scout; seek
【计】 look in; search; search in
【经】 rake; search

网络扩展解释

广度优先搜索

广度优先搜索,也称宽度优先搜索,是一种用于图形数据的搜索算法。该算法从根节点开始,首先遍历当前节点所有的相邻节点,然后再按照相同的顺序遍历每个相邻节点的相邻节点,直到达到目标状态。

英文解释

The breadth-first search, also known as the width-first search, is a search algorithm used for graph data. The algorithm starts from the root node, first traversing all adjacent nodes of the current node, and then traversing each adjacent node's adjacent nodes in the same order until the target state is reached.

英文读音

breadth-first search [bredθ-fərst sərtʃ]

英文的用法

广度优先搜索是一种常用的图形搜索算法,在计算机科学中应用广泛。它的关键在于确定如何搜索图形中的节点并记录搜索过的节点,以避免无止境地循环。

英文例句

Here is an example of using breadth-first search to find the shortest path between two nodes in a graph:

以下是使用广度优先搜索在图中查找两个节点间的最短路径的示例:

"Given a graph and two nodes, A and B, we start by marking node A as visited and add it to a queue. We then visit all adjacent nodes of A and mark them as visited and add them to the queue. We repeat this process for each adjacent node until we reach node B or the queue becomes empty. The shortest path from A to B is then the path we took to get to B."

“给定一个图和两个节点A和B,我们首先标记节点A为已访问并将其添加到队列中。然后,我们访问A的所有相邻节点,将它们标记为已访问并将其添加到队列中。我们对每个相邻节点重复此过程,直到到达节点B或队列变为空为止。然后A到B的最短路径就是我们到达B的路径。”

英文近义词

deep-first search (深度优先搜索)

hill-climbing search (爬山搜索)

英文反义词

depth-first search (深度优先搜索)

英文单词常用度

breadth-first search在英文中的常用度是比较高的,在计算机科学领域尤其如此。它在图形搜索算法中是常用的一种算法。

分类

ABCDEFGHIJKLMNOPQRSTUVWXYZ

汉英词典 请记住链接:https://hanying.yuesha.com/prKolao=.html

展开全部内容
更多工具: