• OK. Now, last thing about variables, and then we're going to start pushing on this, is where can you use them?

    好,关于变量的最后一件事,然后我们就要,结束这个话题了,这个问题就是在什么地方可以应用变量?

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

  • We have like two months, about three weeks of sun and then it's finished.

    我们有两个月,大概三个星期的晴天,然后夏天就结束了。

    关于伦敦的天气 - SpeakingMax英语口语达人

  • Strings are captured in Python with an open quote and some sequence of characters followed by a closed quote.

    字符串在Python中,是以一个开引号开始,然后后面是一系列的字符,以一个尾引号结束

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

  • They are correct, as the picture suggests, but then I hit that curly brace.

    它们是正确的,就像那个图所表示的,然后以那个花括号结束

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

  • How about one more question and then we'll let you go?

    还提一个问题,然后结束怎么样?

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

  • Now hopefully you're keeping a sheet of paper with you and you're writing down what you eat so you don't forget everything, and then you sit down at your computer at the end of the day and you log it all in.

    希望你们可以随时带张纸,以便随时记下,吃的东西以防忘记,然后坐在电脑前,在一天结束时输入电脑

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

  • We'll sit on the dominant chord for eight beats and I will look over and everybody else will come back in at the end of Chris's solo."

    主和弦占八拍,然后我会见机行事,在克里斯的独奏结束时大家回到主调

    耶鲁公开课 - 聆听音乐课程节选

  • That's the question I want us to consider again for next week as we finish the Apology ?! and move our way up to the Crito. Okay?

    这是我希望大家在下周,结束《苏格拉底自辩篇》之前思考的问题,然后我们将进入《克里托篇》,好吗?

    耶鲁公开课 - 政治哲学导论课程节选

  • I really think by being an activist and putting pressure on that board that has done nothing really--I think eventually that will happen, hopefully Maybe we'll have one or two more questions Two more questions and then we'll wrap up.

    我觉得通过做一个改革者该做的,以及对现在无能的管理层施加压力,真的--如果顺利的话那终将发生,差不多再可以提一两个问题,再提两个问题然后我们就结束

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

  • That won't mean at the end of the course of 1504 or 100 or 100 other courses in the workshop and sold the books that you read, it's not that you will not have painful emotions anymore.

    那并不代表在1504课程结束后0,或修读完另外100门课程,然后就可以把读过的书丢了,并不是说,你就不会再感受到痛苦的情绪。

    哈佛公开课 - 幸福课课程节选

  • and then it's finished. And at winter time starts like in February now.

    然后夏天就结束了。现在冬天大概从二月份开始。

    关于伦敦的天气 - SpeakingMax英语口语达人

  • And then they ended up buying out their contract and touring themselves around.

    然后他们结束了合同,并自己去巡演。

    记忆犹新的表演 - SpeakingMax英语口语达人

  • You would say we'll take the dog to the vet, and end the dog's life.

    你会把狗送到兽医那里,然后结束它的生命。

    普林斯顿公开课 - 人性课程节选

  • And then from that start point, get the x-value. Same thing, from that instance, get the endpoint, from that end point get the x-value, square.

    取得结束点,然后取得结束点的y坐标,然后求差开平方,然后同样求的y坐标。

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

  • So pictorially, you can imagine foo getting called and then it finishes running; so these rows in this chart will just be whisked away.

    看起来,你可以想象foo被调用,然后结束运行,所以这个图表中的这些行,将被快速移去。

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

  • One starts here, one ends here, then there's another and then another.

    一个从这里开始,在这里结束然后是另一个。

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

  • So, for example, if I say TEST and I don't give it a start but I give it an end, then it gives me all the elements up to that point.

    例如,我创建了TEST这个元组我没有给他,起始点却给了它一个结束点,然后程序会基于这一点放置所有的元素。

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

  • So we're going to listen now to the end of Strauss's Death and Transfiguration, and again we've got the idea of the octave, then the fifth, then the fourth.

    我们下面会,听施特劳斯的死亡与净化直至结束,我们再次了解了八度音阶,然后是第五音阶,第四音阶

    耶鲁公开课 - 聆听音乐课程节选

  • If it's the value I'm looking for, boy, I ought to go to Vegas, I'm really lucky.

    我可能要去赌城赌一把了,我太幸运了,然后算法就结束了对不对?

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

  • And then you're just done.

    然后本课程就结束了。

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

  • Now, I prefaced this a few minutes ago about saying Professor Guttag wasn't going to like me.

    结束点返回x坐标,然后把它们加起来。

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

  • Well, this question mark becomes an O, this question mark becomes an O, and then the loop terminates 0 1 2 because it's iterating from zero to N so that's zero, 1, 2 and the length of the string is 3 so the loop terminates, but I remember that I needed to have this special sentinel value so I'm just going to put it there manually.

    嗯,这个问号变成了,这个问号变成了0,然后循环结束了,以为迭代从0到N,那就是,字符串的长度是3,然后循环就结束了,但是我记得我需要这个特殊的标记值,所以需要手动的加上它。

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

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

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

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