Effective C++ - 01: Terms Table
英文术语 | 简体中文翻译 | 英文术语 | 简体中文翻译 | 英文术语 | 简体中文翻译 |
---|---|---|---|---|---|
abstract | 抽象的 | * base class | 基类 | *child class | 子类 |
abstration | 抽象性, 抽象件 | * bast type | 基类型 | * class | 类 |
access | 访问 | binary search | 二分查找 | * class template | 类模版 |
access level | 访问级别 | * binary tree | 二叉树 | client | 客户(端) |
access function | 访问函数 | binary operator | 二元操作符 | code | 代码 |
adapter | 适配器 | binding | 绑定 | compatible | 兼容 |
address | 地址 | * bit | 位 | compile time | 编译时间 |
address-of operator | 取地址操作符 | * bitwise | 以位为单元逐一 | compiler | 编译器 |
aggregation | 聚合 | block | 区块 | component | 组件 |
algorithm | 算法 | boolean | 布尔值 | composition | 复合 |
allocate | 分配 | breakpoint | 断电 | concrete | 具象的 |
application | 分配器 | build | 构建 | concurrent | 并发 |
architecture | 体系结构 | build-in | 内建 | configuration | 配置 |
argument | 实参 | bus | 总线 | connection | 连接 |
* array | 数组 | * byte | 字节 | custom | 自定义 |
arrow operator | 箭头操作符 | cache | 高速缓存(区) | constraint | 约束 |
assembly language | 汇编语言 | call | 调用 | construct | 构件 |
* assert-(ion) | 断言 | callback | 回调 | container | 容器 |
assign(-ment) | 赋值 | call operator | 回调操作符 | constructor | 构造函数 |
assignment operator | 赋值操作符 | character | 字符 | constant | 常量 |
create | 创建 | copy | 拷贝 | data | 数据 |
database | 数据库 | data memeber | 成员变量 | data structure | 数据结构 |
debug | 调试 | debugger | 调试器 | declaration | 声明式 |
default | 缺省(默认) | definition | 定义式 | delegate | 委托 |
dereference | 提领(解参考) | * derived class | 派生类 | design pattern | 设计模式 |
destory | 销毁 | destructor | 析构函数 | directive | 指示符 |
document | 文档 | dynamic binding | 动态绑定 | entity | 实体 |
encapsulation | 封装 | * enum(-eration) | 枚举 | equality | 相等 |
equivalence | 等价 | evaluate | 核定、核算 | exception | 异常 |
explicit | 显式 | expression | 表达式 | file | 文件 |
framework | 框架 | full specialization | 全特化 | function | 函数 |
function object | 函数对象 | * function template | 函数模版 | generic | 泛型、泛化, 一般化 |
* getter | 取值函数 | * global | 全局的 | * handle | 句柄 |
* handler | 处理函数 | * hash table | 哈希表、散函数 | header (file) | 头文件 |
* heap | 堆 | hierarchy | 继承体系的 | identifier | 标识符 |
implement(-ation) | 实现 | implicit | 隐喻的、暗自的、隐式 | information | 信息 |
inheritance | 继承 | * inline | 内联 | initialization list | 初值列 |
initialize | 初始化 | instance | 实例 | instantiate | 具像化、实体化 |
interafce | 接口 | Internet | 互联网 | interpreter | 解释器 |
invariants | 恒常性 | invoke | 调用 | iterator | 迭代器 |
library | 程序库 | linker | 连接器 | literal | 字面常量 |
* list | 链表 | load | 加载 | * local | 局部的 |
lock | 机锁 | loop | 循环 | l-value | 左值 |
macro | 宏 | member | 成员 | member function | 成员函数 |
memory | 内存 | memory leak | 内存泄漏 | meta- | 元- |
*meta-programming | 元编程 | modeling | 模塑 | module | 模块 |
modifer | 修饰符 | multi-tasking | 多任务 | * namespace | 命名空降 |
native | 固有的 | nested | 嵌套 | object | 对象 |
object based | 基于对象的 | object model | 对象模型 | object oriented | 面向对象的 |
operand | 操作数 | operating system | 操作系统 | operator | 操作符 |
overflow | 溢出 | overhead | 额外开销 | overload | 重载 |
override | 复写 | package | 包 | parallel | 并行 |
parameter | 参数, 形参 | * parent class | 父类 | parse | 解析 |
partial specialization | 偏特化 | * pass by reference | 按址传输 | * pass by value | 按值传输 |
pattern | 模式 | * placement delete | (未知) | *placement new | (未知) |
pointer | 指针 | polymorphism | 多态 | preprocessor | 预处理器 |
打印 | printer | 打印机 | process | 进程 | |
program | 程序 | programmer | 程序员 | programming | 编程 |
project | 项目 | pseudo code | 伪码 | quality | 质量 |
* queue | 队列 | raw | 原始的、 未经处理的 | recursive | 递归 |
refer to | 指涉、 指称、指向 | * reference | 引用 | regular expression | 正则表达式 |
resolve | 解析 | return | 返回 | return type | 返回类型 |
runtime | 运行期 | r-value | 右值 | save | 存储 |
schedule | 调度 | scheduler | 调度器 | scope | 作用域 |
search | 查找 | semantics | 语义 | * setter | 设值函数 |
signature | 签名(式) | smart pointer | 智能指针 | specialization | 特化 |
source | 源码 | * stack | 栈 | standard library | 标准程序库 |
statement | 语句 | * static | 静态的 | string | 字符串 |
* subtype | 子类型 | * template | 模版 | temporary object | 临时对象 |
text | 文本 | thread | 线程 | thread life | 线程安全 |
throw | 抛出 | token | 语汇单元 | type | 类型 |
unary function | 单参函数 | underflow | 下溢 | unqualified | 未经资格修饰 |
user | 用户 | user interface | 用户接口 | * value | 值, 数值 |
variable | 变量 | *vector | 矢量 | virtual | 虚拟的、抽象的 |