backtracking
英 [ˈbæktrækɪŋ]
美 [ˈbæktrækɪŋ]
v. 原路返回; 折回; 折返; (屈于压力而)改变声明(或主张),出尔反尔; 退缩
backtrack的现在分词
现在分词:backtracking
COCA.43330
柯林斯词典
- VERB 改变(说法、决定等);出尔反尔
If youbacktrack ona statement or decision you have made, you do or say something that shows that you no longer agree with it or support it.- The committee backtracked by scrapping the controversial bonus system...
委员会改变主意,放弃了有争议的奖金制度。 - The finance minister backtracked on his decision.
财政部长收回了他的决定。
- The committee backtracked by scrapping the controversial bonus system...
- VERB 原路返回
If youbacktrack, you go back along a path or route you have just used.- Leonard jumped in his car and started backtracking...
伦纳德跳进车里,开始原路折返。 - We had to backtrack to the corner and cross the street.
我们不得不原路返回到拐角处过街。
- Leonard jumped in his car and started backtracking...
- VERB 倒回(描述或解释内容)
If youbacktrackin an account or explanation, you talk about things which happened before the ones you were previously talking about.- Can we just backtrack a little bit and look at your primary and secondary education?
我们能不能回过头来谈谈你的小学和中学教育?
- Can we just backtrack a little bit and look at your primary and secondary education?
双语例句
- Backtracking techniques can be encoded by fairly short solution programs.
回溯演算法可以写成很短的解题程式。 - The backtracking base construction is an important foundation for the reference room to realize the modernization of book management.
回溯建库工作是图书资料部门实现图书管理现代化的重要基础。 - Algorithm for backtracking control strategies
回溯控制策略的算法 - In graph theory, to getting shortest path must compare all possible path, basically use backtracking, the Algorithm needs longer time.
在图论中,一般求最短路径都是通过比较各种可能的路径后而得到的,基本上都是按树的回溯方式求得。 - In the constitution of backtracking algorithm, the solution space tree has the massive redundant solutions.
根据空间节点之间的铰链关系,提出了基于空间树的六自由度空间模型。 - Depth-first search is an algorithm for searching a tree structure starting from an initial node and exploring as far as possible along a branch until either the goal node or a dead end is reached before stopping or backtracking.
深度优先搜索将从一个初始节点开始搜索一个树形结构,并尽可能从一个分支开始搜索,在到达目标节点或分支的尽头后停止或回溯。 - The engine will discard all backtracking positions.
引擎会忽略所有的回溯位置。 - But backtracking on such reforms would indeed be a huge mistake, as the eurogroup and IMF argue.
但就像欧元集团和IMF所主张的那样,逆转此类改革将是一个巨大错误。 - For example, top-down parsers are guaranteed to find every possible production, but can be extremely slow because of frequence ( exponention order) backtracking.
例如,top-down解析器可以确保找到每一个可能的产品,但可能会非常慢,因为要频繁地(指数级)进行回溯。 - This next example shows how backtracking works with repetition quantifiers.
下一个例子显示了带重复量词的回溯。
