• I think I have sort of two things to go together that are very simple, that doesn't matter where you live.

    我有两点要讲,他们都很简单,无论住在哪里都可以

    普林斯顿公开课 - 人性课程节选

  • in a very simple way, in its simplest form, to really just ask without any undertones,

    简单地说,可以用不带任何画外音的最简洁表述,

    Do you ever课堂 - SpeakingMax英语口语达人

  • Rule for taking derivatives, if you want to do this mindless application of calculus, you can do it.

    按求导法则来做,如果想解决这个微积分的简单应用,你可以很容易做到

    耶鲁公开课 - 基础物理课程节选

  • So since that's the easiest scenario, you can probably be sure it's not going to be too frequently that you're just given the energy, right, that might be too easy.

    所以既然那是最简单的情况,你可以确信只给提供能量值的,这种情况不太可能发生太多,对,因为那太简单了。

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

  • And I think this is best illustrated by giving you a simple little piece of code.

    我认为给看一段简单的代码,可以很好的说明这个问题。

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

  • It's a little more involved on a PC but it's all free, the software you can download, and Linux in similar operating systems generally come with a compiler or you run a simple command to get it.

    在PC机上有点复杂,但是它是免费的,一般下载的软件,类似Linux的操作系统等等通常都需要,一个编译器,或者你可以运行一些简单的指令来获取。

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

  • I also like computer programs that are simply in that language and seeing the item.

    我也喜欢简单运用那种语言的电脑程序,而且你可以很容易地看到各个条目。

    英语学习技巧 - SpeakingMax英语口语达人

  • Because they are children that you could save just as easily as you could save that child in the pond in front of you.

    因为你可以拯救这些儿童,正如你可以拯救那个,掉落池塘的小孩一样简单

    普林斯顿公开课 - 人性课程节选

  • You could simply say, "Please, do something".

    你可以简单地说,“请帮我做某事”。

    Would you please 课堂 - SpeakingMax英语口语达人

  • That's why molecular biology, one of the reasons why it's turned out to be such a powerful tool, because if you can think creatively you can find all different ways to using these very simple principles to recombine molecules, to make unique new DNA sequences.

    这就是分子生物学,如此有用的原因之一,因为如果有创造力,你可以用各种方法,运用这些简单的原理来重组分子,创造独特的DNA新序列

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

  • The "Have you" pattern is a very simple way to ask any question to anybody that you might encounter.

    Have you”句型是一个非常简单的句型,你可以用这个句型向任何遇到的人提问。

    Have you 课堂 - SpeakingMax英语口语达人

  • The "I have" pattern is very simple but it's great. Because you can use it to show so many things.

    I have”句型非常简单但却非常好用。你可以用它来表示大大小小各种情况。

    I have 课堂 - SpeakingMax英语口语达人

  • you can ask the host where your bag is quite simply by using the "where" pattern.

    你可以简单地用“where”句型询问主人的包在哪里。

    Where 课堂 - SpeakingMax英语口语达人

  • You can use the "it sounds like" pattern to very simply condense what he said,

    你可以使用“it sounds like”句型,非常简单地概括一下他所说的内容,

    It sounds like 课堂 - SpeakingMax英语口语达人

  • The "When" pattern is very simple, but you can use it in so many situations.

    When”句型非常简单你可以在许多场合用到它。

    When 课堂 - SpeakingMax英语口语达人

  • You've got to decide, all right? This is, you can talk to your neighbors, you know do a little bit of thinking. And I'm going to give you ten seconds to figure this out, what your vote is for that.

    们不能弃权,们必须选择,好吗?,你可以附近的同学讨论,简单思考一下,我给们十秒钟想想,选择什么。

    麻省理工公开课 - 热力学与动力学课程节选

  • This is simple. You could write it up very short and that will be a passing grade if you just write it up very short.

    但这一篇很简单可以写得很短,我会给及格,如果写得短的话。

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

  • you can use the "who" question very simply.

    你可以简单地用“Who”问句来表达。

    Who 课堂 - SpeakingMax英语口语达人

  • Very simply by saying, "What do you do?"

    你可以非常简单地问“What do you do?”

    What do you 课堂 - SpeakingMax英语口语达人

  • So always amazing to us how we go into the problem, our eye or mind can see one class of solutions, but the math will tell you sometimes there are new solutions and you've got to respect it and understand and interpret the unwanted solutions, and this is a simple example where you can follow what the meaning of the second solution is.

    解决问题的方式总能让人惊喜不已,我们的眼睛或思想可以看见一类解,但数学有时会告诉还有新的解,不能忽视它,而是解释这些不期而至的解,这只是一个简单的例子,由此你可以理解第二个解的意义

    耶鲁公开课 - 基础物理课程节选

  • So this first little piece of code right here says, ok you give me 2 points, I'll create another 1 of these lists and I'll simply take the x, sorry I shouldn't say x, I'm going to assume it's the x, the x-values are the two points, add them together, just right there, the y-values, add them together and return that list.

    好,为了来认识到这一点,让我们来看一个简单的小例子,在们的课堂手册上,你可以看到我写了一个小程序,它假设我得到了,这些点中的一些,我想对它们做一些操作,例如我想把它们加到一起,那么这里的第一小片,代码的意思是,好给我两个点,我会再创建一个数组。

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

  • Well, simply with the * notation at least on the way in when you declare the function called swap, you simply say this is not going to take an int and another int because that's useless.

    好的,简单说,当声明一个函数调用swap函数时,使用*符号,你可以简单说,这不能使用一个int数和另外一个int数,因为那是无效的。

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

  • you could easily ask this person's location by asking "Where do you live?"

    你可以简单地询问他的目的地,“Where do you live?”

    Where 课堂 - SpeakingMax英语口语达人

  • Thing I've got a little procedure that could do that, but you know the simplest thing I could do is to say well, gee, wait a minute, why don't I just check to see if these are the same thing?

    这两个点是同一个点么?,我已经写了一小块代码,可以提供这个功能,但是知道的我可以做的,最简单的事情就是说好,嗯?,等等,我为什么不直接去看看,这两个东西相等不相等呢?

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

  • The way, in the simplest terms that cyanide can kill you, is it basically out-competes your oxygen for the heme in your blood.

    氰化物可以杀掉的最简单的一种方式基本上就是,将氧从血液中,的血红素中挤出去。

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

  • But for now, it's probably simpler just always use the curly braces just to get into the habit.

    但是现在,简单起见,你可以,养成每次都使用花括号的习惯。

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

  • You can just talk about it in a simpler way.

    你可以用这个简单的方式表示

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

  • And just to look ahead a little bit, you could easily imagine that I might want to not just put a statement in there, what the specs are, I might want to put some constraints. Some specific things to check for, to make sure that you're calling the code right.

    这不仅是抽象的概念还有规范的概念,我们再往前看看,你可以简单的想象得到,我不仅仅是想在这里加一个声明,这些规范说明中我还想加一些约束,我们要注意一些特殊的事情。

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

  • You can simply say, "Where is my bag?"

    你可以简单地说,“Where is my bag?”

    Where 课堂 - SpeakingMax英语口语达人

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

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

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