• What lambda that does, it creates on the fly a function, as the program runs. That I can then pass around.

    这里的入是在函数运行时候,由一个函数创建的,然后我会传递这个值。

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

  • >> They only use that when the program that you're running-- the program that you're referring to is going to your computer?

    >它只有在你运行程序的时候才用到-,那你刚刚提到的程序,会到你的电脑上运行吗?

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

  • So we can see what it's doing is it runs. So let's try fib it here with Fib of 6.

    我们可以看到它在,运行时候做了什么,让我们试试。

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

  • Once an invention is seen to work it is rapidly copied around the world.

    而当一种创新品运行顺畅的时候,就会在世界范围内被模仿

    耶鲁公开课 - 金融市场课程节选

  • We might wonder,just when should we say the body functioning really does start?

    我们也许会想,身体是什么时候开始运行的呢?

    耶鲁公开课 - 死亡课程节选

  • And two, to give you a better sense of design especially as your programs get a little more involved and they play or they run for more than just a few seconds time.

    另一方面,使你们对设计更有感觉,尤其是你的程序要适用于更多的应用环境或,要运行不止几秒钟时间的时候

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

  • If you can figure out why fails on three letters instead of 12, you'll be more than half way to solving the problem.

    如果你能明白为什么程序,在输入三个字母的单词的时候没法运行,你就已经解决了问题的一半了。

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

  • OK. What happens if you actually have something that's both syntactically correct, and appears to have correct static semantics, and you run it?

    好,当你的代码语法,没错误,并且也有正确的静态语义,你去运行它的时候会发生什么呢?

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

  • And yet get a valid test. Sometimes it can be timing. If you're running multiple processes.

    有些时候当你运行多线程时,是因为时间的原因。

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

  • So you can imagine that this is a very powerful mechanism. So let's look what happens when I run-- start to run this.

    因此你可以想到这是一种很强大的机制,让我们看看让我开始运行,这个程序的时候会有什么结果。

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

  • Or, said a different way, what's going to happen when I run it?

    或者,用不同说法来讲就是,当我运行它的时候会发生什么?

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

  • OK. All right, let me show you one other tool that I want to use. Which is, I've written that piece of code, I ought to check it. Well, I could just run it, but another useful thing to do is, I'm, especially as I want to debug these things, is to simulate that code.

    好,那么,让我给大家讲下,我想用的另外一个工具吧,也就是,我已经写好了这一块代码,我应该去检查检查,那么我可以去运行它,但是特别是当我想要调试代码的时候

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

  • It will probably quit at some point because of space issues, unless I'm writing an algorithm that is using no additional space.

    其中一个的时候,它会一直运行下去,它可能在某一处因为空间问题退出,除非我写了一个。

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

  • So if your word game doesn't work when the words are 12 letters long, instead of continuing to debug 12 letter hands see if you can make it fail on a three letter hand.

    因此如果你的单词游戏当输入单词,有12个字母的时候没法运行了,看看输入三个字母的单词它,能不能正常运行吧。

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

  • It's a bad habit to get into, because when you come back to it, it may haunt you later on down the road. So really get into that notion of trying to be defensive as you program.

    运行程序的时候,错误就会出现缠住你了,因此现在我们真的要培养,在程序中有防卫性设计的概念。

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

  • And if your program doesn't work, that should be your first guess.

    如果你的程序无法运行时候,它们可以成为你的第一猜测。

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

  • When I run it, what's going to happen?

    当我运行它的时候,会发生什么?

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

  • nano Well, anytime you run a program at the command line, like nano, you've almost always been putting one or more words nano hello c GCC hello c after that program's name; nano hello dot C, GCC hello dot C, and any number of MKDIR for make directory, and then peace at one or similar.

    好的,任何时候在命令行中运行一个程序,就像,你几乎总是用1个或多个单词,在程序名的后面,许多的建立一个新的子目录,然后恢复平静。

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

  • And we must know what the result is supposed to be. Typically when you run an experiment, you say, and I think the answer will be x.

    这样我们可以来查看代码的进程,我们还必须清楚结果应该是怎么样的,比如当你运行一个实验的时候

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

  • So the interpreter is simply operating directly on your code at run time.

    因此解释器在运行程序的时候,会直接的对你的代码进行操作。

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

  • And then I run a loop in which I read something in, I check to see if it's the right type, if it is, I change that variable to say it's now the correct type, which means the next time through the loop, I'm going to say I'm all set and I'm going to bounce out.

    因为我还没输入,然后我运行一个循环,循环内部我输入一些东西,然后看看是不是正确的类型,如果是的话我改变input,Ok为真,来证明输入数是正确的类型,这就意味着下一次运行这个循环的时候,就可以跳出循环继续执行了。

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

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

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

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