Right. If you look at the rest of that code, gee, it looks a lot like what I had elsewhere.
好了如果你看看剩下的代码,天呐,看上去就像我在别的地方写过的。
It's an historical question, as I say, and I want to devote the rest of the lecture to it.
这是一个历史问题,正如我刚刚说的,我会用剩下的时间讲讲这个问题。
I look at the rest of the list to decide what's the element to swap into the next place.
我会查看列表剩下的部分,来看看需要交换哪个元素。
Just the first one or more generally the address of the first one and then, man, I'll just figure it out from there where the rest of the letters are because by definition of a string, they're back to back to back.
只需要第一个字节的地址,然后,我可以指出之后的,剩下的字母,因为通过一个字符串的定义,它们是紧邻的。
You're doing eighth notes and the rest of us are doing-- other people are doing quarter notes. Okay.
你是用八分音符,我们剩下的人,即其他人是用四分音符,没事的
They become part of us, and the rest get - we get rid of and they remain part of the outside world.
使其成为身体的一部分,而排出剩下的部分,它们仍然是外界的一部分
He spent the rest of his long life working on scientific and political problems.
他把他剩下的时光用来,研究科学和政治问题。
It's what it does for the rest of them,the rest of us.
是对剩下的人来说的。
What do you do the rest of the time? Just push?
剩下的时间你会干什么,就是推吗
We'll spend the rest of today in politics.
我们要把今天剩下的时间花在政治上
Then you look at-- to the right of the line with meat, for example, only 30% percent of people are eating the recommended amount of meat, the rest are eating too much.
然后你看到,比如,右边肉类一项,只有30%的人肉类摄入达标,剩下的全都吃得过量
And the rest, what we see of the rest, is nowhere in the classroom for Orson Welles in terms of technique. So that remake is interesting and that's why I spent the pages discussed it in my chapter. But it's not a competitor.
剩下的呢,就是我们所看到的,没有给奥森·威尔斯施展,他技艺的空间,所以翻拍版很好玩,这也是为什么我用许多页来,在我那一章中讨论此事。
If it's there, I'm done, if not, I keep walking down, and I only stop when I get to a place where the element I'm looking for is smaller than the value in the list., in which case I know the rest of this is too big and I can stop.
并且保持遍历,我只在当当前位置的数组元素,大于目标数时停止,这意味着剩下的元素都比目标元素大,但是其他的情况,我还是要遍历完整个数组。
The only thing that compiler needs to know is kind of what pattern to look for in the rest of your code.
编译器需要知道的唯一的东西是,用来在剩下的代码中寻找的函数形式。
The rest of the time I want to talk about expression of genes, of new genes.
剩下的时间里我想讲讲基因的表达,新基因的表达
Now for the rest of the session today, what I'd like to do is take examples from the realm of pop music and use them as paradigms for what happens in the world of classical music.
今天剩下的时间里,我想给大家看一些流行音乐领域的例子,然后和古典乐领域进行对比。
Seventeen against thirty, twenty-four against thirty And by this stage I've got nothing the rest of that list in.
这个列表中已没有任何元素了,那么我可以将那个列表里剩下的元素,添加进去。
2 7 And I'm not going to draw the rest of the tree for you here, because I drew it last time, and you don't need to see the whole tree.
从这儿我们得到了,我在这里不会剩下的树都画出来,因为我上次画过了。
It'll probably be the last example I have time for and so I'll go through the rest of them quickly in the next lecture.
因为时间关系,这可能是最后一个例子,下节课我会快速讲完剩下的内容
Well, let me just say for the rest of time where do antibodies come from naturally?
那么 剩下的时间里我们谈谈,抗体是怎样自然产生的
OK. Today, for the rest of the lecture, we're going to take a break from the topic of algorithms, and computation, and things of the sort. And do something pretty pragmatic.
好,今天剩下的时间里,我们不再讲算法,计算和排序这些话题了,我们会做一些非常实用的事,我们主要的讲讲测试。
Hobbes returned to England the same year of the book's publication, and spent most of the rest of his long life, Leviathan was written well into his 60s.
霍布斯回到了英国,在他书出版的那年,他度过了他剩下的漫长的时光,《利维坦》在他60多岁的时候写成。
It took me seven comparisons, because I can take advantage of the fact I know I only ever have to look at the first element of each sub-list. Those are the only things I need to compare, and when I run out of one list, I just add the rest of the list in.
进行了7次对比,因为我可以利用我知道的优势:,每次只需要比较每个子列表的第一个元素,那才是我需要进行对比的内容,当一个列表的元素处理完了,只需要将另一个列表剩下的元素直接添加进去。
What I want to do for the rest of the time today is talk about - a little bit about cell physiology but I'm not going to say too much for a couple of reasons.
剩下的时间我想讲一点关于,细胞生理学的内容,但因某些原因我不会讲很多
Down here, this doesn't require people to be thick, or to think the rest of you are thick, they're just people who think that you think, sorry, they're just people who think that you think that they're thick and so on.
推论到这里人们不一定是愚蠢的,不应该认为别人是愚蠢的,只是你们认为他们是愚蠢的,抱歉,是他们认为,剩下的人都是愚蠢的
So, summarizing better, assert is something you put in to say to the user, make sure you're giving me input of this type, but I'm going to guarantee you the rest of the code works correctly. Exceptions and exception handlers are saying, here are the odd cases that I might see and here's what I'd like to do in those cases in order to try and be able to deal with them.
所以更好的总结下,断言就是你放在那里告诉用户,保证你输入的是这种类型的,但我能保证剩下的代码运行正确,异常和异常处理做的事,这里有些我能预期的异常情况,并且这里有些情况,我能尝试处理。
The rest of the book is to some degree about taming, asking the question whether Glaucon can be tamed.
本书剩下的部份,多少就是关于驯化,提问看,Glaucon,是否能被驯化。
I'm out of numbers here, so now I can blindly write down the rest of these numbers.
这儿再没有数字了,所以我可以直接,将剩下的这些数字写下来。
I want to talk about the immune system for the rest of the time here.
剩下的时间 我想谈一下免疫系统
Raise your hand. And the rest of you,when you go-- on the north shore--north slope of the acropolis, beyond the agora, there is the area of Athens known as the Plaka.
去过的请举手,那么剩下的没去过的同学,当你们去雅典的时候,在卫城北部海岸...,在卫城的北坡,集市的后面,有一个地方叫做普拉卡
应用推荐