c point You can see inside of it, it's got a set of definitions for things like functions.
我会把它简短的命名为,你可以看到类的里面,有一个对于函数之类的东西的定义集。
X Y Z It's more interestingly named an X or Y or Z.
你也可以把它命名为。
palindrome I'm going to call this palindrome 1.
我把它命名为。
s And I'm going to name this sigma 1 s.
我把它命名为sigma1s。
I'm going to say, gee, p2 is the x value the same in both of them, and if it is, and the y value's the same, then this is the same point, I'm going to return true.
这样的数据对象,我会把它们命名为p1和,我会去查看,看看两个对象中,的x值是不是相同,如果相同的话,就去查看y值是否相同。
Y You don't want to rename them L and R or X and Y right because you want to call them left and right.
你不想把它们重命名为L和R,或者X和,因为你想叫它们为left和。
What was-- what's really bad about calling a list l 1?
为什么把一个数组,命名为l1很糟糕呢?
Now I'm putting count in double quotes, not to make it a string, but to say, this is count generically. It could be counting one by one through the integers, it could also be taking a collection of data and going through them one by one. It could be doing counting in some other mechanism.
现在我把count用双引号标起来,不是说把它命名为一个字符串,而是说,这是一个通用的计数器,它可能是每一次减1的整数,也可能是拿一个集合的数据然后,一个一个的访问它们,也可能是以某种机制来计数。
应用推荐