bitmask
位掩码
常用释义
英式发音
美式发音
基本释义
- 位掩码
例句
-
1·The second parameter is a bitmask of the desired sensors.第二个参数是所需传感器的位掩码。
-
2·The actual breeding is accomplished with a random 8-bit bitmask.实际上实现繁殖的是一个随机的8位位掩码。
-
3·Otherwise, it contains a bitmask for each available processor.否则,它将包含针对每个可用处理器准备的位掩码。
-
4·This bitmask represents which CPUs should process a given interrupt.这个位掩码表示应该处理给定中断的 CPU。
-
5·You'll also find support for bitmask operations with the atomic API.原子 API 还支持位掩码(bitmask)操作。
-
6·This method takes a bitmask flag of the acceptable states, of which there are four.这种方法使用可接受状态(共4种)的位掩码标志。
-
7·For example, to bind processing of IRQ number 177 to CPUs 4 through 7 (bitmask 11110000), issue.例如,以下命令将IR q号为177的中断的处理绑定到CPU 4到CPU7(位掩码11110000)。
-
8·You provide a value and the bitmask upon which the operation is to be performed, as shown in Listing 4.使用这些操作前,需要提供一个值和将要进行操作的位掩码,如清单 4 所示。
-
9·A bitmask is the same as the netmask, but instead of indicating four decimal values, you simply count the bits starting from the left.比特掩码和网路掩码的作用是一样的,不同于网路掩码给定四组十进制数,它从网路掩码的左端开始计入比特数。
-
10·To bind an interrupt to a CPU or group of CPUs, first determine which CPUs should process the interrupt and lay out the bitmask accordingly.为了将一个中断绑定到某个或某组cpu,首先要决定应该让哪些CPU处理这个中断,然后相应地编写位掩码。