• "And we also built in a website address so that if somebody decodes the code within the code, they can send an e-mail to that address.

    VOA: special.2010.07.20

  • But for the next week or two when you're writing programs, at least for the first time, generally if you're trying Scratch to debug them like you might have been trying to troubleshoot Scratch, you're probably going to reason - through it by looking through the your code -- -- top to bottom, maybe engage a staff member for help -- but your friend will also be printf.

    但是,在接下来的一两周内,当你们写程序的时候,或至少在第一次写的时候,通常如果你在调试程序,就像你们可能已经试着调试过,你们或许是通过查看你们的代码,来推断你们的程序-,从头到尾,可能还需要别人的帮忙-,但是你的朋友也将要打印输出。

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

  • So really, the rule of thumb if you think back to Scratch is -- that any time you write a statement -- -- something that does something in one line of code -- you generally need the semicolon there.

    实际上,根据经验,你们回忆一下在Scratch中,任何时候你们写一条语句-,处理一些操作的一行代码-,你们通常需要在那里加个分号。

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

  • The code-name was the Manhattan Project.

    VOA: special.2011.06.23

  • Up on the screen, I've got-- I commented it out, but I've got a piece of code that you've seen before, right up here. OK?

    我现在在大屏幕上标出来的,是你们以前看过的一段代码,就在这儿?

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

  • "We are here today to announce the first synthetic cell -- a cell made by starting with the digital code in the computer, building the chromosome from four bottles of chemicals, assembling that chromosome in yeast, transplanting it into a recipient bacterial cell and transforming that cell into a new bacterial species."

    VOA: special.2010.07.20

  • But the introduction, "You shall be holy for I the Lord your God am holy"--being holy in imitation of God is emphasized repeatedly as the purpose of the laws in the Holiness Code especially.

    你们要圣洁,因为我耶和华你们的神是圣洁的“,这一引言就是教导人们要效仿上帝保持圣洁,作为法律的目的它被反复强调,特别是在圣洁法典里。

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

  • 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

  • All right so-- yeah, how do I get to the code for that? That's interesting.

    噢,我是怎么写出这个的代码,这件事儿挺有意思的。

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

  • "Look,this is a pre-trial detention, the ethiopian criminal code clearly defines the conditions made by detaining authorities when a person is detained before trial.

    VOA: standard.2009.05.25

  • I'm much better having an exception get handled at the time of input than to let that prop -- that value rather propagate through a whole bunch of code until eventually it hits an error 17 calls later, and you have no clue where it came from.

    不是我期望的格式,这时我最好有一个异常处理,而不是让其传下去,这个值传到代码的整个分支,最终会导致一个错误17调用的发生,并且你不知道这个错误是哪里来的。

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

  • Prime Minister Meles sat down de-facto with three opposition politicians last week to sign what was hailed as a landmark electoral Code of Conduct.

    VOA: standard.2009.11.01

  • - So double bar means if this condition or this one -- and maybe even both -- are true, go down this road and execute that code.

    所以复纵线意思是,如果这两个条件之一-,或者两个都--是成立的,那就继续,执行后面的代码。

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

  • The 18-day exercise, code named Yudh Abhyas or preparation for war, concludes Thursday.

    VOA: standard.2009.10.26

  • Right, and just to get a sense of this, let's look at a simple little example, so on your hand-out, you'll see I've got a little piece of code that says assuming I've got one of these points, I want to do things with it, for example I might want to add them together.

    这些数组中的一个,你怎么能够知道,它是哪种类型的呢?,你怎么知道它是以笛卡尔坐标,表示的还是以极坐标,形式表示的呢?,你没有可以用来区分的东西,你没有说明这种信息,聚集实际上的意义。

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

  • He was granted more than 600 patents. His ideas for processes or devices are used in bar-code scanners, automated warehouse manufacturing systems,fax and automated teller machines, the crying baby doll, and Sony Walkman portable cassette player.

    VOA: standard.2009.12.18

  • So while the relationship of D to some of the laws in the Covenant Code is often--not always but often--one of revision, the relationship between D and the laws in the Priestly source is more difficult to characterize.

    那么,尽管申命记材料和契约法典中的律法的关系,往往是,不是总是而是往往,是修订,申命记材料中的,律法和祭祀派材料的的关系则更难定义。

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

  • - Writing code that just looks-- I'm not even sure what this is supposed to look like, a little flower or pinwheel or something like that.

    这代码写出来有点像-,我不确定这像什么,像朵花,或纸风车,或其他什么东西。

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

  • OK? And in fact, if you look at the code up here, and it's on your handout, the very first one, x 1, right here- if I could ask you to look at it-- is a piece of code to do it. And I'm less interested in the code than how we're going to analyze it, but let's look at it for a second.

    实际上,如果你看看,你们课堂发的材料上面的代码,第一页上的,就是那-,大家请看看实现的这一部分代码,我不太关心,我们会怎么解释这个代码,首先让我们先看看。

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

  • If I go back to that code from a moment ago, and I just rerun math3, notice how many places printed after the decimal point -- two?

    如果刚才我回到那段代码中去,我们回到math3,请注意在小数点后面,会打印几位数呢--两位?

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

  • So let's look at the second example, all right, I keep doing that -- this piece of code from here to here gives me a way of now creating a hash table of size 256.

    所以让我们来看一下第二个例子,好的,我继续做那件事,这段代码中从这里到这里,是创建一个大小为256的哈希表。

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

  • And in particular, if I think about that problem - actually I want to do this- if I think about that problem, I'm going to write a little piece of pseudo code.

    关于这个问题尤其要注意的是,实际上当我考虑这个-,问题的时候我想这么做,我会去写一点伪代码。

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

  • 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型数据。

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

  • Again, I want you to start seeing how to map the characteristics of the code- the characteristics of the algorithm, let's not call it the code-- to the complexity.

    是算法中的那些特性,我们还是别说代码了,转化为复杂度-,我一会儿还会再讲点儿这个的,但是我们再看一个例子。

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

  • 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数,当你获得了它就处理它,然后一旦你查看整个文件,最终你将发现实际代码中,定义或执行了这个东西。

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

  • to do sqrt, or square root-- no, I'm going to square root use sqrt, that's the name I'm using here-- square root a hundred different places in some piece of code. Without function, I'd have to copy that piece of code everywhere.

    让我做一下准备,想象一下我要调用sqrt或者-,不,我会调用sqrt函数,这是我在这里用的名字,我得把这段代码到处复制。

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

  • I can't rely on Professor Guttag if I give this- if this code to him, I can't rely on him to type in a float. Actually I can, because he's a smart guy, but in general, I can't rely on the user-- I wouldn't do it right to see if you did.

    当Guttag使用这段代码的时候-,我不能相信他一定会输入一个浮点数,实际上我能因为他很聪明,但是总体上来讲,别相信用户一定会按照规则来-,我会故意做错来试试你的程序的。

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

  • But let's look a little more carefully at the code for binary search-- for search 1.

    二分搜索算法的代码,那么search,1,这个方法的。

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

  • All right. If you flip to the second side of your handout, you'll see that I have a piece of code there, that does this-- let me, ah, I didn't want to do that, let me back up slightly- this is the algorithm called search.

    你可以看到实现这个功能的代码,让我,额,我不想这么做,让我们回来一点,这就是命名为search的算法-,我们来看看这个算法吧。

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

  • You can certainly hit Enter but as we saw-- seen that very quickly makes a mess of your code and such and so backslash N is new line.

    你也可以敲回车键-,但是会让你的代码看起来乱七八糟,反斜杠n就是换行符。

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

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

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

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