• Well, I think the pressing example in the United States right now has to do with people who are gay, lesbian, bisexual and transgendered.

    恩,我觉得,就当前美国的情况来说,最能说明问题的例子就是,同性恋,双性恋,以及变性人。

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

  • A person, a place or a thing that's related to something that you're talking about in the present moment.

    你可以谈论与当前的情景相关的人物、地点或者事物。

    remind me of 课堂 - SpeakingMax英语口语达人

  • Now, if the current is sent one way through the read/write head the area is polarized in one direction.

    如果当前通过读写头来发送指向一个方向的信息,这个区域的磁极指向某个方向。

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

  • If it's there, I'm done, if not, I keep walking down, and I only stop when I get to a place where the element I'm looking for is smaller than the value in the list., in which case I know the rest of this is too big and I can stop.

    并且保持遍历,我只在当当前位置的数组元素,大于目标数时停止,这意味着剩下的元素都比目标元素大,但是其他的情况,我还是要遍历完整个数组。

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

  • It's essentially about one of the most immediate and important evolutions over the next century I think.

    这本书涉及了当前直至下个世纪,都十分紧迫又重要的变革之一。

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

  • They do a contest--those of you who like to enter contests--saying, "how can we break out of this awful mess, oh, whatever can we do?"

    曾有一个比赛,问参赛者们,"我们该如何化解当前窘境,我们到底该怎么办"

    耶鲁公开课 - 1871年后的法国课程节选

  • I don't care what the score is down here at the moment.

    我不在乎当前的分数。

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

  • It's a list of what you have to know about a system right now.

    它包含系统当前的全部必要信息

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

  • Which of those is closer to applying to the state of the country?

    以上哪种情况更符合我国当前状态?

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

  • So this is an example of a technology that's just emerging now, it's certainly going to impact you in your lifetime and we'll talk about how it works and what the current state-of-the-art is there.

    这个例子中提到的技术,才刚出现,但在你的有生之年,它肯定会影响人们的生活,我们会讨论到这门技术的原理和,当前的技术水平

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

  • Then you'll get a page that looks like this that will talk about-- given that you've had that particular food how many additional calories you have for the day, given an average person, and it gives you the breakdown of what you've eaten so far.

    之后你会看到一个类似这样的页面,根据你的某种食物摄入量,根据一般人的情况,告诉你当天额外摄入了多少卡路里,它会给出当前所有的统计数据

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

  • And we'll discuss the current research and why people get these disorders and what's the best way to make them better.

    我们将会讲到当前的研究成果,解释为什么人们会患有这种心理障碍,以及什么才是治疗他们的最好方法

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

  • In the current world champion of chess, I think Vladimir Kramnik, was defeated in December by a chess-playing program.

    当前的国际象棋世界冠军,弗拉基米尔?克拉姆尼克,就在今年12月被一个国际象棋程序击败

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

  • We are going to look at the situation in Afghanistan as it stands today, winter of 2009.

    这期节目我们将看看阿富汗当前的局势,2009年冬天。

    普林斯顿公开课 - 国际座谈会课程节选

  • The mortgage payment was decided when you took out the mortgage, so that never changes; they than figure out what your mortgage balance is.

    每月偿还额是一开始确定的,因此不变,这样就能算出当前的贷款余额

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

  • This is our current class.

    这是我们当前的学生。

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

  • > That lets the compiler know that you want to use some actual compiled code from that library.

    >,那是告诉编译器我们想要在程序库中,使用一些当前的编译后的代码。

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

  • since all the information is in the current price, you don't have to worry about whether it went up or down yesterday, to decide what it's going to do today.

    因为当前价格代表了所有信息,你就不需要去考虑昨天股价,是涨了还是跌了,再去判断它今天的价格会怎么变化。

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

  • But if, at any point, I get to a place in the list where the thing I'm looking for is smaller than the element in the list, I know everything else in the rest of the list has to be bigger than that, I don't have to bother looking anymore.

    当前位置数组的元素要小,我也就知道后面的数肯定,也都比我的目标数要大了,我就不用再继续进行下去了,这意味着目标数不在这个数组中,我就可以退出了。

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

  • Knowing what you know now, any concerns about taking the oral polio vaccine instead of getting the shot?

    依据当前结果,你对口服疫苗替代,注射疫苗有何担心吗

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

  • Selection sort too really reduces to a total number of comparisons because I'm again comparing the current smallest to the next thing I see, the next thing, so really a lot of these sorting algorithms boil down to comparisons and the numbers that you actually have to make.

    选择排序也可归纳为总数的比较,因为要将当前最小者与下一个进行比较,接着再下一个,可见,很多排序算法都可归结为比较,以及需要比较的次数。

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

  • And yet, you want to talk about the velocity right now.

    现在你想讨论当前时刻的速度

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

  • Now these parts of the world are shrinking in the number; but let's say you lived in Ethiopia or Somalia, or places where food really is scarce way too much of the time, then having this particular biological drive, having a brain that wants you to seek out these foods would be highly adaptive.

    现在这些地区的数量正在减少,但如果你生活在埃塞俄比亚或是索马里,或是当前食品十分短缺的地区,那么拥有这种生物驱动力,拥有不断驱使你去寻找食物的大脑,会让你有极强的适应能力

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

  • Our current portfolio has 11% allocated to domestic equities, 15% to foreign equities,and 4% to bonds, so traditional marketable securities account for 30% of assets.

    我们当前的投资组合中11%是国内股,15%是国外股,4%是债券,所以传统有价证券占总资产的30%

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

  • Then I'm going to come back to finally concluding with problems that we see.

    然后我会回头总结,当前存在的一些问题

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

  • And last year to did we hand students Google maps, Google news, asked them to mash those two very familiar real world products together so that they had a map of the United States, little markers sprinkled throughout, that indicated exactly where there were current events going on.

    去年我们给学生提供了谷歌地图和谷歌新闻,要求他们把这两个熟悉的实时世界,产品结合到一起,这样他们就有了一个美国地图,上面到处都是一些小图标,它们能够精确地标记出,当前事件发生的地方。

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

  • The top left tells you what program you're actually using.

    左上角告诉你你当前使用的是何种程序。

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

  • Loader returned 1 exit status.

    载入器返回1退出当前状态。

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

  • A clock tells you what time it is, but you can also say what time it is by seeing how fast the particle is moving because you know it started with some speed.

    时钟能告诉你现在的时间,但你也可以通过测量质点速度,来判断当前的时间,因为你知道它的初速度

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

  • Because I know this program was saved by default into my current folder, my current directory, so dot slash means run the program called a.out that's right here in my current directory not in, like, a out my applications folder or somewhere else.

    程序默认保存在,当前目录下的文件夹,/意味着运行这个名为“a,out“的文件,是我当前目录下的文件,而不是应用程序文件夹或其他别的地方的。

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

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

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

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