• It could be multiple versions. And we're going to come back throughout the term to think about how to code programs that reflect this.

    可能是种形式也可能是多种形式,我们再回到递这个术语上来,用它来思考怎样编出。

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

  • 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.

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

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

  • - So this is where recursion gets a little trippy-- certainly initially, and that you have to kind of keep diving deeper, deeper, deeper into the problem.

    在这儿就会觉得递有点迷糊了-,起初,你必须层地,深入到问题中。

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

  • This is actually a piece of code that is really easy to think about recursively and is much more difficult to think about in other ways.

    这确实是段用递思考起来非常容易,而其它方法特别麻烦的代码,这段代码的意思就是。

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

  • 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世纪。

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

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

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

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

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

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

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