• And I'm going to pause for a minute, before I run it, and ask each of you to compute in your head what you think the answer should be.

    我将暂停一会儿,在我运行之前,我想问问你们你们,心算得出的答案应该是什么。

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

  • Oil is a very important asset, ... so we want to compute what that-- so now we have lots of inputs.

    石油是一种重要的资产,我们想计算-,现在我们有许多参数。

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

  • If you looked at heteronuclear molecules and you wanted to compute the bond energy, you might start with the bond energies of the two constituents.

    如果你看那些相同电子的分子,你想计算共享能,你也许会从,两个组成部分的总能量。

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

  • The algorithm doesn't know that it's going to take this long to compute, it's just busy crunching away, trying to see if it can make it happen.

    这很可能会发生,但是你知道的,算法本身并不知道,计算这个问题需要多长的时间,它就一直忙碌的算啊算。

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

  • Also, they don't have to actually--in the old days, they didn't actually have to compute the investment rate.

    其实在过去人们不必,真正计算投资收益率

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

  • Again, I could have some other functions to compute things, but this is typically the place where I'm going to put them in.

    注意这个声明典型的行为,就是为了定义了内部变量,以及类的内部特性,在说一次,我可以写一些。

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

  • For a couple of reasons. In some ways, this would be nicer, do expected cases, it's going to tell you on average how much you expect to take, but it tends to be hard to compute, because to compute that, you have to know a distribution on input.

    关注最快的情况,在某种意义上来说,因为一些原因这样想挺不错的,当我们处理一个给定的问题,计算平均时间的时候,是很难计算的,因为你并不知道输入的分布情况,这些输入会是怎么样的呢?

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

  • As I said, what we want to do is, we want to count the number of basic steps it takes to compute a computation as a function of input size.

    我刚才提到了,我们要建立,一个根据输入大小的方法来计算,一个计算过程需要的时间,建立这个方法需要几步呢?

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

  • In fact, I have it--suppose we have three assets and we want to compute the efficient portfolio frontier, the mean and variance of the portfolio.

    事实上,假如我们拥有三种资产,我们想计算有效边界,及投资组合的均值和方差。

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

  • That's what we have to know to compute the efficient portfolio frontier with three assets.

    这些都是计算三种资产的有效边界,所需要用到的。

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

  • To actually apply this it helps to go to something called the normal approximation to the binomial, because it's kind of difficult to compute this formula.

    在实际应用这些公式的时候,需要运用二项分布的正态近似定理,因为二项分布公式的值很难计算

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

  • In order to compute using this formula you have to know the true probabilities.

    使用这些公式之前,必须知道真实的概率值是多少

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

  • So we're to assume we can get to any piece of data, any instruction in constant time, and the second assumption we're going to make is that the basic primitive steps take constant time, same amount of time to compute. Again, not completely true, but it's a good model, so arithmetic operations, comparisons, things of that sort, we're all going to assume are basically in that in that particular model.

    因此如果我们假设在恒定的时间内,我们可以取得任何一块数据,任何一种数据结构的话,我们要做的第二个假设就是,基本的原始操作计算花费的时间是恒定的,这个假设也不是完全正确的,但这个模型其实挺不错的,因此算法操作,比较,这一类的事情,我们在这个特定的模型中都假设是基本的,操作,花费的时间是恒定相同的。

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

  • Remember, this thing only runs for sixty days and you could compute your sixty-day return, but people like to compare annual returns-- once again, a tradition we have.

    注意,这个债券期限只有60天,当然你可以计算60天的收益率,但是人们往往喜欢用年收益率进行比较,这也是一种传统

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

  • Suppose I want to compute square roots a lot of places in a big chunk of code.

    假设我想在一大段代码中,计算很多次平方根。

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

  • Well, you'll know when it crashes, that doesn't help you very much, but you can't always tell whether something's stuck in an infinite loop or whether it's simply taking a long time to compute.

    好,你将学到它在什么时候会崩溃,这对你帮助并不大,但是你不能辨别出到底是在一个循环中,有什么东西卡住了呢,还是程序需要很长的时间来计算一个结果呢。

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

  • I want to compute the length of the hypotenuse of a right triangle.

    我想计算下,直角三角形的斜边。

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

  • I'm going to write a function to compute integer power exponents.

    我要去写一个,计算一个整数幂指数的方法。

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

  • So I'm first going to compute something base move Think of this as kind of the basis from which we'll be computing the actual move.

    所以我先计算叫,的东西,called,the,base,move。,它是我们计算实际值时,用到的初值。

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

  • However I do that, I know that should inherently take more time than it takes to compute the average age of all the EECS faculty.

    然而我得这么做,我知道,这比计算所有EECS的教员的,平均年龄要,占用更长的时间。

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

  • That is to say with just those set of constructs, anything you can describe algorithmically you can compute with that set of constructs.

    图灵完全化语言的特点,的例子之一,也就是说用这些结构。

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

  • This is boring. In fact, you can do some nice things to prove what is the class of functions you can compute with straight-line programs, and what you'd see if you did that is, it's not particularly interesting.

    这很无聊,实际上,你可以通过做一些很有趣的事情,来证明你可以通过直线程序,来做很多功能,但是你也看到我们之前讲过的了,这不太有趣。

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

  • What we want to do now is compute the mean and variance of the portfolio-- or the mean and standard deviation, since standard deviation is the square root of the variance-- for different combinations of the portfolios.

    我们现在要做的是,计算这个投资组合的均值和方差-,或者均值和标准差,因为标准差的平方就等于方差-,这对任何投资组合都是一样的。

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

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

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

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