• So really, once we start writing more interesting programs, you would have to type out long annoying commands like that to just compile more sophisticated programs.

    实际上,一旦我们开始写一些更复杂的程序时,你们可能要键入那样一些长的,讨厌的命令,来编译跟高级的程序

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

  • f2c So I'm going to go ahead and run make on f2c, which is the name I gave to this particular program.

    所以我将继续来编译,这是我给这个程序取的名字。

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

  • The strategy then often is to figure out how, what sort of program can solve these problems and then we go on to ask, "How could this program be instantiated in the physical brain?"

    心理学家们通常要先弄清,什么样的程序可以解决这些问题,然后我们会接着问到,"这个程序在我们的生理大脑中,是如何进行编译的"

    耶鲁公开课 - 心理学导论课程节选

  • > That lets the compiler know that you want to use some actual compiled code from that library.

    >,那是告诉编译器我们想要在程序库中,使用一些当前的编译后的代码。

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

  • Essentially, this command make is just another program that uses GCC to compile my program for me but make is configurable.

    从本质上来看,make命令就是一个,调用GCC来编译我们程序程序,只不过make是可以配置的。

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

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

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

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

  • If you're writing a program and you're testing it and recompiling.

    如果你写一个程序,检测,然后重新编译

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

  • I included the length, let me go ahead and compile this program called Holloway.c. No errors which means that's good.

    我包含了那个长度,我们继续,编译这个Holloway,c程序,零错误,非常好。

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

  • long l So let me try this, long l, and then let me do a little Copy Paste here and say a long is actually the size of l. So let me quit that program; recompile.

    让我们来试一下,然后我在这里复制粘贴一下,这里long的大小实际上是l的大小,所以让我退出,那个程序,重新编译

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

  • So I tried running a program in this little black and white window called GCC and we'll see it today working properly that is a so called compiler.

    在一个名为GCC的黑色小窗口里,运行我们的程序,然后得出想要的结果,这就是所谓的编译器。

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

  • So that is a flag that tells the compiler that I want to use or link into my own program code that someone else wrote that lives somewhere else on the system whose moniker is CS50.

    所以那是一个标记,用来告诉编译器我想使用,或连接我自己的程序代码到一个叫做CS50的系统中的程序,可能其他人在那个系统写了这些程序

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

  • But just realize as a teaser coming for problem set 1 will be instructions on how to activate your so called cloud account and it's on the CS50 cloud that you'll be writing your programs, compiling your programs, testing your programs, running your websites ultimately.

    如果大家觉得难的话,习题集1上有一些说明,教你如何,激活你的云账户,因为你们只有在CS50云上才能编写程序编译,检测,并最终运行。

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

  • - 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“的编译器-,这是全球最流行的-,然后你们可以通过一些命令来运行这个编译器,这些命令行参数可以,影响这个程序的行为。

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

  • skittles So when you compile a program called A dot out, or skittles or wherever, and you double-click that program, or our in our command line environment, run it with dot slash skittles, that program is loaded Microsoft Word into memory just like Microsoft Word or whatever would be on your own computer.

    当你编译一个程序a,out,或者,或其他的,你双击那个程序,或着在我们的命令环境中,采用,/skittles来运行它,那个程序被加载到,内存中,就像,或者你电脑上的其他程序

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

  • argv Recompile my program, and now rerun Arg V of foo and bar.

    重新编译我的程序,现在返回foo和bar的。

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

  • - And that's because hello.c is something I just wrote -- it's not something I downloaded or bought and installed via double-clicking or anything like that -- because I wrote it, compiled it in my current directory, I have to be ever-so emphatic to the computer that it's actually right here.

    那是因为hello,c是我所写的东西-,而不是从哪里下载或购买,并通过双击安装的程序,-因为那是我写的程序,在我当前目录下编译的,我们不得不对计算机强调,它是在这个地方的。

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

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

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

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