-
121 center
1) центра) центральная точка; средняя точка; серединав) вчт. центр группыд) источник (воз)действия, силы или эффектаж) фтт. ядро (напр. дислокации); сердцевиназ) центральное учреждение; главное учреждение; центральный офиси) тлф.; вчт. узел; узловая станция2) центрировать(ся); располагать(ся) в центре; находиться в центре3) определять центр; помечать центр•- acceptor impurity center
- active center
- adjustment training center
- administrative center
- air communication center
- air traffic control center
- area communication center
- array phase center
- authentication center
- automatic message switching center
- automatic switch center
- autoswitching center
- band center
- broadcast center
- broadcasting center
- call center
- center of bending
- center of circle
- center of corrosion
- center of curvature
- center of equilibrium
- center of force
- center of gravity
- center of inertia
- center of inversion
- center of luminescence
- center of mass
- center of phosphorescence
- center of pressure
- center of quenching
- center of similitude
- center of symmetry
- center of twist
- charge center
- circuit switching center
- color center
- communication center
- computer center
- control center
- crisis center
- data center
- data processing center
- dead center
- deep space communication center
- deflection center
- dislocation center
- distribution center
- donor center
- donor impurity center
- effective acoustic center
- electrical center
- electron-trapping center
- F center
- face center
- filter center
- flexural center
- flight information center
- gateway mobile services switching center
- generation-recombination center
- geometrical center
- ground control center
- group center
- halaxy center
- hole-trapping center
- impurity center
- information center
- information processing center
- instantaneous rotation center
- international switching center
- Internet center
- ion-exchange center
- junction center
- key distribution center
- LD switching center
- leading center
- location center
- long-distance switching center
- magnetic reversal center
- message center
- message switching center
- mission control center
- mobile services switching center
- mode center
- multiple-energy level impurity center
- nerve center
- network information center
- network management center
- network operation center
- network production center
- network production television center
- nonbleaching F center
- nonradiative-recombination center
- nucleating center
- nucleation center
- operation center
- operations and maintenance center
- optical center
- phase center
- photosensitivity center
- preparation center
- production center
- production television center
- program production center
- program production television center
- quenching center
- radiation-induced trapping center
- radiative-recombination center
- rate center
- ray center
- recombination center
- reference center
- regional program production center
- regional program production television center
- relay center
- rotation center
- sample center
- satellite data transmission center
- scattering center
- self-activated center
- service center
- single-energy level impurity center
- software support center
- step source center
- supporting communication center
- surface-trap center
- surface-trapping center
- switching center
- switching control center
- technical assistance center
- telecommunication center
- television center
- television operating center
- toll center
- tracking center
- transmission center
- trap center
- trapping center
- vision center
- visual center
- zone centerThe New English-Russian Dictionary of Radio-electronics > center
-
122 element
2) элемент ( составная часть)•- adding element
- analog element
- analog-digital element
- AND element
- anticoincidence element
- arithmetic element
- array element
- biax magnetic element
- biconditional element
- binary element
- bistable element
- central processing element
- character element
- charge-coupled device storage element
- circuit element
- clocked element
- code element
- coincidence element
- column element
- combinational logic element
- comparison element
- complex element
- compound logical element
- computer element
- computing element
- connection element
- coupling element
- critical element
- data element
- dead time element
- decision element
- delay element
- destructive readout element
- destructive read element
- detector element
- diagonal element
- digitally controlled element
- dimension element
- display element
- DRO element
- dynamic element
- element of integration
- element of list
- equivalence element
- equivalent-to element
- essential elements of information
- exclusive OR element
- fanout element
- ferrite element
- fiber optics element
- final control element
- fluid-jet element
- functional element
- generating element
- Goto-pair memory element
- human element
- identity element
- image element
- inclusive OR element
- input element
- inverting element
- irreversible element
- lagging element
- level resetting element
- lexical element
- library element
- lineal element
- linear element
- list element
- logical element
- logic element
- magnetic multiaperture element
- majority decision element
- majority element
- march element
- material equivalence element
- matrix element
- memory element
- metastable memory element
- micrologic element
- multiple aperture logic element
- named element
- NAND element
- NDRO element
- negation element
- network element
- NIPO element
- nondestructive readout element
- nondestructive read element
- nonequivalence element
- nonequivalent-to element
- nonlinear element
- NOR element
- NOT AND element
- NOT element
- NOT OR element
- one element
- OR element
- output element
- parametric element
- partition queue element
- phantom element
- picture element
- PINO element
- predecessor element
- primitive element
- primitive logic element
- processing element
- processor element
- queue element
- range element
- reader element
- reference element
- row element
- sensing element
- sequential logic element
- servo element
- shared circuit element
- single-crystal element
- smallest element
- source element
- start element
- state element
- stop element
- storage element
- supercompact element
- surface element
- switching element
- threshold element
- time element
- time-delay element
- time-lag element
- top element
- transmitting element
- tunnel effect element
- type element
- unidirectional element
- unit element
- voltage reference element
- voltage-output element
- vote-taking element
- voting element
- word selection elementEnglish-Russian dictionary of computer science and programming > element
-
123 SIMD
(Single Instruction) Multiple Data stream processing - один поток команд - много потоков данных, архитектура SIMD (ОКМД)название архитектуры параллельной компьютерной системы, подразумевающей исполнение одной текущей команды несколькими процессорами (число процессоров и, соответственно, потоков обрабатываемых данных, - это SIMD width). Текущая команда выбирается из памяти управляющим устройством (УУ, control unit) SIMD-системы и посылается на исполнение всем процессорам одновременно, но обрабатывает она разные потоки (thread) или элементы данных (чаще всего элементы массива). Для этого каждый процессор имеет ассоциированную с ним локальную память для хранения массивов однородных данных. В категорию ОКМД попадают, в частности, векторные процессоры. Этот подход уменьшает сложность аппаратного и программного обеспечения, но применим только к специализированным задачам, имеющим высокую степень регулярности, например к цифровой обработке сигналов (ЦОС, DSP), обработке изображений (image processing) и численному моделированию (numerical simulation). Термин ввёл американский учёный Майкл Флинн (М. Flynn) в 1972 г.Syn:Англо-русский толковый словарь терминов и сокращений по ВТ, Интернету и программированию. > SIMD
-
124 unit
1) агрегат; установка2) блок; секция; узел; элемент; звено3) объект4) предмет6) единица || единичный7) шкала•unit in the large — мат. единица в целом
- auxiliary power unitto take as a unit — мат. принимать за единицу
- box unit- ground power unit - ground power-supply unit - infra-red heating unit - load distribution unit - load following unit - magnetic variation unit - nuclear steam-raising unit - pulse gating unit - pulse shaping unit - scrap breaking unit - service data unit - servo control unit - shared-path control unit - thermal imaging unit - threshold logic unit - two-phase milking unit -
125 environment
[ɪnˈvaɪərənmənt]ADA programming support environment вчт. среда программирования на языке АДА application environment вчт. прикладное окружение baseline test environment базовые средства тестирования business environment экономическая ситуация command environment вчт. командная среда competitive environment условия конкуренции computing environment вчт. вычислительное окружение current environment вчт. текущая операционная обработка design environment вчт. проектная среда development environment вчт. проектная среда distributed environment вчт. распределенная конфигурация distributed environment вчт. распределенная среда DOS environment вчт. операционная среда ДОС economic environment экономическая среда economic environment экономический климат environment вчт. оборудование environment окружающая среда environment окружение, окружающая обстановка; окружающая среда environment вчт. окружение environment вчт. среда environment среда обитания evaluation environment вчт. вычислительная среда execution environment вчт. условия выполнения exotic environment вчт. необычные условия эксплуатации external environment вчт. условие эксплуатации external environment вчт. условия эксплуатации hardware environment вчт. аппаратная среда harsh environment вчт. жесткие внешние условия hypertext environment вчт. гипертекстовая среда integrated environment вчт. интегрированная среда interactive environment вчт. диалоговый режим interface environment вчт. интерфейсное окружение list-making environment вчт. средства форматирования списков miexd-vendor environment вчт. неоднородная конфигурация multiple-net environment вчт. многосетевая конфигурация operational environment вчт. операционная среда processing environment вчт. условие обработки processing environment вчт. условия обработки professional environment профессиональная среда programming environment вчт. среда программирования real time environment вчт. режим реального времени real-life environment вчт. реальные условия run-time environment вчт. оперативное средство run-time environment вчт. среда выполнения simulated environment вчт. имитируемое условие single-task environment вчт. однозадачный режим single-user environment вчт. однопользовательская среда single-vendor environment вчт. однопользовательская конфигурация software development environment вчт. среда программирования software environment вчт. программная среда support environment вчт. средства поддержки tabbing environment вчт. средства табуляции tabular environment вчт. средства форматирования таблиц time-sharing environment вчт. конфигурация с разделением времени use environment вчт. условия использования user environment вчт. операционная среда video display environment вчт. окружение видеодисплея working environment производственные условия working environment рабочая среда -
126 array
2) матрица; периодическая структура; сетка3) вчт. массив4) таблица5) цепочка6) вектор7) геофиз. расстановка; схема расположения; группа8) геофиз. установка9) геофиз. зонд•-
active antenna array
-
active array
-
adaptive array
-
adjustable array
-
aerial antenna array
-
aerial array
-
automatic scanning array
-
autonomous solar array
-
avalanche photodiode imaging array
-
axial-dipole array
-
azimuthal dipole-dipole array
-
backfire array
-
bimorph array
-
binary array
-
broadside array
-
CCD array
-
cell array
-
cellular array
-
charge array
-
circuit array
-
circular array
-
circularly polarized array
-
closed array
-
closely spaced fuel rod array
-
coherent antenna array
-
coincidence array
-
collinear array
-
complex array
-
complex function array
-
conformal array
-
conformant arrays
-
conical array
-
conically scanning array
-
coordinate-connected array
-
cophasal array
-
core array
-
correlation array
-
coupled waveguide array
-
cross array
-
crosspoint array
-
crow's foot array
-
cylindrical array
-
data array
-
density-tapered array
-
deployable solar array
-
detector array
-
diamond array
-
diode array
-
diode target array
-
dip-angle array
-
dipole array
-
dipole-dipole array
-
discrete array
-
discretionary routed array
-
dislocation array
-
disperse array
-
Dolph-Chebyshev antenna array
-
Dolph-Chebyshev array
-
electrode array
-
electronically scanned array
-
end-fed array
-
end-fire array
-
equispaced array
-
expanding array
-
fan-like array
-
feed array
-
feedthrough array
-
field-programmable logic array
-
filtering array
-
fixed-sized array
-
flat array
-
flexible array
-
flexible solar array
-
flush-mounted array
-
Franclin array
-
frequency-scanned array
-
fuel rod array
-
fuse-programmable array
-
gate array
-
geophone array
-
grating array
-
half-wave spaced array
-
hemispherically scanned array
-
herringbone array
-
high-voltage photovoltaic array
-
hologram array
-
horizontal collinear array
-
imaging array
-
induced-polarization array
-
induction array
-
in-line array
-
lateral array
-
light-emitting array
-
lightweight solar array
-
linear array
-
linear CCD array
-
logic array
-
low sidelobe array
-
maintenance-free solar array
-
mattress array
-
memory array
-
meso-meteorological buoy array
-
monolithically integrated solar array
-
monopole array
-
monopulse array
-
MOS array
-
multibeam array
-
multichip array
-
multidimensional array
-
multiple seismometer array
-
multiple shot array
-
N-dimensional array
-
NEP array
-
nonuniform array
-
normal array
-
null-steering array
-
odd arm star array
-
one-dimensional array
-
open fuel rod array
-
parasitic array
-
patch array
-
perpendicular array
-
phased array
-
phase-scanned array
-
photodiode array
-
photosensor array
-
photovoltaic array
-
pine-tree array
-
pin-grid array
-
planar array
-
pointer array
-
pole-dipole array
-
pole-pole array
-
polycell array
-
probe array
-
processing array
-
programmable logic array
-
receiving array
-
reciprocal array
-
rectangular array
-
reflector array
-
regular array
-
resistivity surveying array
-
resistor array
-
resistor-capacitor array
-
retrodirective array
-
reversible array
-
rigid solar array
-
ring array
-
root-integrated solar array
-
RSI array
-
scanned array
-
seismic array
-
self-phased array
-
self-scanned array
-
sensor array
-
SEP array
-
series array
-
shot array
-
silicon solar-cell array
-
silicon solar array
-
slot array
-
solar-cell array
-
solar array
-
solarvoltaic array
-
S-P solar array
-
space solar array
-
space-tapered array
-
stocked dipole array
-
sun seeking solar array
-
switched array
-
systolic array
-
tapered array
-
thermistor array
-
thinned array
-
tile array
-
touch pad switch array
-
TPS array
-
transducer array
-
transmissive array
-
transmitting array
-
triangular array
-
trimmable resistor array
-
two-dimensional array
-
uncommitted logic array
-
uncommitted array
-
uniform array
-
unit cell array
-
unsteerable array
-
waveguide array
-
Yagi-Uda array -
127 cooler
1) охладитель, охлаждающий аппарат2) камера охлаждения, остывочная4) холодильник7) охладитель, охлаждающее средство, охлаждающий агент9) (воздушный) кондиционер•-
air cooled oil cooler
-
air cooler
-
air-intake cooler
-
automatic defrost cooler
-
bare tube water cooler
-
blancher cooler
-
brine cooler
-
centrifugal cooler
-
charge air cooler
-
coke cooler
-
cold storage cooler
-
concentric-tube cooler
-
countercurrent cooler
-
decay heat cooler
-
descending film cooler
-
direct-expansion cooler
-
engine air cooler
-
finned cooler
-
flow-through cooler
-
gravity-type air cooler
-
hermetic centrifugal air cooler
-
hermetic cooler
-
high-capacity cooler
-
hydrogen gas cooler
-
immersion cooler
-
inner-fin water cooler
-
integral oil cooler
-
interstage cooler
-
irrigation cooler
-
Joule-Thomson cooler
-
keel cooler
-
main oil cooler
-
mechanical cooler
-
multicircuit cooler
-
multiple pipe cooler
-
multiple-flow cooler
-
multistream cooler
-
multitier cooler
-
needle cooler
-
oil cooler
-
open flash cooler
-
packaged cooler
-
packing-shipping cooler
-
Peltier cooler
-
pipe coif cooler
-
pipe cooler
-
portable cooler
-
prechill cooler
-
prefabricated cooler
-
processing cooler
-
rack-type cooler
-
radiative cooler
-
radiator-type oil cooler
-
reach-in cooler
-
reciprocating cooler
-
reflux cooler
-
roof cooler
-
rotary packaged air cooler
-
seal oil cooler
-
sectional cooler
-
self-contained air cooler
-
sensible heat cooler
-
shell-and-coil cooler
-
shell-and-tube cooler
-
shipping cooler
-
slag-notch cooler
-
spot air cooler
-
spray cooler
-
stack cooler
-
step-in cooler
-
still air cooler
-
surface cooler
-
surface-type cooler
-
suspended air cooler
-
tube-in-tube cooler
-
two-temperature cooler
-
unicoil cooler
-
uniflow cooler
-
unit air cooler
-
walk-in cooler
-
water cooled oil cooler
-
water cooler
-
water-cooled helium cooler
-
water-drip cooler
-
water-quenched type cooler -
128 MPL
1) Медицина: монофосфорил липид А2) Спорт: Madden Pirate League, Minnesota Paintball League3) Военный термин: main parts list, maintenance parts list, master parts list, maximum payload, mine planter, minimum power level, multiple payload launcher4) Техника: maximum packet lifetime, mechanical properties loop, metal preparation line, mobile launch platform, multipurpose lubricant, multipurpose-type gear lubricant, multischedule private line5) Страхование: maximum possible loss, maximum probable loss, максимально вероятный ущерб6) Сокращение: Multi-Platform Launcher7) Нефть: mechanical properties log, перечень деталей для технического обслуживания (maintenance parts list), Marathon Pipe Line LLC8) Биохимия: 3-O-deacyl-4’-monophoshoryl lipid A9) Фирменный знак: Mccartney Publishing Limited10) Экология: maximum permissible level11) СМИ: Microphone Program Line12) Деловая лексика: Marginal Product Of Labor, Maximum On-line Publication Level13) Нефтегазовая техника Multiple Position Locking (of rams)14) Инвестиции: Master of Patent Law15) Сетевые технологии: Message Passing Library16) Химическое оружие: Multiposition loader, Munitions processing line17) NYSE. Minnesota Power, Inc.18) Аэропорты: Montpellier, France19) Библиотечное дело: Minneapolis Public Library
См. также в других словарях:
Multiple Single-Level — or Multi Security Level (MSL) is a method of separating different levels of data by using separate PCs or virtual machines for each level. It aims to give some of the benefits of Multilevel security without needing special changes to the OS or… … Wikipedia
Multiple sclerosis — Classification and external resources Demyelination by MS. The CD68 colored tissue shows several macrophages in the area of the lesion. Original scale 1:100 ICD … Wikipedia
Multiple chemical sensitivity — Classification and external resources MeSH D018777 Multiple chemical sensitivity (MCS) is a chronic medical condition characterized by symptoms the affected person attributes to exposure to low levels of chemicals. Commonly suspected substances… … Wikipedia
Multiple patterning — is a class of technologies developed for photolithography to enhance the feature density. The simplest case of multiple patterning is double patterning, where a conventional lithography process is enhanced to produce double the expected number of … Wikipedia
Multiple description coding — (MDC) is a coding technique that fragments a single media stream into n substreams (n ≥ 2) referred to as descriptions. The packets of each description are routed over multiple, (partially) disjoint paths. In order to decode the media… … Wikipedia
Multiple-complex Developmental Disorder — (McDD) represents a distinct group within the autism spectrum based on symptomatology.Ever since autism was first recognized, its continuity with schizophrenia has been a matter of debate. In fact, until the late 1970s, children with autism were… … Wikipedia
Multiple drafts model — Daniel Dennett s multiple drafts model of consciousness is a physicalist theory of consciousness based upon cognitivism, which views the mind in terms of information processing. The theory is described in depth in his book, Consciousness… … Wikipedia
Multiple Drafts Model — Daniel Dennett s Multiple Drafts Model of Consciousness is a physicalist theory of consciousness based upon cognitivism, which views the mind in terms of information processing. The theory is described in depth in his book, Consciousness… … Wikipedia
Multiple exposure — Double exposure redirects here. For other uses, see Double exposure (disambiguation). Alternative photography Bleach bypass · Cross processing · Fisheye … Wikipedia
Multiple complex developmental disorder — Not to be confused with Multisystem developmental disorder. Multiple complex developmental disorder is a research category, proposed to involve several neurological and psychological symptoms where at least some symptoms are first noticed during… … Wikipedia
Multiple Satellite Imaging — Space Interferometry Mission conceptual picture Multiple Satellite Imaging is the process of using multiple satellites to gather more information than a single satellite so that a better estimate of the desired source is possible. So something… … Wikipedia