• Like many cells in neurons, the shape of the cell is intimately related to its function within the organism.

    同许多种神经细胞一样,这个细胞的形状和,它们在生物体执行的功能紧密相关

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

  • But the two others axis, per the syllabus that we'll explore in great detail in the course and also these are the axis along with which we'll evaluate your submissions are design, in other words how well implemented is this?

    但是另外两个心线,按照教学大纲我们将探究,课程格外的一些细节,这些心线是跟,我们评估你们的设计论文是一致的,换句话说,这个执行得怎么样?

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

  • OK. Having done this now, I can simply go ahead and run this, and in fact if I go up here to run, you'll see I've got both an option to check the module, though in this case I'm just going to run it.

    好,讲完了这些,我可以去执行程序了,实际上如果我在这里运行,你们会看到我同样得到了,一个可以同时检查模块的选项,虽然在这个例子我就是直接去运行程序了。

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

  • Nowhere in the Old or New Testament do we find the institution condemned, but frequently recognized and enforced."

    我们在旧约和新约都没有发现,奴隶制被谴责,相反的,它频繁地得到认可并强制执行"

    耶鲁公开课 - 美国内战与重建课程节选

  • He has just returned from performing certain acts of ritual sacrifice.

    他刚从执行完,特定的祭典奉献仪式归来。

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

  • Now, how does this get played out to the public?

    那么这些建议在公众执行得如何呢

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

  • printf That's not actually where someone implemented print F and related functions, rather, in dot H files, by convention, are prototypes.

    那实际不是有某人在哪里执行,相关函数,而是在,h文件,按照惯例,它们是函数原型。

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

  • With simple branching, how long is it going to take to run a piece of code?

    但是在简单分支程序执行一个程序,要多长时间呢?

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

  • So let me expand on that very slightly, and again we did this last time but I want to do one more time. I have to be careful about how I'm actually implementing a list.

    我们之前做过了一次,但还是再做一次吧,我得小心的在列表执行,例如在这个例子

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

  • And inside of the machine, and things we'll talk about, there is a process that will allow that sequence to be executed as described in that recipe, so it can behave like any thing that I can describe in one of those recipes.

    在机器里面,还有我们要说的,里面有一个我们允许的,在方法描述的,将要被执行的序列的过程,因此它可以像我在方法之,描述的任意一种那样来表现。

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

  • If I now scroll down to the actual implementation, now does this work or not work?

    如果现在我向下滚动到实际的执行中,这个是可用的还是不可用的呢?

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

  • I'll let you just grok it but you can see it's basically doing what I did over there. Setting up two indices for the two sub-list,it's just walking down, finding the smallest element, putting it into a new list. When it gets to the end of one of the lists, it skips to the next part, and only one of these two pieces will get called because only one of them is going to have things leftovers.

    你们可以大体的浏览一下,但是它们基本就是我在那里所做的事情,为两个子列表设置了两个指针,指针顺着列表走下去,找到最小的元素,把它放入到一个新的列表去,当它走到一个列表的尾部时,它会跳到下部分去,两部分只有一个会被执行,因为只有一个会有元素剩余。

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

  • It takes an int; deal with it when you get to it and then once you look through the whole file, should you find -- ultimately find the actual code that defines or impliments this thing.

    它携带一个int数,当你获得了它就处理它,然后一旦你查看整个文件,最终你将发现实际代码,定义或执行了这个东西。

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

  • In Scratch you may have realized that, "I could implement my program this way with these puzzle pieces, but it kind of feels -- like I could use these puzzle pieces instead" -- that's absolutely the case in programming.

    在Scratch你可能已经意识到,“我可以用这一段代码来,执行我的程序,不过这有点感觉到,我可以用这些代码段来代替“,那绝对是编程的一个情况。

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

  • Remember last time, I said that there's different kinds of complexity in our code, and I suggested for simple branching programs, the amount of time it takes to run that program is, in essence, bounded by the number of instructions, because you only execute each instruction at most once.

    但是这里有个很重要的点,记得上节课,我提过在我们的代码,有不同种类的复杂度,而且我还说了对于简单的分支程序,运行这种程序需要的总体时间,大体上,是和指令的数目相关的,因为每个指令只会被执行最多一次。

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

  • So we hit the curly brace so the very bottom of the function and as soon as you hit that, the next line in the story is well, then we return to main and where are we executing in main?

    我们抵达花括号了,这是函数的末尾了,一旦到了那个地方,在下一行,然后返回到main函数,在main哪里开始执行

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

  • So now, in this case, this code is going to, when we get here, check, and if you haven't seen that strange thing there, that exclamation point in bang computer-ese called a bang, it says x if ANS star ANS is not equal to x, all right?

    那么现在,在这个例子,当我们执行到这里,代码会去检查,如果你没有看到过这个奇怪的东西,这个感叹号在计算机学被叫做,代码的意思是如果ANS的平方不等于?

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

  • But as soon as the most recently called function finishes executing, you have to take that tray off the stack in order to get at the previous function's memory, and once he's done executing, you have to take that one off and then what's left well then main.

    但是,一旦新的调用函数结束了执行,你必须从堆把托盘拿掉,用来获得先前函数的内存,一旦他完成执行,你必须把那一块拿下来,然后剩下的是main函数。

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

  • So what's going to happen here? If I'm inside this FOR, OK, and I'm running around, if I ever hit a place where this test is true, I'm going to execute that return, return that return returns from the entire procedure. OK? So the return comes back from the procedure.

    那么这里发生了什么呢?,如果我是在这个for循环里面,我正在运行,如果我运行到test的值为真的地方,我就会执行,这个return将会返回整个程序的值,明白了吗?所以它将会从整个程序返回值。

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

  • As an aside, if you ever just have one line of code that you want to execute, one puzzle piece in Scratch terminology, ; you actually don't need the curly braces; you only need the curly braces if you have two or more lines of code that you want to execute if that condition is true.

    此外,如果你只有一行代码,需要执行,在Scratch,术语叫做,一句代码,你就不需要使用花括号了;,如果那个条件成立,你有两行或更多行的代码时需要执行时,你就需要花括号。

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

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

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

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