| 線上英漢字典/中文拼音/地址英譯、地圖查詢/計算機
Chinese-English Dictionary / Address & Map / Calculator 《回首頁》 |
backtracking /b'æktr,ækɪŋ/ 共發現 5 筆關於 [backtracking] 的資料 (解釋內文之英文單字均可再點入查詢)
資料來源(1): pydict data [pydict]
backtracking 回溯法,回溯 資料來源(2): Taiwan MOE computer dictionary [moecomp]
backtracking 回溯法 資料來源(3): Network Terminology [netterm]
backtracking 回溯法 資料來源(4): Free On-line Dictionary of Computing [foldoc]
backtracking <algorithm> A scheme for solving a series of sub-problems each of which may have multiple possible solutions and where the solution chosen for one sub-problem may affect the possible solutions of later sub-problems. To solve the overall problem, we find a solution to the first sub-problem and then attempt to recursively solve the other sub-problems based on this first solution. If we cannot, or we want all possible solutions, we backtrack and try the next possible solution to the first sub-problem and so on. Backtracking terminates when there are no more solutions to the first sub-problem. This is the algorithm used by {logic programming} languages such as {Prolog} to find all possible ways of proving a {goal}. An optimisation known as "{intelligent backtracking}" keeps track of the dependencies between sub-problems and only re-solves those which depend on an earlier solution which has changed. Backtracking is one {algorithm} which can be used to implement {nondeterminism}. It is effectively a {depth-first search} of a {problem space}. (1995-04-13) 資料來源(5): Internet Dictionary Project [english-spanish]
backtracking desandando[Verb]