Skip to content

Latest commit

History

History
11 lines (9 loc) · 621 Bytes

File metadata and controls

11 lines (9 loc) · 621 Bytes

词汇表

词汇解释
OOP (Object-oriented programming)面向对象编程,一种编程思维模式和编程架构
UML (Unified Modeling Language)统一建模语言,类图
Aggregation聚合,关联关系的一种,是强的关联关系
Composition组合,关联关系的一种,是比聚合关系强的关系
STLthe Standard Template LibraryC++ 标准模板库
Fibonacci Sequence斐波那契数列,又称黄金分割数列