• The software has been used as part of a vaccination program that has greatly reduced measles deaths in Africa.

    VOA: special.2010.05.03

  • What lambda that does, it creates on the fly a function, as the program runs. That I can then pass around.

    这里的入是在函数运行的时候,由一个函数创建的,然后我会传递这个值。

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

  • I studied there for 4 months as an exchange program

    我在那里学习四个月,是一个交换项目,

    我喜爱的城市 - SpeakingMax英语口语达人

  • She met with twenty women that the widows' association had chosen as good candidates to take part in the program.

    VOA: special.2010.06.16

  • Is it possible to say that she successfully conveys a moral program that we can any way identify as the official doctrine of the mask?

    是否可以说她成功地传达了一个道德课程,让我们能以任何方式标识为《面具》的官方学说?

    耶鲁公开课 - 弥尔顿课程节选

  • "I didn't really think about it as an educational program, I just really fell in love with the characters.

    VOA: special.2009.11.27

  • And in any event, our primary concern is with the program of the texts as they stand before us: is there a symbolism operating here?

    无论如何,我们主要关心的,是摆在我们眼前的,这些计划大纲:存在象征主义吗?

    耶鲁公开课 - 旧约导论课程节选

  • LaQuintha Carroll is one of many Hoop Dreams graduates who have returned to the program to work as a mentor.

    VOA: special.2009.01.28

  • s1 It's a little square, it's going to be called s1 and that's what exists as of line two of this program, GetSting but now I've called get string.

    这是一个正方形,叫做1,这就是程序中第二行代码所表示的,现在我调用。

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

  • In fact,the orientation program for new students at Virginia Tech this summer includes a meeting for parents called "Parents as Partners."

    VOA: special.2009.07.09

  • And that's basically trying to make sure our program has not regressed, as to say, gone backwards in how well it works. And so we always test it on everything.

    这只是从根本上确保,我们的程序并没往后退,也就是说在可用性方面倒退了,因此我们在任何东西上,都要进行这样的测试。

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

  • As two thousand nine ended, the nation's biggest banks rushed to repay money from the Troubled Asset Relief Program,or TARP.

    VOA: special.2010.01.01

  • with fellow Princetonian and former Senate Majority Leader Bill Frist, who had appeared on our program earlier, as co-chair of the Clinton-Bush Haiti Fund.

    他和兼任普林斯顿校友及,前参议院多数派领袖比尔·弗斯特,他之前也曾经出现在我们节目上,共同担任,克林顿-布什海地基金会主席。

    普林斯顿公开课 - 国际座谈会课程节选

  • The Language Teaching Program,for example, brings teachers of English as a foreign language to work at American colleges and universities.

    VOA: special.2009.02.12

  • And, in fact, a computer program has come up with a proof that, as far as was known, nobody in the world had ever come up with before.

    而实际上,电脑程序的证明方式,据目前所知,是前人们从未曾提出过的

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

  • The idea is that mothers would pour the liquid into the baby's mouth as part of an H.I.V.treatment program.

    VOA: special.2010.05.24

  • Or people like Richie Davidson actually scanned the brain and showed significant changes as a result of an 8-week meditation program.

    或像是Richie,Davidson,通过扫描大脑,显示八周的冥想项目,可以产生重要改变。

    哈佛公开课 - 幸福课课程节选

  • A medical aid program in Kenya offers hope to women and girls suffering from a condition known as fistula.

    VOA: special.2010.08.09

  • And as I have spent time with students on campus, especially in that program, I realize that there's very much a conversation going on about their experiences in the Outdoors.

    我一直和学生们打交道,尤其是在这个项目中,我发现,关于户外活动经历这个话题,他们都有很多话要说。

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

  • Harrison Schmitt talked about the moon landings of the Apollo program as a historic beginning to greater exploration.

    VOA: special.2010.04.28

  • You can see some people in the back with cameras as part of an experimental pilot program funded by the Hewlett Foundation and at some point they will decide what they will do with these lectures.

    你们能看到后面的摄像人员,这是个由休利特基金会赞助的实验性试播项目,在某种程度上来说,是由他们决定,如何使用这些课堂录像

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

  • As we reported in our last program, slavery supporters failed to push through Congress a bill to make Kansas a slave state.

    VOA: special.2009.05.28

  • If you have a piece of scrap paper with you, suppose that you've started your program as follows.

    如果你有一张废弃的纸张,假如你已经开始了以下的问题。

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

  • This week on our program, we tell the story of the woman remembered as "The Unsinkable Molly Brown."

    VOA: special.2010.03.08

  • And henceforth I'm gonna start calling these tools, these monickers that I can use as building blocks in my own program, it's gonna be called a function as we'll see.

    从此以后,我将在我的程序里把这些工具,称为我们可以用来写代码的组件,在我自己的程序中,我们将了解到它被叫做为一个函数。

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

  • An app can be as simple as a program that turns a mobile phone into a flashlight to light your way at night.

    VOA: special.2011.03.22

  • Which is, and we're going to do some examples of this, initially we just typed in expressions Python into the interpreter; that is,directly into Python And as I suggested last time, the interpreter is actually a program inside of the machine that is basically following the rules we're describing here to deduce the value and print it up.

    也就是,我们将会对这一点讲解一些例子,一开始我们只是简单的把表达式输入,到解释器里面去,也就是直接传给,我上次跟大家讲过,解释器实际上是,机器内置的,按照我们描述的规则,来推算出结果值并把值显示出来的一个东西。

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

  • You might recognize it as the theme music for the Special English program Words and Their Stories.

    VOA: special.2010.01.24

  • That goes back to that idea of sort of discipline coding. It's easy to have assumptions about what you think are going to come into the program when you writ it. If you really know what they are use them as search, but if you think there's going to be some flexibility, you want to prevent the user getting trapped in a bad spot, and exceptions as a consequence are a good thing to use.

    这又回到了规范编码的想法上来了,在你写代码的时候考虑,什么会进入你的代码的思考是简单的,如果你真的知道,他们是用他们来做搜索的,而你希望有一定的灵活性,你想要阻止用户,陷入一个艰难的境地,那么异常是非常实用的。

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

  • Well, there's a chunk of memory called the heap that you can grab as much memory as you want so long as it exists for your program.

    好的,这里有一块叫做堆的内存,这样你就可以获得你想要那么多的内存,因为它为你的程序而存在。

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

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

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

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