The process of doing those three things will have allowed you to already have thought quite a bit about these novels.
在你做这三项的过程中,你已经思考了关于这些小说的一些问题。
but it's also very theoretical and they really make you think about the work you are doing.
但同时它也具有理论性,来帮助你思考你现在做的东西。
OK. The thing I want you to take away from this, then, is to think of this as, this is, if you like, a recipe.
好了,我想让你们从这儿学到的是,思考一下这就像,如果你喜欢。
He wants you to think about reading on his terms.
他想让你以他的方式来思考。
It is what you profess. Well, the thesis is also, another way to think of it, an answer to a question.
它就是你要表达的东西,这个论文也是,另一种思考它的方式,关于一个问题的答案。
You also need to put yourself into other people's shoes and think about how sophisticated are they at playing games.
你还要站在别人的立场上,思考他们在博弈时有多老练
Good even to be aware of what they don't To be aware of that, right. But most importantly, think about that your passion are about 'coz if you do what you love, the money will follow.
无私得自己都没意识到,对,没有意识到那些钱,但最重要的是,要思考你对什么充满了激情,因为如果你做的是你爱做的事,钱跟着就会来。
Now,if you've got that same intuition, think about the implications of that intuition.
如果你得到同样的直觉,那思考一下这个直觉在暗示什么。
You're going to find out, you know, one of these years when you start teaching that when you get really close to a blackboard, you just cannot think.
过几年以后,你们渐渐就会发现,当你开始教课,当你离黑板真的很近的时候,你就没法思考了
And when you reread this poem and you look at it in your discussion section, you may want to think about the tenses it sounds tedious but I am convinced that it's not tedious the tenses of the verbs that Milton's using.
当你重新读这首诗,并在讨论时再看它的时候,你可能会思考它的时态,这听起来很乏味,但我确信,弥尔顿用的动词的时态一点都不乏味。
We can think about this in an evolutionary way, as I've alluded to a lot, but if you think about it from a completely Darwinian point of view, and you think about these food conditions where food would be scarce in ancient times.
我们可以从生物演化的角度来看这个问题,我已经提到过很多了,但是如果你完全从达尔文学说的角度思考,从食品条件想想,在古代,哪里可能出现食物短缺
A third example is when you're pondering something. Maybe you haven't quiet made up your mind,
第三种情况是,当你在思考一些事的时候,你可能还没有完全想好。
and think about the questions, you'll do well.
并且思考问题,你就能考的好。
It is nevertheless a distinction that does exist, once you think about it, that deserves to exist and deserves to be remembered when we think about the variety of ways in which literary history can be written.
但是这区别既然存在,只要你思考它,它就有存在的理由,值得被记住,并被记录到,文学的无限发展可能的历史中。
That suggests, now, if you think about this even highly simplified lifecycle, suggests some other ways that we might use kind of modern technologies to engineer new vaccines.
那说明了,如果你,思考下这个高度简化的生命周期,那里隐含着其它一些突破口,即我们可以用某种现代技术,来构建新型疫苗
So for some you that are less interested in maybe the physical structure of an individual atom, now some more exciting material for you might be coming up if you like to think about how, instead, molecules behave, either within bonding, within themselves, or with other molecules, that's what we're going to be heading to in this next unit.
那么对于某些同学,你们或许不感兴趣,对于单个原子的物理结构,现在可能有令你感到兴奋的内容,要出现了,如果你更喜欢思考,分子的行为,或者是关于成键的,或者是关于它们本身的,又或者与其它分子之间的行为,这些将是我们下个单元要讲的内容。
Think about reconsidering your assumptions.
重新思考你的猜测。
Imagine instead, you're writing code that's a hundred thousand lines, a million lines, of code. You don't want to write it in this form. All right, and the reason you don't want to do that is, well, several.
换一个角度来思考,你正在写的代码有几十万行,近百万行,你绝对不想写成这种格式,好吧,你不想这么做的原因有以下几个。
And I would suggest palindrome as a great example of that. That's easy to think about recursively. It's much harder to think about iteratively. And you want to get into the habit of deciding which is the right one for you to use. And with that, we'll see you next time.
其它的问题可能用递归的方式,可以更好的解决,而直接思考可能很困难,这时你就得养成做出,正确选择的好习惯了,下周再见。
You've got to put yourself in the shoes of your fellow classmen and figure out that they're not going to choose 67 and above.
你需要从你的同学的角度思考,明白他们也不会选择67及以上的数
You've got to put yourself in other people's shoes to figure out what they care about and what they're going to try and do, so you can respond well to that.
你要学会换位思考,去分析他们的收益是什么,他们要怎么做,并依此做出回应是很难的
But as you get older and you have a lot of spare time, you think about what you are doing, which is something I have the luxury of doing right now, and I realized this is more tricky.
但随着你们年龄的增长,有更多空闲时间之后,你就会思考你做的事情,我现在就有很多闲暇思考这些问题,我意识到这东西其实很精妙
That goes back to that idea of sort of discipline coding. It's easy to have assumptions about what you think are going to come into the program when you writ it. If you really know what they are use them as search, but if you think there's going to be some flexibility, you want to prevent the user getting trapped in a bad spot, and exceptions as a consequence are a good thing to use.
这又回到了规范编码的想法上来了,在你写代码的时候考虑,什么会进入你的代码的思考是简单的,如果你真的知道,他们是用他们来做搜索的,而你希望有一定的灵活性,你想要阻止用户,陷入一个艰难的境地,那么异常是非常实用的。
Before we do that, or as you do that, let's look at Fib 1. The key thing to notice about Fib 1 is that it has the same specification as Fib.
我们做之前,或者当你在思考的过程中,让我们看看Fib,1,Fib1重要注意的,关键的一点就是,他和Fib的格式描述是一样的。
it was a small seminar-- I had groups of students proposing two novels actually for the end of the syllabus, and the exercise gets you to think very hard about what you think this period is all about.
是以小组研讨课的方式进行-,几组学生提出两本小说,作为教学大纲上最后一本读物,这样做的练习的目的是,让你去思考这个时期的意义。
Can you give us a few examples of places where this is banged in conflict and perhaps how your own thinking, in discussing this, may have involved, expanded, taken surprising directions?
能不能给我们举一些,这些不同点之间发生冲突的例子,或者说你在思考这些时,你的想法,是如何不断充实又变得新奇的呢?
It's sort of late in the day for students who have been through the better part of a semester thinking about the nature of death to argue, maybe, it wasn't such a good idea for you to take this class in the first place.
对学生来说有些太晚了,你们经历了大半个学期,思考着如何讨论死亡的本质,也许,你一开始来上这门课就不是个好主意。
My advice for our young philosopher, or for any young students is to think about the kind of life you want to live and how it can advance the values that are most important to you.
我建议这些年轻的哲学家们,也建议所有的大学生,来思考一下你真正希望的生活,想一想这种生活将如何深化,对你来说最重要的价值观。
Or you can use it to express something that you've been pondering,
I think”句型也可以用来表示一些你在思考的事情,
应用推荐