• Faith Lapidus has more. Dan Brown's earlier novel, "The Da Vinci Code,"

    VOA: special.2009.10.09

  • 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章是一块,被称为“神圣的代码“的内容“,因为它侧重于神圣。

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

  • And that then let's me get to, basically, base this code. Having done that, height I simply call base with get float, I call height with get float, and do the rest of the work.

    现在让我们看看这段代码,其实已经写好了,我简单的调用下,用来得到一个浮点数,再调用下,来得到另外一个浮点数,然后做剩下的工作就可以了。

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

  • Islamic leaders said the new code contains provisions that are an affront to the country's traditional values and religious beliefs.

    VOA: standard.2009.08.27

  • Inside the curly braces is this program's code, what am I doing?

    在花括号里是这个程序的代码,我在做什么?

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

  • President Obama says the U.S.tax code is cheating the United States out of good-paying jobs and badly needed funds.

    VOA: standard.2009.05.04

  • There's the Diet Code, this is the weight loss secrets of Leonardo Da Vinci, and you probably didn't know this, but see?

    还有减肥密码,这是达芬奇的减肥秘诀,你可能并不知道这个,我们来看看

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

  • But a section of the country's labor code states that women should not do "hard,physical" labor that entails harmful or dangerous conditions.

    VOA: standard.2009.11.05

  • I took those same references the exact opposite way, 'cause I thought that essentially he's referring to the temporality of our moral structure, and how it's just this arbitrary code which our society has decided upon.

    我对那些参考的理解完全不同,因为我认为本质上他提到了我们道德基准的暂时性,还提到它们如何只是我们社会,随意决定的准则。

    耶鲁公开课 - 1945年后的美国小说课程节选

  • "It could be a pseudonym,". "It could be a code name, but please be assured it's not the Rahul that you think it is."

    VOA: standard.2009.10.30

  • And it is that conflict, as it were, between what we might call worldliness and innocence that is the core of Machiavelli's moral code.

    可以说,正是那种冲突,那种我们可以称之为世俗理念与纯洁无知之间,的冲突,是马基雅维利道德准则的核心所在。

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

  • The code's more than 1,100 new articles would have increased women's rights by reforming laws with regards to land ownership, inheritance,education, employment and marriage.

    VOA: standard.2009.08.27

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

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

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

  • They can even map a pathogen's genetic code, which changes from generation to generation.

    VOA: standard.2010.05.05

  • Well just to see what we know what we're doing, let's look at this code here.

    我们下一步该去怎么做呢?,好,让我们来看看。

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

  • Mali's family code has not been changed since 1962, a year after independence.

    VOA: standard.2009.08.27

  • So let's look at this code for a second.

    那么让我们来看看这个代码吧。

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

  • Mali's President Amadou Toumani Toure announced Wednesday that he is sending the family code back to the National Assembly for additional revisions to correct what he called "a few imperfections."

    VOA: standard.2009.08.27

  • So at this point, now the code's getting a little more interesting, but it's also getting a little bloated.

    所以在这里,现在代码变得更有趣了,但是它也显得有点臃肿。

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

  • Even as women's groups applauded the code as a way to combat the forced marriage of young girls and give wives more economic power, many Mali women opposed it as an attack on traditional values.

    VOA: standard.2009.08.27

  • So a couple of commands and then an interesting code and then the teaser, that's a teaser.

    总结起来,就是几个命令,一个有意思的代码,然后是那个小技巧,那是一个小技巧。

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

  • Well I ought to be able to do that by simply generalizing the loop. And that's what the next piece of code on your a hand out shows you.

    好的通过生成这个循环,我应该能够达到目的,这也是你们的讲义中下一段代码。

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

  • In general, good programming style says you put in comments that are going to be valuable in helping you as a reader understand what's going on inside of the code.

    通常来说,优秀的编码风格意味着,你要放进去的注释,在帮助代码阅读者,理解代码内部,是怎么工作的。

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

  • And we hope that at the end of the class, every time you're confronted with some technical problem, one of your first instincts is going to be, "How do I write the piece of code that's going to help me solve that?"

    并且我们希望到了期末,每当你要面对一些,技术问题的时候,你们的本能之一将会是:,“我怎么才能编写一个代码,来帮我解决这问题?“

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

  • OK, let me comment this out, and let's look at this next little piece of code. All right.

    好,让我添加一点注释,然后让我们看看,下面的一些代码,好。

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

  • Right, so here's a little piece of code that's going to print out the smallest value of three.

    好,那么这一小段代码,就是会显示出,三个值中最小的来。

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

  • an interpreted language is often easier to debug, because you can still see your raw code there, but it's not always as fast.

    解释语言调试起来很容易,因为你可以看到最原始的代码,但是这种语言不够快。

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

  • Right now, what my code is doing is, it's printing them up for me, which is useful.

    它的所有的除数,现在,我的代码要做的就是。

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

  • So, it frees you from some of Apple's tethers and this was the code that circulated on the Internet iPhone with which people could crack their iPhones.

    这样我们就从苹果的约束下解放出来,这些代码是在网站上流通的,使用它们可能损坏你们的。

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

  • It's okay. So this first line of code, I will get it started but then I'm gonna have you take over and actually instruct Philip what to do here.

    第一行代码就从这里开始,接下来我会让你,接管并指导飞利浦。

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

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

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

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