atomically

adv.
利用原子能地;原子级的;
权威例句
Atomically resolved single-walled carbon nanotube intramolecular junctions.Frictional characteristics of atomically thin sheets
Frictional Characteristics of Atomically-Thin Sheets
Atomically resolved edges and kinks of NaCl islands on Cu(111): Experiment and theory
Atomically controlled growth of tungsten and tungsten nitride using sequential surface reactions
One-pot synthesis of atomically monodisperse, thiol-functionalized Au25 nanoclusters
Graphene and boron nitride lateral heterostructures for atomically thin circuitry
Electrochemical Deposition of Silver Nanocrystallites on the Atomically Smooth Graphite Basal Plane
METHOD OF ACHIEVING ATOMICALLY SMOOTH SIDEWALLS IN DEEP TRENCHES, AND HIGH ASPECT RATIO SILICON STRUCTURE CONTAINING ATOMICALLY SMOO...
Progress, Opportunities, and Challenges for Applying Atomically Detailed Modeling to Molecular Adsorption and Transport in Metal−Or...
1. The name of the field to be updated atomically.
将经过原子更新的字段的名称。
youdao
2. Then it atomically decreases the semaphore count.
然后它自动地减少信号的计数值。
youdao
3. Is it possible to atomically load and store on X86 processors?
它是可能的自动加载和存储在x86处理器?
youdao
4. In optics, scientists look for atomically smooth and wave-free surfaces.
在光学上,科学家们在寻求原子级上光滑和无波的表面。
youdao
5. This will save the old stack pointer and allocate stack memory atomically.
这会保存原来的堆栈指针,并自动分配堆栈内存。
youdao
6. The class of the object that will be updated atomically (in this case, Book).
将得到原子更新的对象的类(在本例中是Book)。
youdao
7. The mica test pieces were prepared by cleavage so as to be atomically smooth.
云母试样是用劈裂的方法制备的,因此可以达到原子级的平滑程度。
youdao
8. Individual thread stacks must be scanned atomically, or within a single quantum.
单独线程栈必须自动进行扫描,或在单个时间量内扫描。
youdao
9. Each increment will happen atomically, and chances are you'll get the desired result.
每个加一操作都将完整地进行,并且多半会得到期望的结果。
youdao
10. Identify the code that must be executed atomically and the object on which the code will be executed.
找出必须完整执行的程序码以及要执行程序码所在的物件。
youdao
11. Data integrity depends on a set of actions atomically moving data from one well-defined state to another.
数据完整性取决于一组作为原子的从一个定义明确的状态变化到另一个定义明确的状态的动作。
youdao
12. This allows us to atomically update in a place a single row in a database, and get a new auto-incremented primary ID.
这使我们能自动更新数据库中的一行数据,并且得到一个自动增长的主键ID。
youdao
13. To close this last hole, we need a means of atomically updating the score reference while guaranteeing freedom from interference.
要修复这个最后的漏洞,我们需要一种原子性地更新分数引用的方法,同时又要保证不受干扰。
youdao
14. The motion of two-type ionic groups, relating to atomically shape domain walls, can lead to the measurable pyroelectric current.
两种类型粒子群的运动和自动成型畴壁导致了可以观测的焦热电流。
youdao
15. If a resource becomes invalid then its cached representation and all dependent resource representations are atomically invalidated.
如果一个资源变为无效,那么它所缓存的表示和所有依赖的资源表示就会自动变为无效。
youdao
16. It also allows you to unlock the mutex and wait on the condition variable atomically, without the possible intervention of another thread.
它还允许您原子地(atomically)解除互斥的锁定,并等待条件变量,而不会有干涉其他线程的可能。
youdao
17. Attempts to acquire an exclusive lock on the specified object, and atomically sets a value that indicates whether the lock was taken.
尝试取得指定之物件的独占锁定,并且完整设定值,指出是否采用锁定。
youdao
18. If you bundle multiple functions together, upgrading the role becomes problematic because you have to upgrade the entire role atomically.
如果你将多个功能捆绑在一起,那么更新角色就会有问题,因为你需要分别更新每个角色。
youdao
19. The package manager precludes partial and faulty installations and "uninstalls" by adding and removing the files in a package atomically.
包管理器通过添加和删除包中的各个文件来来预防不完整和错误的安装,以及 “卸载” 应用程序。
youdao
20. Although a stack must be scanned atomically, it would be difficult to keep determinism if all stacks were scanned during a single quantum.
虽然栈必须自动进行扫描,但是如果在单个时间量期间所有栈都被扫描,则可能难以保持确定性。
youdao
21. Application developers should be aware that stacks are scanned atomically and should avoid using very deep stacks in their RT applications.
应用程序开发人员应该意识到栈应自动进行扫描并且应避免在RT应用程序中使用很深的栈。
youdao
22. Just as in a relational database, only by committing the operations you have been performing do you make them atomically appear in the database.
正如在关系数据库中一样,只有通过提交已执行的操作,这些操作才会出现在数据库中。
youdao
23. That usually doesn't reach sub-atomic resolution, but if the tip itself is atomically thin, you can work out a picture of electron density around it.
因此他不能达到亚原子水平的分辨率,但是如果针尖能够做到原子那么厚,就可以得到围绕原子内的电子密度。
youdao
24. To resolve this, once you create a temporary file atomically, you must always use the file descriptor or file stream you got when you opened the file.
解决这种问题的方法是,一旦自动创建了一个临时文件,就必须始终使用打开该文件时得到的文件描述符或文件流。
youdao
25. Finally, I will introduce our latest work on interlayer coupling and charge transfer in 2d atomically thin semiconductors and their heterostructures.
最后,我将介绍我们在二维半导体材料及其异质结构中的层间耦合和电荷传输的最新进展。
youdao
26. The processor will atomically update the location to the new value if the value that is there matches the expected old value, otherwise it will do nothing.
如果内存位置的值与预期原值相匹配,那么处理器会自动将该位置值更新为新值。否则,处理器不做任何操作。
youdao
27. If your program does file manipulations, you might consider writing a small server that handles these operations atomically, and thus guarantees serialization.
如果程序要进行文件操作,那么可以考虑编写一个小服务器,让它自动地处理这些操作,并由此保证操作的串行化。
youdao
28. The function semop performs a set of operations contained in sops atomically (all operations performed at the same time only if they can be performed at the same time).
函数semop原子地执行sops中包含的一组操作(只在所有操作都可以同时成功执行时,才会将所有的操作同时一次执行完)。
youdao
29. Database write locks are needed only at transaction commit time to ensure that the modified items are updated atomically without interference from concurrent updaters.
只有在事务提交时才需要数据库写入锁,以确保原子地更新已修改的项,而不受到并发更新的干扰。
youdao
30. Database write locks are needed only at transaction commit time to ensure that the modified items are updated atomically without interference from concurrent updaters.
只有在事务提交时才需要数据库写入锁,以确保原子地更新已修改的项,而不受到并发更新的干扰。
youdao
atomically




