• So,first of all,let me assert my firm belief that the only thing we have to fear is fear itself - nameless,unreasoning,unjustified terror which paralyzes needed efforts to convert retreat into advance."

    VOA: special.2011.05.19

  • So, really I'm pretty happy with what I've gotten to do, and I just want to say we're not trying to convert all of them you pre-med people, by any means.

    事实上,我很对我所做的事情很高兴,我想说我并不是想。

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

  • but if you actually convert that to Euros, it's not that, it's not much more.

    但如果把它们换算成欧元,就没有那么贵了。

    来自西班牙 - SpeakingMax英语口语达人

  • The president said government grants are helping to convert that and other factories to plants where electric automobiles will be built.

    VOA: standard.2009.08.05

  • The first thing I am going to do is I am going to convert the sodium into vapor.

    第一步,我将要将固态的钠气化。

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

  • He got the idea for Khan Academy four years ago, when he taught a young cousin how to convert kilograms to grams.

    VOA: standard.2010.03.26

  • And what it's used is to convert one type of group, what's called a carboxylic acid into another type of very reactive intermediate, which is called an acid chloride.

    它被用来将一类被称作羧酸的化合物,转化成另外一类活性很高的反应中间体,也就是酰氯。

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

  • "This is the world's first commercially available pedal generator, allowing to convert your human power into usable electricity.

    VOA: standard.2010.02.24

  • If your dealer quotes you a discount rate of 2.51%, you know how to convert that into the price and that's all that matters--all that really matters is the price you have to pay.

    如果经销商告诉你折扣率是2.51%,你要知道如何转换成价格,真正和你有关系的,是你需要付多少钱

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

  • The pancreas is an organ that in healthy people secretes insulin to convert glucose into energy.

    VOA: standard.2010.04.15

  • A If you want to convert a number like 65 to the letter A, you just have tell the computer "cast that int to a char."

    如果你要把一个像65这样的数字转换为字母,你只需要告诉计算机“把那个int型数据转换成char型处理“

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

  • One of those tourists was killed. Al-Qaida in the Islamic Maghreb says it killed an American teacher in Nouakchott in June, because he was allegedly trying to convert Muslims to Christianity.

    VOA: standard.2009.12.09

  • And as you might expect, I'm going to then try and see if I can convert that into a float.

    正如你希望的我要试着把他们转化为浮点数,等一等。

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

  • "But what has not yet happened is setting up the complicated vehicles inside the institution to convert that gold and the proceeds from selling it into money for low income countries.

    VOA: standard.2009.04.20

  • You can take heat energy and convert it to work energy and vice versa, and it doesn't say anything about that you have to waste heat if you're going to transform heat into work.

    你可以把热能便成功,也可以反过来,但它对于如果你要把热变成功,就必须浪费热量这件事只字未提,它只是说这是能量。

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

  • Because we think once we understand how they work, we could be able to manipulate the mosquito genetically and convert mosquitoes that can transmit malaria into mosquitoes that cannot transmit malaria."

    VOA: special.2009.12.22

  • Now pro-slavery writers were inspired by this to some extent, but many of them will simply convert it.

    某种程度上,这给了亲奴主义作家灵感,但是他们中许多人会转变这种观念

    耶鲁公开课 - 美国内战与重建课程节选

  • The pontiff urged Catholics to help convert those confused by witchcraft, criticizing suggestions that such evangelism insults other faiths.

    VOA: standard.2009.03.22

  • So, it's more effective because it's a live virus but it's a little bit more concerning because it's a live virus as well, in that you trust that it's attenuated but could it convert back to a virulent form or a form that caused a disease.

    因此,口服疫苗更加有效,因为它是活性病毒,但又是因为这一点,人们也存有更多顾虑,当它处于减毒状态时你会信任它,但是它会不会转变回,强毒壮态或者致病状态呢

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

  • France would then convert the material into metal rods to be used by the Tehran reactor.

    VOA: standard.2009.10.19

  • It's magical.It's sorcery to take an ore and convert it to metal. It's magic. It still amazes me today.

    非常神奇,采取矿石并将其转变为,金属非常神奇,我现在仍然很吃惊。

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

  • So if in fact I wanted to make sure this was a number, I should have done something like either try and convert it to a number, which of course failed here, or put in a check to say where it is.

    因此实际上如果我想确保,这是一个数字的话,我们的课程上的代码,在这里失败了,你或许应该在这里,放一个检查的东西。

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

  • And, again, all of these slides that I am showing all convert to PDF and will be posted at the website.

    再次,所有这些我要展示的,的幻灯片都会转换成PDF格式,发布到网站上去。

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

  • How do we typically print things, we convert them to strings.

    我们一般是怎么显示对象的呢?,对,把它们转换为字符串。

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

  • Well I need to take that number and I'm going to turn it into a string. So notice what I'm going to do right here. I take that number and convert it into a string. That's an example of that type conversion we did earlier on. By doing that it makes it possible for me to treat it as an ordered sequence of characters.

    我可能得把这个数字变为字符串,请注意我这里是怎么做的,我把这个数字,转化为字符串了,这是我们之前学过的,类型转换的例子,这么一来我就能把它按照有序的。

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

  • That means starting at the first one, I'm going to do something to it. And what am I'm going to do? I'm going to take that character, convert it back into an integer, and add it into some digits. And I've done a little short hand here, which is I should have said some digits is equal to some digits plus this.

    这意味着从第一个字符开始,我要对他们进行一些操作,我要去做什么呢?我要取得这个字符,然后把它转换为整数,然后加到某些数上面去,我在这里用了一些缩写,我本来应该写一个数字等于这个数字。

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

  • Occasionally, you'll find you need to cancel out units, because, of course, you're always doing unit analysis as you solve your problems, and sometimes you'll need to convert joules to kilogram meters square per second squared.

    偶然地,你会发现需要消除单位,因为在解题时,经常要做单位分析,所以有时候需要把,焦耳换做,一千克乘以米的平方除以秒的平方。

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

  • Rather than say $99.58, we just quote the 2.51 and everybody knows how to convert.

    而不是说99.58美元,我们只说2.51,大家都知道如何换算

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

  • And now I have to convert atomic chlorine into ionic chlorine.

    下一步我将氯原子,转化为氯离子。

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

  • So you have to somehow convert the source code, the C code into 0s and 1s and for that process there exist this tool called a compiler that someone else wrote that takes this stuff as input and produces this stuff as output.

    所以你必须把源代码,即C语言代码转换成二进制文件,这个过程就需要我们提到的编译器了,它是由别人编写的一个软件,以这些代码作为输入,将会产生的输出。

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

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

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

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