C程序设计名词中英对照
register的名词
名词
1
注释
note
1
中级语言
middle-level language
1
执行效率
execute efficiency
1
执行部分
execute part
1
运算符
operator
1
物理地址
physical address
1
位操作
bitwise operation
1
声明
declaration
1
目标代码
object code
1
控制语句
control statement
1
结构化
Structurize(structuring)
1
汇编语言
assembly language
1
函数化
functionalization
1
函数调用
function call
1
关键字
keyword
1
高级语言
high-level language
1
概述 
overview
1
赋值语句
assignment statement
1
低级语言
low-level language
1
程序设计语言
programming language
2
自然语言
natural language
2
重复结构
iteration structure/repeat structure
2
有效性
validity
2
有穷性
finiteness
2
确定性
certainty
2
模块化
modularization
2
循环结构
loop structure
2
选择结构
selection structure/branch structure
2
顺序结构
sequential structure
2
伪代码
pseudocode
2
算法
algorithms
2
数据结构
data structure
2
流程图
flow chart
2
基本结构
basic structure
3
增量(自增)运算符
increment operator
3
减量(自减)运算符
decrement operator
3
优先级
precedence level
3
修饰符
Decorator
3
下标运算符
subscript operator
3
位运算符
bitwise operator
3
条件运算符
conditional operator
3
算术运算符
arithmetic operator
3
算术表达式
arithmetic expression
3
求字节运算符
sizeof operator
3
模运算符求余)
modulus operator
3
逻辑运算符
Logical operator
3
数组类型
array type
3
数据类型
data type
3
tree
3
stack
3
基本类型
basic type
3
字符型
character type
3
字符串
character string
3
转义字符
escape character
3
指针运算符
pointer operator
3
指针类型
pointer type
3
指数形式
exponential form
3
整型
integer
3
有符号的
signed
3
无符号的
unsigned
3
实型
Real type
3
实数
Real number
3
浮点数
Floating-point number
3
双精度
double precision
3
单精度
single precision
3
误差
Error
3
十六进制
hexadecimal
3
十进制
decimal
3
二进制
binary
3
八进制
octal
3
类型转换
Type conversion
3
内存地址
memory address
3
内存单元
memory unit
3
枚举类型
Enumerated type
3
空类型
void type
3
结构体类型
structure type
3
减法 
subtraction
3
加法 
addition
3
除法
division
3
乘法
multiplication
3
关系运算符
relational operator
3
构造类型
construct type
3
共用体类型
union type
3
赋值运算符
assignment operator
3
赋值表达式
assignment expression
3
复合赋值运算符
compound assignment operator
3
分量运算符
structure member operator
3
逗号运算符
comma operator
3
逗号表达式
comma expression
3
初始化
Initialization initializing
3
常量
constant
3
操作数
operand
3
表达式
expression
3
list
3
标识符
Identifier
3
变量
variable
3
编译
compiling
4
终端
terminal
4
顺序程序
Sequential program
4
数据描述
data description
4
数据操作
data operation
4
输入设备
input device
4
输出设备
output device
4
空语句
null statement
4
函数调用语句
Function-call statement
4
格式字符
format character
4
格式化输入
formatted input
4
格式化输出
formatted output
4
复合语句
compound statement
4
分程序
subprogram
4
表达式语句
expression statement
5
小于或等于
less than or equal to
5
小于
less than
5
条件表达式
conditional expression
5
嵌套
Nest
5
逻辑表达式
logical expression
5
关系表达式
relational expression
5
分支结构
branch structure
5
多分支选择
multi-branch selection
5
等于
equal to
5
大于或等于
great than or equal to
5
大于
great than
5
不等于
not equal to
5
比较运算
Comparison operation
5
if语句
if statement
6
循环体
body of loop
6
循环控制
loop control
6
完数
perfect number
6
素数
prime number
7
字符串小写
string lowercase
7
字符串结束标志
Indicator of string end
7
字符串复制
string copy
7
字符串大写
string uppercase
7
字符串长度
string length
7
字符串比较
string compare
7
引用
Reference
7
一维数组
one-dimenisonal array
7
选择法排序
Selection Sort
7
下标
subscript
7
dimension
7
数组
array
7
排序
sorting
7
冒泡法排序
bubble sort
7
二维数组
two-dimensional array
7
定义
definition
8
自动变量
auto variable
8
按值传递
pass by value
8
直接递归
direct recursion
8
形式参数
formal parameter
8
外部函数
external function
8
外部变量
external variable
8
实际参数
actual parameter
8
声明
declaration
8
全局变量
global variable
8
嵌套调用
nesting call
8
内部函数
intrinsic function
8
模块
module
8
库函数
library function
8
空函数
null function
8
局部变量
local variable
8
静态局部变量
static local variable
8
静态存储
static storage
8
间接递归
indirect recursion
8
寄存器变量
register variable
8
函数原型
prototype of function
8
函数库
function library
8
函数
function
8
返回值
returned value
8
动态存储
dynamic storage
8
递归调用
recursions function call
8
按地址传递
pass by address
8
存储类别
storage class
8
参数
parameter / argument
8
标准函数
standard function
9
预处理
preprocess
9
文件包含
file include
9
条件编译
conditional compile
宏定义
macro definition
9
宏展开
macro expansion
10
字符串的指针
pointer of string
10
指针数组
array of pointer
10
指针的指针
pointer to pointer
10
指针变量
pointer variable
10
直接访问
direct access
10
数组的指针
pointer to array
10
间接访问
indirect access
10
基类型
base type
10
函数的指针
pointer to function
11
域表(字段列表)
field list
11
链表
Link list
11
结构体数组
array of structure
11
结构体变量的指针
pointer to structure variable
11
结构体变量
structure variable
11
结构体
structure
11
共用体
union type
11
成员表列
member list
12
左移
left shift
12
右移
right shift
13
字节流
byte stream
13
文件状态
state of file
13
文件指针
pointer to file
13
文件读写
file reading and writing
13
文件关闭
file closing
13
二进制流
binary stream
13
定位
location
13
文件打开
file opening

版权声明:本站内容均来自互联网,仅供演示用,请勿用于商业和其他非法用途。如果侵犯了您的权益请与我们联系QQ:729038198,我们将在24小时内删除。