depth-first
基本解釋
- 深度優(yōu)先
英漢例句
- A hybrid algorithm combined with dynamic programming and the lower bound (or upper bound) algorithm is proposed. It is on the basis of analysing the depth first search (DFS) and the breadth first search (BFS) methods.
本文分析了深度優(yōu)先搜索方法 (DFS)和廣度優(yōu)先搜索 (BFS)方法的特點(diǎn) ,提出了一種混合使用動態(tài)規(guī)劃方法和下界 (上界 )算法的精確求解方法求解組合優(yōu)化問題。 - By making use of these rules, graph's depth first search recursive algorithm and n-order Legendre polynomial recursive algorithm are (converted) to equivalent non-recursive algorithms.
利用該組規(guī)則將圖的深度優(yōu)先搜索(DFS)和n階勒讓德多項(xiàng)式的遞歸算法轉(zhuǎn)換成了等價的非遞歸算法. - Combined with AI theory, an algorithm for recognizing the energized state of telecontrol system of electric railway feeding lines is proposed based on a heuristic depth first search approach.
算法實(shí)現(xiàn)了牽引供電遠(yuǎn)動系統(tǒng)線路帶電推導(dǎo),對該算法進(jìn)行了理論分析,并給出了實(shí)現(xiàn)該算法的控制策略及軟件框圖。 - depth first left most ergodic algorithm
深度優(yōu)先最左遍歷 - cout 廣度優(yōu)先遍歷意思是先訪問兄弟再訪問孩子,深度優(yōu)先遍歷先訪問孩子再訪問兄弟。