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

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

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

  • > 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是可以配置的。

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

  • 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 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的系统中的程序,可能其他人在那个系统写了这些程序

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

  • 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
- 来自原声例句
小调查
请问您想要如何调整此模块?

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

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