Well, we say at the top of the loop, when it goes up and comes down the velocity is 0.
在曲线顶端,当物体上升,然后速度为0时候
which is right on the top of a big hill.
它就在一座大山丘的顶端。
Now, as an aside, there's another couple of layers at the very top above the stack and above the heap, but below the tech segment and those are called initialized data and uninitialized data.
题外话,在堆和栈的顶端,还有好几层,但是在技术段之下,他们被叫做初始化数据和未初始化数据。
I've given you the periods at the top of the chart: early Bronze Age; middle Bronze Age from about 2100 to 1550; we date the late Bronze age from about 1550 until 1200--the introduction of iron and the beginning of the Iron Age in 1200. Prior to that, the Bronze Age, which is divided into these three periods.
我在这个表格的顶端给你们列了一些时期:,早期青铜时代;中期青铜时代,从约公元前2100年到前1550年;,晚期青铜时代,从公元前1550年到前1200年,即铁器时代前页;,然后公元前1200年开始了铁器时代,在那以前,青铜时代分为那样三个时期。
And then he, at the top of it-- switched over into a chromatic scale.
然后,在顶端,转换到了半音音阶
But of course, if you were a simple perceptual creature, you would just see that there'd be a bar on top and a bar on the bottom.
如果你只是个拥有感知的简单生物,你只会看到在顶端和底端分别有一根木杆
For some reason, at the top of this file, I've also included what I've called a function prototype.
因为一些原因,在这个文件顶端,我包含了一个函数原型。
So, at the very top of the file I'm just copying and pasting what was essentially on the slide a moment ago.
在这个文件的顶端,我只是做了复制和传递。
It's instead outside of them and, by convention, at the top of the file so that I can access it anywhere, whether or not this is a good thing, remains to be seen.
它在函数的外面,按照惯例,在文件的顶端,所以我可以在任何地方使用它,不管这是不是好事情,拭目以待。
So up top, the function prototype.
在顶端,那个函数原型。
So, conceptually if you've ever wondered why you get access in all of your functions to global variables that's because they're not down here, they're at the very top of RAM and any function can access that RAM way up there, but for now the interesting player in the story is this thing called the heap.
所以,如果你想知道为什么全局变量能在,所有的函数中使用,那是因为它们不在这下面,而是在内存的顶端,那样任意函数都可以在内存中使用它们,现在,这里面一个有用的角色是,叫做堆的东西。
At the top, I've got some CS50 Library going on, argv standard I/O library; I don't bother mentioning argc or argv because I'm not going to use them in this program.
在顶端,我使用了CS50函数库,标准输入输出库,我没有提到argc或者,因为我不会在这个程序中使用它们。
int X Well, if you declare int X up top, you could certainly update X to one here.
嗯,如果你在顶端声明,你可能把X更新为1了。
i So I have up here at the top of my program a variable called i 0 of type int, and I have to initialize it up here to zero.
所以在程序的顶端我有一个int类型的变量,我需要把它初始化为。
Conceptually, it's put at the top of my chunk of RAM, -- below it, goes initialized and uninitialized data -- - this is a fancy way of saying global variables come next -- and below that, comes what's called the heap.
概念上,它放置在内存块的顶端,在下面,已初始化的和未初始化的数据-,这是一种指明紧随其后的全局变量的设想方式-,在后来,引入了一个叫做堆的东西。
At the top of your file, you can also put variables there.
在文件的顶端,你们也可以加入一些变量。
It's kind of a stupid lack of feature that this is the case, but notice that here is main, at the top of my file.
这是有点笨的,缺少特征的,就是这种情况,但是注意这里是main函数,在我的文件的顶端。
应用推荐