中英互译
recursive algorithm
基本释义
- 递归算法:一种通过反复调用自身来解决问题的算法。在递归算法中,问题被分解成更小的子问题,直到问题的规模足够小,可以直接求解。
双语例句
- The processor implements a recursive algorithm.处理器实现了一种递归算法。
- The recursive algorithm can be found in the read() methods.在 read() 方法中可以找到递归算法。
- 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 matrixdixon矩阵递归算法
- level of non- recursive algorithm说明层次的非递归算法
- Non-recursive algorithm非递归算法
- a recursive algorithm递推算法