当前位置:乐沙网 > 汉英词典 > 交换算符的英语翻译,近义词、反义词、例句

交换算符英文解释翻译、交换算符的近义词、反义词、例句

英语翻译:

【计】 commutative operator

分词翻译:

交换的英语翻译:

exchange; interchange; change for; commute; permutation; reciprocation
replacement
【计】 exchange; swap; swapping; switching; transput; X
【医】 chiasmapy; cross-over; crossing-over
【经】 interchange; swap

算符的英语翻译:

【计】 OP; operator symbol
【化】 operator

网络扩展解释

交换算符

交换算符(Shift Operator)可以用来进行二进制位的移位操作,使用“<<”表示左移、使用“>>”表示右移。它将指定位数的二进制数字从左向右或从右向左进行移位操作,同时在移位的空出的位置填充一个零。

中文拼音

交换算符的中文拼音是“jiāohuàn suàn fú”,其中“交换”指的是移位的操作,“算符”则是表示运算符。

英语解释翻译

The shift operator in computer programming is used to perform bitwise shift operations. The operator “<<” represents left shift, and the operator “>>” represents right shift. It shifts the specified number of binary digits left or right, filling the empty spaces created during the shift with zeroes.

英文读音

The English pronunciation of Shift Operator is “shɪft ˈɑːpəreɪtər”.

英文的用法(中文解释)

交换算符在计算机编程中常用来进行移位的操作,并可以对数据的比特位进行快速的移动与控制。与其他的操作符一同使用,它可以用来实现向左或向右移位的功能。

英文例句(包含中文解释)

Example 1: To shift an unsigned int variable n to the left by 3 bits, the code would be: n << 3. (将一个无符号整型变量n向左移动3位,代码将会是:n << 3。)

Example 2: To shift a signed int variable n to the right by 2 bits, the code would be: n >> 2. (将一个有符号整型变量n向右移动2位,代码将会是:n >> 2。)

英文近义词(包含中文解释)

Bitwise Shift Operator(位运算符),Bitwise Operator(按位运算符)。

英文反义词(包含中文解释)

Arithmetic operator(算术运算符), Logical Operator (逻辑运算符)。

英文单词常用度

Shift Operator在计算机编程领域中是一种非常常用的操作符,因此其单词常用度非常高。

分类

ABCDEFGHIJKLMNOPQRSTUVWXYZ

汉英词典 请记住链接:https://hanying.yuesha.com/nqylnaag.html

展开全部内容
更多工具: