operator n. 1.操作者,机务员;司机,驾驶员;【军事】电话兵;【电话】接线员,话务员(=telephone operator);【电报】报务员。 2.(外科)施行手术者。 3.掮客,经纪人。 4.【语法】功能词。 5.【数学】算子,算符。 6.经营者;〔美国〕工厂主,资方。 7.投机商人,骗子;精明圆滑的人。 8.【戏剧】灯光助理员。 an operator's set 话务员的电话机。 a telegraph operator 电报报务员。 an unitary operator 公正算符。 a mine operator 矿山经营者,矿主。
Iterative solutions for a non - monotone binary operator equations and operator system of equations 一类非单调二元算子方程及方程组的迭代解法
Iterative solution for some classes of systems of nonlinear two binary operators equations in banach spaces 空间中几类非线性二元算子方程组的迭代求解方法
A definition of a binary operator where at least one of the arguments is of the type of your class or structure 一个二元运算符的定义,其中至少一个参数是您的类或结构的类型。
When a binary operator is overloaded , the corresponding assignment operator , if any , is also implicitly overloaded 重载二元运算符时,也会隐式重载相应的赋值运算符(如果有) 。
A binary operator is an operator that uses two operands , usually termed the left and right operands 二元运算符是使用两个操作数的运算符,这两个操作数通常称为左操作数和右操作数。
If both operands of a binary operator have the same data type , the result has that data type . an exception is 如果二元运算符的两个操作数具有相同的数据类型,则结果也为该数据类型。
On all compound assignment operators , overloading the binary operator implicitly overloads the equivalent compound assignment 对于所有复合赋值运算符,隐式重载二元运算符会重载等效的复合赋值。
The name and type of the single operand of a unary operator including a conversion operator or the left operand of a binary operator 一元运算符(包括转换运算符)的单一操作数或者二元运算符的左操作数的名称和类型。
The predefined unary and binary operators and any user - defined operators that exist for value types may also be used by nullable types 可空类型还可以使用预定义的一元和二元运算符,以及现有的任何用户定义的值类型运算符。
You declare two operands to define a binary operator , and you declare one operand to define a unary operator , including a type conversion operator 声明两个操作数以定义一个二元运算符,声明一个操作数以定义一个一元运算符(包括类型转换运算符) 。