I'm walking along the list once, taking two things and saying, make sure the biggest one is next.
我遍历一次列表,每次取两个值,确认最大的元素在后面一个。
I'm really excited every time I teach her because she listens to all the things that I tell her in the lessons.
每次教她的时候我都很兴奋,因为她在课上很用心地听我所教的一切。
But it turns out that because the Standard I/O Library is -lstdio so common they don't force people to type this all day long because it's just so commonly used.
由于大家都会用到标准输入输出库,因此我们不要求每次都在后面添上,可以省略。
So, there's more detail on your syllabus -- a detail of what we'll cover every day, but these are the kind of basic things that were covering, and you don't need to write this down, you'll become familiar with it as the semester goes on.
这在你们的教学大纲上写得更详细-,包括我们每次上课的内容,这些东西都是我们会遇到的最基本的问题,你们现在不需要记,在这个学期中,你们会慢慢熟悉起来。
Obviously-- and that's a bad way of saying it, I said constant the previous time-- in the linear case, it's subtract by certain amount.
这么描述很不准确,我之前在,线性算法中也说了常数,它是每次减少固定的量。
Every time a product shows up it's bought and paid for, for the most part.
产品的每次出现都需要支付费用,在大多数情况下都是这样
Each show, six contestants from around the country battle each other in three extreme stunts.
每次节目,六名来自全国的参赛者,在三项极限特技中一比高下。
It goes - going through this process of amplifying divisions, every division increasing the number of cells by a factor of two and these cells becoming more differentiated around the way.
它经历了一系列扩增性的分裂过程,每次分化,细胞数目都翻一番,而在此过程中细胞分化得更成熟
And after the war that policeman directed traffic at the market every Saturday, and the widow walked by and saw this man, knowing he had denounced her husband who had been taken away and killed.
战后那个警察,每周六在市场指挥交通,那个寡妇每次走过都能看见这人,知道是他揭发了他丈夫,然后被抓走遇害
Every time I take a nap in the afternoon,
每次我在下午小睡一会儿,
Every time you are finding out a different force that's acting on a body with different origin.
每次你都会发现不同来源的力,作用在物体上
And in the group of poems that were assigned for a section last week, you saw Milton alluding to just this passage, although you might not have known it, in Revelation 14 whenever he would speak of the music of the spheres.
上周规定阅读的那些诗歌中,你们看到弥尔顿暗指了这一段,虽然你们可能不知道,在《启示录》第14章,每次他讲到天体音乐时。
I go to B.B. King's all the time. And sit there, listen to the jazz.
我几乎每次都去B.B. King的演唱会,就坐在那儿,听着爵士乐曲。
And you do your work product and you bring it to sections and hand it in to your TA in section each time.
请完成并带好你们的作业,并在每次上课时交给你们的助教
The reason I don't want to play a strictly dominated strategy is, if instead, I play the strategy that dominates it, I do better in every case.
我不选择严格劣势策略的原因是,要我选了优势策略,我在每次博弈都得到更好的收益
So, for the most part any time we talk about or draw pointers an arrow suffices, which really 71 in there is a number like 71, which is the literal byte that the F is actually in in RAM, but frankly who cares?
所以,每次我们讨论,或者用箭头表示指针,在指针里面有一个数字,如,那是F在RAM中的字节,但是谁在乎它呢?
Every time I use it, I'm creating a new instance, that's a different thing inside of memory.
我每次调用它,我就新建了一个类,这在内存中是个不同的事情。
Right? If that was the case in that code, then my complexity is no longer log, because I need linear access for each time I've got to go to the list, and it's going to Lisp be much worse than that.
这里的复杂度不再是对数的了,因为每次在列表中,查找需要线性访问,可能还要糟糕,其实,有些编程语言,如。
Every time you see a square bracket, put a paren in. All right?
每次你看到一个方括弧,你就得在此添加一个圆括弧,明白了吗?
So I think that's enough, you can follow along with the syllabus and see sort of what the topics are each week, what the reading assignment is to do before the lecture in order to get the most out of the lecture.
我觉得说的差不多了,你们可以根据课程大纲,来看每周会将什么内容,在每次课之前看看阅读任务是什么,这样才能在课上有更多收获
The loop invariant what does the loop invariant mean? It says, here is a property that is true of this structure every time through the loop.
循环不变量是什么意思?,它是一个在结构体中,每次循环都为真的属性。
And I guarantee you if you do those three things throughout the course that you'll do well in the course and I've said this almost every time I've given the course and nobody has ever told me that I'm wrong.
如果你们做到了这三点,我保证你们会在这门课中取得好成绩,每次开课前我都会这么给学生说,从来没有人告诉我这个说法有问题
And now we get the p orbitals, remember we want to fill up 1 orbital at a time before we double up, so we'll put one in the 2 p x, then one in the 2 p z, and then one in the 2 p y.
我们到了p轨道,记住在双倍填充之前,我们想要每次填充至一个轨道,所以我们在2px填充一个然后2pz填充一个,然后2py填充一个。
And in this case, we go from 8 to 4 to 2 to 1 three times and then on each iteration of this algorithm, each pass across the board I'm touching N numbers, so that means I'm doing N things, log N times.
在这个例子中,我们从8得到4,到2,再到1,是3次,在这个算法的每次迭代中,每一趟我都会操作N个数,也就是所我每次要做N步操作,一共要做,log,N,次。
Not to harp on the mathematical features of this, but cubing, AX*X*X you know, if you're starting to do AX star, X star, X, every time you want to cube some value in a program, it just feels like this is going to get a little messy looking, if nothing else.
不要总是说这个的数学特性,但是体积,你们懂的,如果你开始做,在一个程序中,每次你想算几个数值的体积,感觉它就变得,有一点凌乱的,如果没有其他的。
In England's case, England goes out of every single World Cup and every single European competition because it loses on penalty kicks, usually to Germany, it has to be said.
拿英格兰做例子吧,英格兰每次在世界杯或者欧洲杯中出局,都因为栽到了点球上,尤其是对阵德国的时候
应用推荐