网站首页 语言 会计 互联网计算机 医学 学历 职场 文艺体育 范文
当前位置:学识谷 > 范文 > 校园

c语言相关专业英语词汇

栏目: 校园 / 发布于: / 人气:1.3W

在c语言的学习过程中,会需要用到大量的专业英语词汇,所以学好c语言方面的专业英语词汇,对于c语言的学习帮助很大,那么下面就一起来学习吧。

c语言相关专业英语词汇
  c语言专业英语词汇

filling 填充

data structure 数据结构

array 数组

element 元素

element type 元素类型

array size 数组大小

index 下标

selection 选择

selection expression 选择表达式

address 地址

allocation 分配

base address 基地址

offset 偏移量

allocated size 分配长度

effective size 有效长度

subscript 下角标(数组元素的下标)

multidimensional array 多维数组

matrix 矩阵

identity matrix 单位矩阵

linear search algorithm 线性查找算法(从第一个开始,顺次查找)

binary search 二分查找

sorting 排序

  c语言实用专业英语词汇

selection sort 选择排序

analysis of algorithm 算法分析

pointer 指针

lvalue (ell-value)左值

base type 基本类型(指针指向的'值的类型,称为指针的基本类型)

calling by reference 引用调用

pointer arithmetic 指针运算

postfix 后缀

prefix 前缀

Date type 数据类型

Console 控制台

Declaration 声明

Initialization 初始化

------ TRUE 真

FALSE 假

if 如果

else 否则

Sizeof 所占内存字节数

------ Switch 分之结构

case 与常值匹配

break 跳转

default 缺省、默认

------ While 当到循环

do…while 直到循环

for 已知次数循环

continue 结束本次循环进行下一次迭代

Counter 计数器

fflush() 清除缓冲区函数

  c语言必背专业词汇

---- include 包含(导入头文件)

stdio.h 输入输出头文件

void 不返回任何值

main 主要

printf 打印、输出

IDE(Integrated Development Environment)集成开发环境

--------

source File 源文件

warning 警告

Project 工程

------ int 整数

short int 短整型

unsigned short int 无符号短整型

long int 长整型

float 浮点型

double 双精度

char 字符型

scanf 输入函数

getchar() 接受字符函数

putchar() 输出字符函数

variable 变量

Compiler 编译器

Area 面积