标记移位命令英文解释翻译、标记移位命令的近义词、反义词、例句
英语翻译:
【计】 flag shift command
分词翻译:
标记的英语翻译:
mark; sign; symbol; badge; earmark; tag
【计】 badge; benchmarking; F; L; labelling; marker; sentinel; tag; tagging
【化】 code; mark; marks; stamping; tag; tagging
【医】 labelling; Sig.; signa; signature; symbol
【经】 mark; marking
移位的英语翻译:
【计】 shift; shifting
【医】 aversion; displacement; gression; shift; transposition
命令的英语翻译:
order; command; appoint; dictate; imperative; instruct
【计】 command; GO TO command GOTO
网络扩展解释
标记移位命令
标记移位命令是一种计算机指令,它可以将一个字节或一个字的每一位向左或向右移动指定的次数。
中文拼音
biāo jìn yí wèi mìng lìng
英语解释翻译
The bitwise shift operator is a computer instruction that can shift each bit of a byte or a word to the left or to the right by a specified number of positions.
英文读音
/ˈbɪtˌwaɪz ʃɪft ˈɒpəreɪtə/
英文的用法(中文解释)
标记移位命令通常用于对数字进行二进制运算,包括位运算、掩码和加密等。
英文例句(包含中文解释)
- Using the bitwise shift operator, you can quickly multiply or divide a number by a power of 2.(利用标记移位命令,你可以快速地将一个数字乘以或除以2的某个幂次方。)
- The bitwise shift operator is used to extract specific bits of a binary number and to merge two or more binary numbers into a single value.(标记移位命令用于提取二进制数的特定位,并将两个或多个二进制数合并成一个值。)
英文近义词(包含中文解释)
- Bitwise operator(位运算符)
- Shift operator(移位运算符)
英文反义词(包含中文解释)
没有直接的反义词,但可能涉及逆向移位或位反转等操作。
英文单词常用度
在计算机科学领域非常常见,但在日常对话中并不常用。