荟萃馆

位置:首页 > 范本 > 校园

c语言专业词汇表达带翻译

校园3.32W

学习c语言的.时候,我们会遇到很多比较专业的相关英语词汇,这也就需要我们努力掌握c语言学习中专业的英语词汇,那么下面就一起来学习吧。

c语言专业词汇表达带翻译

  c语言专业词汇表达

Address 地址

Base Address 基地址

Memory Member 内在单元

Relational operator 关系运算符

Arithmetic operator 算术运算符

Assignment operator 赋值运算符

Logical operator 逻辑运算符

------ function 函数

Build-in function 内置函数

User Defined Function 自定义函数

Recursive function 递归函数

Random 随机数

power 幂

prototype 原型

void 空值

Called function 被调函数

Calling function 调用函数

return 返回

------ scope 作用域

Parameter 参数

Parameterized function 参数化函数

Local variable 局部变量

Global variable 全局变量

static 静态变量

auto 自动变量

  c语言专业英语词汇

Register 寄存器变量

extern 外部变量

Formal parameter 形式参数

Actual parameter 实际参数

Call by reference 传值调用

Call by value 引用调用

------ String 字符串

String literal 字符串常量

sequence 序列

queue 队列

Puts() 把字符串数组输出到显示器

Gets() 从标准键盘输入读入一个字符串

string.h 存放字符串函数的头文件

strlen() 计算字符串的长度

strcpy() 复制字符串

strcmp() 字符串比较

strcat() 字符串连接

------ struct 定义结构

stack 栈

structure 结构

Structured programming 结构化程序

member 成员

  c语言实用的专业词汇

Compiler

编译系统

Instruction

指令

Syntax

文法(语法)

Source file

源文件

preprocessor

预处理

Object file

目标文件

Key word

关键字

Statement

语句

Comment statement

注释语句

Execute statement

可执行语句

Declaration statement

说明语句

Compound statement

复合语句

NULL (blank )statement

空语句

Variable

变量

Upper case

大写

Lower case

小写


标签:词汇 翻译 语言