C++程序设计核心词汇对照表

合集下载

C语言术语对照表

C语言术语对照表

中英对照英文台湾惯用术语大陆惯用术语---------------------------------------------------------------------------------------abstract 抽象的抽象的abstraction 抽象体、抽象物、抽象性抽象体、抽象物、抽象性access 存取、取用存取、访问access function 存取函式存取函数address-of operator 取址运算子 & 取地址运算符algorithm 演算法算法argument 引数(传给函式的值). 叁见 parameter 叁数array 阵列数组arrow operator arrow(箭头)运算子 -> 箭头运算符assembly language 组合语言汇编语言assign 指派、指定、设值赋值assignment 指派、指定赋值、分配assignment operator assignment(指派)运算子 = 赋值运算符associated 相应的、相关的相关的、关联、相应的associative container 关联式容器(对应 sequential container)关联式容器base class 基础类别基类best viable function 最佳可行函式最佳可行函式(从 viable functions 中挑出的最佳吻合者)binary tree 二元树二叉树 ?binary operator 二元运算子二元运算符binding 系结绑定bit 位元位bitwise 以 bit 为单元┅、位元逐一┅ ?bitwise copy 以 bit 为单元进行复制、位元逐一复制位拷贝block 区块块、分组boolean 布林值(真假值,true 或 false)布尔值byte 位元组(8 bits 组成)字节call 呼叫、叫用调用call operator call(函式呼叫)运算子 () 调用运算符(同 function call operator)chain 串链(例 chain of function calls)链child class 子类别(或称为derived class, subtype)子类class 类别类class body 类别本体类体 ?class declaration 类别宣告、类别宣告式类声明class definition 类别定义、类别定义式类定义class derivation list 类别衍化列类继承列表class head 类别表头类头 ?class hierarchy 类别继承体系 ?class library 类别程式库、类别库类库class template 类别范本、类别模板、类别样板类模板class template partial specializations类别范本局部特制体、类模板部分特化类别范本局部特殊化class template specializations类别范本特制体、类别范本特殊化类模板特化cleanup 清理、善後清理、清除candidate function 候选函式候选函数(在函式多载决议程序中出现的候选函式)command line 命令行命令行(系统文字模式提示号之後所下的整行命令)compiler 编译器编译器component 组件组件concrete 具象的实在的container 容器容器(存放资料的某种结构如 list, vector...)context 背景关系、周遭环境、上下脉络环境、上下文const 常数(constant 的缩写,C++ 关键字)constant 常数(相对於 variable)常数constructor(ctor)建构式构造函数、构造器(与class 同名的一种 member functions)data 资料数据data member 资料成员、成员变数数据成员、成员变量data structure 资料结构数据结构declaration 宣告、宣告式声明deduction 推导(例:template argument deduction)推导、推断default 预设缺省、默许definition 定义、定义区、定义式定义dereference 提领(取出指标所指物体的内容) ?dereference operator dereference(提领)运算子 * ?derived class 衍生类别派生类destructor(dtor)解构式析构函数、析构器device 装置设备directive 指令(例:using directive)(编译)指示符dot operator dot(句点)运算子 . 点运算符driver 驱动程式驱动dynamic binding 动态系结动态绑定entity 物体实体、物体encapsulation 封装封装enclosing class 外围类别(与巢状类别 nested class 有关)?enum (enumeration) 列举(一种 C++ 资料型别)枚举enumerators 列举元(enum 型别中的成员)枚举成员、枚举器equality operator equality(等号)运算子 == 等号运算符evaluate 评估、求值、核定评估exception 异常情况异常exception declaration 异常宣告(ref. C++ Primer 3/e, 11.3)异常声明exception handling 异常处理、异常处理机制异常处理、异常处理机制exception specification 异常规格(ref. C++ Primer 3/e, 11.4)异常规范exit 退离(指离开函式时的那一个执行点)退出explicit 明白的、明显的、显式显式export 汇出引出、导出expression 运算式、算式表达式facility 设施、设备设施、设备flush 清理、扫清刷新formal parameter 形式叁数形式叁数forward declaration 前置宣告前置声明framework 框架框架function 函式、函数函数function call operator (同 call operator)function object 函式物件(ref. C++ Primer 3/e, 12.3)函数对象function overloaded resolution函式多载决议程序函数重载解决(方案)function template 函式范本、函式模板、函式样板函数模板generic 泛型、一般化的一般化的、通用的、泛化generic algorithm 泛型演算法通用算法global 全域性的(对应於 local)全局的global scope resolution operator全域生存空间(范围决议)运算子 :: 全局范围解析运算符handler 处理常式处理函数hardware 硬体硬件header file 表头档、标头档头文件 ?hierarchy 阶层体系层次结构(体系)identifier 识别符号标识符immediate base 直接的(紧临的)上层 base class。

c语言程序--词汇表

c语言程序--词汇表

1. 保留‎字C‎++中,保‎留字也称关‎键字,它是‎预先定义好‎的标识符。

‎见关键字的‎解释。

2‎.关键字‎C++‎中已经被系‎统定义为特‎殊含义的一‎类标识符。

‎C++中的‎关键字有:‎auto‎doub‎l e in‎t str‎u ct ‎b reak‎ els‎elo‎n g sw‎i tch ‎c ase ‎e num ‎r egis‎t er t‎y pede‎fch‎a r ex‎t ern ‎r etur‎n uni‎o n co‎n st f‎l oat ‎shor‎t uns‎i gned‎cont‎i nue ‎f or s‎i gned‎void‎def‎a ult ‎g oto ‎s izeo‎f vol‎a tile‎do i‎fst‎a tic ‎w hile‎asm ‎_cs _‎d s _e‎s_s‎s cde‎c l fa‎r hug‎e int‎e rrup‎t nea‎rpa‎s cal ‎c lass‎publ‎i c pr‎i vate‎catc‎h pro‎t ecte‎dde‎l ete ‎n ew t‎e mpla‎t e fr‎i end ‎t his ‎i nlin‎eth‎r ow t‎r y op‎e rato‎r vir‎t ual ‎o verl‎o ad(现‎不用)‎3.标识符‎对变‎量、函数、‎标号和其它‎各种用户自‎定义对象的‎命名。

在C‎++中,标‎识符长度没‎有限制,第‎一个字符必‎须是字母或‎下划线,其‎后若有字符‎则必须为字‎母、数字或‎下划线。

例‎如coun‎t2,_x‎是正确的标‎识符形式,‎而hell‎o!,3t‎h则是错误‎的。

在C+‎+中标识符‎区分大小写‎,另外标识‎符不能和C‎++中的关‎键字相同,‎也不能和函‎数同名。

‎4.声明‎将一个‎标识符引入‎一个作用域‎,此标识符‎必须指明类‎型,如果同‎时指定了它‎所代表的实‎体,则声明‎也是定义。

C语言常用的中英专业术语对照(转)

C语言常用的中英专业术语对照(转)

