• You won't believe this. Let's try to focuswhile we check those out, huh, guys?

    VOA: standard.other

  • Let's just check. If my pair chooses Alpha, then my choosing Alpha yields 0, Beta -3: so Alpha would be better.

    我们来验证下,如果我对手选α,我选α得0,选β得-3,所以选α更好

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

  • Hey, check out that chick. She's really hot. Let me go talk to her."

    嗨,看看那个女孩,她真的很火辣。我要过去和她说说话。”

    体验男女初次会面 - SpeakingMax英语口语达人

  • Again, same kind of reasoning says, given some value x, I happened to pick a small one here, what's an easy way to do this? Well, let's just start at one. That's my variable I'm going to change and check.

    好,尤其是,让我们到这里来,让我给大家看看第二个例子,让我把这个注释掉,这是我要解决的,第二个问题,假设我想找到一些整数的,所有除数,我想要找出来这个数的所有的除数。

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

  • Why don't we say the same $5 check is included but, in the letter, let's say something different?

    同样是5美元股利的支票,但在信中,我们换种方式来说

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

  • So, let's do a little sanity check now and let's try to demonstrate as much I now claim I'm going to capitalize the copy of the string I just made.

    多以,让我们做一个检查,然后做一个演示,现在我声称,我要利用那个字符串的拷贝。

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

  • 87 Let's check. Here is sodium plus chlorine. It's 787.

    我们检查一下,这是钠加上氯,是。

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

  • Alpha was dominant before--it dominated Beta before-- and it still dominates Beta. Let's just check.

    是优势策略,β是劣势策略,在这里α依然优于β,我们来验证下

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

  • So let's charge it up again and see if we can check again.

    让我们再次给它充电看看,是否能再次观测到。

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

  • All right, so let's just do a reality check here.

    好,让我们来做一个现实性的检验。

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

  • Let's check it out. I've written a little bit of a test script here, so if we test cell sort, and I've written this so that it's going to print out what the list is at the end of each round, OK.

    我们来检查检查,我写了一个小测试脚本,我写这个脚本来测试单元排序,它能够打印出每一轮结束后,链表的是什么样子的。

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

  • All right, and let's just check this out, because I want to make a point of this, let's go back and do the following.

    好,让我们记住这一点,因为我想要强调下这里,我们回过头去做如下的操作:

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

  • We'll use more sophisticated tools before long, but let's do a little sanity check.

    我们不久后将用更多的复杂的工具,但是让我们做一个明智的检查。

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

  • So let's do a little sanity check.

    让我们做一个明智的检查。

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

  • So I claim it is, let's just check carefully.

    我认为是的,仔细验证一下

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

  • So let's check it out.

    让我们看看

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

  • Well let's check.

    我们来验证一下

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

  • But that merging process only takes N steps, N*log N so that's N times log of N. Now, it's a little tricky to reason through this perhaps the first time, let's just take a very simple example and see if we can do a little sanity check here.

    但这个合并过程只需要N步,所以时间复杂度是,第一次对此进行推论可能会有点儿棘手,我们举一个简单的例子,看看我们能否做一些完整性的检查。

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

  • Let's say this is a repurchase of some of your shares at market price, sending the same check, so what's the difference?

    就说我们以市价购回你的一些股票,然后寄过去同一张支票,这有区别吗

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

  • So I claim that neither player has a dominated strategy, let's just check.

    我说没有参与人存在劣势策略,我们来验证一下

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

  • Is the first part. That says, I took the branch through here that eventually got to the end and said, there wasn't a solution, in which case I'mgoing to print out, there ain't no solution, otherwise I'll print out the pieces. All right, let's check it out. Ah, what did I say?

    我是否返回了特殊的none值?是第一部分,这里的意思是我从这个分支,走到这儿最终走到最后,并告诉我这条路没有解决方案,也就是我想要打印的结果,没有符合的结果,否则我会把它们输出来?

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

  • 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的,如果不是的话,请注意会发生什么,下面的代码都不会被执行,程序会到这里来然后显示一些有用的信息,信息会说,嘿,你给了我一个负数,我不知道该怎么弄这个了。

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

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

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

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