• Cinnamon was second. Other research has shown that cinnamon gets more use in cooking than ground cloves.

    VOA: special.2010.06.01

  • In the second century you can't really use the term "orthodox Christianity" versus "heretical Christianity," because there wasn't--orthodoxy hadn't been established,yet.

    在主后第二世纪你不能用,和“基督教异教“相对的“东正教“,因为当时正教还没建立。

    耶鲁公开课 - 新约课程节选

  • So here we have a second definition, a new definition for today, and again we can use our jargon.

    这里我们给出第二个定义,也是今天的一个新定义,我们再一次用到术语

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

  • So doctors must use stronger, "second line" drugs when the first ones fail.

    VOA: special.2009.03.25

  • Second skill we want you to have at the end of this course is the ability to use a vocabulary of computational tools in order to be able to understand programs written by others.

    我们想让你们在课程结束时,掌握的第二个技能,是有能力使用计算工具的语言,用来理解,别人编写的程序。

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

  • Rick says residents here could still use help from Mr.Obama, now into his second year as president.

    VOA: standard.2010.02.24

  • But in terms of SI units, which become much more useful if you're actually trying to use intensity in a problem and cancel out your units, we're just talking about joules per second is what intensity is.

    但是用国际单位制,这个变得越来越有用了,如果你实际上在使用强度,来解决问题和约化单位,我们仅仅讨论每秒钟的焦耳,这就是强度。

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

  • Just like one second is some convention we use and one meter is some convention we use.

    就像一秒是我们预先约定的,一米也是我们预先约定的

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

  • The second is something a little more subtle and that is to find different ways to use technologies to basically stretch the boundaries to What it means to learn at MIT.

    大学教育水平,第二件重要的事更微妙些,就是去发现不同方式使用技术来伸展,此对于在麻理学习的意义的界限。

    麻省理工公开课 - 媒体、教育、市场课程节选

  • You don't mind watch it a second time Actually I watched it many times, on DVD in particular. Did you use the DVD?

    你们不介意再看第二遍吧,事实上我看了很多遍,特别是看DVD,你们看DVD吗?

    麻省理工公开课 - 电影哲学课程节选

  • I'm going to come back to that in a second with that, but I need to do one more example, and I've got to use my high-tech really expensive props. Right. So here's the fourth or fifth whatever we're up to, I guess fifth example.

    并且我会用到我的,高科技的昂贵小道具,好,这是第四个还是第五个了?,好,我猜是第五个例子了,这是个被称为汉诺塔的问题。

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

  • And the question is, so how many pigs does he have, and how many chickens does he have? Wow. What a deep problem, right? But you're going to see why we're going to use this in a second. So you know how to solve this, this is a fifth-grade problem, right?

    为了避免歧义,这些猪和鸡都是健全的,现在问题是它到底有多少只猪和鸡呢?,多深刻的一个问题啊,对吗?,但是你将要看到的是,我们为什么要举这个例子,你知道如何解答这个问题?

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

  • So I'm going to use this row, I think, everyone in this row stand up a second, and this row stand up, this is the row of potential voters.

    就选这排吧,这排的同学站起来一下,这排站起来,这排是潜在选民

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

  • So I set about on two missions, the first was to visit high schools around country and talk to young people about their use of digital technology and second was to go online and began to look closely at websites, chat rooms, internet list that young people were creating.

    我为此制定了两个任务,第一个是拜访全国的高中,与年轻人进行交谈,关于他们对电子技术的使用,第二个任务就是上网,开始认真研究那些网站,聊天室,以及年轻人们所创造的网络世界。

    麻省理工公开课 - 媒体、教育、市场课程节选

  • You try to design actually I'm going to come back to that in a second. It's like you're trying to use a hash function that spread things out pretty evenly. But the places you store into in those lists may have to themselves have a small list in there, and when you go to check something, you may have to do a linear search through the elements in that list.

    你尝试着去设计,实际上过会儿我会回头讲解这个问题,类似于你需要用一个哈希函数,非常平均的将物体分发出去,但是在列表中你数据,映射到的地方可能会有自己的一小段列表,当你回头查找数据的时候,你可能需要在那一小段列表中做线性查找。

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

  • I'm given an integer that's a perfect square, and I want to write a little piece of code that's going to find the square root of it. All right so I'm cheating a little, I know it's a perfect square, somebody's given it to me, we'll come back in a second to generalizing it, so what would the steps be that I'd use to walk through it?

    完美平方数的整数,我想写一段代码来求这个数的平方根,好,我这儿有点儿作弊了,我知道这是一个完美的平方数了,他们给我的,我们后面会讲怎么产生这个数的,那么我想解决这个问题,需要什么步骤呢?

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

  • First of all, two parameters. It's OK. All it says is, when I call this, I need to pass in two parameters for this to work. All right? Now, if I want to use that, I'm going to use a second piece of code here, called Barnyard. I'm going Barnyard to read in a couple of values, convert them into integers, and then I'm going to use solve to get a solution out.

    注意我得到了什么,第一,两个参数,它的意思就是我调用这个函数,我得给它输入两个参数,明白了吗?,现在如果我要使用它我得用,这里的第二段代码,也叫,我将读入一组值,将它们转化为整型,然后我会用solve得到一个解决方案。

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

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

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

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