我看字典>英语词典>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?
      我们能不能回过头来谈谈你的小学和中学教育?

双语例句

  • 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.
    深度优先搜索将从一个初始节点开始搜索一个树形结构,并尽可能从一个分支开始搜索,在到达目标节点或分支的尽头后停止或回溯。
  • Algorithm for backtracking control strategies
    回溯控制策略的算法
  • It also has a method to determine the next child node to consider after backtracking.
    它还使用一种方法判断在返回后下一个要进行猜测的子节点。
  • The backtracking base construction is an important foundation for the reference room to realize the modernization of book management.
    回溯建库工作是图书资料部门实现图书管理现代化的重要基础。
  • Leonard jumped in his car and started backtracking
    伦纳德跳进车里,开始原路折返。
  • However, backtracking is computationally expensive and can easily get out of hand if you're not careful.
    然而,回溯计算代价昂贵,如果你不够小心的话容易失控。
  • That's one reason for this chapter's lengthy backtracking coverage.
    这也是本章长篇大论回溯的原因之一。
  • Of course, the planet really isn't backtracking; it just looks as though it is.
    当然,它并不是真的倒退运行了,只是看起来如此而已。
  • To help you catch runaway backtracking early, always test your regexes with long strings that contain partial matches.
    为帮助你早日把握回溯失控,总是用包含特殊匹配的长字符串测试你的正则表达式。
  • This paper presents an automatic verification method for possible software defects based on finite backtracking symbolic execution.
    本文提出一种基于有限回溯符号执行的软件疑似缺陷自动验证方法。