• Some times I tell my children to cooperate to solve a problem.

    VOA: special.2009.08.30

  • OK. Binary search is perhaps the simplest of the divide and conquer algorithms, and what does that mean? It says, in order to solve a problem, cut it down to a smaller problem and try and solve that one.

    好了,二分搜索也许是,最简单的分治算法,这意味着什么?,也就是说,为了解决一个问题,把它切割成小的问题,然后再来一个个解决。

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

  • I have to tell you the path, if you're going to solve a problem.

    我得告诉你,如果你要解一个问题。

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

  • It is usually much better to prevent a problem from happening than it is to find ways to solve it.

    VOA: special.2009.08.30

  • I've got one test, I've got a subtraction, I've got a multiplication, that's three steps, plus whatever number of steps it takes to solve a problem of size b minus 1.

    我进行了一次比较,一次减法,一次乘法,一共是三个步骤,再加上t的步骤数。

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

  • While scientists were studying the stars and moon to solve the longitude problem, a man named John Harrison was working on another project.

    VOA: special.2010.07.14

  • You're not going to start for the rest of your life if you ever need to solve a problem with a computer from scratch, odds are you're going to reach for some off the shelf packages or libraries or tools that other people wrote so that people like us don't have to reinvent the wheel again and again.

    如果你想用Scratch来解决问题,却使用其他人写的程序,或者利用现成的资料或工具,这样以来,我们的确可以避免做重复性的工作,但却永远学不会编程。

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

  • Tell us about a time when you have tried to solve one problem but unexpectedly produced another.

    VOA: special.2010.05.25

  • We want to solve a really big problem.

    我们想解决一个非常大的难题。

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

  • "And now,with this report, we have a very solid road map that we need to make these goals real, to solve this problem within a generation.

    VOA: special.2010.06.07

  • We'll see why they have to separate that in a minute, but they do that these lipid bi-layers solve that problem for them and they're self-assembled structures from these molecules called phospholipids.

    我们马上会讲到为什么要把它们隔离开,脂质双层膜解决了这个问题,而这些自主装结构,就是由磷脂分子组成的

    耶鲁公开课 - 生物医学工程探索课程节选

  • She began to explain to the students how to solve a very difficult problem.

    VOA: special.2009.10.25

  • So you see a problem like this in the real world; you see a problem on campus you might want to solve.

    在现实生活中你会遇到这样的问题;,在学校里看到这种问题时,你会想要去解决它。

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

  • One time,Miss Sullivan suggested leaving a problem to solve until the next day.

    VOA: special.2009.11.08

  • So when you're trying to think about is this a problem that I can solve with dynamic programming, these are the two questions you ask.

    所以当你想知道能否,用动态编程来解决这个问题时,你可以问自己两个问题。

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

  • Imagine a swimmer in water over his head You are in deep water when you are facing a problem that you do not have the ability to solve.

    VOA: special.2009.05.10

  • And the question is, so how many pigs does he have, and how many chickens does he have? Wow. What a deep problem, right? But you're going to see why we're going to use this in a second. So you know how to solve this, this is a fifth-grade problem, right?

    为了避免歧义,这些猪和鸡都是健全的,现在问题是它到底有多少只猪和鸡呢?,多深刻的一个问题啊,对吗?,但是你将要看到的是,我们为什么要举这个例子,你知道如何解答这个问题?

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

  • "This is about every family, every business and every taxpayer who continues to shoulder the burden of a problem that Washington has failed to solve for decades.

    VOA: standard.2009.07.23

  • That's a lot harder of a problem to solve if you need to reconstruct the fragmentation, yeah.

    如果你需要重构这些碎片,会有很多很难的问题等着我们。

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

  • "In the long run the only real way to solve this problem is to make sure that we've got a Palestinian state side by side with an Israel that is secure."

    VOA: standard.2010.06.10

  • There's a tendency for people to say, oh this problem's exponential, I can't solve it.

    人们往往会说,哦这是个指数型的问题我没法解决它。

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

  • "This is a partial solution that appeals to people who want a quick fix and it is not going to solve the problem, it will not prevent the recruitment of terrorists we have seen.

    VOA: standard.2009.09.10

  • Well, this is a problem that we have solved and will solve in the weeks to come. See you Monday.

    嗯,这是我们解决了的一个问题,并且将在接下来几周来解决这个问题,下周一再见。

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

  • So I haven't done magic, I've given you a really fast way to solve a knapsack problem, but it's still exponential deep down in its heart, in something.

    所以我并没有施魔法,我已经告诉了你,一种快速解决背包问题的方法了,但是某些方面它的核心仍然是指数增长的。

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

  • The second question I want to ask is what's the base case? When do I get down to a problem that's small enough that it's basically trivial to solve? Here it was lists of size one. I could have stopped at lists of size two right. That's an easy comparison.

    第二个问题是什么是基础条件?,我要将问题分解到何时才使得问题,小到可以解决的基本问题?,这里是当列表的长度为1有时候,我也可以在长度为2的时候停止分解,那是一个非常简单的对比。

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

  • You can take a problem that might be relatively intuitive to solve but when you scale this thing up as is increasingly the case in the web, in large data systems, and so forth, you actually have to now think smart, you actually have to think efficiently and you have to solve this problem effectively.

    你可以把一个问题用比较直观的方法解决,但如果你把此类问题的数量增大,正如越来越多的互联网,和大规模数据系统中出现的问题等等,你应该考虑怎样才能更简便,怎样才能更高效,你应该用行之有效的方法处理问题。

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

  • That gets us to the smart thief. Why is this thief smart? Because she took 600. And she learned 600 that in fact there is a good way to solve this problem. And that's what we're going to talk about next. And that's something called dynamic programming.

    现在我们要当聪明的贼,这个贼为什么聪明呢?,因为它选择了,它知道这事实上是解决这个问题的好方法,这就是我们接下来要讲的,也就是动态编程。

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

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

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

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