• And so what you want to do and again we'll come back to this later in the term, is something called regression testing.

    却又出问题了,然后怎么办呢?,我们会在这学期晚些时候,讨论这个被称为回归测试的东西。

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

  • What do you do when you're stuck with a question while studying Physics?

    在学习物理时被一个问题难倒了怎么办?

    学习和交际都重要 - SpeakingMax英语口语达人

  • All right. What do you do when you've found the bug and you need to fix it?

    好了,当发现错误并修改它们的时候,怎么做?记住一个古老的法则?

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

  • The question becomes how did you address these issues How do you know about them.

    这样一来问题就变成了你怎么处理这些问题,以及对它们了解多少。

    麻省理工公开课 - 媒体、教育、市场课程节选

  • You can take these big risks of time, and if at the end of the day there's nothing to detect, you still know how to build a detector.

    如果最后什么都没测到,至少知道了,怎么造一个探测器,所以如果们。

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

  • It's easy to see how you might think, how you might worry about the badness of death, if you thought you would survive your death.

    如果认为经历过死亡依然能存活,怎么想象和担心死亡的坏处,就很容易看出来了。

    耶鲁公开课 - 死亡课程节选

  • You have got this new law, but how are you going to sell this?

    知道了这个新定律,怎么推广它呢

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

  • Now we can ask, not what did you do, but what should you do?

    我们不讨论做了些什么,而讨论应该怎么

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

  • How we do that will be clear in a few minutes, but this polylinker as is described down here is a site where you can clone in genes.

    马上们就清楚这该怎么做了,这里所说的多克隆位点,就是能把基因片段插进来的位点

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

  • And for Problem Set 0, too, those of you might think Scratch kind of imploding since I was 6, well then we'll hand you some of these little logic boards which are a variety of real world sensors you can connect to your Mac or PC and push yourself a little further with interactions, with the real world.

    对于习题集0也是如此,有些人可能认为从我6岁开始就不怎么用Scaratch了,那么我给一些小的逻辑板,它们就是各种各样的真实世界的感应器,可以用它们来连接到的手机或电脑上去,和现实世界做进一步的互动。

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

  • So, it kind of depends like what you go for obviously

    所以,显然就看你怎么选择了。

    在研究所工作 - SpeakingMax英语口语达人

  • He appeals primarily to God's vanity: What will the neighbors think if you destroy them?

    他主要唤醒了上帝的虚荣:,如果毁了他们,的邻居会怎么想?

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

  • If you pay them, they'll like you less.

    如果付了报酬,他们就会不怎么喜欢了。

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

  • So what would you do in this case?

    那换了是在这种情况下会怎么做?

    耶鲁公开课 - 公正课程节选

  • It's just not the color for you. It's too dark.

    这个颜色不怎么适合。看起来太深了。

    I hate 实战 - SpeakingMax英语口语达人

  • Sure. Is there any problem with your car?

    当然可以,的车怎么了

    Is it okay 实战 - SpeakingMax英语口语达人

  • It depends on how you deal with it.

    就看你怎么处理了。

    It depends on 课堂 - SpeakingMax英语口语达人

  • If you're a doctor and you've got a patient who's running away from you at the speed of light, you'll know what to do.

    如果是个医生,的一个病人以光速逃跑了,就知道该怎么办了

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

  • So you can actually say, how do I know which methods are associated with the class? For that, we can call dir. And what it does, is it gives me back a listing of all the things, dir all the methods, that are associated with it.

    我们开始建立类了,我们得到了这些方法,因此实际上可以说,我怎么知道,哪些方法是关联与这些类的?,为了解决这个问题,我们可以调用,这个方法的作用。

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

  • We don't know the time and we don't know how high it's rising so you can ask, "How am I supposed to deal with this problem?"

    我们既不知道时间,又不知道最高点的高度,那就会问了,这道题该怎么做呢

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

  • You can say, "How am I going to check that?

    就会问了,"我怎么才能确认这一点呢

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

  • It says you gave me something I didn't know how to deal.

    它的意思是给了编译器一个,他不知道怎么处理的东西。

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

  • But notice what this does. The first thing it does is, it says, let's check and make sure x is greater than or equal to 0. If it isn't, notice what's going to happen. None of that block is going to get executed, and it's going to come down here and print out a useful piece of information, which says, hey, you gave me a negative number. I don't know how to do this.

    做的是和以前一样的事情,但是注释它做了什么,第一件做的事情就是,程序说,要去检查并且确信x是大于等于0的,如果不是的话,请注意会发生什么,下面的代码都不会被执行,程序会到这里来然后显示一些有用的信息,信息会说,嘿,给了我一个负数,我不知道该怎么弄这个了。

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

  • Once you got this, you realize what you got to do.

    一旦写出了这两个式子,就知道该怎么计算了

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

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

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

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