在线词典

分类:语言工具
在线词典,是一款在线使用的中英文查词词典。本工具支持查询英文和中文单词及词组的含义,查询效率高、结果丰富,包括单词变体、常用短语、英英释义、同义词、同根词、词语辨析等,是外语学习者必备的在线查词工具。

Iterative deepening depth-first search

查词链接:https://www.dute.org/dict/Iterative_deepening_depth-first_search复制链接
迭代深化深度优先搜索(迭代深化搜索是一种状态空间搜索策略,通过不断重复深度优先搜索并放宽深度限制来找到目标状态。它与广度优先算法等价,但内存使用更少,每次迭代按深度优先顺序遍历搜索树节点,第一次访问节点的顺序是广度优先的)
查看英英释义
abstract:
Iterative deepening depth-first search (IDDFS) is a state space search strategy in which a depth-limited search is run repeatedly, increasing the depth limit with each iteration until it reaches d, the depth of the shallowest goal state. IDDFS is equivalent to breadth-first search, but uses much less memory; on each iteration, it visits the nodes in the search tree in the same order as depth-first search, but the cumulative order in which nodes are first visited is effectively breadth-first.

* 以上查询结果来自于网络,仅供参考。
正在查询...