• Yet some American researchers have questioned the value of the I.O.M.proposals.

    VOA: special.2009.06.02

  • Then if the weight of i is less than the available weight, I can return the value of i.

    然后如果i的重量,小于剩下的重量,我将返回i的价值。

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

  • Ah, n times, because for each value of i, I'm going to do that m thing, n*m so that is, close to what you said, right?

    因此这就和你说的差不多了对不对?,这个问题的复杂度为,让我写下来,是-对不对,是?

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

  • I think that's part of the value of these books, that they're universal in character."

    VOA: standard.2010.05.12

  • Wilde's suggestion, but I think also Kant's suggestion before him, is important for our recognition of our own value.

    王尔德的提议,也是康德的,对我们自己认识到自我的价值很重要。

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

  • "I think it's the biggest kept secret in the world because of its value. Meanwhile,secretive parts of the secret government are sitting on suppressed technology for free energy."

    VOA: standard.2009.07.31

  • I've decided that I need to be able, in my program, to swap the value of two variables. All right.

    我觉定在我的程序中,我可以,交换两个变量值,好的。

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

  • And I am going to let this arrow somehow indicate the value of the incident energy.

    我将用这个箭头,来揭示,入射能量的值。

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

  • I fully understand the value of what you are driving at, but frankly, the narrative as it now stands simply will not support a more general or hopeful conclusion.

    但你的提议太含糊不清,说实话,你说的,无助于更好的结局。

    耶鲁公开课 - 1945年后的美国小说课程节选

  • This is the present value of $1 in one time period, which I'm taking to be a year.

    这就是一美元在一段时期内的现值,我只是将一美元持有一年

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

  • I'm not clear that that kind of knowledge gives a whole lot of value to your life.

    我不是很确定,这种知识会给你的生活带来多少价值。

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

  • Professor John Rogers: For a vast number of complicated reasons, Milton has invited for 350 years now a uniquely violent and I do think it's a violent response to the particular question of his value as a poet.

    约翰·罗杰斯教授:350年来,由于很多复杂原因,对于米尔顿作为一个诗人到底有何巨大意义,人们的反应一直都很激烈,我确实认为是很激烈的反应。

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

  • If I look at different points in my container during that path, I'm going to have to use a different value of pressure or different value of temperature That's not an equilibrium state, and that process turns out then to be an irreversible process.

    如果我要研究在路径中容器里的,不同的点,我就得在容器里不同的点上使用,不同的压强值,或不同的温度值,实际上这不是个平衡态,这个过程是,不可逆过程。

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

  • And i believe in the value of liber arts education, just in general, just learning about the world, learning about other people, would serve me in some ? way, some way which i really didn't know.

    我相信,社会学科教育的价值,我认为普遍地了解这个世界,了解他人,将以某种,我当时还不了解的方式帮助我。

    普林斯顿公开课 - 领导能力简介课程节选

  • 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 so the value of with i will be the value of i plus whatever I can get using the remaining items and decrementing the weight by the weight of i.

    所以装上i之后的总价值,就是i的价值加上剩下物品中,符合条件者的所有价值,再在剩余重量中减去i的重量。

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

  • First of all, having read in that value, I can check to see, is it of the right type?

    首先,读一下这个值,我们可以来检查看看是不是正确的类型?

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

  • Because I could've built that in, it says if you change the value of this thing, by the way you need to change recompute those other values in order to make this hold up.

    我想要大家通过定义好的方法,来改变实例的值了,因为我可以把这个功能,内置到方法里面去,它的意思就是如果,你改变一个值。

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

  • But I want you to see now what happens if I use this. Let's bind x to the value of 3.

    但是我想你看看如果我这么用的话,会发生什么。

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

  • Again, same kind of reasoning says, given some value x, I happened to pick a small one here, what's an easy way to do this? Well, let's just start at one. That's my variable I'm going to change and check.

    好,尤其是,让我们到这里来,让我给大家看看第二个例子,让我把这个注释掉,这是我要解决的,第二个问题,假设我想找到一些整数的,所有除数,我想要找出来这个数的所有的除数。

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

  • If it's there, I'm done, if not, I keep walking down, and I only stop when I get to a place where the element I'm looking for is smaller than the value in the list., in which case I know the rest of this is too big and I can stop.

    并且保持遍历,我只在当当前位置的数组元素,大于目标数时停止,这意味着剩下的元素都比目标元素大,但是其他的情况,我还是要遍历完整个数组。

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

  • Which is actually of real value to me here as I use that. OK. Yeah. Question.

    这正是对我是用这个函数最有价值的地方,有什么问题吗。

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

  • I've included item number 1, which has a value of 7. Right?

    我已经装了1号物品,1号物品的值是7,对不对?

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

  • Now what I'm going to try and do is read in a set of values, but I'm going to give a type of value as well as the messages.

    现在我要做的是输入一些值,并关注异常,我会输入消息以及一种其他的值。

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

  • What if I don't change the value of that variable inside of the code?

    那么如果在循环内部,我不改变这些变量的值会怎么样?

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

  • I'm not going to go through their numbers but the value of the company,as a whole, is really determined by something outside of finance.

    我不想讨论那些数字,但公司价值整体,实际上是由金融学之外的东西决定的

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

  • Right now it's a simple template, but it's a template for creating what a class looks like, and I now have an x- and y- value associated with each instance of this.

    那么大家明白了为什么,我说类是一个模板了,对不对?,现在它只是一个简单的模板,但是它是一个用来-,创建形成一个类的模板。

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

  • As of then, I calculated the value of their oil in the North Sea and that's what I got-- it's worth about 3.5 billion Norwegian Kroner.

    我计算了当时他们拥有的北海石油的价值,这是我的计算结果-,它价值35亿挪威克朗。

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

  • Previously to this most recent discussion, I talked about the value of life.

    在这个最近的讨论之前,我谈到了生命的价值。

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

  • The format is the same. I'm going to ask for some input, and then I am going to use that procedure to check, is this the right type of value. And I'm trying to use that to do the coercion if you like. Same thing if it works, I'm going to skip that, if it not, it's going to throw the exception.

    格式是一样的,我需要一些输入,然后我要用一个过程来检查,是否是正确的值,然后你就可以做强制转换了,如果能运行,那是一样的,我打算跳过这段,如果不正确,那就会抛出一个异常。

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

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

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

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