You don't have this particular code on your handout, you do have a code that uses the same concept.
在你们的讲义上没有这种代码,你可以看到相同概念的一个代码。
Well, you won't be surprised to hear it's the same solution. So let's look at that code.
好了,听到二者是一样你可别惊讶,让我们看看代码。
I'm going to use my own special program that will color code things for me in class, but the idea is the same; it's a text editor.
我将用我自己专门的程序,那个会分类为我标出代码的颜色,但是那个思想是一样的,这是一个文本编辑器。
And I want to remind you, that block of code is a set of instructions, the same set of instructions that are going to be done each time through the loop.
我想提醒大家,这块代码是一个指令集,一个每次循环都会被执行的相同指令集,会变化的仅仅是变量的值。
This chunk of code and this chunk of code, they're really doing the same thing.
这一块代码和这一块代码,它们实际上是相同的功能。
Now I have the ability to create a loop, that is, to reuse the same pieces of code over and over again as I go around.
现在我们已经学会如何创建循环了,也就是,重复的一遍又一遍的,执行同一片代码。
应用推荐