美文网首页
Binary Mask

Binary Mask

作者: 宣雄民 | 来源:发表于2019-04-15 22:23 被阅读0次

" Mask operation is used to hide object either partially or completely."


  • Binary masks are used for various purposes but only one reason.

    Binary masks are used to change specific bits in the original value to the desired setting(s) or to create a specific output value.

    A binary mask is used to change one or more bits from 1 to 0 or vice versa using a boolean comparison operation.

Places Binary Masks are used

  • Network Masks
  • Computer Graphics
  • Changes to CPU Registers & Flags
image.png

References:

相关文章

网友评论

      本文标题:Binary Mask

      本文链接:https://www.haomeiwen.com/subject/tllmwqtx.html