application | 应用程序 |
application framework | 应用程序框架 |
architecture | 架构、系统架构、体系结构 |
argument | 引数 (传给函式的值)。叁见 parameter 叁数、实质叁数、实叁、自变量 |
array | 数组 |
arrow operator | 箭头操作符 |
assembly | 装配 |
assembly language | 汇编语言 |
assert | 断言 |
assign | 赋值、指派 |
assignment | 赋值、分配 |
assignment operator | = 赋值操作符 |
associated | 相关的、关联、相应的 |
associative container | 关联式容器 (对应 sequential container |
atomic | 不可分割的、原子的 |
attribute | 属性、特性 |
audio | 音频 |
A.I. | 人工智能 |
background | 背景 (用於图形着色)、后台 (用於行程) |
backward compatible | 向下兼容 |
bandwidth | 带宽 |
base class | 基类 |
base type | 基础类型 (等同於 base class) |
batch | 批次(意思是整批作业)、批处理 |
benefit | 利益、收益 |
best viable function | 最佳可行函式 (从 viable functions 中挑出的最佳吻合者) |
binary search | 二分查找 |
binary tree | 二叉树 |
binary function | 双叁函数 |
binary operator | 二元操作符 |
binding | 绑定 |
bit | 位 |
bit field | 位域 |
bitmap | 位图 |
bitwise | 以 bit 为单元逐一┅ |
bitwise copy | 以 bit 为单元进行复制 |
block | 块、区块、语句块 |
boolean | 布尔值 |
border | 边框 |
brace | (curly brace) 大括号、花括号 |
bracket | (square brakcet) 中括弧、中括号 方括弧、方括号 (parenthesis) |
breakpoint | 断点 |
build | 构建 |
buildin | 内置、内建 |
bus | 总线 |
business | 商务、业务 |
buttons | 按钮 |
byte | 字节 (由 8 bits 组成) |
cache | 缓存 |
call | 调用 |
callback | 回调 |
chain | 链 (例 chain of function calls) |
check box | 复选框 (i.e. check button) |
checked exception | 需要检查的异常 (Java, runtime exception) |
check button | 复选按钮 (i.e. check box) |
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 | 善后、清理、清除 (setup) |
client | 客端、客户端、客户 |
client | -server 主从架构 客户/服务器 |
clipboard | 剪贴板 |
clone | 克隆 |
collection | 集合 |
combo box | 复合框、组合框 |
command line | 命令行 |
communication | 通讯 |
compatible | 相容、兼容 |
compile time | 编译期、编译时 |
compiler | 编译器 |
component | 组件 |
composition | 复合、合成、组合 |
computer | 电脑、计算机 |
concept | 概念 |
concrete | 具体的 |
concurrent | 并行、并发 |
configuration | 配置 (config, cfg) |
connection | 连接 |
constraint | 约束 (条件) |
construct | 构件 |
container | 容器 (存放资料的某种结构如 list, vector...) |
containment | 内含、包容 |
context | 背景关系、周遭环境、环境、上下文 |
control | 控制元件、控件 |
console | 控制台 |
const | 常量 (constant 的缩写,C++ 关键字) |
constant | 常量 (相对於 variable) |
constructor | 构造函数 (与class 同名的一种 member functions) |
copy | (v) 复制、拷贝 |
copy | (n) 复件, 副本 |
cover | 覆盖 |
create | 创建、产生 |
creation | 创建、产生 |
cursor | 游标、光标 |
custom | 定制、自定义 |
data | 数据 |
database | 数据库 |
database schema | 数据库结构纲目 |
data member | 成员变量 |
data structure | 数据结构 |
datagram | 数据报文 |
dead lock | 死锁 |
debug | 调试 |
debugger | 调试器 |
declaration | 声明 |
deduction | 推导 (例:template argument deduction)、推断、扣除 (by deduction, after deduction) |
default | 默认、缺省、预设 |
defer | 推迟 |
define | 定义 |
definition | 定义 |
delegate | 委派、委托、委任 |
delegation | (同上) |
demarshal | 反编列、散集 |
dereference | 解叁考 (取出指标所指物体的内容) |
dereference operator dereference | * 解叁考操作符 |
derived class | 派生类 |
design by contract | 契约式设计 |
design pattern | 设计模式 |
destroy | 摧毁、销毁 |
destructor | 析构函数 |
device | 装置、设备 |
dialog | 对话框 |
directive | 指令 (例:using directive) |
directory | 目录 |
disk | 硬盘 |
dispatch | 分派 |
distributed computing | 分布式计算 |
document | 文件、文档 |
dot operator dot | . (圆)点操作符 |
driver | 驱动 (程序) |
dynamic binding | 动态绑定 |
efficiency | 效率 |
efficient | 高效 |
end user | 终端用户 |
entity | 实体、物体 |
encapsulation | 封装 |
enclosing class | 外围类 (与巢状类别 nested class 有关) |
enum | 枚举 |
enumerators | 枚举器 |
equal | 相等 |
equality | 相等性 |
equality operator equality | == 等号操作符 |
equivalence | 等价性、等同性、对等性 |
equivalent | 等价、等同、对等 |
escape code | 转义码 |
evaluate | 评估、求值 |
event | 事件 |
event driven | 事件驱动的 |
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 | 设施、设备 |
feature | 特性 |
field | 栏位,资料栏(Java) 字段, 值域(Java) |
file | 档案 文件 |
firmware | 固件 |
flag | 标记 |
flash memory | 闪存 |
flexibility | 灵活性 |
flush | 刷新 |
font | 字体 |
form | 表单 (programming 用语) |
formal parameter | 形式叁数 |
forward declaration | 前置声明 |
forwarding | 转发 |
forwarding function | 转发函数 |
fractal | 分形 |
framework | 框架 |
full specialization | 全特化 (ref. partial specialization) |
function | 函数 |
function call operator | 同 call operator |
function object | 函数对象 (ref. C++ Primer 3/e, 12.3) |
function overloaded resolution | 函数重载解决 (方案) |
functionality | 功能 |
function template | 函数模板 |
factor | 函子 |
game | 游戏 |
generate | 生成 |
generic | 泛型、一般化的、通用的、泛化 |
generic algorithm | 泛型算法 |
getter | 取值函式 (相对於 setter) |
global | 全局的 (对应於 local) |
global object | 全局对象 |
global scope resolution operator | :: 全局范围解析操作符 |
group | 群组 |
group box | 分组框 |
guard clause | 卫述句 (Refactoring, p250) 卫语句 |
GUI | 图形界面 |
hand shaking | 握手 |
handle | 句柄 |
handler | 处理函数 |
hard | -coded 编死的 硬编码的 |
hard | -copy 硬拷图 屏幕截图 |
hard disk | 硬盘 |
hardware | 硬件 |
hash table | 哈希表、散列表 |
header file | 头文件 |
heap | 堆 |
hierarchy | 层次结构 (体系) |
hook | 钩子 |
hyperlink | 超链接 |
icon | 图标 |
IDE | 集成开发环境 |
identifier | 标识符 |
if and only if | 当且仅当 |
Illinois | 伊利诺斯 |
image | 图象 |
immediate base | 直接的 (紧临的) 上层 base class,直接上层基类 |
immediate derived | 直接的 (紧临的) 下层 derived class, 直接下层派生类 |
immutability | 不变性 |
immutable | 不可变的 |
implement | 实现 |
implementation | 实现 |
implicit | 隐喻的、暗自的、隐式 |
import | 导入 |
increment operator | 累加运算符 ++ |
infinite loop | 无限循环 |
infinite recursive | 无限递归 |
information | 信息 |
infrastructure | 公共基础建设 |
inheritance | 继承 |
inline | 内联 |
inline expansion | 内联展开 |
initialization | 初始化 |
initialization list | 初始值列表 |
initialize | 初始化 |
inner class | 内嵌类 |
instance | 实例 (根据某种表述而实际产生的「东西」) |
instantiated | 实例化、具现化、实体化 (常应用於 template) |
instantiation | 实例、具现体、具现化实体 (常应用於 template) |
integer | 整数 (integral 整型的) |
integrate | 整合、集成 |
interacts | 互动、交互 |
interface | 接口 |
for GUI | 界面 |
interpreter | 解释器 |
invoke | 调用 |
iterate | 迭代 |
iterative | 迭代的 |
iterator | 迭代器 |
iteration | 迭代 |
item | 项、条款、项目 |
laser | 激光 |
level | 阶、层 (级) 例 high level 高阶 高层 |
library | 库、函数库 |
lifetime | 生命周期 |
link | 链接 |
linker | 链接器 |
literal constant | 字面常量 (例 3.14 或 "hi" 这等常数值) |
list | 列表、表、链表 (linked-list) |
list box | 列表方块、列表框 |
load | 载入、装载 |
loader | 装载器、载入器 |
local | 局部的 (对应於 global) |
local object | 局部对象 |
lock | 锁 |
loop | 循环 |
lvalue | 左值 |
macro | 巨集、宏 |
magic number | 魔法数 |
maintain | 维护 |
manipulator | 操纵器 (iostream 预先定义的一种东西) |
marshal | 编列、列集 (叁考 demarshal) |
mechanism | 机制 |
member | 成员 |
member access operator | 成员存取操作符 (有 dot 和 arrow 两种) |
member function | 成员函数 |
member initialization list | 成员初始值列表 |
memberwise | 以 member 为单元┅、members 逐一┅ 以成员为单位 |
memberwise copy | 以 members 为单元逐一复制 |
memory | 内存 |
menu | 菜单 |
message | 消息 |
message based | 基於消息的 |
message loop | 消息循环 |
method | (Java) 方法 |
meta | - 超- 元- 例 meta-programming 超编程 元编程 |
micro | 微 |
middleware | 中间件 |
modeling | 建模 |
modeling language | 建模语言 |
modem | 数据机 调制解调器 |
module | 模组、模块 |
modifier | 修饰符 |
most derived class | 最末层衍生类别、最底层的派生类 |
mouse | 鼠标 |
mutable | 可变的 |
multitasking | 多任务 |
namespace | 命名空间 |
native | 原生的、本地的 |
nested class | 嵌套类 (相对于 closing class) |
network | 网络 |
network card | 网卡 |
object | 对象 |
object based | 基於对象的 |
object file | 目标文件 |
object model | 对象模型 |
object oriented | 面向对象的 |
online | 在线 |
opaque | 不透明的 |
operand | 操作数 |
operating system | 操作系统 (OS) |
operation | 操作、操作行为 |
operator | 操作符、运算符 |
option | 选项、可选方案 |
ordinary | 常规的 |
overflow | 溢出、上限溢位 (相对於 underflow 下溢) |
overhead | 额外负担、额外开销 |
overload | 重载 |
overloaded function | 重载的函数 |
overloaded operator | 被重载的操作符 |
overloaded set | 重载集合 |
override | 改写、覆写 (在 derived class 中重新定义虚函数) |
package | 包 |
pair | 对 |
palette | 调色盘 |
pane | 窗格 (有时为嵌板之意,例 Java Content Pane) |
parallel | 平行、并行 |
parameter | 叁数、形式叁数、形叁 |
parameter list | 叁数列表 |
parent class | 父类 (或称 base class) |
parentheses | 小括弧、圆括号 (brace, bracket) |
parse | 解析 |
part | 零件、部件 |
partial specialization | 偏特化 (ref. C++ Primer 3/e, 16.10)局部特化(ref. full specialization) |
pass by address | 传址 (函式引数的传递方式)(非正式用语)传地址 |
pass by reference | 传址 (函式引数的一种传递方式) 传地址, 按引用传递 |
pass by value | 传值 (函式引数的一种传递方式) 按值传递 |
pattern | 范式、模式 |
performance | 效率、性能 |
persistence | 持久性 |
pixel | 像素 |
placement delete ref. C | ++ Primer 3/e, 15.8.2 |
placement new ref. C | ++ Primer 3/e, 15.8.2platform 平台 平台 pointer 指标 指针 址位器(和址叁器 reference 形成对映,满好) |
poll | 轮询 |
polymorphism | 多态 |
pop up | 冒起式、弹出 |
port | 端口 |
postfix | 后缀 |
precedence | 优先序 (通常用於运算子的优先执行次序) |
prefix | 前缀 |
preprocessor | 预处理器 |
prime | 质数、素数 |
primitive type | 基本类型 (不同於 base class, 基础类别) |
print | 打印 |
printer | 打印机 |
priority | 优先权 (通常用於执行绪获得 CPU 时间的优先次序) |
procedure | 程序、过程 |
procedural | 过程式的、过程化的 |
process | 进程 |
profile | 侧面、形象、概述 |
profiler | 效能 (效率)、评测器 |
programmer | 程序员 |
programming | 编程、程式设计 |
progress bar | 进度条 |
project | 项目、工程 |
property | 属性 |
protocol | 协定、协议 |
pseudo code | 伪代码 |
qualified | 限定的 |
qualifier | 限定修饰词: public, protected, private |
quality | 品质、质量 |
queue | 队列 |
radian | 弧度 |
radio button | 单选按钮 |
raise | 引发 (常用来表示发出一个 exception)、引起 |
random number | 随机数 |
range | 范围、区间 |
rank | 等级、分等 (ref. C++Primer 3/e 9,15章) 等级 |
raw | 未经处理的 |
record | 记录 |
recordset | 记录集 |
recursive | 递归 |
re-direction | 重导向 重定向 |
refactoring | 重构 |
refer | 取用、叁考 |
refer to | 指向、指涉、指代reference (C++ 中类似指标的东西,相当於 "化身") 引用、叁考 址叁器, see pointer |
register | 寄存器 |
reflection | 反射、映像 |
relational database | 关系数据库 |
represent | 表述,表现 |
resolve | 决议 (为算式中的符号名称寻找 解析对应之宣告式的过程) |
resolution | 决议程序、决议过程 解析过程 |
resolution | 分辨率 |
restriction | 局限、限制 |
return | 传回 |
return type | 返回类型 |
return value | 返回值 |
robust | 强固、稳健、健壮 |
robustness | 强固性、稳健性、健壮性 |
routine | 例程 |
runtime | 执行期、运行时 |
common language runtime | (CLR) 译为「通用语言执行层」 |
rvalue | 右值 |
save | 保存 |
schedule | 计划、调度 |
scheduler | 调度程序 |
scheme | 结构纲目、组织纲目 |
scroll bar | 滚动条 |
scope | 作用域 |
scope operator | 作用域操作符 :: |
screen | 屏幕 |
search | 查找 |
semantics | 语义 |
sequential container | 顺序式容器 (对应於 associative container) |
server | 服务器、服务端 |
serial | 串行 serialization 次第读写、序列化 (serialize) |
setter | (相对於 getter) 设值函数 |
signal | 信号 |
signature | 签名 |
slider | 滑块、滚轴 |
slot | 条孔、槽 |
smart pointer | 智能指针 |
snapshot | 萤幕快照(图)、屏幕截图 |
specialization | 特殊化、特殊化定义、特殊化宣告 特化 |
specification | 规格、规范 |
splitter | 切分窗口 |
software | 软件 |
solution | 解法、解决方案 |
source | 源码、源代码 |
stack | 堆叠、栈 |
stack unwinding | 堆叠辗转开解(此词用於 exception 主题) 栈辗转开解 * |
standard library | 标准程式库 |
standard template library | 标准模板程序库 |
statement | 语句 |
status bar | 状态栏 |
STL | 见 standard template library |
stream | 资料流、流 |
string | 字符串 |
subroutine | 子程序 |
subscript operator | [ ] 下标操作符 |
subtype | 子类型 |
support | 支持 |
suspend | 挂起 |
symbol | 符号 |
syntax | 语法 |
tag | 标签 |
target | 目标 |
task switch | 任务切换 |
template | 模板、范本 |
template argument deduction | 模板叁数推导 |
template explicit specialization | 模板显式特化 |
template parameter | 模板叁数 |
temporary object | 临时对象 |
text | 文字、文本 |
radian | 弧度 |
radius | 半径 |
diameter | 直径 |
oooooooooooooooooooooo | |