您要查找的是不是:
- All arithmetic operators are supported, except for idiv. 除了idiv以外,支持所有算术运算符。
- In char, byte, and short you can see the effect of promotion with the arithmetic operators. 在char,byte和short中,我们可看到算术运算符的“转型”效果。
- In char,byte,and short you can see the effect of promotion with the arithmetic operators. 在char,byte和short中,我们可看到算术运算符的“转型”效果。
- The nullability property of arithmetic operators over floating point data type is always nullable. 对浮点数据类型执行运算的算术运算符的为空性属性始终可为空。
- In the next lesson, you will learn how to use arithmetic operators to create expressions. 在下一课中,您将学习如何使用算术运算符创建表达式。
- An example expression demonstrating the use of the arithmetic operators is shown in Listing 5. 清单5中显示了一个演示算术运算符用法的示例表达式。
- The arithmetic operators support addition, subtraction, multiplication, and division of numeric values. 算术运算符支持数值的加法、减法、乘法和除法。
- An arithmetic operator that adds two numbers together. 将两个数相加的算术运算符。
- An arithmetic operator that divides one number by another number. 将一个数除以另一个数的算术运算符。
- Performance in floating-point arithmetic operations. 浮点算术运算的性能。
- A measure of a computers's performance of arithmetic operations. 计算机算术操作性能的一种测量方法。
- The arithmetic operators provided by NASM are listed here, in increasing order of precedence. NASM的代数操作符列于下面,按优先权增加的顺序排列。
- A string of one or more characters used to separate or organize elements of computer programs or data; for example, parentheses, blank character, arithmetic operator, if, "BEGIN". 用来分隔或组织计算机程序元素或数据元素的字符或字符串。例如括号、空格符、算术运算符、if(如果)、“BEGIN"等。
- In the last lesson, you learned how to use arithmetic operators to create numeric expressions and return numeric values. 在上一课中,您学习了如何使用算术运算符创建数值表达式并返回数值。
- In addition to those rules, the following table shows the common arithmetic operators and provides examples of how you can use them. 除了上述规则之外,下表显示了常见的算术运算符并提供了使用方法示例。
- Arithmetic operators associate left to right.Table 2-1 at the end of this chapter summarizes precedence and associativity for all operators. 运算符的优先级:一元加(减)优先级高,然后是*,/,%25,再其次是二元加(减)。
- Any combination of variables and/or constants with arithmetic operators that the computer can evaluate to produce a result. 变量和/或常数借助算术运算符的某种组合,计算机可对其求值并产生一个结果。
- At the same time the grade damage surface,the damage grads,the damage arithmetic operators and other conceptions be bring forward too. 文中建立了评定弹药战斗部效力的毁伤场理论,并提出了等毁伤曲面、毁伤梯度、毁伤势、毁伤算子等相关概念。
- An arithmetic operator that multiplies one number by another number. 将一个数与另一个数相乘的算术运算符。
- An arithmetic operator that subtracts one number from another number. 从一个数中减去另一个数的算术运算符。