跳至主要內容

词汇表

xszhu522小于 1 分钟

词汇表

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