-
141 system
1) система
2) комплекс
3) совокупность
4) множество
5) область
6) схемный
7) устройство
8) системный
– adaptive system
– addressing system
– airdrop system
– antenna system
– arithmetic system
– blok system
– bus system
– c.m. system
– center-of-mass system
– classification system
– commutation system
– controlled system
– cooling system
– crossbar system
– cryoelectronic system
– deferlant system
– deflection system
– dial system
– distributed system
– double-current system
– doudecimal system
– draft system
– drainage system
– earth system
– ecological system
– encoder system
– energy system
– error-controlled system
– evaporator system
– exhaust system
– file system
– finder system
– floating-carrier system
– floating-point system
– focusing system
– fuel system
– gas-cleaning system
– gas-pressurized system
– ground system
– guidance system
– history of a system
– hot-water system
– hydraulic system
– identifiable system
– inertial system
– inteblock system
– Korsch system
– laboratory system
– Lesniewski system
– life-support system
– lightguiding system
– linear system
– monitoring system
– multimicroprocessor system
– multiple-data-set system
– non-autonomous system
– nondirector system
– number system
– parallel-feed system
– piece-rate system
– planetary system
– pneumatic system
– propulsion system
– prototype system
– public-address system
– quadrophonic system
– queuing system
– response of system
– right-handed system
– robot system
– safety-trip system
– sampled-data system
– scanning system
– sewage system
– shift system
– spraying system
– sprinkling system
– staff system
– stand-by system
– start-stop system
– start-up system
– storage system
– system behavior
– system check
– system debugging
– system design
– system failure
– system of equations
– system of imprimitivity
– system of wheels
– system reliability
– system topology
– tally system
– telephone system
– television system
– ten-step system
– timing system
– transmission system
– triangulation system
– triclinic system
– twelve-channel system
– two-particle system
– unattended system
– unstable system
– ventilation system
– video system
– warning system
– water-sludge system
– wellpoint system
aircraft electrical system — <aeron.> сеть бортовая электрическая
ample linear system — <math.> система линейная обильная
approach and docking system — <cosm.> система сближения и стыковки
automated/automatic landing system — <aeron.> система захода на посадку автоматизированная
automatic block system — < railways> автоблокировка
automatic deicing system — <aeron.> автомат противообледенительной системы
bang-bang control system — <comput.> система управления релейная
carrier frequency system — система передачи с частотным разделением каналов
Cartesian coordinate system — прямоугольная система координат
closed-circuit television system — <commun.> система телевидения невещательная
cycle matching system — <aeron.> навигация воздушная импульсная, система навигационная импульсная
differential selsyn system — дифсельсин, сельсин дифференциальный
digital counting system — <comput.> система отслеживающая цифровая
digital transmission system — <commun.> система передачи цифровая
disk operating system — <comput.> система операционная дисковая
dispatch telephone system — диспетчерская телефонная система
fiber-optics communication system — <commun.> система связи волоконно-оптическая
hereditarily generating system — наследственная система образующих
hexadecimal number system — шестнадцатиричная система счисления
information retrieval system — <comput.> система информационно-поисковая
integrated switching system — интегральная коммутационная система
itnegrated manufacturing system — комплексная автоматическая линия
jet engine starter system — <engin.> турбостартер
meteor-burst communication system — <commun.> система связи метеорная
microprocessor control system — микропроцессорная система управления
modular pneumatic-device system — система унифицированная агрегатная
modular programming system — <comput.> система модульного программирования
multipoint distribution system — многоадресная система распределения ТВ-программ
packet transmission system — система передачи с коммутацией пакетов сообщений
Pitot static system — <engin.> система ПВД
pulsed navigation system — <aeron.> навигация воздушная импульсная, система навигационная импульсная
quantum-mechanical readout system — <tech.> система считывающая квантовая
quasi-electronic switching system — квазиэлектронная система коммутации
reactor control system — <engin.> система управления и защиты
reactor protection system — <phys.> защита аварийная
receiver-amplifier crioelectric system — приемно-усилительная криоэлектронная система
remote-cylinder hydraulic system — раздельно—агрегатная гидросистема
resultant of system of forces — равнодействующая системы сил
satellite navigation system — <naut.> система навигационная космическая, система навигационная спутниковая
State System of Instruments — <engin.> система приборов Государственная
supervisory control system — <comput.> автодиспетчер
system of residual classes — <math.> система остаточных классов
telegraph block system — < railways> движение поездов по телеграфному соглашению
time interval system — < railways> разграничение поездов временем
time-division multiplex system — система передачи с временным разделением
unified radiotelemetry system — унифицированный радиотелеметрический комплекс
См. также в других словарях:
Control table — This simple control table directs program flow according to the value of the single input variable. Each table entry holds a possible input value to be tested for equality (implied) and a relevant subroutine to perform in the action column. The… … Wikipedia
Programming language — lists Alphabetical Categorical Chronological Generational A programming language is an artificial language designed to communicate instructions to a machine, particularly a computer. Programming languages can be used to create programs that… … Wikipedia
Control flow analysis — is a static code analysis technique for determining the control flow of a program. The control flow is expressed as a control flow graph (CFG). For many languages, the control flow of a program is explicit in a program s source code. As a result … Wikipedia
Programming paradigm — Programming paradigms Agent oriented Automata based Component based Flow based Pipelined Concatenative Concu … Wikipedia
Programming style — is a set of rules or guidelines used when writing the source code for a computer program. It is often claimed that following a particular programming style will help programmers to read and understand source code conforming to the style, and help … Wikipedia
Control (Janet Jackson album) — Control … Wikipedia
Programming by demonstration — (PbD) is a technique for teaching acomputer or a robot new behaviors by demonstrating the task totransfer directly instead of programming it through machinecommands.The term Programming by example (PbE) or Programming bydemonstration (PbD)… … Wikipedia
Programming (disambiguation) — Programming often refers to computer programming, the act of instructing computers to perform tasks.In other contexts, it may also refer to: *Broadcast programming, scheduling content for television *Radio programming, scheduling content for… … Wikipedia
Programming productivity — refers to a variety of software development issues and methodologies affecting the quantity and quality of code produced by an individual or team. Key topics in productivity discussions have included:* Amount of code that can be created or… … Wikipedia
Control array — (mostly used in Visual Basic) is the collection of controls that programmer put it in form (VB Form). Control array is always a single dimensional array. Control array is that you can add or delete array elements at run time. With some controls,… … Wikipedia
Control flow — Not to be confused with Flow control. In computer science, control flow (or alternatively, flow of control) refers to the order in which the individual statements, instructions, or function calls of an imperative or a declarative program are… … Wikipedia