• And so I leave it with all of you: Which came out of the open door C the lady,or the tiger?

    VOA: special.2009.04.18

  • Well, it turns out C, like a lot of languages, comes out of the box with a whole bunch of built-in variable types.

    C语言还有其他一些编程语言里,都会有一大堆,固定的变量类型。

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

  • 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“的命令“,这个命令现在没有很大的改进,只是把用来更改名字用的。

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

  • To get a better sense of the modern name game, we stopped some families out on the National Mall here in Washington,D.C.

    VOA: special.2009.07.06

  • And one thing I want to tell you to start out with is something about this c h 3 group here.

    有一点需要告诉大家的是,从这个一个碳原子和三个氢原子的组合开始。

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

  • Recently,the television cable network C-Span carried out its second study about the greatest American presidents.

    VOA: special.2009.02.27

  • If I want to get out right now the versions of these things, I can ask what's the value of c p 1 x, and it returns it back out.

    你可以在那里看到那些,代表笛卡尔坐标点的东西,如果我想要得到现在,这个类的版本的东西的话。

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

  • But I am not content with the present C not when there are workers who are still out of jobs, families who still cannot pay their bills."

    VOA: special.2009.05.02

  • All right, so that's just solving out the algebra, so we're saying what q solves, a - c over 2b - q2 over 2 = 0.

    没错,只需要解出当,/2b-q2/2=0,时q2的值即可

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

  • The center carries out its work at the National Zoo in Washington,D.C.

    VOA: special.2010.06.22

  • We've got some chords set out and we're going to-- we've got some chords set out here and we're in the key of C at this point, and we're going to hear Beethoven go to a tonic chord, then a sub-dominant chord, then a tonic chord, then a dominant chord and so on.

    我们看到有一些和弦-,而我们现在在C调的位置上,然后听贝多芬的主音和弦,然后是次属音和弦,然后是主音和弦,接着是属音和弦,如此往复。

    耶鲁公开课 - 聆听音乐课程节选

  • She was looking out the window and counting C counting backward.

    VOA: special.2009.08.01

  • So turns out C supports what's called a switch, a switching construct.

    所以C语言支持叫做switch的东西,一个开关结构。

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

  • He said he is going to give me an air-conditioned place when I go down there C if I go there C so I won't put all the fires out."

    VOA: special.2009.03.22

  • So it turns out that, main, yes, is the default function you write, at least in C, when writing a program.

    结果是,main函数,是的,这是你写的默认函数,至少是在C语言中,当写程序的时候。

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

  • Mule stables dotted the route. But the canal company ran out of money as faster railroads stole most of their business, and the C&O Canal never reached Pittsburgh and the Ohio River.

    VOA: standard.2010.04.29

  • So we can figure out the energy of each photon emitted by our UV lamp by saying e is equal to h c over wavelength.

    所以我们可以计算出,每个从紫外光源射出的光子,也就是e等于h乘以c除以波长。

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

  • She costs C for sure, that's a wash because B, the way we've worked things out, B was $2, C was $1, So B/2-C is a wash.

    她承担C的成本,收益是零,因为B,按我们设定的金额,B是2美元,C是1美元,所以B/2-C是零

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

  • What q2 makes this equal to 0 and Katie's answer is solving out the algebra here is that q2 that solves this must be a - c over b.

    2为何值时这个算式等于0呢,凯特回答其实就是算出这个的解,即,q2=/b

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

  • It turns out that in a lot of languages, C included, you the programmer knowing a bit about how the computer works and the language works, can exercise more fine-grained control.

    结果在包括C语言的很多语言当中,你作为一个程序员懂得了一些计算机的工作方式,和语言的处理方式,可以更精确地控制运用它。

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

  • So input is an int called F, print out to the screen or your piece of paper the value of C. Odds are you only need two, maybe three lines of code for this, but the goal ultimately will be try it on your own.

    所以输入是一个int类型的F,在你的屏幕上,或你们的纸上打印出C的数值,可能你们需要两行或者三行的代码,但是最终的目标需要你自己独自尝试。

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

  • 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来调用,然后我打印出一个一个打印出这些字符。

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

  • So let's take a look then at somewhere where this is actually a useful thing to know so this is compare1.c. So, in compare1.c I've stripped out the comments in my version but in your version you do have comments for reference and it's actually pretty self-explanatory if you just read through the code.

    那么再然我们看一看,一些有用的东西,这是compare1。c,所以在compare1。c中,在我的版本中,我吧注释去掉了,但是在你们的版本中是有注释的,这是相当容易理解的,如果你通读这段代码。

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

  • Let me finish the picture here; here's my demand curve, here's my constant marginal cost at c, and I want to use this picture on the left now to figure out what the monopoly quantity is.

    先把图画完,这条是需求曲线,这个是边际成本常量c,下面我们通过左边的图像,来找出垄断产量

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

  • So if you're trying to make a more complicated organic molecule carbon-carbon bonds are one of the most difficult things to make in organic chemistry, and it turns out that c n minus is a very reactive molecule, so it's a good way, even though we'll go over some drawbacks in a second, it is a good way to make carbon-carbon bonds.

    如果你要合成一个更复杂的有机分子,碳碳键是有机化学中,最难制造的键之一,而实际上氰离子是一种具有很高活性的分子,用它是一个好办法,尽管我们一会儿将看到它的一些缺点,但它的确是一个制造碳碳键的好方法。

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

  • So it turns out in C, you can absolutely represent the idea of a condition, a branch, a fork in the road.

    结果在C语言中,你们完全可以表示出环境的概念,一个分支,一个三岔路口。

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

  • And I don't quite remember from reading or from class how big these things are, well, it turns out -- and this is sometimes useful, later on more likely than now -- but C has a size of operator that takes an argument in parenthesis and it will tell you how much space is used to store that particular data type.

    我不太记得类中的这些类型,是多大的,嗯,结果是--这个在以后比现在,可能是更有用的--不过C语言中有个sizeof的操作符,其中括号里有一个参数,它会告诉我们,要存储一个类型的数据,需要占用多大空间。

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

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

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

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