But what's really shocking is when you compare this with this, it's based upon sonnet 57 because lanthanum is element 57.
但是真正令人震惊的是,当你比较这个和这个的时候,基于诗57来看7,而正好镧是57号元素。
There's a certain pragmatic element behind this, basically we want to make sure that every human being has a dignified life.
这后面是有实用的因素,因为我们想确保,每个人都过上有尊严的生活。
And this is in contrast to Selection Sort where you're fishing again and again for the then smallest element.
这与选择排序是相反的,在选择排序中你需要一次又一次地,找出最小的元素。
I don't know if you heard this morning, but there was news of the discovery of yet one more element.
我不知道你们今早听说了没,有一个新发现,一个新的元素的发现。
And if I'm walking down the list, this is probably order of the length of the list s because I'm looking at each element once.
这可能大概就是数组的长度,因为我会遍历数组中的每个元素一次,现在你可能会想,等等,数组已经排好序了。
I also spoke to you about the heroic ethic, which is the dominant element in this system of theirs.
我也讲述了英雄主义的伦理观,这个是他们的伦理体系中占主导地位的元素
This is decidedly the last of all the funeral mourners, and Peter provides Milton's poem with an important element of finality, of closure.
毫无疑问这是最后一名哀悼者,彼得给弥尔顿的诗带来了一种重要的终局性,最终章的结尾。
All of this suggests then that the unpredictability of our death adds an extra negative element.
这一切表明,死亡的不可预见性,添加了额外的负面因素。
So what is this, which element did I chart here?
那么这是什么,我画的这是哪个元素?
So that's an important element of this course.
所以行为金融学是这门课,一个很重要的部分
The element of truth is this.
这一点是正确的
So the first thing we'll do is, we'll print the element, in this case it will be a list right? Because it's a list with two lists in it.
因此这儿我们要做的第一件事,就是要显示元素,在这儿元素就是数组了对不对?,因为这个数组包含了两个数组。
In the second case, I found in the next smallest element and moved here, taking what was there and moving it on, in this case I would swap the 4 and the 8, and in next case I wouldn't have to do anything.
在第二次遍历中,我找到了,第二小的元素,把它移到这里,把这里原来的元素移到哪里,在这一次遍历中,我会把8和4交换,然后一次遍历,不会做任何事情。
There's always, and I think this is nearly invariable -there's an element in Milton's similes that stands outside the framework of the basic comparison.
有一点是时常出现并且几乎不变的,-就是在弥尔顿的明喻中始终有一个元素,是从基本的对比框架中脱颖而出的。
Advance this pointer-- this finger, to the next element of the list which is 4, make the comparison.
前移这个指示器--也就是这根手指,让它指向列表中的,下一个元素4,再做比较。
Well, I might move my hands here 'cause this list only has one element left.
我会将手移到这边,因为这个列表中,只剩下一个元素了。
Well I have to go to the zero-th element, and say OK, gee, to get to the next element, I've got to jump this here. And to get to the next element, I've got to jump to here, and to get to the next element, I've got to jump to here, until I get there.
再回到第0个元素,好的,然后找下一个元素,跳转到这里,然后再下一个元素,跳到了这里,然后再下一个元素,直到我找到那个元素,这样,我有方法来保存变长的元素。
Here's the problem. How do I get to the nth- er, the k'th element in the list, in this case?
如何找到第n个元素呢-,在这里,如何找到第k个元素呢?
If I do this, try and get the 10th element of a list that's only eight long. I get what looks like an error, but it's actually throwing an exception.
如果我来这么做,试着去取长度为8的列表的第十个元素,我貌似能得到一个错误。
And that you might look at, for example, that first example, and say, man by this stage it was already sorted, yet it had to go through and check that the third element was in the right place, and then the fourth and then the fifth and then the six.
你可能会去看看例如第一个例子,然后要抱怨,到这里,它已经是排好序的了,但他还是得去遍历查看,第三个元素是不是在正确的位置,然后第四个,第五个,第六个。
This is element 110 which has been named darmstadtium after Darmstadt.
10号元素已经被命名,以达姆施塔特命名为鐽。
And this will have to go up before The International Union of Pure and Applied Chemistry before they approve it because they fought over element 106 for the longest time, but I think this will go through fairly quickly.
但还是要往上申请,直到国际纯粹与应用化学联合会,因为同意,他们为106号元素抗争了很久,但我想这个应该会很快通过。
It's as though I've walked across the stage like this realized, damn, it was the guy over here or rather I found the smallest element here who beat out number 2 over here so I can now put number 1 into place and recall that it didn't matte if I punted whoever was standing here 'cause they were given to me randomly anyway.
这就像是我这样走过讲台,然后才发现要找的人在那儿,或者说发现了最小的元素,那么就可以将1号放在正确的位置,而在这儿的是谁并不重要,因为他们本身就是,随机的。
But I can also ask for parts of this. So I can, for example, say give me the first element of s1 string 1, s 1. Ah, that's exactly what we would have thought if this was represented as an ordered sequence of things.
然后返回一个长字符串,我也可以,取字符串的一部分,例如,我可以要求返回给我字符串,的第一个元素,啊,这证明我们之前,认为的它是一个有序的字符序列的想法。
With this, if I can assume that accessing the i'th element of a list is constant, then you can't see that the rest of that analysis looks just like the log analysis I did before, and each step, no matter which branch I'm taking, I'm cutting the problem down in half.
读取数组中的第i个元素,是个常量时间的操作的话,我也就能像以前那样得到,这个算法是对数级复杂度的分析,并且每一步不管我选择哪个区间,我都可以把问题的规模缩小一半。
That is basically saying, given some collection of data, I want to have again a looping mechanism, where now my process is, walk through this, the collection one element at a time. And for that, we have a particular construct, called a FOR loop.
现在我的过程就是,通过一个个访问这个集合中,的元素的方式,来遍历这个集合,为了达到这个目的,我们有一个特定的结构,成为FOR循环。
应用推荐