The pushers have as well. And my coaches have done everything they can to get me here and I just had to perform and execute the way that I do, and we did."
VOA: standard.2010.02.28
And they're awfully simple because, all I can do now, is decide whether to execute some piece of code or another.
它们之所以太简单的原因是:,现在我能做的,就是,决定执行一块代码或者执行另外一块。
Towards semester's end you will have the opportunity to choose a project to work on, choose a project that is entirely of your own choice to execute.
接近学期结束时,你们将有机会选择一个项目来做,一个完全由你自己选择执行的项目。
"Each of us, from rifleman to regional commander, from village to city, must execute our mission with the realization that displaying respect, cultural sensitivity, accountability and transparency are essential to gaining the support and trust of the Afghan people."
VOA: standard.2009.06.15
It's harder than you think, right, but that's the kind of thing that musicians, particularly percussion players, have to be able to execute.
比你想的要困难得多,但这就是音乐家,尤其是打击乐手所必须具备的能力
What that means, in a stored-program computer, is that I can provide to the computer a sequence of instructions describing the process I want it to execute.
它的意思就是说,我可以给一个存储程序计算机,提供一系列,描述我希望,能执行的过程的指令。
But we studied what other companies were doing and said, "Okay, let's come up with the Dell process for doing this that's going to be right for our culture, right for our business and that we can execute."
而是研究其他公司的运行方式,然后说,好,我们要建立起戴尔自己的模式,以适应自己的文化,自己的业务,并能完全为自己所掌握“
A minority government of revolutionary Puritans had effectively taken control of the state. The radical Puritan Parliament voted to execute the tyrant -- what they considered to be the tyrant, King Charles I -- and to establish its own government.
清教徒革命者组建的少数政府成功的,控制了英国,激进的清教徒议会投票决定,处死暴君--他们认为是暴君的,国王查理一世--并组建自己的政府。
concerned his refusal to join in the judgment to condemn and execute the ten Athenian generals who had failed to collect the corpses, the bodies, of the men lost in a particular battle during the Peloponnesian War?
关于他拒绝参与,谴责及处决十名雅典将军的审判,只因为他们无能,运回战死官兵尸体,那些在著名的伯罗奔尼萨战役中,牺牲的官兵?
We're just going to go through it and execute it a little bit. And then we'll move on and talk about how we'd actually make some of these measurements of delta H and compare
对吧?我们会讲完它并,实际应用一下,然后我们会,继续讲一下实际上我们,是怎样测量△H并与
Well at most, I'm going to execute each instruction once. All right?
那么至多的话,我会执行,每个指令一次,对不对?
All right, so now let's see how we execute it, and do the calculations that allow us to calculate this. So, one, what's delta H in step one?
好,现在我们看看怎样操作它,怎样进行计算,第一步,步骤I的ΔH是多少?
So conceptually the key difference here, besides the syntax looking slightly different, it just means that if you want a chunk of code to execute no matter what initially, ; you can use the do while loop; if you want to check a condition first, you can use the while loop.
所以概念上,则关键的区别是,除了语法看起来有点不同,它的意思是如果你想要一段代码,最初无论如何都要执行,你就可以用do,while循环;,如果你想要先检查条件,你可以用while循环。
We execute that instruction, we move to the next one.
我们执行那个指令,我们继续下一轮。
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.
但是这里有个很重要的点,记得上节课,我提过在我们的代码中,有不同种类的复杂度,而且我还说了对于简单的分支程序,运行这种程序需要的总体时间,大体上,是和指令的数目相关的,因为每个指令只会被执行最多一次。
And here's a little trick -- and again, we promised to point -- out little tricks of the trade -- if I know I want to execute the last command I typed that started with an m, bangm will actually figure out what that command was and redo it for me so I don't have to figure it out, or you can go back in time in a terminal window.
这里有个小技巧--此外,我们许诺指出行业中的,一些小技巧-,如果我知道我想执行我写入的上一个命令,是以m开头的,!m会明白那个命令是什么,然后为我恢复上次操作,所以我不需要明白它,或者你可以回到,那个终端窗口。
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将会返回整个程序的值,明白了吗?所以它将会从整个程序中返回值。
So the question was, why is this return down at this level, it says, well if I ever execute out of this FOR loop, I get to the end of the FOR loop without hitting that branch that took me through the return, then and only then do I want to actually say, gee, I got to this place, there isn't any value to return, none I'm going to return none and none.
问题是,为什么它是在这个级别上返回值呢,意思就是如果我出了这个for循环,就意味着我运行的过程中没有走到任何,带return的支路上去,这时也只有这时我才能说天呐,我终于走到这儿了,这时不会返回任何值,只会返回none和。
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,术语中叫做,一句代码,你就不需要使用花括号了;,如果那个条件成立,你有两行或更多行的代码时需要执行时,你就需要花括号。
应用推荐