• Normally, functional languages eschew the while loop, because most of what while does can be done instead with recursion.

    通常函数语言避开while循环因为while实现大多数操作都可以使用递归来完成

    youdao

  • Usually this means there's too many loops (as opposed to too much happening in a loop), too much recursion, or simply too many different operations being performed.

    通常情况是函数内包含了过多循环(不是循环中执行了过多的内容),太多归,或者只不过是太多不相干但又要一起执行的操作

    youdao

  • You can almost always substitute a loop for recursion.

    几乎任何情况下可以循环替代递归。

    youdao

  • Note the use of recursion to avoid the while loop entirely.

    注意使用避免完全while循环。

    youdao

  • However, this isn't the only way to solve the problem. Instead of a loop, you can use recursion, like so.

    但是并不是解决问题惟一办法

    youdao

  • Recursion is a more powerful algorithm than iterative loop.

    递归迭代循环有力的算法

    youdao

  • In this recursion pattern, two functions each call the other, such that an infinite loop is formed.

    这种递归模式中,两个函数互相调用对方形成一个无限循环

    youdao

  • Here's a generic loop function making recursion easier to use.

    这里一个通用循环函数,它使得递归使用起来更加容易。

    youdao

  • Make sure you do not have an infinite loop or infinite recursion.

    确保没有无限循环无限递归

    youdao

  • A positive feedback loop has far-reaching repercussions on the system that triggered the recursion.

    一个确定的反馈电路引发递推系统深远的反应。

    youdao

  • A positive feedback loop has far-reaching repercussions on the system that triggered the recursion.

    一个确定的反馈电路引发递推系统深远的反应。

    youdao

$firstVoiceSent
- 来自原声例句
小调查
请问您想要如何调整此模块?

感谢您的反馈,我们会尽快进行适当修改!
进来说说原因吧 确定
小调查
请问您想要如何调整此模块?

感谢您的反馈,我们会尽快进行适当修改!
进来说说原因吧 确定