• And the obvious question I could start with is, and suppose I ask you, how long does the algorithm implemented by this program take to run?

    我开始这个话题的第一个问题是,假设我问你,由这个算法实现的程序大概,要运行多久才能给出答案?

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

  • OK. Having done this now, I can simply go ahead and run this, and in fact if I go up here to run, you'll see I've got both an option to check the module, though in this case I'm just going to run it.

    好,讲完了这些,我可以去执行程序了,实际上如果我在这里运行,你们会看到我同样得到了,一个可以同时检查模块的选项,虽然在这个例子中我就是直接去运行程序了。

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

  • So based on initial impressions, what does this program do when you run in it? Yeah?

    所以根据初步的印象,如果你们运行这个程序,它会做什么?,啊?

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

  • It's the various programs you run on your computer along with the various data files that you have saved on your hard drive,and so forth.

    是你自身这个电脑中运行的各种程序,硬盘存有的各种数据和文件,类似种种。

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

  • When the gentleman brought it and install it in my bedroom here, they gave me one simple sheet to tell me how to turn it on, how to get into the program, and then program really explain itself, really invites you to explore the pieces of it, by itself, I mean.

    当他们把电脑带来,安装在我的房间里,给了一个简单的小册子,告诉我如何打开电脑,如何运行这个程序,然后程序就自动开始解释了,它让你去探索每个部分,自动的,我是说。

    麻省理工公开课 - 媒体、教育、市场课程节选

  • I'm going to go over here, and let me define a couple of these things.

    仅仅是用来显示值的,好,让我们看看如果,我运行这个程序会有什么结果。

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

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

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

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

  • progress2 So let me go ahead and compile progress2 instead and this time run this one.

    让我们继续来编译,这次运行这个程序

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

  • You had a whole team of people trying to figure out how to do arctans.

    一整个团队的人都为这个程序工作者,他们试着运行这个程序

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

  • What I want to think about though, is, how much time does this take?

    我想的是,这个程序需要多长的时间来运行

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

  • And so when I run this program, nothing all that interesting happens.

    所以当我运行这个程序,没有什么会发生。

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

  • This looks fine, right, I'm doing the right thing.

    然后返回这个数组,如果我去运行这个程序

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

  • We're checking the end test and incrementing, actually I was going to, I commented that out for a reason you'll see in a second, but I, normally I would keep this on, which would let me, at each step, see what it's doing. If I ran this, it would print out each step. Which is helping me make sure that it's incrementing the right way.

    对不对?进行终结测试然后递增,实际上我要,因为某些你们,马上要明白的原因我把这里注释了,但是我通常会一直这么做,这样能让我看到每一步都做了什么,如果我运行这个程序,它会在每一步都,进行显示,这能帮助我让我确信程序是,在以正确的方式递增。

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

  • However many quotes I need.

    来看看这个程序能不能运行

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

  • I've got a definition of Cartesian point, I've got a definition of polar point.

    让我们运行这个程序,来把应用这些定义。

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

  • And when I ran that it, I got weird results, 300 because we know that a Google priced at, say, 300, is much more likely to move by 10 points in a day than a stock that's priced at $0.50.

    运行这个程序的时我得到很奇怪的答案,因为我们知道一只谷歌的股价大概是,对一个0。5美元的股票来讲,每天改变10个点才比较正常。

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

  • I could run it, it'll do the right thing.

    我可以运行这个程序程序没错。

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

  • But that little short hand there is doing exactly the same thing. It is adding that value into some digits and putting it back or signing it back into some digits. And I'll walk through that loop and when I'm done I can print out the total thing does. And if I do that, I get out what I would expect.

    加上得到的这个数的,但是这个缩写声明其实是进行了同样的操作,它把我们得到的这个数加到一个数上面去,然后用和对这个数进行了重新赋值,在循环中会去遍历字符串,当完成循环后,程序会显示数字的总和,如果我运行这个程序的话,我会得到我期待的结果。

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

  • This code does swap the two values, A and B. However, when I run this program, something happens.

    这个代码没有交换那两个值,A和B,但是,当我运行这个程序时,有些事情发生了。

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

  • - You then run a compiler, in our case called "GCC" -- -- one of the world's most popular -- and then you can run it with some number of switches, these command line arguments as they're called that somehow influences the behavior of this program.

    然后你们运行编译器,在这里我们使用叫做“GCC“的编译器-,这是全球最流行的-,然后你们可以通过一些命令来运行这个编译器,这些命令行参数可以,影响这个程序的行为。

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

  • So let me just run it.

    让我运行这个程序

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

  • What value of inputs, what values of x will this run correctly for?

    这个程序正常运行的话对于输入的值,也就是x的值,有什么要求呢?

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

  • So with the fact that I'm now just back at my prompt is a good thing so now GCC hello c if I type this command GCC hello.c, this is gonna run this program that Apple wrote in this case GCC or someone else wrote called GCC.

    也就是说我们现在安全返回,说明一切正常,现在我输入这条命令:,这代表运行hello,c这个程序,是由“Apple“或其他人编写的,名为。

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

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

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

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