double-checked
推荐文章



v.
复核( double-check的过去式和过去分词 );
英英释义
double-check[ 'dʌbl'tʃek ]
n.something that checks the correctness of a previous check
同义词:countercheckdouble check
v.check once more to be absolutely sure
双语例句
用作动词(v.)
Let's check off the names of the people to be invited.
让我们把打算邀请的人的名单复核一下。
An enterprise shall check the service life of intangible assets with uncertain service life during each accounting period.
企业应当在每个会计期间对使用寿命不确定的无形资产的使用寿命进行复核。
权威例句
Double-Checked Locking - An Optimization Pattern for Efficiently Initializing and Accessing Thread-safe ObjectsC++ and the Perils of Double-Checked Locking
C++ and the Perils of Double-Checked Locking: Part II
Double-Checked Locking - An Object Behavioral Pattern for Initializing and Accessing Thread-safe Objects Efficiently
Double-Checked Locking
E-nose Screening of Pesticide Residue on Chilli and Double-Checked Analysis through Different Data-Recognition Algorithms
Double-checked preoperative localization of brain lesions.
Double-checked Locking
Random-Valued Impulse Noise Reduction in Medical Images by Using Double-Checked Fast Adaptive Median Filter
Transforming Java programs for concurrency using Double-Checked Locking pattern
1. Double-checked locking: Take two.
双重检查锁定:获取两个。
youdao
2. Thus, the name "double-checked locking."
这就是“双重检查锁定”名称的由来。
youdao
3. Does this fix the double-checked locking problem?
这是否修改了双重检查锁定的问题?
youdao
4. The theory behind double-checked locking is perfect.
双重检查锁定背后的理论是完美的。
youdao
5. This conclusion should have been double-checked.
该结论本应该反复核对。
youdao
6. Unfortunately, double-checked locking causes problems.
不幸的是,重复检查锁会带来问题。
youdao
7. At the lab, he double-checked every piece of equipment.
在实验室里,他非常严格地检查了设备的每一个零件。
youdao
8. All the appointments should be double-checked for accuracy.
为了准确起见,你还应当把所有的约会细节进行再三核实。
youdao
9. I'm impressed. I should have double-checked. Let me pay my share.
我印象很深。我该仔细复查一下。让我付自己的那份钱。
youdao
10. Is the distribution so determined tested or double-checked periodically?
对于决定的现金付款是否进行定期的检查或重复审核?
youdao
11. However, this does not mean you should use double-checked locking in these instances.
然而,这并不意味着应该在这些实例中使用双重检查锁定。
youdao
12. We should have double-checked to make sure that he was really asleep before leaving.
我们离开前应该再次确认他是否真的睡着了。
youdao
13. These facts make a code failure due to double-checked locking very difficult to track down.
这些事实将导致代码失败,原因是双重检查锁定难于跟踪。
youdao
14. However, even under the newly proposed memory model, double-checked locking will not work.
尽管如此,即使是在新提议的内存模型中,双重检查锁定也是无效的。
youdao
15. This fear led to many problematic techniques, such as the double-checked locking idiom (DCL).
这种恐惧导致了许多有问题的技术出现,比如说double - checkedlocking (DCL)。
youdao
16. Under the new memory model, this "fix" to double-checked locking renders the idiom thread-safe.
在新的内存模型中,对双重检查锁定的这个“修复”使 idiom 线程安全。
youdao
17. Double-checked locking is another common solution but, unfortunately, it does not work (see Listing 6).
重复检查锁是另一种常用的方法,不幸的是,这种方法并不起作用(见清单6)。
youdao
18. But the hospital says, because of the hurry, test results were given over the telephone and were not double-checked.
但是院方称,因为紧急,检验结果是通过电话确认,而且没有进行再次确认。
youdao
19. However, the constructor for this object has not run yet, which is precisely the situation that breaks double-checked locking.
然而,此对象的构造函数尚未运行,这恰是破坏双重检查锁定的情况。
youdao
20. The fact that JIT compilers do just this makes the issues of double-checked locking more than simply an academic exercise.
JIT编译器的这一行为使双重检查锁定的问题只不过是一次学术实践而已。
youdao
21. In the remainder of this article, we'll examine the double-checked locking idiom in detail to understand just where it breaks down.
在本文余下的部分里,我们将详细介绍双重检查锁定习语,从而理解它在何处失效。
youdao
22. If this code is interrupted by another thread after executing line C3 but before completing the constructor, double-checked locking fails.
如果此代码在执行c 3行后且在完成该构造函数前被另一个线程中断,则双重检查锁定就会失败。
youdao
23. See Resources for a description of the double-checked locking problem and an an explanation of why the proposed algorithmic fixes don't work.
有关双重检查锁定的问题和对为什么所建议的算法修复不能解决问题的说明请参阅参考资料。
youdao
24. One of the proposed fixes to the double-checked locking problem was to make the field that holds the lazily initialized instance a volatile field.
对双重检查锁定问题提出的一种修复是使包含迟缓初始化的实例的字段为一个volatile字段。
youdao
25. To understand where the double-checked locking idiom originated, you must understand the common singleton creation idiom, which is illustrated in Listing 1.
要理解双重检查锁定习语是从哪里起源的,就必须理解通用单例创建习语,如清单1中的阐释?
youdao
26. The bottom line is that double-checked locking, in whatever form, should not be used because you cannot guarantee that it will work on any JVM implementation.
无论以何种形式,都不应使用双重检查锁定,因为您不能保证它在任何JVM实现上都能顺利运行。
youdao
27. The bottom line is that double-checked locking, in whatever form, should not be used because you cannot guarantee that it will work on any JVM implementation.
无论以何种形式,都不应使用双重检查锁定,因为您不能保证它在任何JVM实现上都能顺利运行。
youdao
double-checked




