网页
图片
视频
学术
词典
地图
更多
航班
笔记本
bit mask
美
英
un.
〔电子〕位屏蔽
网络
位掩码;位遮罩;位元遮罩
英汉
网络释义
un.
1.
〔电子〕位屏蔽
1.
位掩码
缓存策略使用
位掩码
(
bitmask
)定义,所以你可以组合多个选项来创建想要的策略:// Always ask the server if there is new conte…
www.cnblogs.com
|
基于276个网页
2.
位屏蔽
中英计算机与网络词典1 - 独联体信息港博客圈 ... bitmap resource 位图资源
bitmask
位屏蔽
bitrate 位率 ...
blog.globalimporter.net
|
基于85个网页
3.
位遮罩
本函数用来配置错误信息回报的等级,参数 level 是一个整数的
位遮罩
(
bitmask
),见下表。最开始的地方加上:这个函数是在ph…
s.yanghao.org
|
基于47个网页
4.
位元遮罩
位元遮罩
(
Bitmask
)与位元运算子 (And, Eqv, Imp, Not, Or, Xor) 并用的值,用来测试、设定或重设位元栏位 (Bit-Field) 值中各位 …
yes.nctu.edu.tw
|
基于11个网页
5.
标志掩码
征途SQL数据角色表内名称对照 ... `FORBIDTALK` # 禁言 `
BITMASK
` #
标志掩码
`ONLINETIME` # 在线时间统计 ...
www.360doc.com
|
基于3个网页
6.
位掩值
... 和 KB_CAPSLOCK_FLAG 这些值 的
位掩值
(
bitmask
), 或者传入 -1 来恢复缺省状态.
www.codingnow.com
|
基于 1 个网页
更多释义
收起释义
例句
释义:
全部
全部
,
〔电子〕位屏蔽
〔电子〕位屏蔽
,
位掩码
位掩码
,
位遮罩
位遮罩
,
位元遮罩
位元遮罩
类别:
全部
全部
,
口语
口语
,
书面语
书面语
,
标题
标题
,
技术
技术
来源:
全部
全部
,
字典
字典
,
网络
网络
难度:
全部
全部
,
简单
简单
,
中等
中等
,
难
难
更多例句筛选
收起例句筛选
1.
Portions
of
the
object
model
might
be
optimized
using
bit
masks
or
native
arrays
,
sacrificing
readability
for
speed
.
对象
模型
的
一部分
可以
使用
位
掩码
(
bitmask
)
或
原生
数组
来
优化
,
并
牺牲
可读性
来
提高
速度
。
www.ibm.com
2.
We
just
AND
the
bitmask
to the
first
parent
's
DNA
(
remember
,
it
's
just
a
byte
)
and AND
the
inverted
bitmask
to the
second
parent
's
DNA
.
我们
只
把
这个
位
掩
码
和
第一
个
双亲
的
DNA
(
请
记住
,
它
只是
一个
字节
)
作
AND
运算
,
并且
把
位
掩
码
取
反
后
和
第二
个
双亲
的
DNA
作
AND
运算
。
www.ibm.com
3.
You
provide
a
value
and
the
bitmask
upon
which
the
operation
is to
be
performed
,
as
shown
in
Listing
4
.
使用
这些
操作
前
,
需要
提供
一个
值
和
将要
进行
操作
的
位
掩
码
,
如
清单
4
所
示
。
www.ibm.com
4.
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
处理
这个
中断
,
然后
相应地
编写
位
掩
码
。
www.ibm.com
5.
l
a
bitmask
indicating
the set
of
special
object
types
marshalled by the Parcelable
.
指示
对象
类型
的
位
掩
码
。
blog.sina.com.cn
6.
Bitmask
operations
such
as
this
are
quite
fast
because
,
as
mentioned
previously
,
the
work
is
happening
at
a
lower
level
of
the
system
.
像
这样
的
位
掩
码
操作
非常
快
,
正
因为
前面
提到
的
原因
,
操作
发生
在
系统
底层
。
blog.sina.com.cn
7.
For
triggers
to
be
replicated
,
the
bitmask
value
of
schema_option
must
include
the
value
0x100
.
对于
要
复制
的
触发器
,
schema_option
的
位
掩
码
值
必须
包括
值
0x100
。
technet.microsoft.com
8.
Sets
an
internal
bitmask
field
that
indicates
the
style
properties
stored
in
the
state
bag
.
设置
一个
内部
位
屏蔽
字段
,
该
字段
指示
存储
在
状态
袋
中
的
样式
属性
。
msdn2.microsoft.com
9.
Otherwise
,
it
contains
a
bitmask
for
each
available
processor
.
否则
,
它
将
包含
针对
每个
可用
处理器
准备
的
位
掩
码
。
www.ibm.com
10.
You'll
also
find
support
for
bitmask
operations
with the
atomic
API
.
原子
API
还
支持
位
掩
码
(
bitmask
)
操作
。
www.ibm.com
1
2
3