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 data
B
备份件backup copies                                        o表示法Big O notation
测试的基本规则basic rule of testing                    二分法查 binary search
bit                                                                函数体 boday
引导boot                                                          字节bytes
C
被调函数called                                                  调用函数calling
类型转换cast                                                    字符值character s
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                                            记数counting
D
字段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 model
E
回显打印echo printing                                        封装encapsulation
转义序列escape sequence                                  交换排序法exchange  sort
表达式expression                                              外部文件名external file name
F
假条件false condition                                          域宽操纵符field width manipulator
文件访问file access                                            文件组织形式file organization
文件流 file stream                                              浮点数floating-point number
软盘floppy diskette                                            流程图flowchart
形式变元formal argument                                    形式参数formal parameter
友元函数friend
G
全局作用的范围global scope                              全局变量global variable
H
硬盘hard disk                                                    硬件hardware
函数首部 header                                              头文件header file
十六进制hexadecimal                                        高级语言high-level language
I
标识符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 unit
J
对齐justificating
K
关键字段key field                                              关键字keyword
L
左值l                                                                线形查linearsequentialsearch
链表linked  list                                                  局部作用范围local scope
局部变量local variable                                        逻辑错误logic error
低级语言low-level language
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 inheritance
N
已命名常数named constant                                  嵌套循环nested loop
空字符null character                                            空语句null statement
O
面向对象的语言object-oriented language                对象object
八进制octal                                                        偏移量offset
一维数组one-dimensional array                            操作码opcode
操作系统operating system                                    运算符函数operator
输出文件流 output file stream                              函数的重载 overloading
Paccess 英语单词
参数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
公有public
Q
快速排序法quicksort
R
右值r                                                                    随机访问 random access
记录recored                                                          递归传递recursive
细化refinement                                                      循环结构repetition
循环语句repetition statement                                  返回语句return statement
运行时错误run-time error
S
换算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 software
T
函数模板 template                                                模板前缀template prefix
测试testing U                                                        文本文件text file
this指针this pointer                                                跟踪tracing
类型转换type conversions                                      二维数组two-dimensional array
类型转换构造函数  type conversion constructor      二进制补码two’s complement
U
联合体union
V
变量variable                                                        变量作用范围variable scope
可变条件循环variable condition loop                      二进制文件vinary file
虚函数virtual

整理BY manucjj
发音:
Pointers(指针)
references(引用)
casts(类型转换)
arrays(数组)
constructors(构造)
abstraction抽象    action行动    action-oriented面向行动
analysis分析        ANSI/ISO standard C++标准C++ 
arithmetic  and  logic unit(ALU)  算术和逻辑单元 
arithmetic operators  算术操作符 assenbly language汇编语言 
association关联  associativity of operators地址操作符
assignment operator赋值操作符    attribute属性
attributes of an object对象的属性    behavior行为
binary operator二元操作符    C++ standard library  C++标准库
compile error 编译错误    compiler编译器  component组件
date member 数据成员    distributed computing 分布式计算
editor编辑器  encapsulation封装  execution-time error执行期错误
fatal error致命错误    flow of control控制流程
function函数  identifier标识符  information hiding信息隐藏
inheritance继承  instantiate实例化
interface接口    interpreter解释器    linking连接
logic error逻辑错误  modeling建模    multiple inheritance多重继承
multiprogramming多路程序  Object Management Group(OMG)对象管理组
object-oriented analysis and design(OOAD)面向对象分析和设计
operator associativity操作符的结合性    precedence优先级
preprocessor预处理器    prompt提示    pseudocode伪代码  satement语句
structured  programming结构化编程      syntax error语法错误
Unified  Modeling  Language(UML)统一建模语言
user-defined  type 用户自定义类型    variable变量名
algorithm算法      block代码块    case label标签 
infinite loop无限循环    delay loop延迟循环
parameterized  stream  manipulator参数化流操纵元 
syntax error语法错误    composition合成 
Object  Constraint  Language(OCL)对象限制语言 
argument in a function call函数调用中的参数 
automatic storage class自动存储类 
call-by-reference按引用调用 
coercion of arguments强制类型转换 
dangling reference悬挂引用  enumeration枚举
access function访问函数      class scope类作用域 
constructor构造函数        destructor析构函数 
global object全局对象        header file头文件 
interface to a class类的接口    proxy class代理类 
rapid applications development(RAD)快速应用程序开发 
source-code file源代码文件        handle句柄 
abstract data type(ADT)抽象数据类型
first-in-first-out(FIFO)先进先出    iterator迭代器 
member access specifiers成员访问说明符 
pop(stack operation)弹出(堆栈操作) 
forward  declaration  提前声明
1.int:integer,整数    2.const:constant,变量
3.Variable:变量      4.IDE:集成开发环境
5.Visual C : 微软雄司开发的C言语C集成开发环境软件
6.Turbo C:  Borland雄司开发的c编译器
7.GCC:Linux下的c编译器   
8.C Builder:  Borland雄司开发的c言语IDE
9.Compile:编译      10piler:编译器    11.float:浮点数,实数12.double:双精度浮点数,实数
13.debug:调试      14.Dennis Ritchie:  C言语的创造者
15.Bjarne  Stroustrup :  C言语的创造者
17.The C  Programming  Language: Dennis Ritchie写的C编程言语,C言语圣经
17.the C Programming Language:  Bjarne  Stroustrup 写的c编程言语,c 圣经
19.ANSI C:  C言语国际准则,也称为ISO C  20. AT T: 美国电报德律风雄司

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