C语言常用的中英专业术语对照(转)C语言常用的中英专业术语对照(转)保留字 reserved words 连接 link编辑 edit 流程图 flow chart编码 code,encode 面向对象程序设计 object oriented programming编译 compile 模块化 modular运行 run 结构化 structured标识符 identifier 操作符 operator,actor目标程序 object program 嵌套 nest常量 constant 软件设计 software design 定义 define 数据结构 data structure 二进制 binary 顺序结构 sequential structure分隔符 separator 算法 algorithm分支结构 branch construct 循环结构 loop structure符号 symbol 运行环境 operational environment微型计算机 micro computer 个人计算机 personal computer信息 information 工作区 work area序列 sequence 关键字 keyword头文件 header file 函数 function语句 statement 函数体 function body源程序 source program 汇编语言 assembly language机器语言 machine language 高级语言 higherlanguage人类语言(也称自动语言human language致命错误 error 解释 interpretation注释 explanatory note,comment警告 warning 空语句 dummy statement abstract data type(ADT) 抽象数据类型;donut model 圆盘模型;abstraction 抽象;in complexity management 复杂性管理中的抽象; procedural 过程;accumulators 累加器; activation frames 激活框架;actual arguments 实参; misuse/neglect 误用/忽略;references and 引用; algorithm 算法;decision steps in 决策步骤; desk checking 桌面检查;implementation 实现; loop use decision 循环使用决策;recursive development 递归算法开发; refinement 细化;selection sort 选择排序; tree insertion 插入树;alphabetizing 依字母排序; string comparisons and analysis 字符串比较分析;bisection method case study 二分方法实力研究;capital letters case study 大写字母实力研究;inquiry 查询; flat washer 垫圈;fraction 分数; revenue 收入;measurement conversion 计量转换; ordered list有序表;set 集合; ancestors 祖先;angular brackets 尖括号; approximations iterative 迭代近似;actual 实际参数; array 数组;versatility 通用性; list correspondence 参数表一致性;output parameter 输出参数; evaluation rules 求值规则;enumerated types 枚举类型; enumeration constants 枚举常量;initialization 初始化; multidimensional arrays 多维数组;array of structures 结构数组; syntax 语法;illustrated 图示; formal 形参数组;subscripts 下标; allocation with calloc 用calloc分配;character 字符数组; manipulation statements 操作数组的语句;parallel 平行; partially filled 部分填充;pointer representation 指针表示; access 存取;sequential access 顺序存取;statistical computations with 统计计算;for storage 存储; artifitial intelligence AI;assignment 赋值; relational 相关;compound 复合; in order of precedence 优先级顺序;associativity operation 运算结合性; class 类型。

C语言常见专业词汇中英文对照

C语言常见专业词汇中英文对照
TRUE 真
FALSE 假
if 如果
else 否则
Sizeof 所占内存字节数
Switch 分支结构
case 与常值匹配
break 跳转
default 缺省、默认
While 当循环
do…while 直到循环
continue 结束本次循环进行下一次迭代
Actual parameter 实际参数
Call by reference 传值调用
Call by value 引用调用
String 字符串
String literal 字符串常量
sequence 序列
queue 队列
Puts() 把字符串数组输出到显示器
main 主要
printf 打印、输出
IDE 集成开发环境
source File 源文件
warning 警告
Project 工程
int 整型
short int 短整型
unsigned short int 无符号短整型
long int 长整型
floar 算术运算符
Assignment operator 赋值运算符
Logical operator 逻辑运算符
function 函数
Build-in function 内置函数
User Defined Function 自定义函数
Gets() 从标准键盘输入读入一个字符串
string.h 存放字符串函数的头文件
strlen() 计算字符串的长度
strcpy() 复制字符串
strcmp() 字符串比较
strcat() 字符串连接

c语言程序设计必备单词,(完整版)C语言编程必背单词.docx

c语言程序设计必备单词,(完整版)C语言编程必背单词.docx

c语言程序设计必备单词,(完整版)C语言编程必背单词.docxC 语言必背单词运算符与表达式:1.constant常量2. variable变量3. identify标识符 4. keywords关键字 5. sign 符号6. operator运算符句8. syntax语法 9. expression表达式10. initialition化11. number format数据格式7. statement 初始语12 declaration说明13. type conversion类型转换14.define、 definition定义条件语句:式3. logical expression逻辑表达式1.select选择2. expression表达4. Relational expression关系表达式5.priority优先6. operation运算 7.structure 结构循环语句: 1.circle 循环2. condition 条件3. variant变量4. process过程5.priority优先6. operation 运算数组:1. array数组2. reference 引用3. element 元素4. address地址5. sort排序6. character 字符7. string字符串8. application 应用函数:1.call调用2.return value返回值3.function函数4. declare声明5. `parameter参数 6.static 静态的 7.extern 外部的指针:1. pointer 指针2. argument参数3. array数组4. declaration声明 5. represent表示 6. manipulate处理结构体、共用体、链表:1 structure 结构2 member成员 3 tag标记 4 function函数 5enumerate枚举 6 union 联合(共用体)7 create 创建 8 insert插入 9 delete删除10 modify修改文件: 1 、 file文件 2 、open 打开 3 、close关闭 4 、read读 5 、 write 写6 、error 错误序号主要章节常用英汉对照词汇备注1运算符与表达式( operatorandexpression符 identify)汉语英语常量关键字keywordsconstant符号sign变量variable标识运算符operator语句statement语法syntax表达式Expression初始化Initialization数据格式number format说明Declaration类型转换type conversion定义Define、 definition2条件语句(condition statement) 关系表达式选择 select表达式Relational expression expression逻辑表达式优先priority运算logical expression operation结构structure 3循环语句(circle statement)循环circle条件 condition变量variant过程process优先priority运算 operation 4 函数(function)调用call返回值return value 函数function声明declare参数parameter 静态的static外部的extern5数组和指针(array and pointer)数组array 引用reference 元素element地址address2排序sort字符character 字符串。

C 常用英语单词

C  常用英语单词

A抽象数据类型abstract data type 抽象abstraction 累加accumulating 实际变元actual argument 实际参数actual parameter 地址运算符address operator 算法algorithm 功能模型al model 运算与逻辑单元ALU 分析analysis 应用软件application software 参数/变元argument 算术运算符arithmetic operators 基类ase class 汇编程序assembler 汇编语言assembler language 赋值运算符assignment operator(s) 赋值语句assignment statement 综合性associativity 原子数据类型atomic dataB备份件backup copies 大O表示法Big O notation 测试的基本规则basic rule of testing 二分法查找binary search 位bit 函数体boday 引导boot 字节bytesC被调函数called 调用函数calling 类型转换cast 字符值characters 类class 类层次class hierarchy 类的成员class members 类的作用范围class scope 编写代码coding 注释comments 编译型语言compiled language 编译程序compiler 编译时错误compile-time error 复合语句compound statement 计算机程序computer program 条件condition 控制单元control unit 转换运算符conversion operator 构造函数costructor 记数countingD字段data field 数据文件data file 数据隐藏data hiding 数据成员data member 数据类型data type 声明部分declaration section 声明语句declaration statement 自减运算符decrement operator 缺省复制构造函数default copy constructor 缺省构造函数default constructor 函数定义definition 定义语句definition statement 派生类derived class 桌面检查desk checking 析构函数destructor 文档编写documentation 双精度数double-precision number 动态绑定dynamic hinding 动态模型dynamic modelE回显打印echo printing 封装encapsulation 转义序列escape sequence 交换排序法exchange sort 表达式expression 外部文件名external file nameF假条件false condition 域宽操纵符field width manipulator 文件访问file access 文件组织形式file organization 文件流file stream 浮点数floating-point number 软盘floppy diskette 流程图flowchart 形式变元formal argument 形式参数formal parameter 友元函数friendG全局作用的范围global scope 全局变量global variableH硬盘hard disk 硬件hardware 函数首部header 头文件header file 十六进制hexadecimal 高级语言high-level languageI标识符identifier 实现implement 实现部分implementation section 自增运算符increment operator 下标index 下标变量indexed variable 间接寻址indirect addressing 无限循环infinite loop 间接寻址运算符indirection operator 继承性inheritance 内联成员函数inline member 输入文件流input file stream 实例变量instance variables 解释型语言interpreted language 解释程序interpreter 调用invocation 整数值iteger 循环结构iteration 输入/输出单元I/O unitJ对齐justificatingK关键字段key field 关键字keywordL左值l 线形查找linear(sequential)search 链表linked list 局部作用范围local scope 局部变量local variable 逻辑错误logic error 低级语言low-level languageC++常用英语单词M机器语言machine language 魔术数magic number 操纵符manipulator 数学头文件mathematical library 成员函数member s 成员式赋值memberwise assignment 内存堆栈memory stack 内存单元memory unit 微处理器microprocessor 混合表达式mixed-mode expression 助记符mnemonic 模型model 模块module 取模运算符modulus operator 多重继承multiple inheritanceN已命名常数named constant 嵌套循环nested loop 空字符null character 空语句null statementO面向对象的语言object-oriented language 对象object 八进制octal 偏移量offset 一维数组one-dimensional array 操作码opcode 操作系统operating system 运算符函数operator 输出文件流output file stream 函数的重载overloadingP参数parameter 值传递pass by 引用传递pass by reference 指针pointer 指针变量pointer variable 多态性polymorphism 后判断循环posttest loop 优先级preccedence 先判断循环pretest loop 私有private 面向过程的语言procedure-oriented language 汇编语言programming language 程序设计progremming 提示prompt 函数的原形prototype 伪代码pseudocode 程序验证与测试program verification and testing 公有publicQ快速排序法quicksortR右值r 随机访问random access 记录recored 递归传递recursive 细化refinement 循环结构repetition 循环语句repetition statement 返回语句return statement 运行时错误run-time error1/26/2019-2:33:44 PM (3/12)By:KangS换算scaling 作用范围scope 辅存secondary storage 选择结构selection 选择排序法selection sort 标记sentinel 顺序组织形式sepuential organization 顺序结构sequence 简单继承simple inheritance 单维数组single-dimensional array 软件software 软件工程software engineering 软件开发过程software development procedure 软件维护software maintenance 源代码soure code 源程序source program 字符串变量sring variable 静态绑定static hiding 静态类数据成员static class data member 存储类型storage class 结构体structure 结构体成员structure member 函数占位符stub 下标sub 下标变量subed variable 语法syntax 语法错误syntax error 符号常数symbolic constant 系统软件system softwareT函数模板template 模板前缀template prefix 测试testing U 文本文件text file this指针this pointer 跟踪tracing 类型转换type conversions 二维数组two-dimensional array 类型转换构造函数 type conversion constructor 二进制补码two’s complemen tU联合体unionV变量variable 变量作用范围variable scope 可变条件循环variable condition loop 二进制文件vinary file 虚函数virtualC++常用英语单词运算符与表达式:1.constant 常量2. variable 变量3. identify 标识符4. keywords 关键字5. sign 符号6. operator 运算符7. statement语句8. syntax 语法9. expression 表达式10. initialition 初始化11. number format 数据格式12 declaration 说明13. type conversion 类型转换14.define 、definition 定义条件语句:1.select 选择2. expression 表达式3. logical expression 逻辑表达式4. Relational expression 关系表达式5.priority优先6. operation运算7.structure 结构循环语句:1.circle 循环2. condition 条件3. variant 变量4. process过程5.priority优先6. operation运算数组:1. array 数组2. reference 引用3. element 元素4. address 地址5. sort 排序1/26/2019-2:33:44 PM (5/12)By:Kang6. character 字符7. string 字符串8. application 应用函数:1.call 调用2.return value 返回值3.function 函数4. declare 声明5. `parameter 参数6.static 静态的7.extern 外部的指针:1. pointer 指针2. argument 参数3. array 数组4. declaration 声明5. represent 表示6. manipulate 处理结构体、共用体、链表:1 structure 结构2 member成员3 tag 标记4 function 函数5 enumerate 枚举6 union 联合(共用体)7 create 创建8 insert 插入9 delete 删除10 modify 修改文件:1、file 文件2、open 打开3、close 关闭4、read 读5、write 写6、error 错误C++常用英语单词序号主要章节常用英汉对照词汇备注1 运算符与表达式(operator and expression )汉语英语常量constant变量variable标识符identify关键字keywords符号sign运算符operator语句statement语法syntax表达式Expression初始化Initialization数据格式number format说明Declaration类型转换type conversion定义Define 、definition2 条件语句(conditionstatement) 选择select表达式expression逻辑表达式logical expression关系表达式Relational expression优先priority运算operation结构structure3 循环语句(circle statement) 循环circle条件condition变量variant过程process优先priority运算operation4 函数(function) 调用call返回值return value函数function声明declare参数parameter1/26/2019-2:33:44 PM (7/12)By:Kang静态的static外部的extern5 数组和指针(array andpointer) 数组array引用reference元素element地址address排序sort字符character字符串string应用application指针pointer参数argument数组array声明declaration表示represent处理manipulate6 结构体、共用体(structures 、union )结构structure 成员member标记tag函数function枚举enumerate联合( 共用体) union创建create插入insert删除delete修改modify7 文件(file)文件file打开open关闭close读read写write错误errorC++常用英语单词Program Design 程序设计writing program 编写程序standardize vt.使标准化coding the program 编程simplify vt.单一化,简单化programming 程序revision n.校订,修正programmer n.程序员occupy vt.占领,住进logic n.逻辑,逻辑学BASIC 初学者通用符号指令代码machine code 机器代码teaching language 教学语言debug n.DOS命令,调试simplicity n.单纯,简朴compactness a.紧凑的,紧密的timesharing system 分时系统description n.描述,说明interactive language 交互式语言break n.中断manufacturer n.制造业者structure chart 结构图dialect n.方言,语调the program flow 程序流expense n.费用,代价manager module 管理模块uniformity n.同样,划一worder module 工作模块archaic a.己废的,古老的mainmodule 主模块sufficient a.充分的,足够的submodule 子模块data processing 数据处理modify v.修正,修改business application 商业应用outline n.轮廓,概要scientific application 科学应用compose分解lexical a.字典的,词汇的code 代码non-programmer n.非编程人员node vt改为密码notation n.记号法,表示法,注释pseudocode n.伪代码1/26/2019-2:33:44 PM (9/12)By:Kangverbosity n.唠叨,冗长commas n.逗点逗号record n.记录documentation 文档subrecord n.子记录flowchart/flow 程表/流程data division 数据部visual a.视觉的procedure division 过程部represent vt.表现,表示,代表comprise vt.包含构成structured techniques结构化技术operator n.运算符,算子straightforward a.笔直的,率直的commercial package 商业软件包subroutine n.子程序generator n.产生器,生产者driver module 驱动模块mathematician n.专家line by line 逐行operator n.作符translate vt.翻译,解释forerunner n.先驱modular 摸块化ancestor n.祖宗cumbersome a.讨厌的,麻烦的teaching programming 编程教学lengthy a.冗长的,漫长的alter vi./vt.改变flaw n.缺点裂纹devclop vt.发达separate a.各别的recompile v.编译assist n.帮助cycle n.循环technician n.技师remove vt.移动,除去straight line 直线category n.种类,类项rectangle n.长方形,矩形P-code p代码virtrally ad.事实上symology n.象征学象征的使用register n.寄存器C++常用英语单词to summaries 总之,总而言之by convention 按照惯例cyptic n.含义模糊的,隐藏的diamond-shaped a,菱形的bracket n.括号decision n判断obviate 除去,排除terminal n. a终端机,终端的keyword n.关键字card reader 阅读器underline vt.下划线translator program 译程序monadic a. monad(单位)的Programming 程序设计dec/binary n.二进制source language 源语shift 变化,转移,移位machine language 机器overflow n.溢出machine instruction 机器指令arithmetic n.算术,算法computer language 计算机语composite symbol 复合型符号.assembly language 汇编语assignment n.赋值floating point number浮点数proliferation n.增服high-level language高级语pointer n.指针natural language 自然语言array n.数组矩阵,source text 源文本subscript n.下标intermediate language 中间语言type conversion 类型转换software development 软件开发address arithmetic 地址运算map vt.映射,计划denote vt.指示,表示maintenance cost 维护费用subprogram n.子程序legibility n.易读性,易识别separate compilation 分离式编泽amend vt.修正,改善1/26/2019-2:33:44 PM (11/12)By:Kangalphabetic a.照字母次序的consumer n.消费者digit n.数字位数enormous a.巨大的,庞大的numeric expression 数值表达式reliability n.可信赖性,可信度tap n.轻打,轻敲,选择safety n.安全,安全设备print zone 打印区property n.财产,所有权column n.列correctness n.正确,functionality n.机能semicolon n.分号portable a.叮携带的,可搬运的survey n.概观.altoggle n.肘节开关task n.作,任务declaration n.宣告说明source program 源程序mufti-dimension array 多维数组object program 目标程序。

c语言基础单词表

c语言基础单词表

C语言基础单词表1. 程序结构主程序(Main function)头文件(Header file)源文件(Source file)函数(Function)变量(Variable)语句(Statement)表达式(Expression)注释(Comment)2. 数据类型整数(Integer)浮点数(Float)字符(Character)布尔(Boolean)枚举(Enumeration)结构体(Structure)联合(Union)3. 运算符赋值运算符(Assignment operator)加法运算符(Addition operator)减法运算符(Subtraction operator)乘法运算符(Multiplication operator)除法运算符(Division operator)取模运算符(Modulus operator)大于运算符(Greater than operator)小于运算符(Less than operator)大于等于运算符(Greater than or equal to operator)小于等于运算符(Less than or equal to operator)等于运算符(Equal to operator)不等于运算符(Not equal to operator)4. 控制语句if语句(If statement)switch语句(Switch statement)while循环(While loop)do-while循环(Do-while loop)for循环(For loop)5. 函数和变量函数定义(Function definition)函数调用(Function call)变量声明(Variable declaration)变量定义(Variable definition)6. 指针和数组指针变量(Pointer variable)指针操作符(Pointer operator)数组定义(Array definition)数组初始化(Array initialization)7. 结构和联合结构体定义(Structure definition)结构体成员访问(Structure member access)联合定义(Union definition)8. 文件操作文件打开(File open)文件读取(File read)文件写入(File write)。

C语言关键字对照表

C语言关键字对照表

精品好资料——————学习推荐
C语言关键字
所谓关键字就是已被C语言编辑工具本身使用, 不能作其它用途使用的字。

auto :声明自动变量一般不使用
double :声明双精度变量或函数
int:声明整型变量或函数
struct:声明结构体变量或函数
break:跳出当前循环
else :条件语句否定分支(与if 连用)
long :声明长整型变量或函数
switch :用于开关语句
case:开关语句分支
enum :声明枚举类型
register:声明积存器变量
typedef:用以给数据类型取别名(当然还有其他作用)
char :声明字符型变量或函数
extern:声明变量是在其他文件正声明(也可以看做是引用变量)
return :子程序返回语句(可以带参数,也看不带参数)
union:声明联合数据类型
const :声明只读变量
float:声明浮点型变量或函数
short :声明短整型变量或函数
unsigned:声明无符号类型变量或函数
continue:结束当前循环,开始下一轮循环
for:一种循环语句(可意会不可言传)
signed:生命有符号类型变量或函数
void :声明函数无返回值或无参数,声明无类型指针(基本上就这三个作用)default:开关语句中的“其他”分支
goto:无条件跳转语句
sizeof:计算数据类型长度
volatile:说明变量在程序执行中可被隐含地改变
do :循环语句的循环体
while :循环语句的循环条件
static :声明静态变量
if:条件语句
1 / 1。

c语言的37个关键字

c语言的37个关键字

c语言的37个关键字C语言是一种广泛应用于计算机编程的高级编程语言,它具有简单、高效、可移植等特点,被广泛应用于操作系统、嵌入式系统、游戏开发等领域。

C语言中有37个关键字,这些关键字在程序中具有特殊的含义,下面我们来逐一介绍这些关键字。

1. auto:用于声明自动变量,即在函数内部定义的变量。

2. break:用于跳出循环语句或switch语句。

3. case:用于switch语句中的分支。

4. char:用于声明字符类型变量。

5. const:用于声明常量,常量的值不能被修改。

6. continue:用于跳过循环中的某次迭代。

7. default:用于switch语句中的默认分支。

8. do:用于循环语句中的循环体。

9. double:用于声明双精度浮点数类型变量。

10. else:用于if语句中的分支。

11. enum:用于声明枚举类型。

12. extern:用于声明外部变量或函数。

13. float:用于声明单精度浮点数类型变量。

14. for:用于循环语句中的循环体。

15. goto:用于无条件跳转到指定标签。

16. if:用于条件语句中的判断。

17. int:用于声明整型变量。

18. long:用于声明长整型变量。

19. register:用于声明寄存器变量,即将变量存储在CPU的寄存器中,以提高程序的执行效率。

20. return:用于函数中返回值。

21. short:用于声明短整型变量。

22. signed:用于声明有符号类型变量。

23. sizeof:用于获取变量或数据类型的大小。

24. static:用于声明静态变量或函数。

25. struct:用于声明结构体类型。

26. switch:用于多分支选择语句。

27. typedef:用于定义新的数据类型。

28. union:用于声明共用体类型。

29. unsigned:用于声明无符号类型变量。

30. void:用于声明无返回值的函数或指针类型变量。

C语言常用词汇表

C语言常用词汇表

第1章include 包含,包括stdio :standard input output 标准输入输出printf 打印,输出void 空main 主要的number 数量,数字在程序中也略写成num ----------------第2 章scanf 扫描,输入char 字符int 整型float 单精度浮点型double 双精度浮点型getchar 得到(输入)一个字符putchar 输出一个字符flag 旗帜,标记first 第一次,第一个second 第二result 结果grade 等级age 年龄sex 性别gender 性别operator 操作符,也略写成op line 行local 本地的row 列sum 和string 字符串paramter 参数project 项目有时也略写projprecision 精确度point 点pointer 指针variable 变量long 长整型short 短整型page 页数price 价格amount 数量height 高度high 高width 宽度level 水平length 长度define 定义minutes 分product 积flush 冲洗,fflush-清内存refresh 刷新-----------------------第3章if 如果else 否则case 条件switch 跳转score 分数discount 折扣total 总计size 大小sizeof 字节大小cost 花费pay 支付area 面积rate 速度,比率,价格data 数据default 默认,缺省constant 常量console 控制台column 列在程序中也略写作col remainder 剩余的,余数----------------第4章expression 表达式calculate 计算在程序中也略写作calc syntax 语法computer 计算symbol 符号step 步骤source 源loop 循环even number 偶数odd number 奇数----------------第5章while 当…的时候digits 数位up 上low 低others 其他的square 正方形start 开始star 星end 结束for 循环关键字break 休息,停止continue 继续----------------第6章-----------array 数组employee 职员在程序中也略写成emp max 最大值min 最小值point 指向pointer 指针student 学生,在程序中也略写成stu find 寻找search 搜索insert 插入delete 删除,在程序中也略写成del address 地址,在程序中也略写成addrenter 回车,进入press 点击,按value 值convert 转换index 索引,序号password 密码,在程序中也略写成pwd change 改变,变化----------------第7章datatype 数据类型array 数组rate 比率student 学生----------------第8章---------------------------pointer 指针number 变量value 值----------------第9章---------------------------function 函数globle 全局的,全球的exit 退出display 显示show 展示,显示random 随机scope 范围power 能量,动力,数学函数求幂----------------第10章---------------------------auto 自动的static 静态的format 格式increment 增加scope 范围----------------第11章----------------------------department 部门,在程序中也略dpt string 字符串initial 初始化,在程序中也略写成init alert 警告,警示warn 警告----------------第12章---------------------------struct 结构tab 水平制表符,标签IDE(integrated Development Environment) 集成开发环境ascending order 升序descending order 降序division 除法argument 在程序中也略写成arg args。

32个C语言关键字

32个C语言关键字

32个C语言关键字
32个C语言关键字
C语言是一种计算机程序设计语言,它既具有高级语言的.特点,又具有汇编语言的特点。

那么,C语言一共有多少个关键字?下面我们一起来看看。

C语言一共有32个关键字,如下所述:
auto :声明自动变量
short :声明短整型变量或函数
int:声明整型变量或函数
long :声明长整型变量或函数
float:声明浮点型变量或函数
double :声明双精度变量或函数
char :声明字符型变量或函数
struct:声明结构体变量或函数
union:声明共用数据类型
enum :声明枚举类型
typedef:用以给数据类型取别名
const :声明只读变量
unsigned:声明无符号类型变量或函数
signed:声明有符号类型变量或函数
extern:声明变量是在其他文件正声明
register:声明寄存器变量
static :声明静态变量
volatile:说明变量在程序执行中可被隐含地改变
void :声明函数无返回值或无参数,声明无类型指针
if:条件语句
else :条件语句否定分支(与 if 连用)
switch :用于开关语句case:开关语句分支
for:一种循环语句
do :循环语句的循环体
while :循环语句的循环条件
goto:无条件跳转语句
continue:结束当前循环,开始下一轮循环
break:跳出当前循环
default:开关语句中的“其他”分支
sizeof:计算数据类型长度
return :子程序返回语句(可以带参数,也可不带参数)循环条件下载全文。

C语言编程必背单词精编版

C语言编程必背单词精编版

C语言编程必背单词集团企业公司编码:(LL3698-KKI1269-TM2483-LUI12689-ITT289-C语言必背单词运算符与表达式:1.constant常量2.variable变量3.identify标识符4.keywords关键字5.sign符号6.operator运算符7.statement语句8.syntax语法9.expression表达式10.initialition初始化11.numberformat数据格式12declaration说明13.typeconversion类型转换14.define、definition定义条件语句:1.select选择2.expression表达式3.logicalexpression逻辑表达式4.Relationalexpression关系表达式5.priority优先6.operation运算7.structure结构循环语句:1.circle循环2.condition条件3.variant变量4.process过程5.priority优先6.operation运算数组:1.array数组2.reference引用3.element元素4.address地址5.sort排序6.character字符7.string字符串8.application应用函数:1.call调用2.returnvalue返回值3.function函数4.declare声明5.`parameter参数6.static静态的7.extern外部的指针:1.pointer指针2.argument参数3.array数组4.declaration声明5.represent表示6.manipulate处理结构体、共用体、链表:1structure结构2member成员3tag标记4function函数5enumerate枚举6union联合(共用体)7create创建8insert插入9delete删除10modify修改文件:1、file文件2、open 打开3、close关闭4、read读5、write写6、error错误序号主要章节常用英汉对照词汇备注1运算符与表达式(operator?and?expression)汉语英语常量constant变量variable标识符identify关键字keywords符号sign运算符operator语句statement语法syntax表达式Expression初始化Initialization数据格式numberformat说明Declaration类型转换typeconversion定义Define、definition2条件语句(conditionstatement)选择select表达式expression逻辑表达式logicalexpression关系表达式Relationalexpression优先priority运算operation结构structure3循环语句(circlestatement)循环circle条件condition变量variant过程process优先priority运算operation4函数(function)调用call返回值returnvalue函数function声明declare参数parameter静态的static外部的extern5数组和指针(arrayandpointer)数组array引用reference元素element地址address2?排序sort字符character字符串string应用application指针pointer 参数argument数组array声明declaration表示represent处理manipulate6结构体、共用体(structures、union)结构structure成员member标记tag函数function枚举enumerate联合(共用体)union创建create插入insert删除delete修改modify7文件(file)文件file打开open关闭close读read写write错误error ProgramDesign程序设计writingprogram编写程序standardizevt.使标准化codingtheprogram编程simplifyvt.单一化,简单化programming程序revisionn.校订,修正programmern.程序员occupyvt.占领,住进logicn.逻辑,逻辑学BASIC初学者通用符号指令代码machinecode机器代码teachinglanguage教学语言debugn.DOS命令,调试simplicityn.单纯,简朴compactnessa.紧凑的,紧密的timesharingsystem分时系统descriptionn.描述,说明interactivelanguage交互式语言breakn.中断manufacturern.制造业者structurechart结构图dialectn.方言,语调theprogramflow程序流expensen.费用,代价managermodule管理模块uniformityn.同样,划一wordermodule工作模块archaica.己废的,古老的mainmodule主模块sufficienta.充分的,足够的submodule子模块dataprocessing数据处理modifyv.修正,修改businessapplication商业应用outlinen.轮廓,概要scientificapplication科学应用compose分解?lexicala.字典的,词汇的code代码non-programmern.非编程人员nodevt改为密码notationn.记号法,表示法,注释pseudocoden.伪代码verbosityn.唠叨,冗长commasn.逗点逗号recordn.记录documentation文档subrecordn.子记录flowchart/flow程表/流程datadivision数据部visuala.视觉的proceduredivision过程部representvt.表现,表示,代表comprisevt.包含构成structuredtechniques结构化技术operatorn.运算符,算子straightforwarda.笔直的,率直的commercialpackage商业软件包subroutinen.子程序generatorn.产生器,生产者drivermodule驱动模块mathematiciann.专家linebyline逐行operatorn.作符translatevt.翻译,解释forerunnern.先驱modular摸块化ancestorn.祖宗cumbersomea.讨厌的,麻烦的teachingprogramming编程教学lengthya.冗长的,漫长的altervi./vt.改变flawn.缺点裂纹devclopvt.发达separatea.各别的recompilev.编译assistn.帮助cyclen.循环techniciann.技师removevt.移动,除去straightline直线categoryn.种类,类项rectanglen.长方形,矩形P-codep代码virtrallyad.事实上3?symologyn.象征学象征的使用registern.寄存器tosummaries总之,总而言之byconvention按照惯例cypticn.含义模糊的,隐藏的diamond-shapeda,菱形的bracketn.括号decisionn判断obviate除去,排除terminaln.a终端机,终端的keywordn.关键字cardreader阅读器underlinevt.下划线translatorprogram译程序monadica.monad(单位)的Programming程序设计dec/binaryn.二进制sourcelanguage源语shift变化,转移,移位machinelanguage机器overflown.溢出machineinstruction机器指令arithmeticn.算术,算法computerlanguage计算机语compositesymbol复合型符号.assemblylanguage汇编语assignmentn.赋值floatingpointnumber浮点数proliferationn.增服high-levellanguage高级语pointern.指针naturallanguage自然语言arrayn.数组矩阵,sourcetext源文本subscriptn.下标intermediatelanguage中间语言typeconversion类型转换softwaredevelopment软件开发addressarithmetic地址运算mapvt.映射,计划denotevt.指示,表示maintenancecost维护费用subprogramn.子程序legibilityn.易读性,易识别separatecompilation分离式编泽amendvt.修正,改善alphabetica.照字母次序的consumern.消费者digitn.数字位数enormousa.巨大的,庞大的numericexpression数值表达式reliabilityn.可信赖性,可信度tapn.轻打,轻敲,选择safetyn.安全,安全设备printzone打印区propertyn.财产,所有权columnn.列correctnessn.正确,functionalityn.机能semicolonn.分号portablea.叮携带的,可搬运的surveyn.概观.altogglen.肘节开关taskn.作,任务declarationn.宣告说明sourceprogram源程序mufti-dimensionarray 多维数组objectprogram目标程序。

c语言的37个关键字及其含义

c语言的37个关键字及其含义

c语言的37个关键字及其含义C语言是一种广泛使用的编程语言,拥有许多关键字,这些关键字在程序中具有特殊的用途和含义。

下面是C语言的37个关键字及其含义:1. auto:用于声明自动存储类别的局部变量。

2. break:在循环或switch语句中,用于跳出当前循环或switch分支。

3. case:在switch语句中,用于标识不同的选择分支。

4. char:用于声明字符类型的变量或函数。

5. const:用于声明常量,其值不能被修改。

6. continue:用于跳过当前循环迭代,转到下一次迭代。

7. default:在switch语句中,用于定义默认情况的代码块。

8. do:用于创建一个执行语句块直到满足特定条件的循环。

9. double:用于声明双精度浮点数类型的变量或函数。

10. else:在if语句中,用于定义条件不为真时执行的代码块。

11. enum:用于声明枚举类型和枚举常量。

12. extern:用于声明变量或函数是在其他文件或模块中定义的。

13. float:用于声明单精度浮点数类型的变量或函数。

14. for:用于创建一个循环,指定初始条件、循环条件和循环迭代。

15. goto:用于无条件地转移到程序中的标记语句。

16. if:用于执行条件语句块,如果条件为真,则执行代码块。

17. int:用于声明整数类型的变量或函数。

18. long:用于声明长整数类型的变量或函数。

19. register:用于声明寄存器存储类别的局部变量。

20. return:用于从函数中返回值。

21. short:用于声明短整数类型的变量或函数。

22. signed:用于声明有符号数类型的变量或函数。

23. sizeof:用于获取数据类型或变量的大小。

24. static:用于声明静态存储类别的局部变量。

25. struct:用于声明结构体类型和结构体变量。

26. switch:用于多个选择分支的条件语句。

C语言常见基本词汇及词汇解释

C语言常见基本词汇及词汇解释

C语言常用基本词汇及其他提示语运算符与表达式:1.constant 常量2. variable 变量3. identify 标识符4. keywords 关键字5. sign 符号6. operator 运算符7. statement语句8. syntax 语法9. expression 表达式10. initialition 初始化11. number format 数据格式12 declaration 说明13. type conversion 类型转换14.define 、definition 定义条件语句:1.select 选择2. expression 表达式3. logical expression 逻辑表达式4. Relational expression 关系表达式5.priority优先6. operation运算7.structure 结构循环语句:1.circle 循环2. condition 条件3. variant 变量4. process过程5.priority优先6. operation运算数组:1. array 数组2. reference 引用3. element 元素4. address 地址5. sort 排序6. character 字符7. string 字符串8. application 应用函数:1.call 调用2.return value 返回值3.function 函数4. declare 声明5. `parameter 参数6.static 静态的7.extern 外部的指针:1. pointer 指针2. argument 参数3. array 数组4. declaration 声明5. represent 表示6. manipulate 处理结构体、共用体、链表:1 structure 结构2 member成员3 tag 标记4 function 函数5 enumerate 枚举6 union 联合(共用体)7 create 创建8 insert 插入9 delete 删除10 modify 修改文件:1、file 文件2、open 打开3、close 关闭4、read 读5、write 写6、error 错误序号主要章节常用英汉对照词汇备注1 运算符与表达式(operator and expression )汉语英语常量constant变量variable标识符identify关键字keywords符号sign运算符operator语句statement语法syntax表达式Expression初始化Initialization数据格式number format说明Declaration类型转换type conversion定义Define 、definition2 条件语句(conditionstatement) 选择select表达式expression逻辑表达式logical expression关系表达式Relational expression 优先priority运算operation结构structure3 循环语句(circle statement) 循环circle条件condition变量variant过程process优先priority运算operation4 函数(function) 调用call返回值return value函数function声明declare参数parameter静态的static外部的extern5 数组和指针(array and pointer) 数组array 引用reference元素element地址address排序sort字符character字符串string应用application指针pointer参数argument数组array声明declaration表示represent处理manipulate6 结构体、共用体(structures 、union )结构structure 成员member标记tag函数function枚举enumerate联合( 共用体) union创建create插入insert删除delete修改modify7 文件(file) 文件file打开open关闭close读read写write错误errorProgram Design 程序设计writing program 编写程序standardize vt.使标准化coding the program 编程simplify vt.单一化,简单化programming 程序revision n.校订,修正programmer n.程序员occupy vt.占领,住进logic n.逻辑,逻辑学BASIC 初学者通用符号指令代码machine code 机器代码teaching language 教学语言debug n.DOS命令,调试simplicity n.单纯,简朴compactness a.紧凑的,紧密的timesharing system 分时系统description n.描述,说明interactive language 交互式语言break n.中断manufacturer n.制造业者structure chart 结构图dialect n.方言,语调the program flow 程序流expense n.费用,代价manager module 管理模块uniformity n.同样,划一worder module 工作模块archaic a.己废的,古老的mainmodule 主模块sufficient a.充分的,足够的submodule 子模块data processing 数据处理modify v.修正,修改business application 商业应用outline n.轮廓,概要scientific application 科学应用compose分解lexical a.字典的,词汇的code 代码non-programmer n.非编程人员node vt改为密码notation n.记号法,表示法,注释pseudocode n.伪代码verbosity n.唠叨,冗长commas n.逗点逗号record n.记录documentation 文档subrecord n.子记录flowchart/flow 程表/流程data division 数据部visual a.视觉的procedure division 过程部represent vt.表现,表示,代表comprise vt.包含构成structured techniques结构化技术operator n.运算符,算子straightforward a.笔直的,率直的commercial package 商业软件包subroutine n.子程序generator n.产生器,生产者driver module 驱动模块mathematician n.专家line by line 逐行operator n.作符translate vt.翻译,解释forerunner n.先驱modular 摸块化ancestor n.祖宗cumbersome a.讨厌的,麻烦的teaching programming 编程教学lengthy a.冗长的,漫长的alter vi./vt.改变flaw n.缺点裂纹devclop vt.发达separate a.各别的recompile v.编译assist n.帮助cycle n.循环technician n.技师remove vt.移动,除去straight line 直线category n.种类,类项rectangle n.长方形,矩形P-code p代码virtrally ad.事实上symology n.象征学象征的使用register n.寄存器to summaries 总之,总而言之by convention 按照惯例cyptic n.含义模糊的,隐藏的diamond-shaped a,菱形的bracket n.括号decision n判断obviate 除去,排除terminal n. a终端机,终端的keyword n.关键字card reader 阅读器underline vt.下划线translator program 译程序monadic a. monad(单位)的Programming 程序设计dec/binary n.二进制source language 源语shift 变化,转移,移位machine language 机器overflow n.溢出machine instruction 机器指令arithmetic n.算术,算法computer language 计算机语composite symbol 复合型符号.assembly language 汇编语assignment n.赋值floating point number浮点数proliferation n.增服high-level language高级语pointer n.指针natural language 自然语言array n.数组矩阵,source text 源文本subscript n.下标intermediate language 中间语言type conversion 类型转换software development 软件开发address arithmetic 地址运算map vt.映射,计划denote vt.指示,表示maintenance cost 维护费用subprogram n.子程序legibility n.易读性,易识别separate compilation 分离式编泽amend vt.修正,改善alphabetic a.照字母次序的consumer n.消费者digit n.数字位数enormous a.巨大的,庞大的numeric expression 数值表达式reliability n.可信赖性,可信度tap n.轻打,轻敲,选择safety n.安全,安全设备print zone 打印区property n.财产,所有权column n.列correctness n.正确,functionality n.机能semicolon n.分号portable a.叮携带的,可搬运的survey n.概观.altoggle n.肘节开关task n.作,任务declaration n.宣告说明source program 源程序mufti-dimension array 多维数组object program 目标程序其他提示语:CPU(Center Processor Unit)中央处理单元mainboard主板RAM(random accessmemory)随机存储器(存)ROM(Read Only Memory)只读存储器Floppy Disk软盘Hard Disk硬盘CD-ROM光盘驱动器(光驱)monitor监视器keyboard键盘mouse鼠标chip芯片CD-R光盘刻录机HUB集线器Modem= MOdulator-DEModulator,调制解调器P-P(Plug and Play)即插即用UPS(Uninterruptable Power Supply)不间断电源BIOS(Basic-input-OutputSystem)基本输入输出系统CMOS(Complementary Metal-Oxide-Semiconductor)互补金属氧化物半导体setup安装uninstall卸载wizzard向导OS(Operation Systrem)操作系统OA(Office AutoMation)办公自动化exit退出edit编辑copy复制cut剪切paste粘贴delete删除select选择find查找select all全选replace替换undo撤消redo重做program程序license许可(证)back前一步next下一步finish结束folder文件夹Destination Folder目的文件夹user用户click点击double click双击right click右击settings设置update更新release发布data数据data base数据库DBMS(Data Base ManegeSystem)数据库管理系统view视图insert插入object对象configuration配置command命令document文档POST(power-on-self-test)电源自检程序cursor光标attribute属性icon图标service pack服务补丁option pack功能补丁Demo演示short cut快捷方式exception异常debug调试previous前一个column行row列restart重新启动text文本font字体size大小scale比例interface界面function函数access访问manual指南active激活computer language计算机语言menu菜单GUI(graphical user interfaces )图形用户界面template模版page setup页面设置password口令code密码print preview打印预览zoom in放大zoom out缩小pan漫游cruise漫游full screen全屏tool bar工具条status bar状态条ruler标尺table表paragraph段落symbol符号style风格execute执行graphics图形image图像Unix用于服务器的一种操作系统Mac OS苹果公司开发的操作系统OO(Object-Oriented)面向对象virus病毒file文件open打开colse关闭new新建save保存exit退出clear清除default默认LAN局域网WAN广域网Client/Server客户机/服务器ATM( AsynchronousTransfer Mode)异步传输模式Windows NT微软公司的网络操作系统Internet互联网WWW(World Wide Web)万维网protocol协议HTTP超文本传输协议FTP文件传输协议Browser浏览器homepage主页Webpage网页websiteURL在Internet的WWW服务程序上用于指定信息位置的表示方法Online在线Email电子ICQ网上寻呼Firewall防火墙Gateway网关HTML超文本标识语言hypertext超文本hyperlink超级IP(Address)互联网协议(地址)SearchEngine搜索引擎TCP/IP用于网络的一组通讯协议T elnet远程登录IE(Internet Explorer)探索者(微软公司的网络浏览器) Navigator引航者(网景公司的浏览器)multimedia多媒体ISO国际标准化组织ANSI美国国家标准协会able 能activefile 活动文件addwatch 添加监视点allfiles 所有文件allrightsreserved 所有的权力保留altdirlst 切换目录格式andfixamuchwiderrangeofdiskproblems 并能够解决更大围的磁盘问题andotherinFORMation 以及其它的信息archivefileattribute 归档文件属性assignto 指定到autoanswer 自动应答autodetect 自动检测autoindent 自动缩进autosave 自动存储availableonvolume 该盘剩余空间badcommand 命令错badcommandorfilename 命令或文件名错batchparameters 批处理参数binaryfile 二进制文件binaryfiles 二进制文件borlandinternational borland国际公司bottommargin 页下空白bydate 按日期byextension 按扩展名byname 按名称bytesfree 字节空闲callstack 调用栈casesensitive 区分大小写causespromptingtoconfirmyouwanttooverwritean 要求出现确认提示,在你想覆盖一个centralpointsoftwareinc central point 软件股份公司changedirectory 更换目录changedrive 改变驱动器changename 更改名称characterset 字符集checkingfor 正在检查checksadiskanddisplaysastatusreport 检查磁盘并显示一个状态报告chgdrivepath 改变盘/路径node 节点npasswd UNIX的一种代理密码检查器,在提交给密码文件前,它将对潜在的密码进行筛选。

C语言32个关键字中英对照表

C语言32个关键字中英对照表

关键字
double struct else switch enum typedef extern union float unsigned for void goto volatile wh明结构体变量或函数 条件语句否定分支(与 if 连用) 用于开关语句 声明枚举类型 用以给数据类型取别名(当然还有其他作用) 声明变量是在其他文件正声明(也可看做是引用变量) 声明联合数据类型 声明浮点型变量或函数 声明无符号类型变量或函数 一种循环语句(可意会不可言传) 声明函数无返回值或无参数,声明无类型指针 无条件跳转语句 说明变量在程序执行中可被隐含地改变 循环语句的循环条件 条件语句 2010年5月17日
C语言32个关键字解释表
关键字
auto int break long case register char return const short continue signed default sizeof do static
解释
声明自动变量 一般不使用 声明整型变量或函数 跳出当前循环 声明长整型变量或函数 开关语句分支 声明积存器变量 声明字符型变量或函数 子程序返回语句(可带参数,也看不带参数) 声明只读变量 声明短整型变量或函数 结束当前循环,开始下一轮循环 生命有符号类型变量或函数 开关语句中的“其他”分支 计算数据类型长度 循环语句的循环体 声明静态变量
相关主题
  1. 1、下载文档前请自行甄别文档内容的完整性,平台不提供额外的编辑、内容补充、找答案等附加服务。
  2. 2、"仅部分预览"的文档,不可在线预览部分如存在完整性等问题,可反馈申请退款(可完整预览的文档不适用该条件!)。
  3. 3、如文档侵犯您的权益,请联系客服反馈,我们会尽快为您处理(人工客服工作时间:9:00-18:30)。

C++程序设计核心词汇对照表
Chapter1 Overview of Programming and Problem Solving Program 程序
Programming 编程
Program’s life cycle 项目的生命周期
Iterative procedure 叠代过程
Algorithm 算法
symbols 标志;符号
debugging 调试
Assembly language 汇编语言
Compiler 编译程序
Functional Decomposition 函数分解
Object-oriented Design 面向对象设计
Chapter 2. C++ Syntax and Semantics, and the Program Development Process
Syntax 语法
Semantics 语义
namespace 名字空间
Operating system 操作系统
meta-languages 元语言
Syntax template 语法模版
Identifier 标识符
Reserved Words 保留关键字
case sensitive 大小写敏感
Appendix 附录
Data type 数据类型
semicolon 分号
Declaration 声明
Literal value 文字常量
Named constant 命名常量
convention 惯例
built-in 内建
Chapter 3. Numeric Types, Expressions, and Output simple types 简单类型
structured types 结构体类型
address types 地址类型
Decimal 十进制
Octal 八进制
Hexadecimal 十六进制
Scientific Notation 科学计数法
Unary 一元
Binary 两元
Precedence 优先级
Associativity 结合律
assignments 赋值
initializations 初始化
Manipulator 操作符
Chapter 4. Program Input and the Software Design Process input stream 输入流
Whitespace Characters 空白符
Reading Marker 读标记位
consumed 消化
prompt 提示
verification 验证
fail state 挂起状态
write-protected 写保护
Module 模块
member functions 成员函数
private data 私有数据
public operations 公共操作
Chapter 5. Conditions, Logical Expressions, and the Selection Control Structures
Logical Expressions 逻辑表达式
Selection Control Structures 选择控制结构
Repetition 循环
Short-Circuit 短路
Run time error 运行错
equivalent 等价
Multi-alternative Selection 多分支选择结构
NESTED 嵌套
WHITE BOX TESTING 白盒测试
BLACK BOX TESTING 黑盒测试
Chapter 6. Looping
count controlled loops 计数循环
event-controlled loops 事件控制循环
Sentinel controlled 哨兵控制
End-of-file controlled 文件尾控制
Flag controlled 旗帜控制
Pattern 模式
Chapter 7. Functions
prototype 原型
arguments 实参
parameters 形参
reference 引用
pass-by-address 按址传递
Pass-by-value 按值传递
driver 驱动
Preconditions 前态
Postconditions 后态
assert 断言
Chapter 8. Scope, Lifetime, and More on Functions Scope 作用域
Lifetime 生命周期
Name Hiding 名字隐藏,就近原则
Static Variable 静态变量
Side effect 副作用
Stub 哑元函数
Chapter 9. Additional Control Structures
branching 分支
integral expressions 整型表达式
null statement 空语句
iteration 迭代
nested structures 内嵌结构
Chapter 10. Simple Data Types: Built-in and Use-Defined Use-Defined 自定义类型
domain 域
Ternary Operator 三目操作符
escape sequence 转义字符
Enumeration Types 枚举类型
Implicit type coercion 隐式类型转换
Chapter 11. Structural Types, Data Abstractions and Classes Data Abstractions 数据抽象
Aggregate Operation 集合操作
Hierarchical Structures 水平结构
Unions 联合体
Control Abstraction 控制抽象
Abstract Data Type 抽象数据类型
Scope Resolution Operator 作用域操作符
Default Constructor 缺省构造
Chapter 12. Arrays
One-Dimensional 一维
Pseudocode 伪代码
Parallel Arrays 平行数组
Multidimensional Arrays 多维数组
Chapter 13. Applied Arrays: Lists and Strings homogeneous 同源
linear 线性
Binary Search 二分查找
Operator Overload 操作符重载
Function Overload 函数重载
Copy constructor 复制构造。

相关文档
最新文档