• "We have to start doing things that are going to make a difference to change this behavior, because I really don't want to hear about four thousand more kids dying next year."

    VOA: special.2010.07.01

  • So, if we think about the bonds that are forming -- oh I see our TAs are here, so you can start handing them out, because we have two minutes left to go.

    如果我们考虑所成的键-,我看到助教们都来了,你们可以开始发讲义了,我们还有两分钟就下课了。

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

  • Well, I guess we're going to have to see how it unfolds, but hopefully we will start to do circus

    我们准备看看能不能再做大,希望建起一个戏团,

    观众是我的动力 - SpeakingMax英语口语达人

  • "I am not ready for tomorrow. I am ready for yesterday. If you wanted to start your World Cup yesterday, I would have said I am ready."

    VOA: standard.2010.06.02

  • I was going to say when you first start doing this, even people who have been doing it for a long time still go off on ten-minute daydreams before realizing that their minds were wondering.

    我本想说第一次尝试时,但即便是修行多年的人,也会走神十分钟之久,方才意识到自己刚做了白日梦。

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

  • It also comes in the wake of the Pope's visit, which I think is also setting the groundwork for sort of a cultural dialogue, an attempt to have a new start at the level of symbols and culture and try and erase some of the hostility of the last 8 or 9 years,".

    VOA: standard.2009.05.09

  • And I'll point out as we proceed, because I kind of have to start using the cloud here.

    稍后我会继续指出,我们需要,开始使用云了。

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

  • So, I have a bacteria infection, stimulates my immune system, I start making antibodies that bind to an antigen specific to that bacteria.

    所以 如果我被细菌感染了,我的免疫系统被激活,开始制造抗体,这些抗体结合到细菌特异性的抗原上

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

  • I do try to start a few minutes late, but I also have to finish a few minutes early so you can go to your next class.

    我已经推迟上课好几分钟了,我还得提前下课,好让你们能赶上下一节课

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

  • Incidentally, we have a problem set, which I want you to start today and it will be due not in a week this time, because we have Martin Luther King Day coming up, but it will be due the Monday following that.

    顺便说一句,我们有一套习题,我希望你你们从今天就开始做,不要求下个礼拜交,因为马丁·路德·金日要放假,等放完假后的礼拜一交

    耶鲁公开课 - 金融市场课程节选

  • In order for a more or less just society to remind me of justice itself, so that I can start thinking about the nature of justice itself, I have to somehow have already been acquainted with perfect justice.

    如果一个较为正义的社会,能让我想到公正本身,能让我思考公正的本质,我起码需要,对完美的正义有所认识

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

  • Now, efficiency is obviously an important consideration when you're designing code, although I have to admit, at least for me, I usually want to at least start initially with code that works, and then worry about how I might go back and come up with more efficient implementation.

    现在,当你设计程序的时候效率,是不得不考虑的问题,虽然我必须承认,至少对我来说,我是先担心程序能不能运行,再去把它的效率优化的,我喜欢可靠点的东西。

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

  • We're going to really get into this next class, but I just want to introduce it to you to give us a start, and many of you have used Lewis structures in high school, but we'll be doing some much more challenging Lewis structures, I can assure you, in this class here.

    其实我们下节课才会详细介绍它,但是今天我只想以简单介绍作为开始,大部分同学在高中就用过路易斯结构了,但是我们会遇到一些更具挑战性的,路易斯结构,我可以向大家保证,在这门课中会的。

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

  • So each of these cups again have different weights if I want to find the lightest of them I might start not knowing which is which.

    它们的重量互不相同,如果我要,找出最轻的一个,而我根本不知道会是,哪一个。

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

  • But then we have to ask-- so I'll throw the question out and we'll call it a day, start with this next time-- then we have to ask, ? would it really be better to know?

    但是接下来我们要问-,我把问题提出来便结束今天的课程,下节课从这个问题开始-,接下来我们要问,知道了真的会更好吗?

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

  • And again, I want you to have practiced drawing these out in the form you always need to start with the sigma and then write the number of the orbital.

    同样的,我希望你们,练习画这种图,你总是要从sigma开始,然后写出轨道数目。

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

  • So I'm going to start today, we have about five or ten minutes left, sorry, five minutes left - in order to do this with some beginnings of Python, and we're going to pick this up obviously, next time, so; simple parts of Python.

    这是我们需要学习的必要知识,我今天就会,五分钟或者十分钟的时间,对不起是五分钟,为了以Python开头来做到到这一点,我们会去学习这些。

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

  • shell What I have here is a Python shell, and I'm going to just show you some simple examples of how we start building expressions.

    好,这是一个Python的,我会给大家看一些,关于写表达式的简单的例子。

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

  • Well, for a thing called main which itself is a function but a function I wrote, a tool I am writing at the moment not like printf which someone else wrote long ago, I have to say where does main start, where does main end, and I do that by using these curly braces.

    至于这个名曰main的函数,由我们自己写的函数,也是一个工具,只不过由我们自己编写,而不是像printf那样已经由前人写好了,我们必须要说明main在哪开始,在哪结束,这样我们就要用到大括号了。

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

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

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

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