说明:双击或选中下面任意单词,将显示该词的音标、读音、翻译等;选中中文或多个词,将显示翻译。
您的位置:首页 -> 句库 -> 自增(自减)运算符
1.
Distinguish for Increase(or Decrease)Opera tor in Java Language
Java语言的自增(自减)运算符辨析
2.
Two of the nicer shortcuts are the increment and decrement operators (often referred to as the auto-increment and auto-decrement operators).
两种很不错的快捷运算方式是递增和递减运算符(常称作“自动递增”和“自动递减”运算符)。
3.
Ambiguity of Auto-increasing and Auto-decreasing Operators in C++ Programming;
C++中自增、自减运算二义性分析
4.
Increment and decrement operators produce the value of the variable as a result.
递增和递减运算符结果生成的是变量的值。
5.
1.Unary minus and plus operators
1. 一元加、减运算符
6.
a sign indicating the operation of subtraction.
表示减少运算的符号。
7.
A Study of How to Interpret the Result of Automatic Pulsing and Minusing in C Language
如何正确理解C语言中自加或自减运算的结果
8.
The decrement operator is -- and means "decrease by one unit.
其中,递减运算符是“--”,意为“减少一个单位”;
9.
All operators produce a value from their operands.
所有运算符都能根据自己的运算对象生成一个值。
10.
The increment operator is++ and means“ increase by one unit.
递增运算符是“+”,意为“增加一个单位”。
11.
" The increment operator is ++ and means "increase by one unit.
递增运算符是“++”,意为“增加一个单位”。
12.
3.1.4 Auto increment and decrement
3.1.4 自动递增和递减
13.
The ++ operator increments the variable.
其中,++运算符会使变量增值。
14.
An operator takes one or more arguments and produces a new value.
运算符以一个或多个自变量为基础,可生成一个新值。
15.
Use mathematical (+, -, /, and *) operators for defining custom rollups within the dimension hierarchy.
使用数学运算符(+,-,/和*)以定义维度层次结构内的自定义汇总。
16.
string operator
串操作符;串算符;串运算符;字符串运算符
17.
It can include variables, constants, and operating symbols, such as plus and minus signs.
它能包含变量、常量、运算符,例如加号和减号。
18.
3.1.3. Mathematical operators
3.1.3 算术运算符