
词语导航
基本信息
词语:原子操作
繁体:原子操作
拼音:yuán zǐ cāo zuò
英语翻译
【计】 atom manipulation
分词翻译
原的英语翻译:
former; original
【化】 ortho-
【医】 arch-; arche-; ortho-; pro-; prot-; proto-
子操作的英语翻译:
【计】 subrun
翻译例句
1. 这显然不是一个原子操作。
This is clearly not an atomic operation.
2. 指示服务器是否建立原子操作指令。
Indicates whether the server was built with atomic instructions.
3. Linux 中最简单的同步方法就是原子操作。
The simplest means of synchronization in the Linux kernel are the atomic operations.
4. 这些函数是原子操作且不能被重排序。
This function is atomic and may not be reordered.
5. 您似乎完全误解一个原子操作是什么。
You seem to be totally misunderstanding what an atomic operation is.
6. 许多驱动程序使用这些原子操作,特别是SCSI。
Many drivers use these atomic operations, particularly SCSI.
7. 复合经营是那些需要一系列的多个原子操作。
Compound operations are those that require a series of multiple atomic operations.
8. 以原子操作的形式递增指定变量的值并存储结果。
Increments a specified variable and stores the result, as an atomic operation.
9. 也没有能在一个原子操作中锁住多个对象的方法。
There are no constructs for simultaneously locking multiple objects in a single atomic operation.
10. 以原子操作的形式递减指定变量的值并存储结果。
Decrements a specified variable and stores the result, as an atomic operation.
11. 这允许ZFS基于事务,且更容易实现类似原子操作等的功能。
This allows ZFS to be transaction based, and it"s much simpler to implement features like atomic operations.
12. 事务就是一组原子操作,可能全部成功完成,或在出现错误时回滚。
A transaction is a set of atomic actions that either all occur successfully or are rolled back in the case of error.
13. 在SolarisSPARC上,加锁的原子操作可以如下实现。wWw.wENTIYi.CoM
On Solaris SPARC, atomic operation for locking can be implemented as the following.
14. 除了用于锁定和原子操作的其他并发实用程序,这些类也会经常使用。
In addition to the other concurrency utilities for locking and atomic operations, expect to use these classes regularly.
15. 这些例程允许对原子变量进行操纵和测试(作为一个原子操作来执行)。
These allow the atomic variable to be manipulated and then tested (all performed as one atomic operation).
16. 信号允许进程通过一个单一的原子操作来测试和设置那个整数的值,以此实现同步。
Semaphores allow synchronization of processes by testing and setting the integer value in a single atomic operation.
17. 以原子操作的形式,添加两个32位整数并用两者的和替换第一个整数。
Adds two 32-bit integers and replaces the first integer with the sum, as an atomic operation.
18. 步骤10和12之间的操作需要成为单个原子操作,可以指定sca事务意图来实现。
The operations between steps 10 and 12 needs to be a single atomic operation, and SCA transaction intent can be specified to achieve that.
19. 它们之间存在一个依赖关系,而且访问这两个Map的一些操作必须是原子操作。
There is a dependency between them, and some operations that access both maps require atomic access.
20. 这些操作是“原子操作”;它们总是一起执行,没有任何其他线程在它们之间执行。
These operations are "atomic;" they always happen together, without any other threads executing in between them.
21. 原子操作是那些可以被视为完成在一个单一的,合乎逻辑的步骤,如增加两个号码。
Atomic operations are those that can be viewed as completing in a single, logical step, such as the addition of two Numbers.
22. 但是,_ set + +并不是原子操作,这意味着它不会以单个不可分割操作执行。
But _set + + is not atomic, which means that it doesn"t necessarily execute as a single, indivisible operation.
23. 函数调用sigsuspend通过重置信号掩码并使进程休眠一个单一的原子操作来解决这一问题。
The function call sigsuspend resolves this problem by resetting the signal mask and putting the process to sleep in a single atomic operation.
24. 位掩码原子操作的使用跟算术操作存在细微的差别,因为其中只有两个可用的操作(设置掩码和清除掩码)。
The use of bitmask atomic operations is slightly different than arithmetic because only two operations are available (set mask and clear mask).
25. 利用对象的继承特性引入细粒度权限管理的概念,把资源的控制从菜单粒度分解到原子操作粒度。
Introducing the idea about finely granular access control through Inherit attributes of object, decomposes the access privilege from menu to atom control.
26. J2EE提供了一些事务,通过这些事务可以将一系列操作(持久性消息接收、数据库更新,等等)划分为单个原子操作。
J2EE provides transactions, by which a sequence of operations (persistent message receives, database updates, and so on) can be grouped into a single atomic operation.
27. 这里真正的价值在于,getWhatImReading方法未经任何形式的同步便被执行,而setWhatImReading是作为一个原子操作执行的。
The real value here is that the getWhatImReading method is executed without synchronization of any kind, whereas the setWhatImReading is executed as an atomic operation.
28. 原子性使得这两个操作——从储蓄帐户减钱和向支票帐户加钱——被当作单个事务处理。
Atomicity enables the two operations—the subtraction from the savings account and the addition to the checking account—to be treated as a single transaction.
29. 存储库读和写操作是原子的。
Repository read and write operations are atomic.
30. 存储库读和写操作是原子的。
Repository read and write operations are atomic.
版权声明:问题易所有作品(图文、音视频)均来源网络,版权归原创作者所有,与本站立场无关,如不慎侵犯了你的权益,请联系我们告知,我们将做删除处理!
