Where do I want to start? Oh yes, OK.
让我们来看看,我从哪儿开始呢?好的。
That is, where do I want to start?
我需要在循环外初始化它,也就是?
.. What I'm going to do now-- let's start out with the case where-- now it's going to get a little bit more complicated if we drop the independence assumption.
我现在要做的是-,让我们从案例开始-,接下来的情况会比刚才的复杂一点,因为我们去掉了“相互独立“这一前提假设。
So I just have to see, oh, here's a D, let me keep looking, D here's an A, keep looking here's a V, here's an I, here's a D and yet, and this is one tidbit we introduced a week or so ago, how do I now know if I'm just given the address of the start of the string where the end is?
我只需要看到,哦,这里是一个D,让我接着往下看,这里是A,接着这是V,这是I,这是,然而,这是我们一周以前介绍的花絮,如果你给我一个字符串开始的地址,我怎么知道它什么时候结束?
Well, for a thing called main which itself is a function but a function I wrote, a tool I am writing at the moment not like printf which someone else wrote long ago, I have to say where does main start, where does main end, and I do that by using these curly braces.
至于这个名曰main的函数,由我们自己写的函数,也是一个工具,只不过由我们自己编写,而不是像printf那样已经由前人写好了,我们必须要说明main在哪开始,在哪结束,这样我们就要用到大括号了。
应用推荐