部分基础编程术语中英对照表

部分基础编程术语中英对照表

中文 English 中文 English 中文 English
逗号 comma 句号 period 波浪号 tilde
冒号 colon 分号 semicolon 省略号 ellipsis
问号 question mark 感叹号 exclamation mark 引号 quotation marks
小括号 parentheses 中括号 square brackets 大括号 curly braces
星号 asterisk 与号(&) ampersand 井号 number sign / hash / pound
下划线 underline 百分号 percent sign 连字符 hyphen
斜杠 slash 反斜杠 backslash ` back-tick
取模 modulus 余数 remainder 加数 addend
被除数 dividend 除数 divisor 乘数 multiplier
被减数 minuend 减数 subtracter 操作数 operand
语法 syntax 语义 semantics 变量 variable
标识符 identifier 初始化 initialize 语句 statement
赋值 assignment 表达式 expression 优先级 precedence
形参 parameter 实参 argument 栈帧 stack frame
作用域 scope 局部 local 全局 global
转义 escape 短路 short circuit 嵌套 nest
语法糖 syntactic sugar 通配 glob 描述符 descriptor
终端 terminal 缓冲 buffer 内存 memory
编译 compile 单例 singleton 运算符 operator
一元 unary 二元 binary 三元 ternary
可变(数量) variadic 精度 precision 上下文 context
类型转换(人为) cast 类型转换(编译器) type promotion / conversion 递归 recursion
并发 concurrent 并行 / 并联 parallel 串行 / 串联 serial
演绎 deduction 归纳 induction 约简 reduction
分隔符 delimiter 字典序 lexicographic order 字面量 literal