• For example, you might hear a student say to her friend that her spelling test was "as easy as falling off a log."

    VOA: special.2009.06.07

  • RT2 So it's R T2, right, now we're at a lower temperature times log the log of V4 over V3.

    等于,这时温度比刚才低,乘以。

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

  • Cut the problem in half. Cut the problem in half again. And that's a typical characterization of a log algorithm.

    是每次除以特定的量,将问题减一半,再减一半,如此,这就是对数算法的典型特性。

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

  • If you ever tried to walk on a fallen tree log, you understand what the expression means.

    VOA: special.2009.06.07

  • We have a very, very strong discipline within the company, which is now 72 people, to log everything, to measure everything and to test everything.

    我们公司内部,有很强的纪律性,现在公司已经有72人,负责记录一切,衡量一切,测试一切。

    斯坦福公开课 - Twitter之父Jack.Dorsey演讲:好奇和灵感的力量课程节选

  • Unlike blogs, Twitter users do not have to log onto the Web site to post updates.

    VOA: special.2009.02.06

  • And realize too, as we say on this home page here, by default, we anonomize you when you log into this bulletin board, whereby, you're all logged in as quote unquote students.

    并且认识到,像我们说的这个主页,默认情况下,当你登陆这个电子公告牌,我们禁止你们,都匿名学生登陆。

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

  • The Whigs put up log cabins everywhere and offered free hard cider to everyone.

    VOA: special.2009.01.22

  • And if you look at this series, the series log of one, what is the series expansion?

    如果你们看这个式子,它的对数分之一,它的指数是多少?

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

  • It is easier to fall off the log than to stay on it.

    VOA: special.2009.06.07

  • The integral of one over a quantity is the natural log.

    这种形式的积分结果,是自然对数。

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

  • It said Harrison would be happier with a 2,000 dollar a year pension, a barrel of hard cider to drink, and a log cabin to live in.

    VOA: special.2009.01.22

  • It'll say is this really what you ate, and if you ate it, then you say yes I ate this, and then it adds to the electronic log.

    系统会问这是否确实是你吃的,如果确实是 就选择是,你的选择会被记入电子日志

    耶鲁公开课 - 关于食物的心理学、生物学和政治学课程节选

  • He lived in the double log cabin on the side of the mountain.

    VOA: special.2009.11.14

  • A number of men, as one historian has written, I think quite effectively, "Mounted from log cabin to mansion" and I quote "On a stairway of cotton bales accumulating slaves as they went."

    一些人就像一位历史学家写的那样,我觉得非常犀利,引述一段,"小木屋通往大厦的阶梯正是由,奴隶们用棉花包堆积成的"

    耶鲁公开课 - 美国内战与重建课程节选

  • And their meaning is as easy to understand as "falling off a log."

    VOA: special.2009.06.07

  • For example, this is x=t, x=t^, you're going to have x=sin t and cos t and log t.

    例如,这是x=t,x=t^,你还会遇到正弦,余弦,对数函数

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

  • In fact,it would be as easy as "falling off a log".

    VOA: special.2009.06.07

  • A log algorithm typically is one where you cut the size of the problem down by some multiplicative factor.

    对数级复杂度的算法就是指,通过一系列常量级步数的操作,可以将问题的规模。

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

  • "As easy as falling off a log" is one such expression.

    VOA: special.2009.06.07

  • We started off talking about binary search, and I suggested that this was a log algorithm which it is, which is really kind of nice.

    我告诉了你们这是一个对,数级的算法,这是很棒的,我们来一起看看这个算法到底做了什么。

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

  • A blog is the shortened name for a Web log.

    VOA: special.2009.04.19

  • It's an example of a very common tool that's going to be really useful to us, not just for doing search, but for doing a whole range of problems. That is, in essence, the template the describes a log style algorithm.

    不仅仅是做搜索,还可以解决一整类问题,本质上,这个模板就描述了,对数形的算法,我们一会再回来。

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

  • He sat on a snow-covered log and ate his lunch.

    VOA: special.2010.05.01

  • and we like log algorithms, because they're really fast. A typical characteristic of a log algorithm is a pro-- or sorry, an algorithm where it reduces the size of the problem by a constant factor.

    并且我们也很喜欢对数算法,因为它很快,对数算法的典型特性是高速,哦,抱歉,是他能以常数因子的速度,降低问题的大小,很明显。

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

  • His big home in Ohio became a log cabin.

    VOA: special.2009.01.22

  • It at least does corroborate the claim that merge sort N*log N as we argue intuitively is in fact, N log N in running time.

    但这至少证实了归并排序,的时间复杂度为。

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

  • "Our health and wellness committee provided us with pedometers and there was a contest to see how many people could log ten thousand or more steps each day over a certain period.

    VOA: special.2011.02.28

  • log So that's just the log of V2 over V1.

    因此就是。

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

  • N log N is not nearly as good as log N. As a sanity check, what algorithm have we seen that runs in log N time?

    而N,log,N和log,N并不一样,我们之前探讨过的哪个算法其时间复杂度是log,N呢?

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

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

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

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