Well, let me come up with a sample set of elements here and let me go ahead and just get some fresh white board space.
下面我用一个元素的样本集来说明,我先找一些可用的白板空间。
let's try and analyze this game using the tools we've learned so far.
我们先用已经学过的知识,来分析这个博弈
It involves putting a needle, a fairly large needle into usually one of the pelvic bones and collecting marrow from which is tissue that's deep inside those bones.
先要用针头,相当大的针头刺进你的盆骨,然后进行收集,这些在骨头深处的骨髓
printf I'm first saying printf.
我先用。
What do I have here? I need the variable, ANS, ANS I need x, and I need ANS times ANS, ANS times ANS. Right. Those are the three things that are involved in this computation.
因此让我先用这个方法做吧,我这里需要什么呢?我需要变量,还需要x,然后将ANS乘以ANS,对,在这个计算中涉及到了三件事情。
Let me just solve this for--let's solve x1 for r.
现在我们先解出用r表示x1的关系等式。
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的编辑器,这个跟写字板和记事本差不多-,非常简单的,只是通过一种有用的方法而进行精简了的,所以你们可以把注意力集中在编写代码上,而不需要学习一些新的界面操作。
It says find the midpoint, which says, last take the start, which is pointing to that place and add it to start. And that basically, somewhere about here, gives me the midpoint.
先找到中点,从起点开始,指向这个位置,用first减去,加上得到偏移量),大概在这里,我们找到了终点。
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循环。
Because HIV is an RNA virus and if it enters your cell the only way it can replicate, it can put its DNA into your cells, is by first making DNA out of its RNA genome.
因为HIV是RNA病毒,如果它进入你的细胞,它复制自己的唯一方式,它能把自己的DNA转入你的细胞,方法是先用自己的,RNA基因组制造出DNA
应用推荐