• It seems to me that if you type this you'll get a spell check error.

    我拼写不是很好,要是有拼写检查就好了

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

  • So if you just automatically type your essay, your tutor will ring the American word

    所以如果你自动输入你的论文,你的导师会圈出美式的单词,

    美式英语和英式英语 - SpeakingMax英语口语达人

  • 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.

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

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

  • Last time we checked the type and said if it is a float you're okay. If not, carry on.

    并且会告之是否是一个浮点数,如果不是继续循环。

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

  • So if you think about any one of these carbon-carbon bonds, what type of a bond would you expect that to be?

    如果你们考虑任何一个碳碳键,它是什么类型的?

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

  • Anybody If you have withdrawals after eating a certain type of food for a long time.

    有人回答吗,当你长期吃某种食品,某天你不吃了

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

  • One of the things that we discussed was this type of imagery here where you have vertically these pillars, if you will, or we could even call--the more I sort of looked at this--sort of call them tree trunks almost.

    我们讨论的问题之一是这里的这种意象,这些垂直的柱子,如果你愿意的话,我们可以称之为,我越看越觉得称之为树干比较好。

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

  • You can compel the compiler to treat some value as a different type of value, at least if it makes intuitive sense that that should be possible.

    你可以控制编译器处理,不同类型的数据,至少我们凭直觉,它应该是可能的。

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

  • I just want to remind you, if I wanted to, for example, type in an expression like that, notice the syntactical form, it's an expression, a number, followed by an operand, followed by another expression.

    我想要提醒下大家,如果你想要,例如,输入一个这样的表达式,注意语法形式,这是个表达式,一个数字,后面是一个运算对象,后面是另外一个表达式。

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

  • And so ultimately one of the messages we'd like to send today is that if you are the type who's kind of on-the-fence don't think this is for you, worried about hurting your GPA or anything like that.

    最终,我们想告诉你们的是,如果你是那种对分数不太在意的人,这种打分制就不是为你准备的,担心影响你的学分绩点之类的东西。

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

  • So I'm going to go over here, and I'm going to type test search-- I can type and if you look at your handout, it's just a sequence of tests that I'm going to do OK. So initially, I'm going to set up the list to be the first million integers.

    大家可以看看你们的课堂材料,那儿有一些我要做的实验,好,一开始我先去建立个,含有一百万个integer的数组,对,这有点儿简单,但是这给我提供了这样一个有序的数组。

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

  • So first just a couple of teasers if you are in fact the geeky type, so our friends at Microsoft are having this little nerd party in a few days.

    首先是几个广告,如果你是那种不太受欢迎的类型,我们在微软的朋友几天后会举办一个小派对。

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

  • Can you tune in to any number of designs including duffel bags, if you're the athletic type, law bears if you're more of the stuffed animal type, and then under the new category here do we have a whole bunch of meem themes shirt as well.

    你们看到设计的任一编号,如果你是运动型的,有这样的背包,如果你更喜欢动物,也有玩具熊,在新的分类下,我们也提供了一系列,米依美主题的T恤。

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

  • So you know that x-rays are higher frequency than UV light, for example, that means it's also higher energy than UV light, and if you think back to our photoelectric effect experiments, do you remember what type of light we were usually using for those? Does anyone remember?

    你们知道,X,射线的频率比紫外光高,这意味着,它的能量也比紫外光要高,那么,请大家回想一下我们的光电效应实验,大家还记得当时我们用的是什么光源吗?,有人记得吗?

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

  • But if you're the type who prefers to be bed by midnight, that's quite okay too; there'll be plenty of time to work on the project.

    但是,如果你习惯半夜睡觉,也同样可以,你还有足够的时间完成这个项目。

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

  • The format is the same. I'm going to ask for some input, and then I am going to use that procedure to check, is this the right type of value. And I'm trying to use that to do the coercion if you like. Same thing if it works, I'm going to skip that, if it not, it's going to throw the exception.

    格式是一样的,我需要一些输入,然后我要用一个过程来检查,是否是正确的值,然后你就可以做强制转换了,如果能运行,那是一样的,我打算跳过这段,如果不正确,那就会抛出一个异常。

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

  • If you go to the web just type in glycemic index, you can pull up chart after chart of high and low glycemic index foods, and sometimes you get surprised by what those foods are.

    如果你在网上输入血糖指数,你会得到一个又一个,关于食物血糖指数高低的图表,有时你会被列表中的那些食物吓一跳

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

  • bug Now, this was not the bug in this program because I did, in fact, use the equality operator and so it feels like if I type the word foo both times I should, in fact, get back you type the same thing.

    现在,在这个程序中这个不是,因为,实际上,我使用了等于号,如果我输入单词foo两次,我返回给你“输入了相同的东西“

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

  • If you look at weight and risk of Type Diabetes you start to see something pretty interesting.

    在体重和II型糖尿病患病风险的关系中,我们能得出更有趣的发现

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

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

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

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