• "We are the world's two largest democracies,". "We have a range of shared values and ideals.

    VOA: standard.2009.11.25

  • OK. I get the two values in, what do I need to do, well, you sort of know that, right?

    好,有了这两个输入值了,我接下来将要做的,你知道对不对?

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

  • So if I scroll now to the right, I should see a comma after the closed quote and then what two values?

    所以我滚动到右边,我应当看到一个逗号,在右引号的右边,然后这两个值是多少?

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

  • 60 If we look at 435 times 160, take the square root of that, we will end up with 264 kilojoules per mole, which sensibly lies between these two values.

    35乘以,取平方根,我们会得到264千焦每摩,很合理地落在两数值之间。

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

  • So, a pair or collection of those two values.

    因此一对或者一系列的两组值。

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

  • If n = 1, x/n can take on only two values: 0 or 1.

    当n=1时,x/n的值只可能等于0和1

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

  • We have an interpolation scheme between zero and 273.16 with two values for this quantity, and we have a linear interpolation that defines our temperature scale, our Kelvin temperature scale.

    的两个值做线性插值,就得到了开尔文温标,直线的斜率等于水的三相点,也就是这一点处的f的值,再除以273。16,这是这条直线的斜率,这个量,f在三相点处的值。

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

  • And when you solved the relativistic form of the Schrodinger equation, what you end up with is that you can have two possible values for the magnetic spin quantum number.

    当你们解相对论形式的,薛定谔方程,你们最后会得到两个,可能的自旋磁量子数的值。

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

  • It's another form of competition, the competition between these two sources of values, the community at large versus the individual and the family.

    这是另一种形式的竞争,是两种不同价值观间的竞争,"集体利益"对"个体和家庭利益"

    耶鲁公开课 - 古希腊历史简介课程节选

  • It adds fifty percent or a half to that and that means instead of two quarter notes that we now have three and we can do the same thing to any one of these other values here and that's how we get our triple relationships.

    加上了百分之五十或者说一半的原音符值,这意味着除了有两个四分音符,我们现在有三个了,我们也可以在其他这些音符值后加上附点,这就是我们如何做到三倍形式的安排的

    耶鲁公开课 - 聆听音乐课程节选

  • s very interesting if you go back and you read about al-Qaeda, one of the things that you read about is that Arabs, after World War Two saw the United States as standing for values of liberty and democracy and equality.

    有一点很有趣,It’,如果你回头读读看看关于基地组织的报道,肯定不难发现,二战以后,阿拉伯人,将美国视为,自由,民主,平等的象征。

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

  • Just swap these two values for me and let me move on is the reasoning.

    只要帮我把这两个值交换,让我继续往下执行。

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

  • This code does swap the two values, A and B. However, when I run this program, something happens.

    这个代码没有交换那两个值,A和B,但是,当我运行这个程序时,有些事情发生了。

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

  • If I want the values two, six and eight in there, I would do an insert of two into that set, an insert of six into that set, and an insert of eight into the set.

    如果我想让值2,6,8在那个位置,我会把2插入到那个集合中,把6插入到那个集合中,把8插入到那个集合中。

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

  • So, we can also get into a case where we have similar values in terms of absolute values of formal charge between two different molecules we're deciding between in their Lewis structures.

    我们还可能遇到另外一种情况,那就是在我们需要进行,选择的两种路易斯结构中,形式电荷具有相似的绝对值。

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

  • There are two possible values here, I think.

    有两个可能的结果值了,我认为。

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

  • So this first little piece of code right here says, ok you give me 2 points, I'll create another 1 of these lists and I'll simply take the x, sorry I shouldn't say x, I'm going to assume it's the x, the x-values are the two points, add them together, just right there, the y-values, add them together and return that list.

    好,为了来认识到这一点,让我们来看一个简单的小例子,在你们的课堂手册上,你可以看到我写了一个小程序,它假设我得到了,这些点中的一些,我想对它们做一些操作,例如我想把它们加到一起,那么这里的第一小片,代码的意思是,好给我两个点,我会再创建一个数组。

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

  • Well, it has two possible values.

    只有两种可能

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

  • Lists differ from strings in two ways; one way is that it's mutable, the other way is that the values need not be characters. They can be numbers, they can be characters, they can be strings they can even be other lists.

    有两个不同之处,一个在于数组是可变的;,另一点在于数组里面的值,不一定是字符,可以是数,可以是字符,也可以是字符串,甚至可以是其他的数组。

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

  • And in fact, now let me ask those two questions about this piece of code. First question is, for what values of integers-- we're going to assume integers-- but for what values of x does this code terminate? And the second question is, for what values of x does it give me back the right answer?

    实际上,让我关于这块代码问两个问题,第一个问题是,对于什么样的整数值,我们会假设是整数,对于x的什么值程序,会最终终止?第二个问题是,对于x的什么值程序,会返回正确答案?

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

  • One over two squared minus one over n squared 3 4 5 where n takes values three, four, five, six.

    除以,2,的平方再减去1除以n的平方,将n赋值为。

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

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

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

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