读知识>英语词典>backtracking翻译和用法

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.
    1. The committee backtracked by scrapping the controversial bonus system...
      委员会改变主意,放弃了有争议的奖金制度。
    2. The finance minister backtracked on his decision.
      财政部长收回了他的决定。
  • VERB 原路返回
    If youbacktrack, you go back along a path or route you have just used.
    1. Leonard jumped in his car and started backtracking...
      伦纳德跳进车里,开始原路折返。
    2. We had to backtrack to the corner and cross the street.
      我们不得不原路返回到拐角处过街。
  • VERB 倒回(描述或解释内容)
    If youbacktrackin an account or explanation, you talk about things which happened before the ones you were previously talking about.
    1. Can we just backtrack a little bit and look at your primary and secondary education?
      我们能不能回过头来谈谈你的小学和中学教育?

双语例句

  • This paper presents an automatic verification method for possible software defects based on finite backtracking symbolic execution.
    本文提出一种基于有限回溯符号执行的软件疑似缺陷自动验证方法。
  • Eight queens problem is an ancient and well-known problem, backtracking algorithm is a typical example.
    八皇后问题,是一个古老而著名的问题,是回溯算法的典型例题。
  • Of course, the planet really isn't backtracking; it just looks as though it is.
    当然,它并不是真的倒退运行了,只是看起来如此而已。
  • In the constitution of backtracking algorithm, the solution space tree has the massive redundant solutions.
    根据空间节点之间的铰链关系,提出了基于空间树的六自由度空间模型。
  • And he has avoided the accusation that he is backtracking on his commitment to fiscal responsibility.
    与此同时,他也让人们难以再指责他背弃了自己对于财政责任的承诺。
  • The Bad: Action elements are sometimes poorly implemented with lots of backtracking; characters can level unevenly.
    缺点:(戏的)作规则有时候在许多回溯进程上会执行的不彻底(翻译,需要懂行的、过的朋友指正)角色的等级不平衡。
  • A backtracking algorithm has been suggested to solve the issue of maximizing credit rewards.
    并应用回溯算法求解信度收益最大化问题。
  • According to the "surplus character", a" surplus heuristic backtracking "strategy is put forward by improving the efficiency of backtracking greatly.
    根据选管工艺的余料特性,提出了余料启发式回溯的求解策略,大大地提高了回溯效率。
  • To help you catch runaway backtracking early, always test your regexes with long strings that contain partial matches.
    为帮助你早日把握回溯失控,总是用包含特殊匹配的长字符串测试你的正则表达式。
  • Implementing Fast Searching and Selective Backtracking in LP Environments
    LP环境下快速搜索与选择回溯的实现