网页
图片
视频
学术
词典
地图
更多
航班
笔记本
atomically
美 [ə'tɒmɪklɪ]
英 [ə'tɒmɪklɪ]
adv.
原子级的
网络
原子方式;原子地;原子的
英汉
网络释义
adv.
1.
原子级的
1.
原子方式
以
原子方式
(
atomically
) 从此双端队列移除所有元素。contains(Object o) 如果此双端队列包含指定的元素,则返回 true 。
www.cjsdn.net
|
基于85个网页
2.
原子地
它还允许您
原子地
(
atomically
)解除互斥的锁定,并等待条件变量,而不会有干涉其他线程的可能。不过,每个条件变量都应 …
www.ibm.com
|
基于32个网页
3.
原子的
...控制和恢复问题的系统,就能允 许它的用户假设程序是
原子的
(
atomically
)执行的——好像没有其它的程序同时执行;而且 是可 …
wenku.baidu.com
|
基于18个网页
4.
原子更新
ATOMIC指令规定在特定的内存位置不允许多线程写入,只能
原子更新
(
atomically
).其实,它就是个迷你CRITICAL区域格式: …
blog.csdn.net
|
基于9个网页
5.
保存数组至一个文件
iOS学习笔记总结整理(1) - 51CTO.COM ... -indexOfObject: 返回对象索引 -writeToFile:
atomically
:
保存数组至一个文件
...
mobile.51cto.com
|
基于 1 个网页
更多释义
收起释义
例句
释义:
全部
全部
,
原子级的
原子级的
,
原子方式
原子方式
,
原子地
原子地
,
原子的
原子的
类别:
全部
全部
,
口语
口语
,
书面语
书面语
,
标题
标题
,
技术
技术
来源:
全部
全部
,
字典
字典
,
网络
网络
难度:
全部
全部
,
简单
简单
,
中等
中等
,
难
难
更多例句筛选
收起例句筛选
1.
Although
a
stack
must
be
scanned
atomically
,
it
would
be
difficult
to
keep
determinism
if
all
stacks
were
scanned
during
a
single
quantum
.
虽然
栈
必须
自动
进行
扫描
,
但是
如果
在
单个
时间
量
期间
所有
栈
都
被
扫描
,
则
可能
难以
保持
确定性
。
www.ibm.com
2.
It
also
allows
you
to
unlock
the
mutex
and
wait
on the
condition
variable
atomically
,
without
the
possible
intervention
of
another
thread
.
它
还
允许
您
原子
地
(
atomically
)
解除
互斥
的
锁定
,
并
等待
条件
变量
,
而不会
有
干涉
其他
线程
的
可能
。
www.ibm.com
3.
Controls
that do
not
support
internal
pagination
must
either
have
child
controls
or
appear
atomically
on
a
single
screen
.
不
支持
内
部分页
的
控件
必定
要么
包含
子
控件
,
要么
以
原子
方式
出现
在
单一
页
中
。
megust.publicvm.com
4.
To
close
this
last
hole
,
we
need
a
means
of
atomically
updating
the
score
reference
while
guaranteeing
freedom
from
interference
.
要
修复
这个
最后
的
漏洞
,
我们
需要
一种
原子
性
地
更新
分数
引用
的
方法
,
同时
又要
保证
不
受
干扰
。
www.ibm.com
5.
Identify
the
code
that
must
be
executed
atomically
and the
object
on
which
the code will be
executed
.
找出
必须
完整
执行
的
程式码
以及
要
执行
程式
码
所在
的
物件
。
technet.microsoft.com
6.
Are
there
state
dependencies
between
methods
that
require
certain
groups
of
operations
to be
performed
atomically
?
在
包含
需要
自动
执行
的
一
组
操作
的
方法
之间
是否
有
状态
依赖关系
呢
?
www-128.ibm.com
7.
The
package
manager
precludes partial
and
faulty
installations
and
"
uninstalls
"
by
adding
and
removing
the
files
in
a
package
atomically
.
包
管理器
通过
添加
和
删除
包
中
的
各个
文件
来
来
预防
不
完整
和
错误
的
安装
,
以及
“
卸载
”
应用程序
。
www.ibm.com
8.
Application
developers
should
be
aware
that
stacks
are
scanned
atomically
and
should
avoid
using
very
deep
stacks
in
their
RT
applications
.
应用程序
开发人员
应该
意识到
栈
应
自动
进行
扫描
并且
应
避免
在
RT
应用程序
中
使用
很
深
的
栈
。
www.ibm.com
9.
Data
integrity
depends
on
a
set
of
actions
atomically
moving
data
from
one
well-defined
state
to another
.
数据
完整性
取决于
一
组
作为
原子
的
从
一个
定义
明确
的
状态
变化
到
另一个
定义
明确
的
状态
的
动作
。
www.ibm.com
10.
Attempts
to
acquire
an
exclusive
lock
on
the
specified
object
,
and
atomically
sets
a
value
that
indicates
whether
the
lock
was taken
.
尝试
获取
指定
对象
上
的
排他
锁
,
并
自动
设置
一个
值
,
指示
是否
获取
了
该
锁
。
msdn.microsoft.com
1
2
3