• It was called M-I-C, short for Military Indoctrination Center.

    VOA: special.2009.03.29

  • I'm going to open up a program called positive1.c. I'm going to scroll down to the juicy part here.

    我将要打开一个叫做positive1,c的程序,我们翻到这个有趣的部分。

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

  • I am going to run a program called Nano nano hello c and type nano hello.c and I'm gonna type the following very quickly without much explanation because we'll dive into this more next week.

    我要运行一个Nano程序,键入,我快速写下下面的内容,不打算做过多的解释,因为下周我们会深入了解这些。

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

  • D.C.United won the first two M.L.S.championships.

    VOA: special.2010.06.02

  • When I call the class definition, that is I call c point, I'm going to call it with a specific set of arguments.

    来创建实例的时候,也就是调用c,point的时候,我会以一个特定的参数集来调用它,然后将要发生的就是init将会被应用。

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

  • Mosaic is spelled m-o-s-a-i-c.

    VOA: special.2009.01.02

  • So 96 now is a typical constant, so I'm going to give the name c to that constant.

    6是一个标准的常数,因此我要用c来代表这种常数

    耶鲁公开课 - 基础物理课程节选

  • That's m-a-c-a-r-o-n.

    VOA: special.2010.04.12

  • So, let's just arbitrarily put it between these two in this case here, but actually there's no reason we couldn't also put it between oxygen b and c, so I'm going to draw another structure where we have it here.

    那么,让我们任意地将它们放在这两个之间,但实际上我们没有理由,不能把它们放在氧原子,B,与,C,之间,因此我将把另外一个结构画在这里。

    麻省理工公开课 - 化学原理课程节选

  • C-A-T-W-O-M-A-N."

    VOA: special.2009.06.07

  • Suppose I get an A and my pair gets a C, then sure I get that initial payoff of 3, but unfortunately I can't sleep at night because I'm feeling so guilty.

    假如我得到A我对手得C,没错我开始得到3单位效用,但我感到愧疚,我因良心受到谴责

    耶鲁公开课 - 博弈论课程节选

  • printf Well, notice I'm calling print F with percent C, and then I'm printing out each of these letters one at a time.

    好的,请注意我用%c来调用,然后我打印出一个一个打印出这些字符。

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

  • F Then I'm going to print a capital F just % 1f C to be aesthetically interesting equals another %.1fc.

    然后我将打印大写字母,使其比较美观的,等于另一个。

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

  • C So here I'm declaring a variable called c, and I'm pretty much translating the formula from the slide using the characters on my keyboard to a floating point value.

    这里我声明了一个变量,然后我把那个幻灯片上的公式,用键盘上的字符翻译成了,浮点数值。

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

  • I'm going to call it c point just to make it a little shorter.

    但是现在我要去对它做一些改动,那么新版本的类的意思也就是。

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

  • So I'm gonna go ahead and save this file, hello c it's hello.c, dot C hints at the fact that this program I just whipped up is written in a language called C.

    所以我打算继续,保存,并命名为,“,c“表明这个程序,是使用C语言写的。

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

  • Argc I'm iterating on the outside from I to Arg C, zero to Arg C; I on the inside, I better not use I; otherwise bad things are going to happen.

    我从I迭代到Argc,从0迭代到;,在里面,我最好不是用;,否则坏事情将会发生。

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

  • So among your printouts are a couple of files one called condition1.c. I'm going to change over to my terminal window.

    在你们的打印输出中有几个文件,其中一个叫做condition1,c,我将,改变我的终端窗口。

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

  • Today, I'm gonna start writing C code with you but I can't just write it and expect it to do anything.

    现在,我和大家一起写C语言代码,但我不指望写出来后就能跑起来。

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

  • So when I type, I'm sorry, I shouldn't say type, c point although I would have typed it, p dot x, here's what basically happens.

    处于特定点的实例的这个概念,我知道它来自于这个类,这个类,when,I,write,因此当我输入,抱歉,我不该说输入的,当我写,虽然我需要输入它,p,x的时候。

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

  • Make then assumes I'm in a file called make math2.c and goes and finds it.

    假设我在一个叫做“make,math2,c“的文件里,然后去找它。

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

  • I'm going to use Nano to open conditions1.c.

    我将用Nano来打开condition1,c文件。

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

  • So this code is identical functionally nonswitch c to the last implementation we saw, nonswitch.c, but I'm just ever-more emphatically saying, "In case 1," that is when n equals 1 -- or when case 2 applies -- when n equals 2 or when n equals 3 do what?

    所以这些代码到最后的实现上,功能是,完全相同的,但是我想要再次强调一下,“在case,1“,那是当n等于1时1,或者当case,2适用-,当n等于2或者当n等于3,它将做什么?

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

  • Well it's a stupid looking program, but because I had more new line characters, and because I was using percent C, for individual characters, one per line, now I'm seeing dot slash ARG V2, well, now if I go ahead and rerun this with foo, I get this effect as well.

    这是一个看起来很笨的程序,但是因为我有更多的新行代码,因为我使用的是%c,为单个字符使用的,每一行一个,现在我看到的是,/argv2,好的,现在如果我继续用foo返回它,我产生了这样的效果。

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

  • So just to reinforce this, I could run gcc math2.c but I'm getting a little tired of this a.out convention and recall that there's this utility called "make" that right now doesn't really improve much, other than give it a better name.

    所以我强调这点,我可以运行“gcc,math2,c“,但是我不是很喜欢a,out这个默认的名字,想取消它,那么这里有个叫做“make“的命令“,这个命令现在没有很大的改进,只是把用来更改名字用的。

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

  • I'm gonna call my file hello.c. There's a little bit GUI-- of distraction here but this is because this is not a GUI, CLI a graphical user interface, this is a CLI, command-line interface, which just means there are no windows and icons.

    我先给我的文件命名为“hello,c“,你们也许会觉得有点烦,因为不是,图形用户界面,这是,命令行界面,这意味着没有窗口,没有图标。

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

  • 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“或其他人编写的,名为。

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

  • Conversely, if I chose a Beta and my pair chooses an Alpha, so I end up with a C and she ends up with an A, then you know I have a bad time explaining to my parents why I got a C in this class, and I have to say about how I'm going to be president anyway.

    相反如果我选β我对手选α,我得到C她得到了A,我回家后很难跟父母,解释为什么我只得到了C,然后我还得表示下雄心壮志

    耶鲁公开课 - 博弈论课程节选

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

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

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