您的位置:首页 > 编程语言 > C语言/C++

发些C++常用术语中英文对照【攒RP】

2008-11-05 13:11 525 查看
发信人: henanfengqiu (揭不开锅了。。。), 信区: Job
标 题: 发些C++常用术语中英文对照【攒RP】
发信站: 瀚海星云 (2007年10月02日13:56:42 星期二), 站内信件 WWWPOST

直接从《Effective C++》中文版第三版上挑着拷过来的,大家继续补充。。。
============================================================================
abstraction 抽象性
access 访问
adapter 适配器
address-of operator 取地址操作符
allocator 分配器
arrow operator 箭头操作符
assembly language 汇编语言
assignment operator 赋值操作符
base class 基类
binary operator 二元操作符
boolean 布尔值
child class 子类
composition 复合
constructor 构造函数
destructor 析构函数
container 容器
constant 常量
data member 成员变量
declaration 声明式
definition 定义式
derived class 派生类
design pattern 设计模式
directive 指示符
dynamic binding 动态绑定
encapsulation 封装
exception 异常
expression 表达式
explicit 显式
full specialization 全特化
generic 泛型
global 全局的
handle 句柄
handler 处理函数
hash table 散列表(哈希表)
hierarchy 继承体系(层次结构)
identifier 标志符
implicit 隐式的
inheritance 继承
initialization list 初始化列表
initialize 初始化
instance 实体
instantiate 具现化,实体化
interpreter 解释器
invoke 调用
iterator 迭代器
local 局部的
lvalue 左值
macro 宏
memory leak 内存泄露
meta-programming 元编程
module 模块
modifier 修饰符
multi-tasking 多任务
nested 嵌套
object based 基于对象的
object oriented 面向对象
operand 操作数
operator 操作符
overflow 溢出
overhead 额外开销
overload 重载
override 覆写
parallel 并行
concurrent 并发
partial specialization 偏特化
pass by reference 按址传递
pass by value 按值传递
placement delete/new 特殊形式的delete/new
pointer 指针
polymorphism 多态
preprocessor 预处理器
pseudo code 伪码
recursive 递归
refer to 指向
regular expression 正则表达式
schedule 调度
scope 作用域
signature 签名式
smart pointer 智能指针
temporary object 临时对象
thread safe 多线程安全
token 语汇单元
unary function 单参函数
underflow 下溢
--
※ 转寄: ·瀚海星云 bbs.ustc.edu.cn·[FROM:
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: