• So this is very similar, this is a kind of recursive thinking we talked about earlier, where we take our problem and we make it smaller we solve a smaller problem, et cetera.

    我们则跳过比猜想数小的那个区间,然后我们重复这过程,跟之前我们讲过的,递思想非常类似,我们解决问题的时候,先把问题步步变小,然后解决小问题。

    麻省理工公开课 - 计算机科学及编程导论课程节选

  • This is another way of doing exponentiation, but this one's a recursive function. All right?

    但这是种递的方法对不对?,好,让我们看看这种方法?

    麻省理工公开课 - 计算机科学及编程导论课程节选

  • And you'll find in the end that recursion is a feature of a language, it allows you to map some very obvious concepts like the phonebook tearing in half and half and half and half to actual code without it using some arbitrary human contrived framework like a for loop or a while loop which are much more stilted mechanisms.

    最后你会发现递是某种语言的种特征,你可以用它将些非常明显的思想,比如将电话簿划分为半又半,映射为实际代码,而不必使用那些人为框架,像for循环,while循环之类的,那是很呆板的机制。

    哈佛公开课 - 计算机科学课程节选

  • All right, I want to show you one last example of using recursion because we're going to come back to this. This is a classic example of using recursion. And that is dating from the 1200s and it is due to Fibonacci.

    并且返回答案,我想给你看看递的最后个例子,因为我们还要再看遍,这是个递的经典案例,它可以追溯到13世纪。

    麻省理工公开课 - 计算机科学及编程导论课程节选

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

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

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