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?
双语例句
- It also has a method to determine the next child node to consider after backtracking.
它还使用一种方法判断在返回后下一个要进行猜测的子节点。 - That's one reason for this chapter's lengthy backtracking coverage.
这也是本章长篇大论回溯的原因之一。 - Effects of Cut Mechanisms on Backtracking in Visual Prolog
VisualProlog截断机制对回溯的作用机理 - Backtracking techniques can be encoded by fairly short solution programs.
回溯演算法可以写成很短的解题程式。 - Each time the regex finds an intermediate tag and exits a lookahead, it throws away all backtracking positions from within the lookahead.
正则表达式每次找到一个中间标签就退出一个前瞻,它在前瞻过程中丢弃所有回溯位置。 - However, backtracking is computationally expensive and can easily get out of hand if you're not careful.
然而,回溯计算代价昂贵,如果你不够小心的话容易失控。 - The engine will discard all backtracking positions.
引擎会忽略所有的回溯位置。 - According to the "surplus character", a" surplus heuristic backtracking "strategy is put forward by improving the efficiency of backtracking greatly.
根据选管工艺的余料特性,提出了余料启发式回溯的求解策略,大大地提高了回溯效率。 - 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解析器可以确保找到每一个可能的产品,但可能会非常慢,因为要频繁地(指数级)进行回溯。 - A backtracking algorithm has been suggested to solve the issue of maximizing credit rewards.
并应用回溯算法求解信度收益最大化问题。