• It turns out there's a new function strlen S-T-R-L-E-N that you probably have not used yet called strlen, S-T-R-L-E-N, programmers early on and still like to be succinct but communicates sufficiently what they mean.

    结果这里有个新的函数,你可能没有使用过,叫做,早期的和现在的程序员喜欢简洁地,但是能充分的传达他们的意思。

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

  • There's a little new site called Great British Chefs,

    这里有一个小的新网站,叫做大不列颠主厨,

    宣传美食应用程序 - SpeakingMax英语口语达人

  • So in return to, we have a slight variance here, -- where I'm defining apparently -- declaring a function called cube.

    作为应答,这里我们有一点变化,这里我显然定义了-,声明了一个叫做cube的函数。

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

  • And this one here, because it is at a higher energy is called antibonding molecular orbital.

    这里的这个,因为处在一个较高的能级,被叫做反键分子轨道能级。

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

  • For example, if we talk about photons, of course, we also just mean light, sometimes we refer to this as electromagnetic radiation, and there's several ways that you might be asked this in a problem or that you might be asked to answer.

    举例来说,如果我们讨论光子,当然我们也叫做光,有时候我们看作是电磁辐射,而且这里有几种方式,你可能会在题目中被问到,或者被提问回答。

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

  • What's called the phenotype of a cell and we'll talk more about this next week when we start talking about cells and a little bit about cell physiology.

    这就叫做细胞的表现型,下周我们会再次谈到这里,那时我们会讲到细胞,和一些细胞生理学方面的内容

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

  • There are the dendrites, these little tentacles here.

    这里细小的触毛叫做树突

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

  • Here's an example that highlighted in the block there are the--is a farm called Fairview Gardens, that's outside of Los Angeles, in suburban Los Angeles, and so that's--the bracketed part is the farm in 1954.

    这里有个例子,图片中的黑框,是一个叫做美景花园的农场,它位于洛杉矶城区之外,在洛杉矶城郊,圈起来的部分,是在1954年的样子

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

  • So the point is, there is something here called operator precedence, which is what the gentleman said.

    这里我要说的就是,这里有个,叫做操作优先的规则,也就是刚才那位先生说的。

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

  • There is an institution called the "gold standard" now totally and completely gone everywhere in the world.

    这里有一个机构叫做“金本位制度“,现在完全在,世界各地遍及。

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

  • There's also a great website called Business Link,

    这里还有一个很好的网站叫做商业链,

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

  • I give you a little animation that was implemented with this programming language in just a night called Raining Men.

    这里有一个用这种语言编写的,叫做Raining,Men的小动画,我只用了一晚上就完成了编程。

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

  • Well, there's a chunk of memory called the heap that you can grab as much memory as you want so long as it exists for your program.

    好的,这里有一块叫做堆的内存,这样你就可以获得你想要那么多的内存,因为它为你的程序而存在。

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

  • Now I seem to be violating my own mantra here by just calling this variable A, but this is reasonable, I much as with four loops when you just call an incrementing variable I, because you just need an index, well, same here.

    现在我好像违背了我自己的意愿,我把这个变量叫做A,但这是合理的,就像我们的for循环中,我们把一个增变量叫做,因为我们只要一个索引,这里也一样。

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

  • So here's a program called Arg V, this is fancy speak for argument Vector, a list of arguments for the left or right.

    这里有一个叫做ArgV的程序,这个设想讲述了,参数矢量,从左到右的一列参数。

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

  • And so if we wanted to do this here, it's again, the same thing we're just now pulling back this layer and calling them char *s not actually strings.

    如果我们想要在这里这样做,再次,我们撤销这一层,把它们叫做char,*s,实际上不是字符串。

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

  • So just to reinforce this, I could run gcc math2.c but I'm getting a little tired of this a.out convention and recall that there's this utility called "make" that right now doesn't really improve much, other than give it a better name.

    所以我强调这点,我可以运行“gcc,math2,c“,但是我不是很喜欢a,out这个默认的名字,想取消它,那么这里有个叫做“make“的命令“,这个命令现在没有很大的改进,只是把用来更改名字用的。

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

  • It turns out on a Linux system there's this command called "man" for manual page.

    结果是在一个Linux系统中,这里有这样一个叫做“man“的命令,用来显示指南手册的。

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

  • - You then run a compiler, in our case called "GCC" -- -- one of the world's most popular -- and then you can run it with some number of switches, these command line arguments as they're called that somehow influences the behavior of this program.

    然后你们运行编译器,在这里我们使用叫做“GCC“的编译器-,这是全球最流行的-,然后你们可以通过一些命令来运行这个编译器,这些命令行参数可以,影响这个程序的行为。

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

  • It's called the G-protein coupled receptor because it's a receptor, like the one shown here, that's coupled to a special molecule called a G-protein.

    之所以叫这个名字是因为这种受体,就像这里展示的一样,是与一种叫做G蛋白的特殊分子偶联的

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

  • That general class of molecules is called receptors and its shown here just as a block of material living in the cell membrane.

    这一类分子叫做受体,在这里看起来就像是,生活在细胞膜内的物质

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

  • So if I type "man sleep," this is going to give me the user's manual for a program called sleep, but there's a gotcha and the problem set it makes clear, sleep notice that it says at top left sleep one.

    所以如果我键入“man,sleep“,它将,给我一个叫做sleep程序的用户手册,但是这里有个参考信息,它使问题更清晰,请注意它指明在左上角。

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

  • So this declares an integer, a variable of type int called I, 0 and initializes it to zero.

    所以这里声明了一个整型数,一个叫做I的整型变量,把它初始化为。

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

  • So this line here declares a variable, just storage space called "x" and it's of type "int," which means an integer has to go in it.

    这里的这条线声明了一个变量,一个叫做“x“的存储空间,它的类型是“int“,意思是里面存储的是整数型的数据。

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

  • We began here so at this point in the story the next thing that's going to happen is this line called Print F that says swap exclamation point, right?

    我们从这里开始,在这里,下一步将要发生了的事情是,这行叫做printf的代码,打印:“交换完成!“对不?

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

  • int Y Well, I said int X and int Y; so that gave me one square here called X, one square here ; or wherever, called Y, done, one was put in here; two was put in here, and then I called this function swap.

    好的,我声明了int,X,和;,然后我这里有个正方形叫做X,一个正方形,叫做Y,完成,1放在这里;,2放在这里,然后我调用这个swap函数。

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

  • The property it gives here is called AMPR or resistance to Ampicillin.

    这里给出的这种特性叫做AMPR,即对氨苄青霉素的抗性

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

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

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

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