• Linear algorithms tend to be things where, at one pass-through, you reduce the problem by a constant amount by one. If you reduce it by two, 1 it's going to be the same thing.

    有问题么?,线性复杂度的算法,当进行了一个,常量级步数的操作的时候,将问题的规模缩小了一个。

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

  • Supplementarity is a way of understanding the simultaneously linear and ever proliferating, ever self-complicating nature of verbal expression.

    增补性是口头表达的同时线性,不断增加,自我复制,的本质。

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

  • If I'm running a linear algorithm, it'll take one microsecond to complete.

    算法会在1微秒内完成,如果是一个平方级的方法。

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

  • Linear A is earlier and it is associated with and it is clearly the language used by the Minoan kings at Knossos and other places.

    类线形文字出现得较早,而且它已被确定与克诺索斯或其他地区的,米诺斯时期国王们所使用的语言有一定的关联

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

  • 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字母初始设定,原子轨道的线性叠加,成分子轨道。

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

  • Sometimes they challenge and contradict one another, but they are not best seen as linear, as telling a neat, linear story about Israelite religion flowering and fading.

    有时候它们相互对质或矛盾,但它们从未被当作线性结构,整洁有序的故事,关于以色列宗教的兴盛与衰落。

    耶鲁公开课 - 旧约导论课程节选

  • Remember, we don't do a one-to-one correlation, because p x and p y are some linear combination of the m plus 1 and m minus 1 orbital.

    记住,我们不需要把它们一一对应,因为px和py轨道是,m等于正负1轨道的线性组合。

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

  • A linear interpolation between the two, and then some numbers associated with them, 2 7-1/2 and 22-1/2. Why does he choose 7-1/2 as the freezing point of water?

    两者之间做线性插值,一些数值随之标定,7。5和22。5,为什么他选择了7。5作为2,水的冰点呢?

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

  • In particular, we're going to look at a particular version of this that we're going to call the linear city model.

    我们来从一个特殊的角度看一下,我们称之为线性城市模型

    耶鲁公开课 - 博弈论课程节选

  • If you're taking two derivatives you can add a constant and something linear in t.

    如果你要二次求导,你可以添加一个一次项和常数项

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

  • We saw some quadratic algorithms, typically those are things with multiple nested loops, or iterative or recursive calls, where you're doing, say, a linear amount of time but you're doing it a linear number of times and so it becomes quadratic, and you'll see other polynomial kinds of algorithms.

    我们看过一些平方算法,他们一般进行了多次嵌套循环,或者递归迭代调用,对一个线性操作调用线性次,这样就变成平方次了,以后你们能看到,一些多项式算法。

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

  • And we saw a couple of examples of linear algorithms.

    这是线性算法的典型例子,我们在过去也看过了大量的线性算法的例子。

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

  • Because he couldn't figure out what they were, he called one Linear A and the other Linear B, because he could tell by careful analysis that they were different, and he could tell which pieces belonged to which.

    由于他无法分辨他们是什么,因此叫它们A类线形文字和B类线形文字,因为他通过仔细的分析能区别出二者的不同,以及它们是属于哪种类型的

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

  • The power of linearity is F=k1+k2 if I come across f of x, y, z equals k1 plus k2, if it is a linear equation, I don't have to go and solve it all over again.

    线性的威力是,一个方程,如果它是个线性方程,那么我就不用再去解他了。

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

  • Something like this. That would be perfectly fine interpolation. All right, we choose to have a linear interpolation.

    这种插值的方法也是完全可行的,好,现在我们决定使用,线性插值的方案。

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

  • You can see low voltage, low energy, high voltage, high energy. It is a linear function.

    你会看到,低电压,低能量,高电压,高能量,这是种线性关系。

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

  • Now there many ways I can connect these two points together. The simplest way is to draw a straight line. It's called the linear interpolation. My line is not so straight, right here. You could do a different kind of line.

    最简单的办法是,像这样画一条直线,这叫线性插值,不过我的这条线画得不太直,你也可以用别的办法,比如一条抛物线。

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

  • I've got to do another pass. Huh. Sounds like a linear number of times I've got to do- oh fudge knuckle.

    冒到最后去,还得再做冒泡,呵,听起来我要做线性次的时间-,哦,胡说八道。

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

  • Well let's see. My fall back is, I could just do linear search, walk down the list one at a time, just comparing those things. OK. So that's sort of my base. But what if I wanted, you know, how do I want to get to that sorted list? All right?

    我只能做线性搜索了,一次遍历一遍列表,一个一个比较,但如果我想要,那怎样得到有序的列表呢?,现在的一个问题是,我们排序之前?

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

  • And this is what they had expected that there would be no relationship, but instead here they saw that there was a linear relationship not to the intensity and the kinetic energy of the electrons, but to the intensity and the number of electrons.

    另外一个实验,他们预期这两者没有关系,但他们看到的不是,光强和电子动能的,线性关系,而是光强,和电子数的线性关系。

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

  • And that's a sign that it's linear.

    这显示了解决方法是线性的。

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

  • That's a sign that it's probably linear.

    我可以两步把问题的规模缩小一半。

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

  • The force may taper off, the force may not be given by a straight line, but for modest deformations, every spring will have a linear regime in which the force is linearly proportional to the stretching.

    它产生的力可能会渐渐消失,力的曲线可能不是一条直线,而有轻微的弯曲,每个弹簧都有一个线性区间,在这一区间内,力和伸长量是线性关系

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

  • It is certainly possible, for example, that a quadratic algorithm could run faster than a linear algorithm. It depends on what the input is, it depends on, you know, what the particular cases are. So it is not the case that, on every input, a linear algorithm is always going to be better than a quadratic algorithm.

    一个二次平方级复杂度的算法,当然也是可能跑的比线性复杂度算法快的,这取决于,你知道的,输入以及特定的案例,因此并不是对于每个输入,线性复杂度就一定会,比二次平方级复杂度的算法的表现要好,只是通常来说是这样的。

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

  • That one's not so obvious. So let's think about this for a second. To sort a list in linear time, would say, I have to look at each element in the list at most a constant number of times.

    所以让我们来思考一会,要在线性时间能排序,列表里每个元素最多被使用常数次,不一定是一次,对吧。

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

  • You can choose a linear interpolation or quadratic, but you've got to choose it.

    你可以选择线性插值或抛物线型插值,但你总要做出选择。

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

  • Does it make sense to think we could do this in less than linear time? You know, it takes a little bit of thinking. What would it mean do I see a hand way at the back, yes please? Thank you.

    你要稍微想一想,这意味着什么?,那儿是有人举手么?后面的,请你来回答吧,谢谢你,小伙子,你让我体会到我上课的价值。

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

  • The Schr?dinger equation is a linear equation.

    薛定谔方程是一个线性方程。

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

  • All right? A linear search, I start at the beginning of the list and walk all the way through it. All right, if I'm lucky and it's at the low end, If it's not, if it's at the far end, I've got to go forever, and you saw that last time where this thing paused for a little while while it actually searched a list this big.

    如果很幸运就在开头,那运行起来很快,如果是在末尾,那就一直得走到头,上次看到了,如果搜索空间很大,程序都会暂停一会,好的,那我希望你们。

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

  • A linear number of things, quadratic. Right?

    线性次遍历,平方,对么?

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

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

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

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