当前位置: 首页 > 文档资料 > C++大学教程 >

2.24 术语

优质
小牛编辑
129浏览
2023-12-01

&& operator   &&运算符                    char
|| operator   ||运算符                    cin.get()function   cin.get()函数
! operator    !运算符                     compoundstatement  复合语句
-- operalor   --运算符                    condifional operator(?:)  条件运算符
++ operator   ++运算符                    continue
?:operator   ?:运算符                   control strueture   控制结构
action/decision model  操作/判断模型      counter-controlled repefition  计数器控制重复
algorithm   算法                          decrement operator(--)   自减运算符
arithmetic assignment operatom:+=、-=、  defauhcueinswitch   switch中的默认case
*=、/=和%=   算术赋值运算符             definiterepetition  确定重复
ASCII characterset  ASCII字符集           definition   定义
block   块(程序块)                        delay loop   延迟循环
body of a loop   循环体                   do/while repetition structure   do/while重复结构
bool                                      double
break                                     double-selection structure   双项选择结构
case label   case标号                     empty statement(;)   空语句
cast operator   强制类型转换运算符        EOF
false                                       postincrement operator  后置自增运算符
fatal error   致命错误                      pow function   pow函数
filed width   域宽                          predecmment operator   前置自减运算符
fixed-point format  定点格式                pmmcrement operator  前置自增运算符
float                                       pseudocode  伪代码
for repetition structure  for重复结构       repetition  重复
garbage value   垃圾值                      repetition structures  重复结构
if selection structure   if选择结构         rvalne("right value")  右值
if/else selection structure if/else选择结构 selection   选择
increment operator(++)  自增运算符          sentinel value   标记值
indefinite repetition   不确定重复          sequential execution   顺序执行
infinite loop   无限循环             setiosflags stream manipulator setiosflags流操纵
initialization   初始化                     算子
integer division  整除               setprecision stream manipulator setpmcision流操纵
iOs::nxed                                   算子
iOs::left                                   setw stream manipulator setw流操纵算子
ios::showpoint                              short
keywold   关键字                     single-entry/single-exit control structures 单入/
logic error  逻辑错误                       单出控制结构
logical AND(&&)   逻辑与                    single-selection structue  单项选择结构
logical negation(!)  逻辑非                 stacked control structures  堆栈控制结构
logical operators  逻辑运算符               static_cast<type>()
logical OR(||)   逻辑或                     structured programming   结构化编程
long                                        switch selection strueture   switch选择结构
loop counter  循环计数器                    syntax error   语法错误
looping   循环                              ternary operator   三元运算符
loop—continuation condition  循环条件      top-down,stepwise refinement  自上而下逐步
lvalue("left value")  左值                  完善
multiple-selection structure  多项选择结构  transfer of control   控制转移
nested control structures   嵌套控制结构    title
nonfatal error   非致命错误                 unary operator   一元运算符
off-by—one error   差1错误                 undefined value   未定义数值
parameterized stream manipulator参数化流操纵while repetition structure  while重复结构
算子                                       whitespace characters   空白字符
post decrement operator   后置自减运算符