• He was worried about the reception he would receive. "I do a lot of comic material in the show,".

    VOA: standard.2009.11.25

  • The reason I'm going to show you this flow chart, I'm going to do one other example in a second, but I want to show you a comparison.

    我稍后还会给大家讲另外一个例子,我给大家看这个流程图的原因,是我想给大家一个对比。

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

  • and I want to show people's... what people do when they have nothing, when they've lost everything.

    想展现人们的……想展现他们在一无所有、失去一切的时候所做的事情。

    肉品市场区的作家 - SpeakingMax英语口语达人

  • I'm thinking about a problem, I'm going to show you an example in a second, first thing I'm going to do is say, what is the thing that's going to change every time I run through the same set of code?

    我要解决一个问题,我马上会让大家看一个例子,第一件我要做的事情就是,弄明白每次运行同样的指令集时,每次都会改变的东西是什么?

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

  • What caused--that's the-- I wanted to show you one city -I actually do a short comparison between a couple of cities -Los Angeles and Milwaukee.

    原因是什么,我给你们看看一座城市,我在两座城市之间做了个简单比较,洛杉矶和密尔沃基

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

  • I'm going to do a few little quizzes today where we're just going to do a show of hands, but beyond that, the clicker will be helpful.

    我今天会做几个小测验,让大家来投票表决,不过表决器的作用不止这么简单

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

  • I'm going to do a show of hands now.

    下面请大家来举手

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

  • I have yet to show you the solution to a wave function for the hydrogen atom, so let me do that here, and then we'll build back up to probability densities, and it turns out that if we're talking about any wave function, we can actually break it up into two components, which are called the radial wave function and angular wave function.

    我还没有给你们看过,氢原子波函数的解,让我现在给你们看一下,然后再来说,概率密度,实际上,对于任何一个波函数来说,我们可以把它,分解为两部分,分别叫做径向波函数,和角向波函数。

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

  • There's a magician, I think his name is The Amazing Randi, who has a sort of standing offer; he says, "You show me what happened in the seance or in communication with the dead or what have you, and I'll show you how to do it.

    有这样一个魔术师,好像他叫 "令人惊奇"的兰迪,他有一个长期的悬赏,他说,你展示给我看通灵,或如何同死人交流,我就告诉你这是怎么做到的

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

  • Or you could also use the "I have" pattern negatively to show that you do not possess something.

    当然,你也可以用“I have”句型的否定形式来表示你并没有某些东西。

    I have 课堂 - SpeakingMax英语口语达人

  • I'll show those again, but what I want to do mostly today is try to put a mathematical statement of the second law in place that corresponds to the verbal statements that we saw last time.

    今天我还将跟你们讲这些,但今天的重点是,对上次口头表述内容中的热力学,第二定律,的数学推导,我们上次看到的。

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

  • For a minute just assume that we can do this and I'm going to show you how to do it on the next slide.

    我们暂时先假设基因已经插入到了质粒里,我会在下一张幻灯片告诉你如何做到

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

  • I'd just like to do a piece of survey research, how many of you, just a show of hands is all I need; how many of you believe ? Socrates is innocent and should be acquitted?

    我们来做一下意见调查,有多少人认为,只要举手就可以了;,有多少人认为,苏格拉底是无辜且应无罪开释?

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

  • You can use the "I'll" pattern to show that you intend to do something,

    你可以用 "I'll" 句型来表示你正打算做某事。

    I will 课堂 - SpeakingMax英语口语达人

  • And again, if I just run this, just to show that it's going to do the right thing, it says enter base, I'm obnoxious, it says oops, wasn't a float, so we'll be nice about it and I enter a height, and it prints out what I expected. I just concatenated those strings together, by the way, at the end.

    我再来运行下看是不是做对了,提示输入底,噢,它提示说不是浮点数,我很高兴,然后我输入一个,浮点数作为高度显示结果和我预期的相同,顺便说一句,我只是在最后把这些字符串连接起来了。

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

  • What we do--I'll show you how they got their number.

    现在,我演示一下如何得到这个数字

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

  • OK, so how can I code this up? Well, you might think, let's just jump in and write some code, I don't want to quite do that though, because I want to show you another tool that's valuable for thinking about how to structure the code, and that is a something called a flow chart. Now.

    好,那么我怎么把这个以代码实现呢,你可能会想,让我们进去直接写代码把,但是我不想这么做,因为我想教给大家另外一项很有价值的,用来组织代码的工具,叫做流程图,现在,像Guttag教授,和我这么大岁数的人。

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

  • All right, having said that, let's do some examples. I'm going to show you a sequence of algorithms, they're mostly simple algorithms, that's OK.

    好,让我们开始看例子吧,我将会给大家讲,一系列的算法,这些都是挺简单的算法。

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

  • OK, now, if I actually do this, and I'm going to show you the example, I just, what did I type over there, I got p was a c point.

    传入了其他的参数,好,现在,如果我,实际上要做这个的话,我要给大家看个例子。

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

  • Now let me do it a second time to show you that -- I'm saying this poorly.

    还不至于如此呢,现在让我再做一次给你们看。

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

  • I was going to start showing you some examples, but I think, rather than doing that, I'm going to stop here, I'm going to give you two minutes back of time, but I want to just point out to you that we are going to have fun next week, because I'm going to show you what in the world that has to do with efficiency.

    我想再给你们讲解一些例子,但是我想想还是算了吧,给你们两分钟休息时间,但是我想告诉你们,我们下周的课,会很有意思,我会告诉你们,到底是什么决定了效率。

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

  • I wanted to show you that, so, first thing I'm going to do is say, all right, I know I'm going to need square root in here, so I'm going to, in fact, import math.

    我们可以开始完成这个方法了,我想让你们看到完成这个方法的过程,第一件事情就是,我们在这儿需要一个求平方根的方法,实际上我将引入math包。

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

  • So let me show you another way I could do exponentiation. Taking an advantage of a trick.

    看我怎么用这个小技巧,来求a的b次方的。

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

  • Then, if n = 100--now I'm going to label this x differently, I'm now going to show the normal bell-shaped curve and I'm going to do this from 0 to .4.

    如果n=100,现在我得重新标x值,我现在要画正态分布的钟形曲线了,在这儿用0到0.4

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

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

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

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