• The Confederate government had little money to create one.

    VOA: special.2009.09.10

  • What we're really getting at is the idea of saying I want to have a way of grouping together information into units that make sense. So I can go back to one of those topics we had at the beginning, which is the idea of abstraction, that I can create one of those units as a simple entity, bury away the details and write really modular code.

    组合成为有意义的单元,那么这就让我们回到,一开始讲的话题之一了,这就是抽象的概念,也就是我可以以一个简单的,实体的形式创建这样的一个单元,把具体实现隐藏然后写一些,真正模块化的代码,我们在以后的课程中。

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

  • OK, so I don't have to, it's a great question, I don't have to create a second one for cmp.

    但是参数的顺序是相反的,好,那么我就不必,这是个很不错的问题,我就不必再创建。

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

  • "And it is a tax code that says you should pay lower taxes if you create a job in Bangalore,India than if you create one in Buffalo,New York."

    VOA: standard.2009.05.04

  • And we've been working with them What I will call it prototype; we have not yet done a complete project. But I wanted to show you some pieces of this on slides. So one of the things we've done is create a searchable archive.

    我们与他们合作,我称之为草案,我们还没有完成一个完整的项目,但我想给你们看一些幻灯片,我们做的其中一件事就是,创建一个可搜索的档案馆。

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

  • In that year, Congress debated a proposal to create two territories from one large area in the west.

    VOA: special.2009.04.30

  • And one of the puzzles of syntactic rules, or one of the issues of them, is that different rules can conspire to create the same sentence.

    语法规则的一个谜团或问题是,不同规则可以共同作用来产生同一个句子

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

  • It cost an estimated one and a half billion dollars to create.

    VOA: special.2010.03.31

  • One day he was asked by a journalist of his time, ? "how did you create this most amazing masterpiece, David?", to which Michelangelo responded, "it was easy.

    曾经有个记者问他,您是如何创造出《大卫》这件巨作的,米开朗基罗回答,很简单。

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

  • Instead of creating one large territory, the bill would create two.

    VOA: special.2009.04.23

  • So, one that perhaps does not reproduce in such high numbers that you create an overwhelming infection, but one that still goes through its lifecycle but is limited in its effect.

    因此,一方面这些病毒不会大量复制,从而不会导致暴发性的感染,另一方面,它依旧在进行生命周期循环,只不过对其效用进行了限制

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

  • Experts believe one of the best ways for the rural areas to cope with the new arrivals would be to create jobs boosting food production.

    VOA: standard.2010.07.16

  • And America has to recognise that we're one nation playing our role and trying with other nations to create a world that stands for universal values or that lives up to universal values.

    我们必须意识到,我们只是一个国家,做好我们的本分,试着和其他国家一道,建造一个拥有共同价值观的世界,或追求共同价值观的世界。

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

  • "The one that led paleontologist Othniel Marsh to create the name ceratosaurus."

    VOA: standard.2009.12.08

  • And,so,instead of having where before you had something like one- hundred tolls you had to pay on the Loire River, if you're transporting some goods, they eliminate all those tolls, they try to create uniform weights and measures, and that'll take one-hundred years before that really works.

    相对于从前,诸如你想,通过卢瓦尔河运输货物,你必须支付一百元的过路费,他们取消了所有此类收费,他们尝试建立统一的度量单位,这些想法在一百年之后才得以实现

    耶鲁公开课 - 1871年后的法国课程节选

  • "I think the ideal strategy is one that combines a number of ways to create a culture of wellness, in which people are encouraged to exercise and eat healthy."

    VOA: standard.2010.07.16

  • My answer is, you can't change one but you can create a new one that is almost like the old one but different in a little bit.

    既然你不能改变元组,你可以新建一个跟原来的元组,大体上一致但有细微差别的元组。

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

  • "If he'd been able to come back and to gather around him some powerful, like-thinking nation builders, they might have been able to create his ideal of having one Spanish speaking South American country" "It would have been a different world."

    VOA: standard.2010.06.09

  • Now what I'd like to do, every time I find a divisor I'd like to gather it together. So I'm going to create a tuple of one element, the value of i.

    那么我就会去创建只包含一个元素的元组,也就是这个除数了,然后,啊,很好,这里是加法重载的一个很糟糕的应用。

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

  • And that's a wonderful thing to have because it gives you that modularity, that encapsulation that basically says, when I create a point, the only way I can get at the values, is by using one of the defined methods, in this case it could be Cartesian, Cartesian and get all the pieces of that.

    这是很棒的一件事情,因为它让你有了,模块性以及封装性,这基本上也就是说,当我创建了一个点,我能够得到它的值的唯一的方式,就是用一个定义好的方法,在这个例子中也就是。

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

  • Second thing they're going to do is let us suppress detail. And in essence what that does is, the functions, and we're going to look at a bunch of examples in a second, these functions are going to give us a way to, in some or in one way of thinking about it is to create new primitives.

    第二件要做的事,是忽略细节,函数的本质到底是什么,我们将在接下来的几分钟,举一些例子,这些函数将给我们提供,一种创建原语的思考方式。

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

  • And then we looked at this little loop before, for i in range number of stocks, I'm going to create two different lists of stocks, one where the moves, or distributions, are chosen from a uniform, and the other where they're Gaussian.

    这里的这个小循环,因为i代表股票,我会建立两个不同的股票链表,一个是代表股票价格的移动,或者说是分布,它们是从均匀分布中得出的,而另一个链表是从高斯分布中得出的。

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

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

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

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