auto commit
This commit is contained in:
parent
bf5c188043
commit
979d2695c1
|
@ -84,7 +84,7 @@
|
|||
|
||||
## 变量命名规范
|
||||
|
||||
- nums 表示数字数组,arryay 表示通用数组,matrix 表示矩阵;
|
||||
- nums 表示数字数组,array 表示通用数组,matrix 表示矩阵;
|
||||
- n 表示数组长度、字符串长度、树节点个数,以及其它具有一维性质的数据结构的元素个数;
|
||||
- m, n 表示矩阵的行数和列数;
|
||||
- first, last 表示闭区间,在需要作为函数参数时使用:[first, last];
|
||||
|
|
|
@ -747,7 +747,7 @@ public 字段应当改为 private,并提供相应的访问函数。
|
|||
|
||||
有一个不可变的类型码,它会影响类的行为,以子类取代这个类型码。
|
||||
|
||||
<div align="center"> <img src="../pics//c41d3977-e0e7-4ee4-93e1-d84f1ae3e20e.jpg" width="600"/> </div><br>
|
||||
<div align="center"> <img src="../pics//c41d3977-e0e7-4ee4-93e1-d84f1ae3e20e.jpg" width="500"/> </div><br>
|
||||
|
||||
## 15. 以 State/Strategy 取代类型码
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user