• Now, when we talked about optimization problems in dynamic programming, I said there were two things to look for.

    现在,当我们讨论,动态编程中的最优化问题时,我想说两件事需要注意

    麻省理工公开课 - 计算机科学及编程导论课程节选

  • I noticed that a lot of women in London have red hair.

    注意到伦敦很多女人都一头红头发。

    忘不了的生日礼物 - SpeakingMax英语口语达人

  • I mean, they have no idea how hard we work, and look at this gigantic split infinitive, to dramatically help.

    他们不知道我们多么努力地工作,注意到这之间的巨大鸿沟,会很大的帮助。

    麻省理工公开课 - 固态化学导论课程节选

  • So notice a difference in these structures, is this has an n h bond whereas this has an o h bond.

    注意它们之间的一点不同,那就是一个氮氢键,而另一个氧氢键。

    麻省理工公开课 - 化学原理课程节选

  • The code is unusually conspicuous, complex, and enigmatic; it attracts an inordinate amount of attention to itself, and this attention has to acquire the rigor of a method.

    这种代码通常很显著,复杂,神秘;,它把大量的注意力都吸引到自己身上,这种注意力得一种方法的严肃性。

    耶鲁公开课 - 文学理论导论课程节选

  • And then notice the structure, WHILE I got a keyword WHILE, there's that color identifying it, and in parentheses I have a test.

    然后注意这个结构,一个关键词,颜色就可以区分出它了,然后括号内是个测试。

    麻省理工公开课 - 计算机科学及编程导论课程节选

  • It's a twisted ladder and there's a couple of things to notice about this familiar structure.

    它犹如扭曲的梯子,对于这众所周知的结构几件事必须注意

    耶鲁公开课 - 生物医学工程探索课程节选

  • In fact, he noticed that madmen sometimes believe they have extra limbs or they believe they're of different sizes and shapes than they really are.

    事实上他注意到,疯子时会相信自己额外的四肢,或者相信他们的大小与形状,是与实际不同的

    耶鲁公开课 - 心理学导论课程节选

  • Let's just notice that there's a difference between saying can't be seen through the eyes and can't be observed through one sense or the other.

    我们只需注意到,说眼睛看不到,和不能通过感官感知到,这两者是区别的。

    耶鲁公开课 - 死亡课程节选

  • But what's interesting about this particular example is one, it's imperfect.

    但是,关于这个特定的例子,两点需要注意,第一,它并不完美。

    哈佛公开课 - 计算机科学课程节选

  • So we'll focus on the bass and we'll try to sing the bass, and if we find that in singing the bass our voice is not changing, probably the harmony hasn't changed.

    现在把我们的注意力放到低声部上,尽量唱出低声部,如果在唱的过程中我们觉得自己的声音没变化,那和声就很可能没改变。

    耶鲁公开课 - 聆听音乐课程节选

  • They're interesting biological reasons for that, but certainly it's relevant, and it's important of course for physicians to be aware of this when they're screening overweight people for Diabetes given that excess risk in the women.

    这些生理因素很趣,也很意义,考虑到女性的患病风险更高,医生们在为超重人群检查糖尿病时,很必要注意到女性的患病风险

    耶鲁公开课 - 关于食物的心理学、生物学和政治学课程节选

  • Now, here's another document that you want to be aware of that gives you some idea of what the Greeks fairly early thought the polis was for and about, and what the relationship between individual and polis was.

    现在,这另一份你们应该注意的材料,它能让你了解一些早期希腊人,是如何认识城邦的作用和本质,以及个人与城邦之间的关系的

    耶鲁公开课 - 古希腊历史简介课程节选

  • Well one reason I want to go back is you'll notice I've been putting up these lines on the board and when we visited elections on the second day, we said that you could think of that line on the board, as being not just left wing, right wing politics but also some dimension of products.

    原因之一是我想你们将注意到,我在黑板上画了一条线,当我学习第二天学习的选举时,我们讲过你们可以想象黑板上条线,不仅是左派和右派的政治家,还可以是某种产品特性

    耶鲁公开课 - 博弈论课程节选

  • I noticed that there are tons of tourists here in London.

    注意到伦敦大量的游客。

    想见识真正的英国 - SpeakingMax英语口语达人

  • so it's important to note that it's not in b, now we're talking about b plus, because we've already taken an electron out here.

    其中一个非常重要的地方需要注意,不是硼,而是正一价硼离子,因为我们已经拿走了一个电子了。

    麻省理工公开课 - 化学原理课程节选

  • The important findings of note are the following.

    这些结果以下几点需要注意的。

    麻省理工公开课 - 固态化学导论课程节选

  • Some of which I built: cmp, init, str. And there, notice, are the internal definitions And in fact I should've said, we often call those things fields.

    就是给我一个所东西的列表:,所的方法,与这个类关联的,一些是我写的:,还这里,请注意,是一些内部的定义。

    麻省理工公开课 - 计算机科学及编程导论课程节选

  • There's five electrons So what you'll notice here is that I only filled in 3 electrons.

    5个电子,你们这里会注意到我只填了3个电子。

    麻省理工公开课 - 化学原理课程节选

  • And those are two things that you'd like to do with every looping construct you write: you'd like to be able to assure yourself that they will always terminate, and then the second thing you'd like to do, is to assure yourself that it does give you back a reasonable answer.

    就是现在我了能去检查程序,是不是做了正确的操作的能力:,这就是你们在写每个循环程序的时候,都要注意的两个事情:,第一件事情是要确保程序可以终结,第二件你要做的事情,就是要确保程序返回了正确的答案。

    麻省理工公开课 - 计算机科学及编程导论课程节选

  • So here's a tip if you've not picked up on this already.

    这里一个小的提示,如果你们还没注意到。

    哈佛公开课 - 计算机科学课程节选

  • You've probably already noticed that there's some material that's set aside from the text in boxes, and I encourage you to particularly look at those boxes for this chapter.

    你们可能已经注意到,在正文旁边的方框里一些材料,我希望你们仔细看看方框中的内容

    耶鲁公开课 - 生物医学工程探索课程节选

  • But you see the difference. Great question, and a very important thing to understand, and that's why I'm belaboring this point, since this is where people tend to get pretty confused, and this is why mutation is very important to understand. Yeah.

    但是你们已经发现区别了,这问题挺好的,并且重要的一点需要我们去注意的是,人们经常对可变性这一点感到很迷惑,但是可变性是很重要的,我们需要理解它,这也是我经常强调这一点的原因。

    麻省理工公开课 - 计算机科学及编程导论课程节选

  • But it's an attempting mistake if you're not being careful.

    但如果你们不注意,这个错误还是可能的。

    耶鲁公开课 - 死亡课程节选

  • Now the two things to notice about this are the high spike that you have out here which occurs very rapidly and then the rapid decline in blood sugar, and insulin is involved in this whole reaction.

    两个需要注意的事情是,你们在这看到的急剧变化的曲线代表着,迅速上升和迅速下降的血糖,另外胰岛素也随之发生变化

    耶鲁公开课 - 关于食物的心理学、生物学和政治学课程节选

  • OK. Note, by the way, if I chase through each possible path, like there's some IFs in here, if there's some places to go, at least in this piece of code, every possible path through this code ends in a return. And that's a good programming discipline, to make sure that happens.

    注意一下,如果我跟进每一条可能的路径,像是这里的,起码在这段代码中就很多走向,这段代码中的每一条可能路径,在结尾都会返回一个值,这就是一条很好的编程定律,请确保这样做。

    麻省理工公开课 - 计算机科学及编程导论课程节选

  • And then the psychologists went around and they asked the people, "How many of you noticed this person's T-shirt?"

    然后心理学家,问别人,“你们多少人注意到这个人的T恤了?”

    耶鲁公开课 - 心理学导论课程节选

  • And notice, unlike Scratch where some of you might have realized it starts to get a little ugly, you have an "if else" and then you have another here and another one and things start to move and move and move like this, it gets very messy.

    注意,不像Scratch,在那里,你们其中某些人可能认识到它变得点丑,你一个“if,else“然后这里又另一个,那里又一个,代码就像这样开始跳转,跳转再跳转,它开始变得点凌乱了。

    哈佛公开课 - 计算机科学课程节选

  • It turns out that people-- And then he had them go about their day and asked them, "How many people noticed your T-shirt?"

    结果发现人们…,他让这些人过完这一天,然后问他们,”多少人注意到你的T恤了?“

    耶鲁公开课 - 心理学导论课程节选

$firstVoiceSent
- 来自原声例句
小调查
请问您想要如何调整此模块?

感谢您的反馈,我们会尽快进行适当修改!
进来说说原因吧 确定
小调查
请问您想要如何调整此模块?

感谢您的反馈,我们会尽快进行适当修改!
进来说说原因吧 确定