突然翻到了,之前上英语课 突发奇想整理的(´・ω・`),持续补充ing
英文术语 | 简体版译词 |
abstract | 抽象的 |
abstraction | 抽象性、抽象件 |
access | 访问 |
accesslevel | 访问级别 |
accessfunction | 访问函数 |
adapter | 适配器 |
address | 地址 |
address-of operator | 取地址操作符 |
aggregation | 聚合 |
algorithm | 算法 |
allocate | 分配 |
allocator | 分配器 |
application | 应用程序 |
architecture | 体系结构 |
argument | 实参 |
array | 数组 |
arrow operator | 箭头操作符 |
assembly language | 汇编语言 |
assert(-ion) | 断言 |
assign(-ment) | 赋值 |
assignment operator | 赋值操作符 |
base class | 基类 |
base type | 基类型 |
binary search | 二分查找 |
binary tree | 二叉树 |
binary operator | 二元操作符 |
binding | 绑定 |
bit | 位 |
bitwise | 逐位运算 |
block | 区块 |
boolean | 布尔值 |
breakpoint | 断点 |
build | 构建 |
build-in | 内置 |
bus | 总线 |
byte | 字节 |
cache | 高速缓存(区) |
call | 调用 |
callback | 回调 |
call operator | call 操作符 |
英文术语 | 简体版译词 |
character | 字符 |
child class | 子类 |
class | 类 |
class template | 类模板 |
client | 客户 |
code | 代码 |
compatible | 兼容 |
compile time | 编译期 |
compiler | 编译器 |
component | 组件 |
composition | 复合 |
concrete | 具象的 |
concurrent | 并发 |
configuration | 配置 |
connection | 连接 |
constraint | 约束(条件) |
construct | 构件 |
container | 容器 |
const | 常量 |
constant | 常量 |
constructor | 构造函数 |
copy (动词) | 拷贝 |
copy (名词) | 复件、副本 |
create | 创建 |
custom | 定制 |
data | 数据 |
database | 数据库 |
data member | 成员变量 |
data structure | 数据结构 |
debug | 调试 |
debugger | 调试器 |
declaration | 声明式 |
default | 缺省 |
definition | 定义式 |
delegate | 委托 |
dereference | 提领(解参考) |
derived class | 派生类 |
design pattern | 设计模式 |
destroy | 销毁 |
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 (相对于 setter) | 取值函数 |
global | 全局的 |
handle | 句柄 |
handler | 处理函数 |
hash table | 哈希表、散列表 |
header (file) | 头文件 |
heap | 堆 |
hierarchy | 继承体系(层次结构) |
identifier | 标识符 |
implement(-ation) | 实现 |
implicit | 隐喻的、暗自的、隐式 |
information | 信息 |
inheritance | 继承 |
inline | 内联 |
initialization list | 初值列 |
initialize | 初始化 |
instance | 实体 |
instantiate | 具现化、实体化 |
interface | 接口 |
Internet | 互联网 |
interpreter | 解释器 |
invariants | 恒常性 |
invoke | 调用 |
iterator | 迭代器 |
library | 程序库 |
linker | 连接器 |
literal | 字面常量 |
英文术语 | 简体版译词 |
list | 链表 |
load | 装载 |
local | 局部的 |
lock | 机锁 |
loop | 循环 |
lvalue | 左值 |
macro | 宏 |
member | 成员 |
member function | 成员函数 |
memory | 内存 |
memory leak | 内存泄漏 |
meta- | 元- |
meta-programming | 元编程 |
modeling | 塑模 |
module | 模块 |
modifier | 修饰符 |
multi-tasking | 多任务 |
namespace | 命名空间 |
native | 固有的 |
nested | 嵌套 |
object | 对象 |
object based | 基于对象的 |
object model | 对象模型 |
object oriented | 面向对象 |
operand | 操作数 |
operating system | 操作系统 |
operator | 操作符 |
overflow | 溢出 |
overhead | 额外开销 |
overload | 重载 |
override | 覆写 |
package | 包 |
parallel | 并行 |
param eter | 参数、形参 |
parent class | 父类 |
parse | 解析 |
partial specialization | 偏特化 |
pass by reference | 按址传递 |
pass by value | 按值传递 |
pattern | 模式 |
placement delete | (某种特殊形式的 delete operator) |
placement new | (某种特殊形式的 new operator) |
pointer | 指针 |
英文术语 | 简体版译词 |
polymorphism | 多态 |
preprocessor | 预处理器 |
| 打印 |
printer | 打印机 |
process | 进程 |
program | 程序 |
programmer | 程序员 |
programming | 编程 |
project | 项目 |
pseudo code | 伪码 |
quality | 质量 |
queue | 队列 |
raw | 原始的、未经处理的 |
recursive | 递归 |
refer to | 指涉、指称、指向 |
reference | 引用 |
regular expression | 正则表达式 |
resolve | 解析 |
return | 返回 |
return type | 返回类型 |
return value | 返回值 |
runtime | 运行期 |
rvalue | 右值 |
save | 存储 |
schedule | 调度 |
scheduler | 调度器 |
scope | 作用域 |
search | 查找 |
semantics | 语义 |
setter (相对于 getter) | 设置函数 |
signature | 签名 (式) |
smart pointer | 智能指针 |
specialization | 特化 |
source | 源码 |
stack | 栈 |
standard library | 标准程序库 |
statement | 语句 |
static | 静态的 |
string | 字符串 |
subtype | 子类型 |
support | 支持 |
template | 模板 |
temporary object | 临时对象 |