• Energy is a traded commodity, but it is important also the political input we put into this project."

    VOA: standard.2009.05.08

  • All right, those pieces of code inherently involved something that does depend on the size of the input, or on the particular input.

    好,这些代码,肯定会涉及到一些,与输入的大小相关的东西,或者说与特定输入相关。

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

  • These things run for variable amounts of time because they take input, a list of size of some amount.

    而这一段的执行时间是可变的,因为它们需要输入一个包含一些元素的列表。

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

  • "Fertilizers represent about 20 percent of the input costs in rice production for farmers."

    VOA: standard.2010.07.28

  • It could be, preconditions I want to have on input It could be, explanations of specific things you're doing.

    也可以是我对输入的预期是什么,也可以是,对代码,正在进行的特定操作的解释。

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

  • "In terms of diplomacy and conflict resolution, he did say that resolving the Israeli-Palestinian issue was a major input, and he immediately named Senator George Mitchell as his envoy in order to work on that particular issue,"

    VOA: standard.2009.04.24

  • Maybe that's just an illusion created by the fact that I'm getting this visual input from my body .

    也许那种想法就是一个错觉,因为通过视觉我知道,肉体有位置,随之假设灵魂也有位置

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

  • So, this is what goes on in an electrolysis cell, and it works thanks to input energy from a power supply shown here.

    所以,这是在一个电化学电池中发生的,它是靠输入的能量工作的,从和这个类似的电源输出的能量。

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

  • Touch, voice, natural language input, Smart Phones, Smart PC's, Smart TV's.

    触屏,声音,自然语言的输入,智能手机,智能个人电脑,智能电视。

    斯坦福公开课 - 微软CEO-Steve.Ballmer谈科技的未来课程节选

  • Obviously the algorithm is likely to depend on the size of the input, so this is not a great idea.

    很明显这个算法是与我的,输入的大小相关的,因此这不是个好方法。

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

  • It was a complete waste of time, unless the goal in life was simply to pester the user for some input.

    刚才的时间就完全浪费了,除非那个唯一的目的,是简单地纠缠用户索要一些输入。

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

  • And by that, I mean, not how much memory do I need to store the size of the input, it's really how much internal memory do I use up as I go through the computation?

    需要占用多少内存,我意思并不是,存储输入需要多少内存,而是当我完成这个?

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

  • Now in this case, it's clear that I'm not only saying this function takes an input, I also have to give that input a name.

    在这种情况,很清楚的,我不只是说明这个函数有一个输入,我还要给那个输入一个名字。

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

  • On the other hand, the body generates input that eventually gets sensed or felt by the soul.

    另一方面,身体又能输出指令,使得灵魂能够感知

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

  • Even though my statement said enter a number, in particular, raw input here simply takes in a set of characters and treats it as a string.

    即使我的陈述说的是应该输入一个数字,实际上,这里的原始输入会被当做一个字符,的集合来提取并被当做一个字符串来对待。

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

  • Which is a way of reminding you that I need to think as I write the code about what are my expectations from the input, and how might I enforce them.

    通过这个我在提醒大家,在写代码的时候,要搞清楚对输入的期望,并思考下如何执行这些期望。

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

  • The only thing I've done in this part of the program, now I'm going to go and read the code, is I've gotten the user to input a bunch of data.

    现在我去读读这里的代码,是我会让用户输入一些数据,然后根据用户输入的数据。

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

  • If I decide there's a better way to get input, and there is, then I can make it to change what I don't have to change the code that uses the input.

    如果我觉得有更好的获取输入的方法,我可以直接改去用这种方式,而不用更改使用了,输入处的代码。

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

  • Need to get the base in. Second thing I want to do, I need to get the height, so I'm going to input a value for the height, also as a float, a floating point.

    也就是输入底的值,第二件我想要做的,事情就是得到三角形的高,因此我会输入一个值作为三角形的高,同样也是一个浮点数。

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

  • We're going to build up this taxonomy if you like, but the reason it's relevant is, associated with each one of those types is a set of operators that expect certain types of input in order to do their job.

    我们将会建立这种分类,但是这相关的原因是,对于每种类型都有,和之对应的一个操作集,这个操作机对一些输入,做出规定的操作。

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

  • Notice in this program I have not checked whether or not the user actually provided input.

    就拿这个程序说事吧,我们根本没有检查,用户到底有没有输入。

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

  • Because if I don't specify a name for this input, I have no way of actually referring to it in subsequent lines of code.

    因为如果我不给这个输入定义一个名字,在随后的代码中,我就没有办法使用它。

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

  • You have to pass it as input to another function, as you'll see as possible in problem's Set One specification, but it's ultimately up to you.

    你需要把它传给另一个函数当入参,就像你们将,在习题集1中可能看到的,但它最终取决于你。

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

  • It then should take an argument or parameter if you want your function to take input.

    然后它必须携带一个参数或参量,如果你想要你的函数获得一个输入。

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

  • Our program can get a little more interesting, a little more judgmental based on our input.

    我们的程序可以变得有点有趣,根据我们的输入做一些判断。

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

  • We've been using strings thus far to get input from user and store it in variables.

    迄今为止,我们用字符串来接受用户的输入,然后存储在变量里。

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

  • So we can provide any form of input here and the program will just keep working.

    为您提供各种形式的输入,程序也一直工作。

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

  • OK. So to do this, we're going to have to do a couple of things. All right, the first one is, what do we mean by input size?

    好,为了实现这种方法我们,有些事情要做,第一件事情就是,当我们说到输入的大小的时候代表了什么呢?

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

  • What does it expect as input, and any other information I want to pass on.

    但是如果我去做了,我将要说明这个函数是干什么的。

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

  • I need a contract that says, here's what I want in terms of things that you're going to take as input, to begin your part of the drama, here's what you're going to produce at the output, and the details of what they do inside are up to them.

    这些作家相互沟通进行工作呢?,我需要一封规格说明书,我需要一份合约,上面列出了我想要你做的事,这些是你要再开始时做的输入,这些是你要的输出,细节工作就取决于它们了。

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

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

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

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