Binary Mask
2019-04-15 本文已影响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.
image.pngPlaces Binary Masks are used
- Network Masks
- Computer Graphics
- Changes to CPU Registers & Flags