depth first search的意思
depth first search中文翻譯:
深度優先搜索
相似詞語短語
in the first instance───首先;起初;在初審時
at first glance───乍一看,初看;第一眼就……
extensive search───廣泛尋找
in the first place───首先;起初
strips search───(對嫌疑犯進行的)光身搜查
to strip search───脫衣搜查
(at) first hand───(在)第一手
at first blush───乍一看;一瞥
at first hand───第一手地,直接地
雙語使用場景
can see if you compare Listings 2 and 3, the processor takes care of much of the basic coding (such as looping and passing parameters) to implement a depth-first search.───通過比較清單2和清單3,可以看出處理程序處理了很多基本代碼(比如循環和傳遞參數),以便實現深度優先的搜索。
FSP adopts the depth - first search strategy to mine frequent connected subgraphs efficiently , without candidate generation.───基于這種字典順序,FSP算法不需要生成候選,采用深度優先搜索策略挖掘頻繁連通子圖.
transitive predecessors and transitive successors by using depth first search is provided with a description of the algorithm based on stack.───給出了先序活動和后序活動的基本定義,討論了運用深度優先搜索進行先序活動和后序活動標定的基本原理,提出了基于堆棧機制的標定算法。
Based on depth first search, the article USES route deletion and node deletion methods to produce multi-solutions, and then determine the optimum solution with least costing.───以深度優先搜索作為基本算法,用路徑刪除和結點刪除方法產生多重解,用最小成本法求出最優解。
英語使用場景
As a very important decision algorithm in graph theory, the optimization of the algorithm of depth first search tree will give an advantage to dealing with algorithm of other graph theory efficiently.
Application of depth first search Problem: Is there a path im G from s to t?