• Poland has revised its criminal code to include a ban on symbols of communism.

    VOA: standard.2009.12.16

  • The structural moment of concentration on the code for its own sake cannot be avoided, and literature necessarily breeds its own formalism.

    集中在代码上的结构瞬间,因为它本身的原因不可避免,文学必要地导致了它自身的形式主义。

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

  • Chapters 17 through 26 then are a block of material that's referred to as the "Holiness code" because of its special emphasis on holiness.

    7章到26章是一块,被称为“神圣的代码“的内容“,因为它侧重于神圣。

    耶鲁公开课 - 旧约导论课程节选

  • Mr.Toure recognized those who had worked on the legislation and assured them that this new code, nearly a decade in the making, was not being abandoned entirely.

    VOA: standard.2009.08.27

  • I was being a little lazy on Wednesday in the interest of simplifying the code as much as possible.

    在周三我在那个网站上尽可能地,简化代码的时候,我有点偷懒。

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

  • You don't have this particular code on your handout, you do have a code that uses the same concept.

    在你们的讲义上没有这种代码,你可以看到相同概念的一个代码。

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

  • I can change everything overnight; it does happen. I put that in for a reason because sometimes some of you have not taken a physics course and you don't know how to do well in physics and slowly you catch on and by the time it's Final exam you crack the code; you know how to do well.

    我能一夜之间扭转乾坤,确实有过这样的例子,我这样做是因为,有时你们中有人可能以前没上过物理课,不知道怎样学好物理,但慢慢地你赶了上来,到期末考试的时候,你忽然灵光一闪,考起试来得心应手

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

  • Having now used this pseudo code to line things up, I can start putting some additional structure on this.

    用伪代码把这些事情串起来后,我可以开始进行,一些结构方面的优化了。

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

  • It's deliberate that a lot of the examples in lecture are fairly short and bite-size so that you can actually focus on pulling out the key ideas without getting distracted by line and lines of code.

    很多的演讲中的例子,是短小的,因此你们可以集中于提取其中的主要思想,而不是被一行行的代码给分心。

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

  • If somewhere later on in the code it shifts to string, I might not be manipulating that and getting actual values out, but not what I wanted, and it's going to be really hard for me to chase it back.

    然后后面的一些代码,把变量类型变为了字符串,我可能不会通过实际操作,去取得实际的变量的类型,但是这并不是我想要的类型,而且对我来说把类型,变回去也很困难。

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

  • So, we'll talk about this other axis of style on the course, writing code that looks pretty and as well aesthetically laid out.

    我们来讨论一下这个中心对称的程序,这程序写出来的结果很漂亮,完全按照美学角度摆放。

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

  • Thus far and in Scratch will pretty much focus on the idea of correctness: Does your code work as we asked it to and as you intended it to?

    至此,人们大都是把注意力集中于正确性,观点上:你的代码是不是根据你的意愿,并按照你的要求来执行呢?

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

  • It's words to you, or to the reader of the code, that are telling you what's going on inside of this code. OK?

    注释是一些对你,或者对代码阅读者说的一些话,告诉你这段代码,是干什么的,对不对?

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

  • So there's a return branch on every possible path through the code. And that's valuable, it's something you want to think about as your right your own.

    所以代码中每条可能的路径,都会有一个返回值分支,这是非常有价值的,当你自己写程序的时候也应该考虑这件事。

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

  • Let's run merge sort on it, and then we'll look at the code.

    让我们在这个列表上运行归并排序,然后我们在看一下代码。

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

  • You can imagine having many lines of code where all of a sudden your closed quote is on the next line all the way on the left.

    你可以想象一下,这有很多行代码,突然一个后引号,移到下一行最左边。

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

  • So the interpreter is simply operating directly on your code at run time.

    因此解释器在运行程序的时候,会直接的对你的代码进行操作。

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

  • This seems a little weird, but bear with me for second, in fact, I've given you a little piece a code to do it, which is the next piece of code on the hand out.

    这看起来有点奇怪,但是先听我说,实际上我给了你们一段做这件事的代码,就是发给你们的纸张的下一段。

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

  • It's a way of breaking the code up into modules. Modules that makes sense on their own. Modules that we can reuse in multiple places. Modules that, if you like, Isolate components of the process.

    能将代码分解为模块,模块能够独自运作,我们能在很多地方再利用这些模块,如果你喜欢的话,模块可以被看作是过程独立的组成部分。

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

  • I stress it in particular because I know you're all going to get into this stage; you've got a problem set due in a couple of hours, you're still writing the code, you don't want to waste time, and I'm going to use quotes on "waste time", doing those extra things to do the defensive programming, you just want to get the darn thing done.

    我特别强调了这一点,因为我知道你们都会慢慢成为程序员;,你在写代码过程中造成了一系列的错误,你还在写代码,你不想浪费时间,我想把“浪费时间“用引号圈起来,浪费时间来做因为防卫性程序设计,而带来的这些额外的事情,你只想赶紧把程序写完,这不是一个好习惯,因为当你做完回头。

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

  • This is convention, so on almost-- and most any computer you overuse, if you're writing code that uses a char, you're gonna be handed 8 bits or 1 byte to store that particular char.

    这是约定,对于大多数-,电脑,当你写代码要用到一个char型数据时,必须先预留8比特或1字节,的空间来存储这个char型数据。

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

  • Now that I've written sqrt, I can just use it anywhere I want in the code. You've got to rely on the fact that I wrote it correctly, but you can basically suppress the details of how it's used.

    就是忽略细节,既然我已经编写了sqrt函数,我可以在代码的任何地方使用它,你完全可以依靠,我已经编写的这个函数。

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

  • So input is an int called F, print out to the screen or your piece of paper the value of C. Odds are you only need two, maybe three lines of code for this, but the goal ultimately will be try it on your own.

    所以输入是一个int类型的F,在你的屏幕上,或你们的纸上打印出C的数值,可能你们需要两行或者三行的代码,但是最终的目标需要你自己独自尝试。

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

  • You open what we call the "text editor," the specific one we used on Wednesday was called Nano, -- which is similar to Notepad or TextEdit -- totally simple, kind of dumbed down but in a useful way so that you can just focus on writing code and not learning some new interface.

    你先打开那个“文本编辑器“,就是我们周三用过的叫做Nano的编辑器,这个跟写字板和记事本差不多-,非常简单的,只是通过一种有用的方法而进行精简了的,所以你们可以把注意力集中在编写代码上,而不需要学习一些新的界面操作。

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

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

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

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