1、S首字母
英文 | 中文 |
scalability | 伸缩性 |
scaling | 比例缩放 |
scope | 作用域 |
scope resolution operator(::) | 作用域运算符 |
search an array | 查找数组 |
search key | 查找键 |
selection | 选择 |
selection sort | 选择排序 |
self assignment | 自我赋值 |
self-referential structure | 自引用结构 |
semicolon(;) | 分号,语句中止符 |
sentinel | 标记值 |
sentinel value | 标记值 |
separate compilation | 单独编译 |
sequential access | 顺序访问 |
sequential execution | 顺序执行 |
services of a class | 类服务 |
set function | set函数 |
setbase stream manipulator | setbase流操纵算子 |
setf member function | setf成员函数 |
setfill stream manipulator | setfill流操纵算子 |
setiosflags stream manipulator | setiosflags流操纵算子 |
setprecision stream manipulator | setprecision流操纵算子 |
setw stream manipulator | setw流操纵算子 |
shadowing | 屏蔽 |
shell | 操作系统的一部分,用户通过键入命令来 |
shell script shell | 脚本 |
shifting | 位移 |
side effect | 副作用 |
signature | 签名 |
simple statement | 简单语句 |
simulated call-by-reference | 模拟的按引用调用 |
simulation | 模拟 |
single inheritance | 单一继承 |
single-argument constructor | 单个参数构造函数 |
single-entry/single-exit control structures | 单人/单出控制结构 |
single-selection structure | 单项选择结构 |
single-stepping | 单步 |
single-subscripted array | 单下标数组 |
sinking sort | 下沉排序 |
sizeof | 系统的关键字同时又是常用的运算符 |
slicing objects | 切片对象 |
software | 软件 |
software asset | 软件资源 |
software engineering | 软件工程 |
software reusability | 软件可复用性 |
sort an array | 数组排序 |
source file | 源文件 |
source-code file | 源代码文件 |
square brackets | 方括号( [] ) |
stack | 栈 |
stacked control structures | 堆栈控制结构 |
standard error object(cerr) | 标准错误对象 |
standard input object(cin) | 标准输入对象 |
standard library header files | 标准库头文件 |
standardized software components | 标准化软件组件 |
statement | 语句 |
statement terminator(;) | 语句中止符 |
static | C++关键字 |
static binding | 静态绑定 |
static data member of a class template | 类模板的static数据成员 |
static data member of a template class | 模板类的static数据成员 |
static local object | 静态局部对象 |
static member function of a class template | 类模板的static成员函数 |
static storage class specifies | static存储类说明符 |
static storage duration | 静态存储期 |
static variable | static变量 |
stepwise refinement | 步求精 |
storage class | 存储类 |
storage class specifies | 存储类说明符 |
stream | 流 |
stream class libraries | 流类库 |
stream -extraction operator(>>) | 流读取运算符 |
stream input | 流输入 |
stream manipulator | stream操纵算子 |
stream output | 流数输出 |
stream-insertion operator(<<) | 流插入运算符 |
string | 字符串 |
string concatenation | 字符串连接 |
string constant | 字符串常量 |
string literal | 字符串直接量 |
string processing | 字符串处理 |
srlen | 计算入口字符串的净长度 |
srncmp | 比较字符串 |
structure | 结构 |
structured programming | 结构化编程 |
stub | 桩 |
subclass | 子类 |
subscript | 下标 |
substring | 子串 |
subtracting an integer from a pointer | 将指针减去一个整数 |
subtracting tow pointers | 两个指针相减 |
super class | 超类 |
switch logic | switch逻辑 |
switch selection structure | switch选择结构 |
syntax | 语法 |
syntax error | 语法错误 |
2、T首字母
英文 | 中文 |
tab character | 水平制表符 |
table of values | 数值表 |
tabular format | 表格形式 |
template | 模板 |
template class | 模板类 |
template class member function | 模板类成员函数 |
template argument | 模板实参 |
template function | 模板函数 |
template name | 模板名 |
template parameter | 模板行参 |
temporary area of exchange of values | 临时数据交换区 |
ternary operator | 三元运算符 |
test coverage | 测试覆盖 |
text file | 文本文件 |
test harness | 测试驱动 |
test suite | 测试用例集 |
tie member function | tie成员函数 |
tilde (~) in destructor name | 析构函数名中的代字符 |
token | 标记 |
tokenizing strings | 标记化字符串 |
top-down,stepwise refinement | 自上而下逐步完善 |
trace message | 追踪信息 |
transfer of control | 控制转移 |
translator program | 翻译器程序 |
triple-subscripted array | 三下标数组 |
Turing machine | 图灵机 |
type parameter in a template header | 模板首部的类型参数 |
type-safe I/O | 类型安全I/O |
type-safe linkage | 类型安全连接 |
3、U首字母
英文 | 中文 |
unary operator | 单目运算符 |
unary scope resolution operator :: | 一元作用域运算符 |
undefined value | 未定义数值 |
unformatted I/O | 无格式I/O |
Unicode | 一种编码标准,用双字节存放码值,从而将 |
Uninitialized variable | 未初始化变量 |
unit test | 单元测试 |
unsetf member function | unsetf成员函数 |
uppercase | 大写 |
user-defined conversion | 用户自定义转换 |
user-defined streams | 用户自定义流 |
user-defined type | 用户自定义类型 |
uses a relationship | "使用"关系 |
utility function | 工具函数 |