• And the technique is called, watch because this is a six-letter initialization, linear combination of atomic orbitals LCAO-MO into molecular orbital, LCAO-MO.

    这项技术是,一个6字母初始设定,原子轨道的线性叠加,成分子轨道。

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

  • Because here what we have is some atom that we're studying, in the case, it's going to be a gas, and we hit it with a photon that has some incident energy.

    因为这里我们要研究的是一些原子,在这种情况下,一般是气态的,然后我们令一个,具有一定初始能量的光子打上去。

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

  • The process to control it is intriguing and interesting but the heart of the computer is simply this notion that we build our descriptions, our recipes, on a sequence of primitive instructions.

    这个控制它的过程很耐人寻味,很有意思,但是计算机的核心仅仅只是,我们在初始指令序列上,建造描述、方法的一个概念罢了。

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

  • OK, so, the thing about a state function is that the function has a value for initial conditions and at final conditions.

    态函数的特点是,在初始状态有一个值,在末状态也有一个值。

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

  • It's how you can initialize a variable to like zero for counting's sake or something like that.

    你可以初始一个变量,像0用来,计数的或者诸如此类的。

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

  • Things move from one state to another state and then back to the first state.

    物体从一个状态转移到另一个状态,再回到初始状态

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

  • One is initially. We are not interested in that.

    一个初始时刻,我们对它没兴趣

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

  • And when I'm done with the whole thing, before I end the increment of the variable, you know, when I'm done, I'm just not returning anything out.

    在循环外面初始化它,然后做一个终结测试,然后在循环内部有一个指令集,在这个例子中,就是对余数做检查,然后显示信息,当我完成了整个循环。

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

  • swap I'm going to keep track of a little variable called swap, it's initially true, and as long as it's true, I'm going to keep going, but inside of the loop I'm going to set it to false, and only if I do a swap will I set it to true.

    我打算跟踪一个小的变量称为,初始值为真,只要它是真的,算法就会继续,但是在循环里,我打算把他设为假,除非交换发生,就把它设为真。

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

  • In every example thus far we've had a semicolon saying that's our initialization.

    在每个例子中,有我们有一个分号来指明,那是我们的初始化。

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

  • The first thing is what we're going to call "initializations."

    一个事情是我们叫做的“初始化“

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

  • Give it some initial values.

    给它一个初始值。

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

  • It's got an initial position.

    它有一个初始位移

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

  • And I'm going to initialize it, create them, with an opening price.

    我要对它进行初始化,给它们一个初始价格然后创建它们。

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

  • All right. Second question: or maybe a better way of saying this, and the general format you're likely to see here is, a test involving a variable name, which must be initialized outside of the loop, and which interior to the loop gets changed, so that the test is going to change.

    好,第二个问题:,换种更好的方式来说吧,你们通常喜欢的,方式是,这个测试涉及到一个变量名字,变量在循环外已经被初始化,然后循环内部会改变这个变量的值,因此测试结果会改变。

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

  • Just to remind you what it does, we bound x to some value, we set up an initial variable called ANS or answer, answer and then we run through a little loop.

    记住你要做些什么,我们给x赋一个值,我们建立一个初始变量,命名为ANS或者。

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

  • And that shows you one other nice little thing we want to do, which is if I look in this code notice I set up a variable up here called false Solution Found, initially bound to false.

    这显示了我们想要做的另一件事,那就是我在这段代码中设置了一个,名为Solution,Found的变量,初始值设为。

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

  • So this declares an integer, a variable of type int called I, 0 and initializes it to zero.

    所以这里声明了一个整型数,一个叫做I的整型变量,把它初始化为。

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

  • We've seen in class that you get garbage values if you don't initialize something to a value so let me actually initialize x to a value.

    我们在课程上了解到,如果你不给一个变量,进行赋值,它会获得一个无效值,让我把x初始化为一个值。

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

  • Let's take a system. Under constant pressure T1 V1, going to a second -- this is the system, so let me write the system here.

    我们建立一个系统1,在恒定的压强T1,V1,下,变成了另一个系统,-这个初始的系统让我把它写在这。

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

  • i So I have up here at the top of my program a variable called i 0 of type int, and I have to initialize it up here to zero.

    所以在程序的顶端我有一个int类型的变量,我需要把它初始化为。

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

  • I'm going to give a name to that. And what you see there is I'm going to call divisors initially an empty tuple, something has nothing in it. Right here. And then I'm going to run through the same loop as before, going through this set of things, doing the check.

    你们可以看到这里,我初始一个空的元组,名为divisiors,这里,然后我会去运行,跟以前一样的循环,遍历这个集合内的东西,然后做检查,现在我要做的是,每次我找到了一个除数我要把它收集起来。

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

  • N So, I'm initializing a variable called N to the string length of s1.

    初始一个变量,等于s1的字符串长度。

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

  • Right.? I'm going to set up a variable to say, none what's the answer I want to return, is it there or not. Initially it's got that funny value none.

    看我要找的答案在不在数组里面,初始化为,然后建立一个索引。

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

  • Initialization. A very common bug is to initialize a variable. Go through a loop, and then forget to reinitialize it when it needs to be reinitialized again.

    忘记初始化,忘记初始化变量是一个很常见的错误,运行完一个循环之后,当需要再次初始化时。

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

  • But instead in this chemistry course, I will just tell you the solutions to differential equations. And what we can do is we can start with some initial value of r, and here I write r being ten angstroms. That's a good approximation when we're talking about atoms because that's about the size of and atom.

    但在这个课里,我会直接,告诉你们微分方程的解,我们可以给距离r一个初始值,我这里把r取10埃,当我们讨论原子时,这是一个很好的近似,因为原子的尺寸。

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

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

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

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