• 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.

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

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

  • On the other hand, if the value I'm looking for here- sorry, the value I'm looking for is smaller than the value I see here, I just need to look here. All right?

    如果我的目标比这个要小呢?,我就在这边找就对了,对不对?,做完了这一步,我可以在下一步做相同的操作,假设我选中了这一分支?

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

  • 4 So even if the correct mathematical answer is 1.4 or whatever, when you divide an int by an int, you only have room in that variable, in the response for an actual integer.

    所以即使那个正确的答案是4,或别的,当你用一个整型除以一个整型,在那个变量的返回里,只有,存储一个整型的空间。

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

  • And this is given the value the notation Avogadro's number we call it.

    那个的符号为,我们把它叫做阿伏加德罗氏

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

  • No, we can't. Because if l equals 1, we can not have m sub l equal negative 2, right, because the magnetic quantum number only goes from negative l to positive l here.

    不行,因为如果l等于1,ml的不可能等于-2,对吧,因为磁量子,这时只能从-1到1

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

  • OK, says it says enter a float. I give it something that can be converted into a float, it says fine. I'm going to go back and run it again though. If I run it again, it says enter a float.

    好了,看到他说输入一个浮点,我输入它可以转换为浮点,那没问题,我回过来再运行一遍,如果我再运行一遍。

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

  • 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.

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

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

  • And note that as Z increases, as the proton number increases the radius decreases for a given n number.

    并注意到当Z不断增加,对于一个给定的n,即当质子增加的时候,半径的n就减小了。

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

  • And when we talk about l it is a quantum number, so because it's a quantum number, we know that it can only have discreet values, it can't just be any value we want, it's very specific values.

    当我们讲,l是一个量子时,因为它是量子,我们知道,它只能去分立的,它不能取到所有的,它取一些确定的

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

  • Second thing to notice, is that little piece of pseudo code is telling me things about values.

    然后需要注意的是,这些伪代码告诉了一些关于方面的事情,我需要一个浮点

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

  • Now, this is not the nicest way to do it but it'll work. I can look at the type of the value of base and compare it to the type of an actual float and see, are they the same?

    这不是最好的办法但它确实有用,我可以得到底的的类型然后,和一个真的浮点的类型比比,看他们是不是一样?

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

  • And when I do this test, what I want to do, is say I'm going to pick the middle spot, and depending on the test, if I know it's in the upper half, I'm going to set my start at the mid point and the end stays the same, if it's in the front half I'm going to keep the front the same and I'm going to change the endpoint.

    如果我知道目标可能,再比中点大的区间里,我可能就会把开始点设为中点,而尾点不变,如果在小的那个区间里,就保持开始点不变而把尾点设为中点,你们可以看到这儿的代码,就是这么做的,对不对?它是怎么做的?

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

  • Knowing that, I'm going to say, OK, how many pigs are there, well that's just how we're, however many I had total, minus that amount, and then I can see, how many legs does that give, and then I can check, that the number of legs that I would get for that solution, is it even equal to the number of legs I started with, ah! Interesting. A return.

    它将给我返回头的总,知道了这些之后我可以说好了,有多少猪呢,无论有多少组鸡的目,我只要用总减去那个,之后我就可以知道一共有多少条腿,然后再把这个和题目中的腿相比较,看它是否等于一开始的腿,啊!真有趣,有一个返回

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

  • 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.

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

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

  • It's defined in CS50's library; its sole purpose in life is to ask the user for a floating point value and return it.

    它被定义在CS50的函库中,它的唯一目的是,向用户询问一个浮点,然后返回它。

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

  • And actually, if I don't want to clobber, as we say, overwrite the value of my variable, ; I could declare another one and store the return value in Y; Y so now I have two ints in memory; X and Y, 3 one with two, one with three.

    实际上,如果你不想彻底清除,像我们说的,覆盖那个变量的,我可以申明另一个变量Y,并在Y中保存那个返回;,现在内存中有两个int,X和,一个的为2,一个为。

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

  • It takes the number whose Fibonacci memo I want plus a memo.

    它将我想要的斐波那契,的加上了参

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

  • And it treats it as a string, it's simply getting me back 52*7 the value of that string, 52 times 7, rather than the value of it.

    这让Python把它当做字符串来对待,他返回给我了,一个字符串的,而不是这个的和。

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

  • Core electrons are all those electrons held in really tight with the nucleus in the inner shells, whereas the valence electrons are only those electrons that are in the outer-most shell, or at your highest value of n of the principal quantum number.

    芯电子是那些,在内壳层被原子核束缚得非常紧的电子,而价电子只包括,最外层的电子,或者说主量子,n,的最大的那些电子。

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

  • n So the velocity is given by this product of the quantum number n Planck constant 2 pi mass of the electron time the radius of the orbit, which itself is a function of n.

    速度是量子,普朗克常2π乘以轨道半径的,它自身也是n的函

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

  • Initially, it's the beginning and the end of it.

    然后根据中点和目标的比较结果。

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

  • But that little short hand there is doing exactly the same thing. It is adding that value into some digits and putting it back or signing it back into some digits. And I'll walk through that loop and when I'm done I can print out the total thing does. And if I do that, I get out what I would expect.

    加上得到的这个的,但是这个缩写声明其实是进行了同样的操作,它把我们得到的这个加到一个上面去,然后用和对这个进行了重新赋,在循环中会去遍历字符串,当完成循环后,程序会显示字的总和,如果我运行,这个程序的话,我会得到我期待的结果。

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

  • to the n, every value in the 1 bit vector we looked at last time is either 0 or 1. So it's a binary n number of n bits, 2 to the n.

    从2到n,我们上次看到的,位向量的每个不是0就是,所以它是n,比特的二进制,从2到。

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

  • The other main difference that we're really going to get to today is that in multi-electron atoms, orbital energies depend not just on the shell, which is what we saw before, not just on the value of n, but also on the angular momentum quantum l number. So they also depend on the sub-shell or l.

    我们今天要讨论的,另一个很重要的区别就是,在多电子原子中,轨道能力不仅仅依赖于,我们以前看到的外层,不仅仅依赖于n的,而是与角动量量子也有关系,所以它们也依赖于亚外层或者。

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

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

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

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