• OK, important -- if you are part of this group here think about it and make sure you understand that.

    好的,这很重要,如果刚才选了可逆过程,请好好想想并且保证已经理解了这个问题。

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

  • and making sure that you know exactly what you are getting into right from the beginning.

    保证从一开始,就准确地知道要进入什么行业。

    关于创业的全部 - SpeakingMax英语口语达人

  • the Bank of England would say you've got to keep a deposit with us " otherwise we'll destroy you.

    英格兰银行将会对说,“得在我们银行付保证金,不然我们将毁灭

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

  • And I said to my advisor, "No, no. I have taken chemistry in high school, and I can assure you that chemistry has no relevance whatsoever to the life sciences."

    于是我就去和我导师说:,“我在高中学过化学,我向你保证化学和生命科学,没有任何关联“

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

  • Maybe other principles of hermeneutics will place much more stress on innovation or novelty or difference, but you're not sure people can understand unless they share a great deal of common ground."

    也许诠释学的其他原则更强调,创新,独树一帜,与众不同,但不能保证人们都能理解,除非他们有很多相同之处“

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

  • Warren Buffett said it was not my idea. We are not controlling margins if you have option exchanges.

    巴菲特说这不是我的主意,如果有,期权交易的话我们不会控制保证金的。

    斯坦福公开课 - 经济学课程节选

  • OK, so what else do I have then in my little class definitions here?

    需要重新计算其他的值,来让保证不出现错误?

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

  • And also, you can't take land unless you make sure that there is as much land as possible left for other people to take as well.

    同时,不能掠夺他人土地,除非你保证,还有足够的土地留给其他人使用。

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

  • On the left, you see somebody expending enormous physical effort to secure the food.

    在左边,能看到人们耗费大量体力,以保证食物供给

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

  • You've got to make sure that if you explain to others how to do this problem, then somebody else contributes to something else, but you know what everybody contributed in the end.

    得能保证,如果和别人解释了题目的解法,然后另一个人对别的题目又有独到见解,最后知道每个人都没有浑水摸鱼

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

  • So it does that for us so that you can get away with just knowing the address of the first byte and it will make sure that you know when to stop by including the special value so, in fact, get the string if you type in a three-letter word, we allocate four bytes no matter what because we need an additional byte 0 for this special sentinel value back slash zero at the very end.

    它为我们做了这些事情,这样我们就可以,通过第一个字节的地址,它还可以通过包含一个特殊的值,来保证在哪里停止,如果输入了一个三个字母的单词,就可以获得那个字符串,不管怎样,我们分配四个字节,因为我们在末端需要一个额外的字节,来保存这个特殊的标志值--反斜杠。

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

  • So make sure that you are around the right people, like who are also learning

    所以要保证与正确的人在一起,比如那些也在学英语的人,

    要继续努力 - SpeakingMax英语口语达人

  • Would it focus your attention on making sure you did the things ? that were most important to you?

    会不会把注意力都放在保证自己,做的都是对自己来说最重要的事情?

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

  • You'd want to make sure that you separated the virus from all the other parts of cow skin so that your ultimate preparation was enriched in the virus and didn't contain quantities of other things that would be hazardous.

    保证,从所有的牛皮组织上分离出病毒,这样最终的制剂产品才会富集病毒,并且不会携带其它物质,这些物质可能带来危险

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

  • or be certain that you know how to get home if it's late

    或者很晚的时候,要保证知道回家的路,

    伦敦的夜生活 - SpeakingMax英语口语达人

  • I promise I'll pay you back tomorrow.

    保证明天就还

    I didn't 实战 - SpeakingMax英语口语达人

  • If you're wondering what's OK or what's not OK, it's very clearly written out in this handout, so make sure you read through it, because it is your responsibility to make sure that your calculator does not have anything extra programmed in it.

    如果不清楚什么可以什么不可以,讲义上写得很清楚,所以请大家务必看完它,因为有义务保证,在自己的计算器里,没有编上额外的程序。

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

  • It says that you have to keep deposits with us here at the central bank; either that or else keep vault cash and show that you have it as reserves for your deposits.

    它声明必须在中央银行这里,付保证金;,要不那样做,要不就在金库中存钱,并且表明把它作为,存款中的储备金。

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

  • And so if you sign a contract with the government for millions of dollars, you have guarantee to get your dollars back, plus whatever profits they allowed in the contract.

    所有如果和政府签订了合约,做了一个百万的大单子,保证拿到钱,和其他的利润,在合同里规定的利润。

    斯坦福公开课 - 经济学课程节选

  • So, summarizing better, assert is something you put in to say to the user, make sure you're giving me input of this type, but I'm going to guarantee you the rest of the code works correctly. Exceptions and exception handlers are saying, here are the odd cases that I might see and here's what I'd like to do in those cases in order to try and be able to deal with them.

    所以更好的总结下,断言就是放在那里告诉用户,保证输入的是这种类型的,但我能保证剩下的代码运行正确,异常和异常处理做的事,这里有些我能预期的异常情况,并且这里有些情况,我能尝试处理。

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

  • So, it's perfectly okay to be part of a collaboration, but you've got to make sure that you're pulling your weight.

    所以,参与小组讨论是完全允许的,但保证在其中有所作为

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

  • In terms of where different atoms are in a molecule, if you have a hydrogen atom or a fluorine atom, you can pretty much guarantee they're always going to be terminal atoms.

    对于不同原子在分子中的位置,如果有一个氢原子或者一个氟原子,那基本可以保证,它们总是最末端的原子。

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

  • If you want to make sure both conditions are true and they both have to be true for any code to be executed, use ampersand ampersand.

    如果保证两个条件都成立,或者它们两个都必须为真值,才能执行一些代码,那就使用“&&“

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

  • Well I'm relying on the contract, if you like, that the manufacturer of square root put together, which is, if I know I'm giving it two floats, which I do because I make sure they're floats, the contract, if you like, of square root says I'll give you back a float.

    好吧我能靠一些类似合约来保证,如果这么说喜欢的话,其实就是当求平方根的方法,获得了两个我已经确认了是浮点数的数后,这个类似合约的东西就会保证,返回一个浮点数。

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

  • You're trusting the programmer did it right, but this now tells you something.

    现在,我们不能保证这是对的,对吧?必须相信程序员写的是对的。

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

  • So, if you feel there's not enough math used, I guarantee you that I certainly know enough eventually to snow the whole class, but that's not the point.

    如果觉得我用的数学太少,我可以保证,我知道的数学知识,足以难倒在座的所有人,但这不是重点

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

  • So, in terms of what it is that you need to prepare and bring with you for the exam, you need to bring your MIT ID, especially if you haven't been showing up regularly to your recitations and you aren't 100% sure if your TA knows exactly who you are, you need to make sure you have your MIT ID with you.

    那么,关于需要做哪些准备,考试可以带哪些东西,需要带着的学生证,尤其是如果没有经常地参加,习题课,不能百分之百保证,的助教确实认识,那么更得确保自己到时带着学生证。

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

  • So that's just a little bit of a check for yourself, and it should make sense because what you're doing is you're calculating the difference between energy levels, so you just need to flip around which you put first to end up with a positive number here, and that's a little bit of a check that you can do what yourself.

    所以们总要确保括号,离得这项是正的,这是们自己,可以做的检查,这事很有道理的,因为们做的是计算能量差,所以需要调整顺序来保证一个正数,这是们自己可以做的检查。

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

  • And your roommate says, "Inside the envelope are facts about this milkshake that if--I promise you it is indeed the case-- if you knew these facts, " you would not drink the milkshake anymore."

    的室友说,“在信封里面是关于奶昔的事实,如果,我保证里面是事实-,知道了这些事实,就不会再喝奶昔了“

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

  • And if it goes up 6 percent, well you'll go up 10 percent or more, and if it goes down, don't worry, I'm so smart your stocks won't go down.

    如果股市涨了6个百分点,可以转到10以上的百分点,如果股市跌了,也不用担心,选择的人会保证买的股票不会跌。

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

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

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

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