●英中繁简编程术语对照 英文 台湾惯用术语 大陆惯用术语 --------------------------------------------------------------------------------------- abstract 抽象的 抽象的 abstraction 抽象体、抽象物、抽象性 抽象体、抽象物、抽象性 access 存取、取用 存取、访问 access function 存取函式 存取函数 address-of operator 取址运算子 & 取地址运算符 algorithm 演算法 算法 argument 引数(传给函式的值). 叁见 parameter 叁数 array 阵列 数组 arrow operator arrow(箭头)运算子 -> 箭头运算符 assembly language 组合语言 汇编语言 assign 指派、指定、设值 赋值 assignment 指派、指定 赋值、分配 assignment operator assignment(指派)运算子 = 赋值运算符 associated 相应的、相关的 相关的、关联、相应的 associative container 关联式容器(对应 sequential container) 关联式容器 base class 基础类别 基类 best viable function 最佳可行函式 最佳可行函式 (从 viable functions 中挑出的最佳吻合者) binary tree 二元树 二叉树 ? binary operator 二元运算子 二元运算符 binding 系结 绑定 bit 位元 位 bitwise 以 bit 为单元┅、位元逐一┅ ? bitwise copy 以 bit 为单元进行复制、位元逐一复制 位拷贝 block 区块 块、分组 boolean 布林值(真假值,true 或 false) 布尔值 byte 位元组(8 bits 组成) 字节 call 呼叫、叫用 调用 call operator call(函式呼叫)运算子 () 调用运算符 (同 function call operator) chain 串链(例 chain of function calls) 链 child class 子类别(或称为derived class, subtype) 子类 class 类别 类 class body 类别本体 类体 ? class declaration 类别宣告、类别宣告式 类声明 class definition 类别定义、类别定义式 类定义 class derivation list 类别衍化列 类继承列表 class head 类别表头 类头 ? class hierarchy 类别继承体系 ? class library 类别程式库、类别库 类库 class template 类别范本、类别模板、类别样板 类模板 class template partial specializations 类别范本局部特制体、 类模板部分特化 类别范本局部特殊化 class template specializations 类别范本特制体、类别范本特殊化 类模板特化 cleanup 清理、善後 清理、清除 candidate function 候选函式 候选函数 (在函式多载决议程序中出现的候选函式) command line 命令行 命令行 (系统文字模式提示号之後所下的整行命令) compiler 编译器 编译器 component 组件 组件 concrete 具象的 实在的 container 容器 容器 (存放资料的某种结构如 list, vector...) context 背景关系、周遭环境、上下脉络 环境、上下文 const 常数(constant 的缩写,C++ 关键字) constant 常数(相对於 variable) 常数 constructor(ctor) 建构式 构造函数、构造器 (与class 同名的一种 member functions) data 资料 数据 data member 资料成员、成员变数 数据成员、成员变量 data structure 资料结构 数据结构 declaration 宣告、宣告式 声明 deduction 推导(例:template argument deduction) 推导、推断 default 预设 缺省、默许 definition 定义、定义区、定义式 定义 dereference 提领(取出指标所指物体的内容) ? dereference operator dereference(提领)运算子 * ? derived class 衍生类别 派生类 destructor(dtor) 解构式 析构函数、析构器 device 装置 设备 directive 指令(例:using directive) (编译)指示符 dot operator dot(句点)运算子 . 点运算符 driver 驱动程式 驱动 dynamic binding 动态系结 动态绑定 entity 物体 实体、物体 encapsulation 封装 封装 enclosing class 外围类别(与巢状类别 nested class 有关)? enum (enumeration) 列举(一种 C++ 资料型别) 枚举 enumerators 列举元(enum 型别中的成员) 枚举成员、枚举器 equality operator equality(等号)运算子 == 等号运算符 evaluate 评估、求值、核定 评估 exception 异常情况 异常 exception declaration 异常宣告(ref. C++ Primer 3/e, 11.3) 异常声明 exception handling 异常处理、异常处理机制 异常处理、异常处理机制 exception specification 异常规格(ref. C++ Primer 3/e, 11.4) 异常规范 exit 退离(指离开函式时的那一个执行点) 退出 explicit 明白的、明显的、显式 显式 export 汇出 引出、导出 expression 运算式、算式 表达式 facility 设施、设备 设施、设备 flush 清理、扫清 刷新 formal parameter 形式叁数 形式叁数 forward declaration 前置宣告 前置声明 framework 框架 框架 function 函式、函数 函数 function call operator (同 call operator) function object 函式物件(ref. C++ Primer 3/e, 12.3) 函数对象 function overloaded resolution 函式多载决议程序 函数重载解决(方案) function template 函式范本、函式模板、函式样板 函数模板 generic 泛型、一般化的 一般化的、通用的、泛化 generic algorithm 泛型演算法 通用算法 global 全域性的(对应於 local) 全局的
英中繁简编程术语对照