atomic absorptive analyzer
atomic act
atomic action
atomic age
atomic algebra
atomic battery
atomic beam
atomic beam laser
atomic boiler
atomic bomb
atomic bond
atomic bonding
atomic boolean algebra
atomic chain
atomic charge
atomic class
atomic clock
atomic cocktail
atomic compactness
atomic component
atomic composition
atomic computation
atomic constant
atomic control
atomic crystal
atomic decay
atomic decomposition
atomic density
atomic diagram
Большой англо-русский словарь:
atomic
имя прилагательное
1) атомный
Например:
atomic control — контроль над производством атомного оружия
atomic energy — атомная энергия
atomic heat — атомная теплоемкость
atomic number — атомное число
atomic pile — атомный котел, ядерный реактор
atomic rocket — ракета с ядерным боевым зарядом
atomic warfare — атомная война
atomic weight — атомный вес, атомная масса
2) маленький, крошечный
Синоним(ы):
minute
II
Англо-русский научно-технический словарь:
atomic
1) атомарный, элементарный
2) маленький, крошечный
3) атомический; атомный
Merriam-Webster's Collegiate Dictionary:
atomic
adjective
Date:
1678
1.
a.
of, relating to, or concerned with atoms
Example:
atomic
physics
b.
nuclear
2
Example:
atomic
energy
2.
a.
marked by acceptance of the theory of atomism
b.
atomistic
2
3.
minute
4.
of a chemical element
existing in the state of separate atoms
•
atomically
adverb
Free On-line Dictionary of Computing:
atomic
(From Greek "atomos", indivisible) Indivisible;
cannot be split up.
For example, an instruction may be said to do several things
"atomically", i.e. all the things are done immediately, and
there is no chance of the instruction being half-completed or
of another being interspersed. Used especially to convey that
an operation cannot be interrupted.
An atomic
data type
has no internal structure visible to the
program. It can be represented by a flat
domain
(all
elements are equally defined). Machine integers and
Booleans are two examples.
An atomic database transaction is one which is guaranteed to
complete successfully or not at all. If an error prevents a
partially-performed transaction from proceeding to completion,
it must be "backed out" to prevent the database being left in
an inconsistent state.
[
Jargon File
]
(2000-04-03)