累计查询 0.00 亿次

recursive algorithm

  • 递归算法:一种通过反复调用自身来解决问题的算法。在递归算法中,问题被分解成更小的子问题,直到问题的规模足够小,可以直接求解。

双语例句

  1. The processor implements a recursive algorithm.
    处理器实现了一种递归算法。
  2. The recursive algorithm can be found in the read() methods.
    在 read() 方法中可以找到递归算法。
  3. When writing XSLT style sheets, it helps to remember that the XSLT processor follows a recursive algorithm.
    当编写xslt样式表时,记住XSLT处理器遵循递归算法是很有帮助的。

网络短语

  • newton recursive algorithm
    牛顿迭代算法的
  • recursive algorithm of dixon matrix
    dixon矩阵递归算法
  • level of non- recursive algorithm
    说明层次的非递归算法
  • Non-recursive algorithm
    非递归算法
  • a recursive algorithm
    递推算法