arithmetic operators meaning in Chinese
算术运算符
算数运算符
算子
Examples
- The algorithm includes two arithmetic operators , i . e . roberts and laplacian . points of symbol in images are recognized automatically by using a model of image grey fluctuation
4定位标志点的自动识别是否能自动识别图象标志点,既影响图象的对齐,又影响放射治疗系统的工作效率。 - Also classified with arithmetic operators are the bit - shift operators , which act at the level of the individual bits of the operands and shift their bit patterns to the left or right
另外,移位运算符也属于算术运算符,它们在操作数的单个位级别起作用,并将操作数的位模式向左或向右移。 - 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等。 - The nullability property of arithmetic operators over the floating point data type is changed to nonnullable for the case where the inputs are nonnullable and ansi warnings is on
在输入不可为空并且ansi _ warnings为on的情况下,对浮点数据类型执行运算的算术运算符的为空性属性将更改为不可为空值。 - When ansi warnings or arithabort are set to on , the result of a floating point arithmetic operator is nonnullable , if both operands are nonnullable . this change in nullability could cause failure when
在ansi _ warnings或arithabort设置为on时,如果两个操作数都不可为空,则浮点算术运算符的结果也不可为空值。