网站首页  英汉词典

请输入您要查询的英文单词:

 

单词 Bit mask
释义

Bit mask

原声例句
meeting

I go and do this thing once, and now I've got this information, you know, this this bit mask or something of, you know, some map of the preset, so that later on, um, I-I can just use this information.

我只做过一次 现在我有了这个信息 这个这个掩码什么的 你知道 一些预设的地图 这样以后 我就可以使用这个信息了。

中文百科

掩码 Mask (computing)

(重定向自Bit mask)

掩码英语:Mask)在计算机学科及数字逻辑中指的是一串二进制数字,通过与目标数字的按位操作,达到屏蔽指定位而实现需求。

创造一个掩码msk把一个指令cmd的第0~3位(右边第一位为0位)清零:

指令cmd = 0110011011

创造掩码msk = 0000001111

用掩码的反码~msk和指令cmd做按位与运算cmd & ~msk = 0110011011 & 1111110000 = 0110010000

则指定的第0~3位已被清零。

英语百科

Mask (computing) 掩码

(重定向自Bit mask)

In computer science, a mask is data that are used for bitwise operations, particularly in a bit field.

Using a mask, multiple bits in a byte, nibble, word (etc.) can be set either on, off or inverted from on to off (or vice versa) in a single bitwise operation.

随便看

 

英汉网英语在线翻译词典收录了3779314条英语词汇在线翻译词条,基本涵盖了全部常用英语词汇的中英文双语翻译及用法,是英语学习的有利工具。

 

Copyright © 2004-2024 encnc.com All Rights Reserved
更新时间:2025/6/21 15:17:39