I hadn't set out with a plan that I wanted to teach at some of the best universities in the country.
一开始,我并没有给自己制定目标,一定要在这些最好的大学执教。
They asked me like, I think what I wanted, like, what I wanted to, my goals or... I guess.
他们问我,我想是我想要什么,我的目标是什么,大概是这样。
First, it's pointing to the beginning of the list, which initially might be down here at but after a while, might be part way through. And to that, I simply add a halfway point, and then I check.
列表中间的一个部分了,然后我求出列表的中值点,然后看看该点的值是不是等于目标值,如果是的话就完成了,如果不是的话,如果中位值大于我要找的目标值。
That means that the different regulators should each have their own objective, so they have a three-part proposal.
也就是说每一环节上的,调控者都要有自己的目标,这个计划将分为三部分。
and your only job during this tasks is to press the button when that target comes on before it leaves the screen.
而你在这些任务中唯一要做的事,就是在目标出现未消失前按下按钮。
But a lot of it is just like you define your objectives what you're going for.
但你首先要做的,是明确目标,清楚自己想要什么。
This is targeted at the so-called standard edition, which we expect most students to do.
大家要以所谓的标准版为目标,我希望大部分同学会这么做。
Now we're going to take up our heroes at their next point."
现在我们要让英雄进行下一个目标“
All he tells us is that we are the polis animal by nature and that to achieve our ends, it will be necessary to live in a polis.
他只说到,我们是天生的城邦动物,为了达成目标,必需要住在城邦之中。
So, tell me again a little bit about Interfaith Youth Core and some of its goals and some of the ways it carries out those goals.
再谈谈跨信仰青年核心组织,它的一些目标,以及它要实现这些目标所采用的方法吧。
To sum up, ingredients of humor is there has to be a target who experiences some harm.
总的来说,幽默的要素,就是要有一个承受一定伤害的目标。
You need to pin down an object of study, a first principle from which other principles can emerge, and part of the process is to say, "Hey, it's not literature we're talking about.
首要原则是,需要锁定要谈论,即学习的目标,可是,谁知道什么是文学。
It's also called historical criticism, because its ultimate goal and purpose was not just to isolate the sources, but to arrange them according to relative dates as far as they might be ascertained, and then to chart changes in Israel's religion.
还被叫作历史批判学,因为其最终目标,不仅仅是分离材料,而且要根据可以确定下来的,相对日期对其进行整理,然后追踪以色列的,宗教变更。
achieve some of those goals, kind of, I guess, not to get into too much policy talk.
实现其中的一些目标,我想要做的不是一些政治上高谈阔论。
Well, every single day, my goal right now is to cultivate contentment, which is really hard.
嗯,我现在的目标,就是要每天培养满足感,这真的很难。
So I think these are the implicit ship we are gonna to be thinking about and talking about.
所以我认为这些就是,我们要思考和,谈论的深层目标。
They represent what these people are trying to maximize, what they're to achieve, their goals.
他们代表了人们想要最大化的东西,和想要达成的目标
But if, at any point, I get to a place in the list where the thing I'm looking for is smaller than the element in the list, I know everything else in the rest of the list has to be bigger than that, I don't have to bother looking anymore.
比当前位置数组的元素要小,我也就知道后面的数肯定,也都比我的目标数要大了,我就不用再继续进行下去了,这意味着目标数不在这个数组中,我就可以退出了。
And the example I want to look at is, suppose I want to search a list that I know is sorted, to see if an element's in the list.
看看目标元素在不在数组里,也就是说我要去,检索一个有序的数组。
So we want to write programs to do that.
为了实现这一目标我们要去写一个执行程序。
And I look at that value.
如果这是我要找的目标数,噢先生们。
I'm going to go there initially, so I can move this over here, so I can get the base part of that over there, I want to put that one there before I put this over here, finally I get to the point where I can move the bottom one over now I've got to be really careful to make sure that I don't cover up the bottom one in the wrong way before I get to the stage where I wish they were posts and there you go.
我要先把其他的放到多余的柱子上,然后把最底下的放到目标柱子上,我要在把除了最底下的圆盘,其他的圆盘挪过来之前,把最下面的圆盘放在这儿,因此我得出了最下面的盘子,应该如何摆放的结论,当我没得到其他盘子的正确摆放位置的时候,要很小心的确认没把错误的盘子,放在最下面的盘子上面。
And I'll remind you, we saw a set of algorithms and part of my goal was to get you to begin to recognize characteristics of algorithms that map into a particular class.
我要提醒你们的是,我们看了很多算法,我的目标之一是让你们开始,意识到算法们的特性,并且能够一一映射到特定的分类中。
Individual freedom may be at best a desirable byproduct of the Aristotelian mixed regime but individual freedom is not its defining or principle goal.
个人自由充其量,仅是附加于,亚里士多德式混合政体的产物,而非其所要定义,或首要的目标。
On the other hand, if the value I'm looking for here- sorry, the value I'm looking for is smaller than the value I see here, I just need to look here. All right?
如果我的目标数比这个值要小呢?,我就在这边找就对了,对不对?,做完了这一步,我可以在下一步做相同的操作,假设我选中了这一分支?
But the general goals of this course are actually I think even more interesting than that.
但实际上我觉得这门课的总体目标,要比上面的这些更有意思
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.
并且保持遍历,我只在当当前位置的数组元素,大于目标数时停止,这意味着剩下的元素都比目标元素大,但是其他的情况,我还是要遍历完整个数组。
And then, you just kind of operate and do what you think will be best along that line.
然后你要做的,就是为自己的目标努力奋斗。
One of the important ideas behind in this book, "Acts of Faith", is that, you say, we should be approaching this with the same kind of urgency and the same kind of resources.
信仰行为》这本书蕴含的一个重要观点,据您所说是,我们应该实现这个目标,这同样十分迫切,我们要利用相同的资源。
But in any case the Aristotelian statesman's goal will be restoration of the conditions of constitutional government and rule of law as quickly and again as efficiently as possible.
但无论如何,亚里士多德式政治家的目标,将是要尽快及有效地恢复,宪法政府与法治的条件,随着这个坚强不屈的批注。
应用推荐