-
61 table-type object
Вычислительная техника: объект табличного типа, объект-таблица -
62 BL Lacertae-type object
English-russian dictionary of physics > BL Lacertae-type object
-
63 anaclitic type object-choice
анаклитический тип выбора объекта, выбор объекта по примыканиюАнгло-русский словарь по психоаналитике > anaclitic type object-choice
-
64 dynaset-type object
English-Russian information technology > dynaset-type object
-
65 table-type object
объект табличного типа; объект-таблица -
66 class
= class typeкласс, тип объектаодно из основных понятий ООП. Класс - это объявление структуры данных, объединяющее объекты с одинаковыми свойствами (полями) и методами (поведением). Такие объекты называются экземплярами этого класса и обычно соответствуют сущностям реального мира в деловой или предметной области (то есть это могут быть, например, люди, должности или предметы). Иначе можно сказать, что из определения класса (class definition) в программе можно создать любое количество объектов. Класс иногда называют типом объектов, так как идея объединения в объекте функций с данными тесно связана с понятием типа данных (data type) в процедурных ЯВУ. Класс может наследовать свойства других классов. Свойства объектов могут быть трёх видов: атрибуты (см. attribute), или поля, процедуры или услуги, предоставляемые объектом (см. method) и правила (инварианты), устанавливающие взаимосвязи свойств объекта или определяющие условия его жизнеспособности.When you need to use the class, you must create an instance of the object (W. Rubin). — Чтобы применить данный класс, необходимо создать экземпляр объекта (см. invariant) см. тж. abstract class, abstract data type, anonymous class, base class, class diagram, class file, class hierarchy, class invariant, classless inheritance, class interface, class library, class loader, class member, class method, class-oriented, class structure, class variable, concrete class, derived class, final class, friend, inheritance, instance, metaclass, object type, OOP, parameterized class, subclass, superclass, template class
Англо-русский толковый словарь терминов и сокращений по ВТ, Интернету и программированию. > class
-
67 automation servers
Автоматизация. Клиенты и серверы автоматизации.
Автоматизация (ранее известная как OLE-автоматизация – OLE Automation) – это одно из наиболее важных средств технологии ActiveX, позволяющее программно управлять объектами из других приложений. И это основное средство, с помощью которого можно интегрировать функциональные возможности различных приложений. Приложения, поддерживающие автоматизацию, делятся на две категории: клиенты автоматизации и серверы автоматизации. Причем некоторые приложения могут быть только клиентами либо только серверами автоматизации, но есть и такие (и к ним относится Microsoft Access), которые могут выступать и в том и в другом качестве.
Клиенты и серверы автоматизации При интеграции двух приложений одно предоставляет свои объекты для использования, а другое использует объекты первого приложения. Приложение, объекты которого доступны для других приложений, называется сервером автоматизации (иногда его еще называют компонентом). Приложение, которое использует объекты другого приложения, называется клиентом (или контроллером) автоматизации. Объекты, которые доступны для других приложений, называют объектами автоматизации. Через объекты автоматизации приложение-сервер открывает доступ другим программам к тем своим функциям, которые могут быть им полезны. Например, текстовый редактор может открывать другим программам доступ к проверке орфографии, служба связи – доступ к созданию и отправке сообщений. Это позволяет разработчикам ускорить процесс разработки своих приложений, благодаря использованию готовых функций сервера. Объекты приложения-сервера образуют библиотеку объектов, которая может быть подключена к приложению-клиенту путем установки ссылки в проекте VBA (см. разд. "Установка ссылок на объектные библиотеки" гл. 13). Приложение-клиент использует объекты приложения-сервера путем доступа к их свойствам и методам. При этом он имеет все те возможности, которые есть у сервера автоматизации. Например, Microsoft Excel имеет модель объектов, которая включает такие объекты, как Workbook, Worksheet, Sell и др. К этим объектам можно обращаться из Microsoft Access, а также из других приложений, поддерживающих автоматизацию. Чтобы получить представление о работе с технологией автоматизации OLE, нужно разобраться в классификации серверов автоматизации, которые могут быть использованы в написании приложений систем управления базами данных. Существуют пять основных типов серверов автоматизации.- Полные серверы (full servers) – это самостоятельные приложения, например Microsoft Excel и Microsoft Word, использующие автоматизацию. Данные приложения, подобно Access, предоставляют свои объекты для использования собственной версии VBA. Полные серверы называются также локальными серверами (local servers), поскольку сервер такого типа должен размещаться на том же компьютере, что и приложение клиента автоматизации.
- Серверы автоматизации (automation servers) – это серверы, которые не являются внедряемыми объектами. В качестве примера такого сервера можно привести Microsoft Access. Название Microsoft Access не содержится в списке Тип объекта (Object Type) вкладки Создание (Create New) диалогового окна Объект (Object) меню Вставка (Insert) приложений Microsoft Word или Microsoft Excel. При попытке указать файл базы данных во вкладке Создание из файла (Create From File) элемент управления Упаковщик объектов (Object Packager) пытается создать пакет из файла базы данных.
- Мини-серверы (mini-servers) – это приложения, которые могут быть запущены только из приложений-клиентов автоматизации, например Microsoft Graph (MSGraph9) или Visio Express. Приложение, являющееся мини-сервером, должно представлять собой выполнимый файл (с расширением ехе) и иметь возможность раскрывать окно приложения. Мини-серверы, отображающие объекты конкретного класса, например файлы изображений, видеоклипы и т. д., называются средствами просмотра (viewers).
- Специальные элементы управления OLE (OLE Controls) – это одна из разновидностей мини-серверов. Специальные элементы управления OLE, имеющие расширение файлов осх, кроме методов и свойств, предоставляют для использования другими приложениями еще и события. Они похожи на специальные элементы управления Visual Basic (VBXs). Некоторые элементы управления OLE, подобно VBXs, в режиме выполнения выводятся на экран, другие в режиме выполнения невидимы.
- Элементы управления ActiveX (ActiveX Controls) являются облегченной 32-разрядной версией элементов управления OLE. Такие элементы хранятся в файлах с тем же, что и у элементов OLE, расширением (осх), однако их размер на 30-50% меньше, чем у заменяемых ими элементов OLE. Элементы управления ActiveX являются основой развиваемой в настоящее время фирмой Microsoft технологии ActiveX
- Служебные серверы (process servers) – это подкласс серверов автоматизации, используемых для выполнения функций, которые не взаимодействуют с интерфейсом пользователя. Служебные серверы делятся на внешние ( OutOfProc(ess)) и внутренние ( InProc(ess)). Внешние серверы – это выполнимые файлы, которые запущены собственным процессом, т. е. имеют отдельную зарезервированную память. К внешним серверам можно отнести полные серверы и мини-серверы. Внутренние серверы используют память совместно с приложением клиента автоматизации. К внутренним серверам относятся специальные элементы управления ActiveX.
Служебные серверы не входят в официальную классификацию серверов автоматизации. Этот термин используется для того, чтобы различать невидимые управляемые служебные объекты сервера, работающие в фоновом режиме, и управляемые объекты, обладающие видимым представлением в режиме выполнения или режиме Конструктора Microsoft Access. Чаще всего служебные серверы используются при создании приложений баз данных, располагающих служебный сервер автоматизации между входным каналом приложения клиента и выходным каналом приложения сервера для обработки запросов приложения сервера или отслеживания ошибок данных входного канала сервера. Такие серверы невидимы для пользователя. Одним из преимуществ автоматизации является возможность работы с управляемыми полными серверами и мини-серверами без создания видимого экземпляра сервера автоматизации. Автоматизация запускает приложение самостоятельно, без внешнего вмешательства. Если серверу не указано активизировать окно, он невидим, и в списке задач его имя не содержится.
[ http://samoucka.ru/document18469.html]Тематики
EN
Англо-русский словарь нормативно-технической терминологии > automation servers
-
68 language
язык || языковой- action description language
- actual machine language
- agent programming language
- AI language
- Algol-like language
- algorithmical language
- algorithmic language
- application-oriented language
- applicative language
- artificial language
- assembler language
- assembly language
- assembly-output language
- assignment-free language
- behavioral language
- bidirectional language
- block-structured language
- Boolean-based language
- business definition language
- business-oriented language
- calculus-type language
- C-based language
- client-side language
- code language
- command language
- compiled language
- compiler language
- component definition language
- composite language
- computer language
- computer-dependent language
- computer-independent language
- computer-oriented language
- computer-programming language
- computer-sensitive language
- consensus language
- context-free language
- control language
- conversational language
- core language
- data definition language
- data description language
- data language
- data manipulation language
- data storage description language
- database language
- data-entry language
- data-flow language
- data-query language
- declarative language
- defining language
- descriptive language
- descriptor language
- design language
- device media control language
- direct execution language
- directly interpretable language
- Dyck language
- end-user language
- escape language
- evolutive language
- executive-control language
- executive language
- explicit language
- extensible language
- fabricated language
- finite state language
- flow language
- foreign language
- formalized language
- frame-based language
- freestanding language
- functional language
- generated language
- graphics language
- graph-oriented language
- hardware-description language
- hardware language
- higher-level language
- higher-order language
- host language
- human language
- human-oriented language
- human-readable language
- indexed language
- information retrieval language
- informational language
- information language
- inherently ambiguous language
- input language
- input/output language
- instruction language
- integrated language
- interactive language
- interim language
- intermediate language
- internal language
- interpreted language
- job control language
- job-oriented language
- knowledge representation language
- language pair
- letter-equivalent languages
- linear language
- linear-programming language
- list-processing language
- logic-type language
- low-level language
- machine language
- machine-dependent language
- machine-independent language
- machine-oriented language
- macroassembly language
- macro language
- macroinstruction language
- macroprogramming language
- man-to-computer language
- mathematical formular language
- memory management language
- mnemonic language
- modeling language
- native language
- natural language
- NC programming language
- nested language
- network-oriented language
- nonprocedural language
- numder language
- object language
- object modeling language
- object-oriented language
- one-dimensional language
- operator-oriented language
- original language
- page description language
- parallel language
- phrase structure language
- predicate language
- predicate logic-based language
- predicate logic language
- privacy language
- problem statement language
- problem-oriented language
- procedural language
- procedure-oriented language
- process control language
- production language
- program language
- programming language
- pseudo language
- pseudomachine language
- query language
- readable specification language
- reference language
- regular language
- relational language
- relational-type language
- representation language - requirements modeling language
- restricted language
- rule-based language
- ruly language
- schema language
- science-oriented language
- script language
- self-contained language
- semantic-formal language
- semiformal language
- sentential language
- serial language
- simulation language
- single-assignment language
- source language
- specialized language
- specification language
- stream-based language
- strict language
- structured programming language
- structured query language
- super language
- super-high-level language
- symbolic language
- symbolic programming language
- syntax language
- synthetic language
- system input language
- system language
- system-oriented language
- tabular language
- target language
- TC language
- time sharing language
- type-free language
- unified modeling language
- update language
- user language
- user-oriented language
- very-high-level languageEnglish-Russian dictionary of computer science and programming > language
-
69 system
1) система2) установка; устройство•- 2D design system
- 2-D draughting system
- 2D milling CAM system
- 3 nonsimultaneous axes control system
- 3D CAD system
- 3D design system
- 3D milling CAM system
- 3-D surface-modeling system
- 3-D system
- abrasive waterjet cutting system
- absolute control system
- absolute dimension measuring system
- accident-protection system
- accountancy system
- accounting data system
- ACO system
- acoustic feedback control system
- acquisition system
- active enclosure system
- adaptable system
- adaptive CNC system
- adaptive control constraint system
- adaptive control system
- adaptive pulsing system
- adaptive robot system
- add-on NC programming system
- administrative information data system
- administrative information system
- ADR system
- advanced command data system
- advanced data analysis system
- advanced data display system
- advanced display system
- advanced integrated data system
- advanced interactive debugging system
- advanced management information system
- advisory system
- AGV system
- air flotation system
- air-bearing system
- air-cooling system
- air-delivery system
- air-gaging system
- airlock system
- air-oil mist lubrication system
- air-plasma arc-profiling system
- air-purge system
- alarm system
- all-enveloping guard system
- analog computing system
- analog recording system
- angstrom-positioning system
- antideflection system
- antilock brake system
- antisag system
- application-specific system
- APT generating expert system
- Archimedes system
- array system
- AS/RS system
- assembly management system
- assembly system
- attitude display system
- autolube system
- automated communications and messages processing system
- automated design and optimization of control system
- automated design system
- automated digital design system
- automated industrial management system
- automated information data system
- automated information dissemination system
- automated information retrieval system
- automated inventory distribution system
- automated machining system
- automated management information system
- automated management system
- automated measuring system
- automated parts input-output system
- automated reliability and maintenance management system
- automated storage control system
- automatic alignment-and-centering system
- automatic call distribution system
- automatic CAM system
- automatic chuck-changing system
- automatic data acquisition system
- automatic data distribution system
- automatic data system
- automatic diagnostic-and-recovery system
- automatic display plotting system
- automatic distributive numerical control system
- automatic fixturing system
- automatic gaging-and-compensating system
- automatic measurement-and-compensation system
- automatic message accounting system
- automatic message distribution system
- automatic pallet storage/retrieval system
- automatic program transfer system
- automatic record evaluation system
- automatic telemetry system
- automatic test analysis system
- automatic test system
- automatic testing, evaluating and reporting system
- automatic tool cassette changer system
- automatic tool retraction system
- automatic tool retraction/correction/reentry system
- automatic tool wear/tool broken sensing system
- automatically taught system
- automation system
- autonomous system
- autopatch system
- AWS system
- axis drive system
- axis motor system
- axis-stopping system
- backlash-free friction system
- back-to-back system
- balance system
- balanced system of forces
- balanced system
- bar feed system
- bar pulling system
- bar pusher system
- barring coding system
- base coordinate system
- base data system
- base file system
- base operating information system
- basic disk operating system
- basic hole system
- basic input/output system
- basic NC system
- basic programming system
- basic shaft system
- batching system
- batch-machining system
- battery system
- BCC management information system
- beam delivery system
- belt turnover system
- belt twist system
- binary system
- binary vision system
- biped robotic system
- block-tool system
- block-type tool change system
- bonded stores system
- boring system
- bought-in control system
- brake system
- branch information system
- breakaway system
- breathing system
- broad system of ordering
- BTA deep-hole-drilling system
- BTA-style deep-hole-drilling system
- bug-free system
- building block system
- bulk system
- business information system
- buy-and-plug-in system
- C/C system
- cable and hose carrying system
- CAD access system
- CAD system
- CAD/CAM system
- CAD/CAM/CAE and product data management system
- CAD/CAM/CAE system
- CAD/CAPP/CAM system
- CADAR system
- CAD-integrating system
- CAD-only system
- CAE system
- CAE/CAD/CAM system
- CAG system
- CAM system
- cam-and-lever system
- capacitance-based measuring system
- CAPP system
- capture system
- carrierband system
- cart/pallet transfer system
- Cartesian coordinate system
- cassette jaw-change system
- cell control system
- cell management system
- cell-type system
- cellular manufacturing system
- central analog data distributing and controlling system
- central automatic message accounting system
- central storage system
- centralized control system
- centralized coolant and extractor system
- centralized swarf conveying system
- centralized swarf removal system
- chain conveyor system
- check system
- checking system
- checkout system
- chiller system
- chip conveyor system
- chip guard system
- chip-evacuation system
- chuck/chuck jaw changing system
- chucking system
- chuck-jaw system
- chuck-loading system
- CIM system
- circular monitoring system
- circular part-processing system
- circulating lubrication system
- circulating oil system
- circulation system
- clamping system
- closed cooling system
- closed loop control system
- closed loop machine control system
- closed loop size control system
- closed loop system
- closed-proprietary system
- CM system
- CNC hardware system
- CNC machine tool system
- CNC programming system
- CNC system
- CNC transfer system
- CNC-ACC system
- CNC-control system
- coherent system of units
- collecting system
- collet pad top jaw system
- combined cooling system
- combined production system
- command-line NC system
- commercial vision system
- communication system
- companion system
- comprehensive power measurement system
- computer analysis and design system
- computer automation real-time operating system
- computer data communication system
- computer NC system
- computer system
- computer vision system
- computer-aided design support system
- computer-aided dispatch system
- computer-aided gaging system
- computer-aided programming system
- computer-aided telemetry system
- computer-aided test system
- computer-assisted command system
- computer-assisted message processing system
- computer-assisted microfilm retrieval system
- computer-assisted operation sequence planning system
- computer-automated machine-tool system
- computer-automated test system
- computer-based management system
- computer-based message system
- computer-controlled materials-handling system
- computer-controlled system
- computer-coordinated measuring system
- computer-directed swing-arm tool-changing system
- computer-driven control system
- computer-hosted manufacturing system
- computer-integrated manufacturing system
- computer-integrated system
- computerized information retrieval system
- computerized machine control system
- computerized manufacturing system
- computerized numerical control system
- computerized production control system
- computerized shopfloor data collection system
- computer-oriented production management system
- computer-oriented system
- computing system
- concurrent force system
- conductor system
- conservative system
- constant delivery system
- constant volume system
- constant-contact scanning system
- constraint satisfaction system
- continuous feedback control system
- continuous flow system
- continuous-path CNC system
- continuous-path control system
- contouring control system
- contouring system
- controlled path system
- controlling system
- conventional ACC system
- conversational analysis and drafting system
- conveying system
- conveyor system
- conveyoring system
- conveyorized work-handling system
- coolant clarification system
- coolant laundering system
- coolant mist system
- coolant recirculating system
- coolant recovery system
- coolant recycling system
- coolant supply system
- coolant-circulating system
- coolant-thru-body system
- cooling system
- coordinate drive system
- coordinate system
- coprocessor board system
- copymill control system
- corporate information and office system
- coupling system
- CPS system
- CRT control system
- CRT system
- customer-oriented system
- customized FMS control system
- cut-piece transfer system
- cycloidal tooth system
- data base management system
- data communication system
- data control system
- data input management system
- data management system
- data origination system
- data processing system
- data retrieval system
- data transfer system
- datum system for geometrical tolerancing
- datum system
- DDM system
- decentralized DNC system
- decision enabling system
- decision support system
- dedicated production system
- deep-hole-drilling system
- defect-free machining system
- delivery system
- demand pull flexible system
- demand push flexible system
- departmental management system
- descaling system
- design coordinate system
- design support system
- design-automation system
- design-for-manufacturing system
- design-with-feature system
- desk-top publishing system
- deterministic system
- dexel-based system
- diagnostic communication control system
- diagnostic computer control system
- dialog system
- diamond-lapping system
- digital readout system
- digitizing system
- digitizing/data capture system
- dimensional verification system
- direct impingement starting system
- direct lubrication system
- direct NC system
- discrete-continuous system
- dispatcher system
- distributed computer system
- distributed mass-spring system
- distributed microprocessor system
- distributed processing system
- distributed quality system
- distributed system
- distributive numerical control system
- DNC flexible machining system
- DNC machine control system
- DNC machine tool control system
- DNC system
- DNC/FM system
- document processing system
- document retrieval system
- document search system
- domain-expert system
- Doppler system
- DOS CAM system
- double tube system
- dowel pin system
- DRO system
- drop-feed-lubrication system
- DTP system
- dual laser optical system
- dual laser referencing system
- dual system
- dual-beam LDDM system
- dual-pallet shuttle system
- dual-shaft electric propulsion system
- dynamic beam focusing laser system
- dynamic data system
- dynamic mapping system
- early warning system
- eddy current damper system
- edge-sensing system
- edge-type positioning system
- eight-station pallet system
- electrical contact tracing system
- electrofluidic control system
- emergency protection system
- enclosure system
- encoder checking system
- endpoint locating system
- energy-adaptive system
- energy-saving drive system
- engine starting system
- entry-level NC system
- environmental control system
- equivalent rigid link system
- equivalent systems of forces
- ESD system
- estimating system
- example-driven system
- expert control system
- expert process planning system
- expert system
- external box system
- extractor system
- fact retrieval system
- factory automation system
- fault detection system
- fault-signal system
- FBG system
- feasibility routing system
- feature-based CAM system
- feature-based system
- feed system
- feedback control system
- feedback gaging system
- feedback position control system
- feedback system
- feed-drive system
- feedforward compensatory control system
- feed-only AC system
- feed-overriding system
- FFS system
- file control system
- finite capacity scheduling system
- fixed coordinate system
- fixed-feature NC system
- fixed-rail system
- fixture design system
- fixture system
- fixturing system
- flanged pipe system
- flexible assembly system
- flexible automated manufacturing system
- flexible automation system
- flexible computer-controlled robotic system
- flexible fabricating system
- flexible fixturing system
- flexible handling system
- flexible laser optical system
- flexible laser system
- flexible lathe system
- flexible machine system
- flexible machining center system
- flexible machining system
- flexible manufacturing system
- flexible NC system
- flexible press system
- flexible tooling system
- flexible transfer system
- flexible turning system
- flood coolant system
- flow-line production system
- flow-type manufacturing system
- fluid management system
- fluid power system
- flush-type cooling system
- fly system
- FMS operating system
- FMS/CAD/CAM system
- FMS-type production system
- force measurement system
- force sensory system
- force system
- force-sensing system
- forecasting system
- four-station pallet system
- four-tier quality system
- FROG navigation system
- FROG system
- full-blown system
- fully specified system
- gage system
- gaging computer system
- gaging-and-compensating system
- gantry loading system
- gantry-based turning system
- gantry-style motion system
- gas-turbine starting system
- gating system
- gear roller system
- gear system
- gear testing system
- general information retrieval system
- generative planning system
- generic control system
- generic messaging system
- generic system
- glass fiber system
- glazing system
- goal-seeking system
- graphic numerical control system
- graphic processing system
- graphics system
- graphics-oriented system
- grating measuring system
- gravity oil system
- gray scale imaging system
- grinder vision system
- group control system
- guarding system
- guidance system
- guiding system
- handling system
- handwriting-input system
- hard-automated system
- hardware NC system
- hardware support system
- head change system
- head changer system
- head-changing flexible manufacturing system
- help system
- hierarchical coding system
- hierarchical control system
- hierarchical information control system
- high-noise-immunity system
- high-rise system
- high-speed positioning system
- high-speed-processor control system
- high-volume system
- Hirth gear-tooth system
- holding system
- holding tool system
- hole system
- holonomic system
- host computer-assisted programming system
- host distributive numerical control system
- hybrid computing system
- hydraulic oil system
- hydraulic system
- hydraulic-circuit system
- hypertext system
- ID system
- IDNC system
- illumination system
- image detection system
- image processing system
- imaging system
- IMC system
- immersion-washing system
- inconsistent system of equations
- incremental measuring system
- index system
- indirect lubrication system
- individual lubrication system
- inductive telemetry system
- inductively guided cart system
- industrial vision system
- in-feed system
- inference system
- in-floor chip-disposal system
- information infrastructure system
- information logical system
- information processing system
- information storage and retrieval system
- information system
- information-gathering system
- information-management system
- information-sharing system
- infrared imaging system
- infrared system
- in-house minicomputer system
- in-house system
- inlet control system
- in-process gaging system
- in-process sensing system
- in-process storage system
- insert-selection system
- instrumentation system
- insulating system
- integral movement monitoring system
- integrated CAD/CAPP/CAM system
- integrated CAM system
- integrated circuit numerical control system
- integrated computer system
- integrated information system
- integrated machine system
- integrated machining system
- integrated manufacturing and assembly system
- integrated manufacturing system
- integrated NC machine system
- integrated production system
- integrated sensor system
- intelligent control system
- interactive control system
- interactive graphics processing system
- interactive manufacturing control system
- interconnection system
- interdepartmental communication system
- interferometer measuring system
- interlocking system
- interrupt-driven system
- inventory-management system
- involute tooth system
- IR fault-signal system
- IR system
- ISO system of limits and tolerances
- isolated word recognition system
- jig boring measuring system
- job shop-type flexible system
- joint-actuation system
- just-in-time production system
- kanban pull system
- kinetic control system
- kitting system
- knowledge base management system
- knowledge system
- knowledge-based information system
- knowledge-based system
- krypton laser system
- labeling system
- labor-intensive system
- language-based NC system
- laser beam orientation system
- laser beam positioning system
- laser calibration system
- laser combination energy system
- laser digitizing system
- laser driving system
- laser full automated system
- laser inspection system
- laser interferometer measuring system
- laser machining system
- laser metalworking system
- laser micrometer system
- laser monitoring system
- laser mount system
- laser optical transformation system
- laser pulse power system
- laser pump system
- laser referencing system
- laser thread measurement system
- laser transducer system
- laser-cutting system
- laser-gaging system
- layered control system
- LDDM system
- lead screw drive system
- learning system
- library reference system
- library system
- light guide system
- light recognition system
- line motion control system
- line motion system
- line path system
- linear index system
- linear system of constant coefficients
- linear time invariant system
- linear time-varying system
- linear-encoder-equipped system
- LMFC system
- load/unload system
- loading robot system
- load-monitoring system
- local communications system
- logistics system
- look-up table system
- low-loss optical system
- low-volume lubricant delivery system
- lube system
- lubrication system with continuous delivery
- lubrication system with cyclic delivery
- lubrication system with performance control
- lubrication system without performance control
- lubrication system
- M system
- machine control system
- machine coordinate system
- machine health-monitoring system
- machine management system
- machine surveillance system
- machine tool capability-conditioning system
- machine tool system
- machine vision system
- machine/control system
- machine/tool/workpiece system
- machine-flexible system
- machine-zero reference system
- machining-cell system
- magnetic control system
- magnetic shaft suspension system
- main control system
- maintenance tracking system
- make-up system
- management control system
- management information system
- management system
- management-and-manufacturing system
- managerial reporting system
- man-computer system
- man-machine system
- man-plus-machine system
- manual data input system
- manual programming system
- manufacturing execution system
- manufacturing optimization system
- manufacturing software system
- manufacturing system
- many-degrees-of-freedom system
- many-variable system
- mass-elastic system
- master manufacturing control system
- master-slave control system
- material flow system
- material movement system
- material storage system
- materials-handling control system
- materials-handling system
- matrix array system
- matrix-type system
- MDI contouring control system
- MDI control system
- MDI NC system
- mean line system
- measurement/inspection system
- measuring coordinate system
- measuring system
- measuring/compensation system
- mechanical interface coordinate system
- memory NC system
- memory system
- menu drive system
- menu system
- menu-driven programming system
- metalforming production system with robots
- metalworking laser system
- metamorphic system
- metareasoning system
- metering system
- metrology system
- MIC system
- micro CAD/CAM programming system
- microadjustment system
- microchip-managed control system
- microdispensing system
- microintegrated system
- microload system
- micropackaged distributed system
- microprocessor based system
- microprocessor CNC system
- microprocessor system
- microprocessor-development system
- microstep control system
- microwave drill detection system
- milling CAM system
- milling system
- minicomputer-based numerical control system
- minicomputer-based system
- minicomputer-based test system
- miniload automated storage and retrieval system
- miniload system
- minimal constraint system
- minimum phase shift system
- mist-cooling system
- mixed forging-machining system
- mobility system
- model reference adaptive system
- moderately sized manufacturing system
- modular clamping system
- modular component tooling system
- modular fixture system
- modular holding system
- modular system
- modular tooling system
- modular work holding system
- monitoring system
- monorail material handling system
- motor position sensing system
- mounting system
- MPM system
- MRC system
- MRP system
- MS-DOS system
- multiaxis laser system
- multimachine system
- multimedia system
- multinetwork system
- multipallet system
- multiple computer system
- multiple laser technology system
- multiple pallet changer system
- multiple pallet handling system
- multiple parts feeding system
- multiple sensory system
- multiple spindle head handling-and-changing system
- multiple system of indexing
- multiple-gun spraying system
- multipoint lubrication system
- multipoint network control system
- multiprocessing system
- multiprocessor NC system
- multiprocessor system
- multiproduct manufacturing system
- multiprofile tool system
- multiprogramming system
- multirobot system
- multisensor system
- multiserver queueing system
- multistage system
- multitasking control system
- multiterminal system
- multiuser system
- multivendor information system
- multiwindowing software system
- Nagare system
- narrowly defined expert system
- national information system
- navigation system
- NC contouring system
- NC machine system
- NC part-programming system
- NC system
- NC tooling system
- NC/TP system
- nesting system
- network computer system
- network switching system
- network system
- noise diagnostic system
- noncircular copy-turning system
- noncompensated system
- noncontact laser marking system
- noncontact microwave system
- nonexpert system
- non-NC system
- numerical computer control system
- numerical contour control system
- numerical control system
- numerically controlled tool point system
- object-oriented system
- office system
- office-based programming system
- off-line adviser-type expert system
- off-line programming system
- off-line system
- off-the-shelf system
- oil mist system
- oil scavenge system
- oil system
- oil wash system
- oil-recirculating system
- oligarchical manufacturing system
- OLP system
- one man/one machine system
- one man-one operation-one job system
- one-machine flexible system
- one-piece tape spar-measuring system
- one-shot lubrication system
- on-line information system
- on-line process system
- on-line retrieval system
- on-line system
- on-line tool control system
- on-machine gaging system
- on-machine probing system
- on-off control system
- open architecture system
- open cooling system
- open system
- open-front system
- open-loop control system
- operating system
- operational system
- operator guidance system
- operator-controlled NC system
- optical detection system
- optical laser ranging system
- optical MAP system
- optical measurement/inspection system
- optical recognition system
- optical system for laser processing
- optical tracer backup system
- optical transmission system
- opti-feed system
- optimal-position control system
- order-driven system
- order-entry system
- order-picking system
- oscillating system
- oscillatory system
- out-feed system
- output collecting system
- overall system
- p.-t.-p. NC system
- package confinement system
- paging system
- pallet conveyor system
- pallet gripper system
- pallet ID system
- pallet storage system
- pallet storage/changer system
- pallet/platen transfer system
- pallet/robot flexible-machining system
- pallet-based materials handling system
- pallet-based system
- pallet-changer system
- pallet-coding system
- pallet-handling system
- palletized tool magazine system
- pallet-loading system
- pallet-moving system
- pallet-shuttle change system
- pallet-transfer system
- pallet-transport system
- paperless NC system
- parallel force system
- parallel lubrication system
- parametric CNC system
- part flow system
- part handling-and-storage system
- part program-editing system
- part queue system
- part-conveying system
- partial laser system
- part-programming system
- part-retrieval system
- passively mode-locked laser system
- path control system of a machine
- path control system
- pattern recognition system
- pattern tracing system
- pattern-directed system
- PC system
- PC-based CAD system
- PC-based vision system
- pendant-mounted CNC system
- perceptual system
- permanent electro system
- personal computer-based robotic vision system
- phase switching control system
- photogrammetric vision system
- photooptic tracing system
- photooptical tracing system
- piece rate system
- plane system of forces
- planner-oriented system
- plant-integration system
- platen system
- platform-independent CAM system
- playback system
- plugboard control system
- plugboard programming system
- point-to-point system
- popular laser system
- position control system
- positioning control system
- postprocess inspection system
- postprocess system
- postprocess-feedback gaging system
- potentiometer-setting system
- power generating system
- power system
- powered clamping system
- powered track system
- powerful robot system
- precision positioning system
- predictive machinability system
- predictive maintenance system
- pre-emptive system
- pregaging system
- preload system
- preset tooling system
- presetting system
- prismatic flexible manufacturing system
- prismatic machining system
- probe communication system
- problem-oriented information system
- process planning system
- process-flexible system
- production control system
- production expert system
- production-monitoring system
- productions system
- product-testing system
- programmable automation system
- programmable control system
- programmable logic control system
- programmable power monitoring system
- programmed sequence control system
- programming system
- proof-of-concept system
- proprietary NC system
- propulsion system
- propulsive system
- protection system
- prototype system
- prototyping system
- pull system of production
- pull system
- punch tape NC system
- purpose-made materials feeding system
- push system
- qualitative system
- quality control system
- quality system
- quantity produced systems
- question-and-answer system
- question-answering system
- queuing system
- quick-change system
- quick-change workpiece-fixturing system
- quick-change-cutter system
- rack system
- rack-picking system
- rail-borne robotic handling system
- rail-guided transport system
- random mission system
- random mix system
- random order system
- ranging system
- readout system
- ready-to-go system
- real-time vision system
- recirculation system
- rectangular coordinate system
- rectangular triordinate system
- reeving system
- reference retrieval system
- reference system
- reflecting high-power beam optical system
- register system
- registration system
- relay ladder logic system
- reporting system
- reprographic system
- resolver system
- restraint system
- RETIC system
- retrieval system
- retrofit system
- return spring system
- RGV pallet delivery system
- rigid track workpiece transport system
- rigid transfer system
- robot control system
- robot gantry storage-and-retrieval system
- robot learning system
- robot parts-handling system
- robot system
- robot teaching system
- robot tool changing system
- robot-based turning system
- robotic system
- robotic vision system
- robotics CAD system
- robotized metalforming system
- robot-like inspection system
- robot-measuring system
- rod memory system
- roller system
- roll-generating system
- rotary transfer system
- rotary-type tool-mounting system
- rotational system
- routing-flexible system
- rule-based expert system
- running fail-safe system
- running system
- run-time system
- safety actuation system
- safety system
- scale back system
- seam tracking laser processing system
- seam-tracking system
- security system
- selective assembly system
- selective control system
- self-adapting system
- self-contained starting system
- self-contained system
- self-monitoring measuring system
- self-optimizing adaptive control system
- self-programming NC system
- self-teaching system
- self-test system
- sensing system
- sensor system
- sensor-based system
- sensory control system
- sensory feedback system
- sensory interactive system
- sensory-processing system
- sentence recognition system
- sequencing control system
- sequential control system
- series lubrication system
- service system
- servo control system
- servo drive system
- servo positioning system
- servo transducer system
- servo-controlled blade-feed-pressure system
- setting system
- SFP system
- shaft system
- shared tools system
- shopfloor communication message system
- shopfloor part-programming system
- shopfloor programming system
- shopfloor-programming control system
- short-closed oil system
- shuttle car system
- shuttle system
- shuttle-type container system
- side-loading pallet system
- sign system
- signature-analysis system
- silhouetting system
- single system
- single-board computer system
- single-cell system
- single-line lubrication system
- single-point lubrication system
- single-stage system
- single-tube system
- single-unit machining system
- single-variable system
- sinking system
- six-station pallet system
- size-monitoring system
- skidless system
- skid-type system
- small knowledge system
- small scale system
- small-batch manufacturing system
- sociotechnical system
- software-based system
- software-operating system
- solid model CAD system
- solid modeling system
- solids-based system
- sonic digitizing system
- space-monitoring sensor system
- special-purpose CNC system
- special-purpose material handling system
- speech-understanding system
- spindle airblast system
- spindle-probe system
- splash lubrication system
- split-type of tooling system
- spray lubrication system
- sprocket-chain system
- stabilization system
- stabilizing system
- stacking system
- stand-alone system
- standard control system
- standard unit system
- starting system
- statistical process control system
- steady-state system
- stepping motor drive system
- stocker system
- stocking system
- stop-bolt locking system
- storage system
- storage-and-retrieval system
- storage-retrieval system
- straight cut control system
- straight-line control system
- stress calculations infinite element system
- structurally stable system
- structurally unstable system
- stub-tooth system
- subloop system
- supervision system
- supervisory computer control system
- supervisory control system
- surface-measurement system
- surveillance system
- suspension system
- swarf conveyance system
- swarf-management system
- swarf-removal system
- switching system
- synthetic vision system
- system of dimensioning
- system of forces
- system of limits and fits
- system of quantities
- system of the machine retaining devices
- system of units
- tactile sensing system
- tailored NC system
- tailor-made system
- tape-oriented system
- target system
- teach system
- teachable-logic control system
- teaching system
- teach-mode programming system
- technology-intensive system
- telecommunication system
- telemetry gage system
- telemetry system
- teleoperated system
- telepresence system
- telerobotic system
- ten-station pallet system
- term system
- test system
- testing system
- text organizing system
- thermal control system
- thermal enclosure system
- thermal propulsion system
- thread measurement system
- thread measuring system
- three-dimensional CAM system
- three-dimensional coordinate system
- three-wire thread measuring system
- through feed system
- through-the-tool system
- time control system
- time cycle system
- time-shared system
- time-sharing NC programming system
- time-sharing system
- tool animation system
- tool breakage prevention system
- tool change system
- tool condition monitoring system
- tool coolant system
- tool deflection calibration system
- tool identification tag system
- tool life control system
- tool life management system
- tool magazine exchanger system
- tool management system
- tool position-compensating system
- tool shank cleaning system
- tool storage and transport system
- tool storage/management system
- tool-associated system
- tool-clamp system
- tool-holder-work system
- tool-ID system
- tooling AGV system
- tooling system
- tool-in-hand system
- tool-in-use system
- tool-machine system
- tool-monitoring system
- tool-mounting system
- tool-presetting system
- tool-probing system
- tool-to-turret connection system
- tool-transfer system
- torque-monitoring system
- total system
- total-loss lubrication system
- touch-probe digitizer system
- touch-probe digitizing system
- touch-probe system
- towline cart system
- towline conveyor system
- towline handling system
- towline material handling system
- towline transfer system
- tracer control system
- tracing system
- track system
- tracking/scheduling system
- track-monitoring system
- transfer system
- translating system
- transmission system
- transporter system
- traverse-metering system
- tray-type transfer system
- triangulation system
- tribomechanical system
- tri-level stocker system
- triordinate system
- trolley control system
- trouble-free control system
- T-slot system
- tuned system
- turning system
- turning-and-chucking system
- turnkey computer control system
- turnkey system
- turret probing system
- turret tooling system
- two-line lubrication system
- two-machine system
- two-pallet exchange system
- two-shift system
- two-tier inspection system
- unattended machining system
- unattended production system
- uncertain system
- unified system
- unit bore system
- unit system
- unit-build system
- unit-load automated storage and retrieval system
- unit-load system
- UNIX-based 32-bit computer system
- unmonitored control system
- unstable system
- user identification system
- user's CAD system
- V coding system
- vacuum system
- variable pallet system
- variable-coefficient system
- variable-gain ACC system
- variable-mission system
- versatile data acquisition system
- vertical carousel system
- vertical rotating warehouse system
- vibration system
- vibratory system
- video measuring system
- video-based measurement system
- viewing system
- virtual design system
- virtual storage system
- vision guidance system
- vision metrology system
- vision optical system
- vision sensor system
- vision system
- vision tool-presetting system
- vision-based inspection system
- vision-based system
- visual computing system
- visual inspection system
- VME-based system
- voice data entry system
- voice system
- voice-input system
- volume-flexible system
- volume-metric lubrication system
- voluntary standards system
- warehousing system
- warning protection system
- warning system
- wash system
- waste material treatment system
- watchdog system
- waterjet system
- way-lubrication system
- wedge-locked tool clamping system
- wheelhead-measuring system
- windowing system
- wire-cut system
- wire-frame CAD system
- wire-guided transport system
- wire-guided trolley routing system
- word recognition system
- work infeed system
- work transfer system
- work transport system
- workhandling system
- work-holding system
- workpiece-cleaning system
- workstation-oriented CNC system
- zero error position systemEnglish-Russian dictionary of mechanical engineering and automation > system
-
70 hologram
-
aberrated hologram
-
aberration-free hologram
-
absorption hologram
-
achromatic fringe hologram
-
acoustical hologram
-
acoustic hologram
-
addressing hologram
-
amplitude-modulation hologram
-
amplitude hologram
-
amplitude-phase hologram
-
analog hologram
-
angularly encoded holograms
-
aplanatic hologram
-
astigmatic hologram
-
axial hologram
-
back-reference beam hologram
-
bandwidth reduced hologram
-
beat frequency hologram
-
bichromated gelatin hologram
-
binary hologram
-
black-and-white hologram
-
bleached hologram
-
Bragg-effect hologram
-
Bragg hologram
-
bright-field hologram
-
carrier frequency hologram
-
coded hologram
-
code-transform hologram
-
coding reference beam hologram
-
coherent hologram
-
color encoded hologram
-
color encode hologram
-
colored hologram
-
color hologram
-
complementary hologram
-
complex hologram
-
composite hologram
-
compound-image hologram
-
computed hologram
-
contact-copy hologram
-
continuous-exposure hologram
-
contour hologram
-
copied hologram
-
coupling hologram
-
dark-field hologram
-
data hologram
-
deep hologram
-
deflecting hologram
-
Denisyuk hologram
-
denser hologram
-
developed hologram
-
dichromatic hologram
-
difference frequency hologram
-
diffused hologram
-
diffuse hologram
-
digitally generated hologram
-
digitized hologram
-
diminished hologram
-
discrete-point hologram
-
discriminating hologram
-
displacement hologram
-
Doppler-imaged hologram
-
double-exposed hologram
-
double-exposure hologram
-
double-pulse hologram
-
double-recorded hologram
-
duplicated hologram
-
electrically erasable hologram
-
electron hologram
-
embossed hologram
-
encoded hologram
-
enlarged hologram
-
erasable hologram
-
evanescent waves hologram
-
evanescent hologram
-
exposed hologram
-
far-field hologram
-
ferroelectric hologram
-
filtered hologram
-
fine detailed hologram
-
flat substrate hologram
-
focused-image hologram
-
Fourier-transform hologram
-
Fourier hologram
-
Fraunhofer diffraction hologram
-
Fraunhofer hologram
-
frequency encoded hologram
-
Fresnel diffraction hologram
-
Fresnel hologram
-
frozen-fringe hologram
-
full channel hologram
-
full color hologram
-
full view hologram
-
Gabor-type hologram
-
Gabor hologram
-
gamma-ray hologram
-
ghost hologram
-
gray hologram
-
high bit-density hologram
-
high storage-density hologram
-
high-contrast hologram
-
high-efficiency hologram
-
highly redundant hologram
-
high-resolution hologram
-
horizontal parallax only hologram
-
horizontal parallax hologram
-
image hologram
-
image plane hologram
-
incoherent hologram
-
infinite fringe hologram
-
in-focus hologram
-
infrared hologram
-
in-line hologram
-
in-situ developing hologram
-
instant hologram
-
interference hologram
-
ionic hologram
-
isoplanatic hologram
-
large-aperture hologram
-
laser hologram
-
latent hologram
-
Leith-Upatnieks hologram
-
lens-assisted hologram
-
lensless hologram
-
light hologram
-
line hologram
-
linearly recorded hologram
-
Lippmann-Bragg hologram
-
liquid hologram
-
liquid-crystal hologram
-
low-noise hologram
-
magnetic hologram
-
magnetooptic hologram
-
magnified hologram
-
master hologram
-
memory hologram
-
microscopic hologram
-
microwave hologram
-
mixed hologram
-
monochrome hologram
-
multichannel hologram
-
multicolor hologram
-
multiexposed hologram
-
multiple-exposed hologram
-
multiple hologram
-
multiple-exposure hologram
-
multiple-object beam hologram
-
multiple-phase hologram
-
multiplexed hologram
-
multiplex hologram
-
multiplexing hologram
-
near-field hologram
-
nonlinearly recorded hologram
-
nonoptical hologram
-
nonredundant hologram
-
object-beam coded hologram
-
off-axis hologram
-
offset hologram
-
on-axis hologram
-
optical hologram
-
optically erasable hologram
-
optically formed hologram
-
optically generated hologram
-
optically recorded hologram
-
original hologram
-
overdeveloped hologram
-
overexposed hologram
-
panoramic hologram
-
phase hologram
-
phase-contrast hologram
-
phase-modulated hologram
-
phase-modulating hologram
-
photochromic hologram
-
photoetched hologram
-
photographic hologram
-
photopolymer hologram
-
photoreduced hologram
-
planar hologram
-
plane hologram
-
polarization hologram
-
postexposure hologram
-
preexposure hologram
-
primary color hologram
-
processed hologram
-
pulsed laser hologram
-
radar hologram
-
rainbow hologram
-
readable hologram
-
reconstructed hologram
-
recorded hologram
-
reduced bandwidth hologram
-
redundant hologram
-
reference hologram
-
reflectance hologram
-
reflection-reconstructed hologram
-
reflection hologram
-
reflection-reflection hologram
-
reflection-transmission hologram
-
reflective-type hologram
-
reflective hologram
-
refractive beam hologram
-
relief hologram
-
replicated hologram
-
ring hologram
-
sampled hologram
-
sample hologram
-
sampling hologram
-
scalar hologram
-
scaled hologram
-
scale hologram
-
scanned detector hologram
-
scanned source hologram
-
secondary hologram
-
sector-scan hologram
-
self-developing hologram
-
sequentially exposed hologram
-
single-color hologram
-
single-exposed hologram
-
single-layer hologram
-
slightly overlapping holograms
-
slit hologram
-
sound wave hologram
-
sound hologram
-
space-division multiplexed hologram
-
spatial carrier hologram
-
spatial frequency encoded hologram
-
speckle-free hologram
-
spectroscopic hologram
-
spherical substrate hologram
-
split-beam hologram
-
stereographic hologram
-
strip hologram
-
strobed hologram
-
stroboscopic hologram
-
subchannel hologram
-
superimposed holograms
-
surface hologram
-
surface-relief hologram
-
thermally developed hologram
-
thermally erasable hologram
-
thermochromic hologram
-
thermoplastic hologram
-
thick film hologram
-
thick hologram
-
thick-coated hologram
-
thin film hologram
-
thin hologram
-
three-dimensional hologram
-
three-exposure hologram
-
time-averaged hologram
-
time-multiple-exposure hologram
-
total internal reflection hologram
-
total reflection hologram
-
transmission-reflection hologram
-
transmission-transmission hologram
-
transmissive hologram
-
transparent hologram
-
true color hologram
-
two-beam hologram
-
two-color hologram
-
two-dimensional hologram
-
two-exposure hologram
-
unbleached hologram
-
underdeveloped hologram
-
underexposed hologram
-
undersampled hologram
-
uniaxial hologram
-
visible-light hologram
-
volume hologram
-
white-light hologram
-
wide-angle hologram
-
xerographic hologram
-
X-ray hologram
-
zone plate hologram -
71 set
1. I1) the sun is setting солнце садится /заходит/2) his power has begun to set его могущество /власть/ слабеет; his star has set его звезда закатилась; his glory has set его слава померкла3) cement has set цемент схватился /затвердел/; the glue did not set клей не засох; the jelly has set желе застыло; blood (the white of the egg, etc.) set кровь и т.д. свернулась; the milk set молоко свернулось /створожилось/; all his muscles set все его мускулы напряглись; his face set его лицо-окаменело /застыло/4) young trees set молодые деревца принялись; the blossoms were abundant but they failed to set цветение было бурным, но плоды не завязались2. II1) set at some time the sun sets early (late, etc.) солнце заходит рано и т.д.; set in some manner the sun sets slowly солнце медленно садится2) set somewhere set ashore сойти на берег3) set at some time the jelly hasn't set yet желе еще не застыло; set in some manner cement (mortar, glue, etc.) sets quickly цемент и т.д. быстро застывает /схватывается/; her hair sets easily ее волосы легко укладывать, у нее послушные волосы; his lips set stubbornly его губы упрямо сжались; his teeth set stubbornly он упрямо стиснул зубы3. III1) set smth. set a broken bone (dislocated joints, etc.) вправить кость и т.д.; set one's hair укладывать волосы; set the table накрывать на стол; set the stage расставлять декорации; set the scene подготовить обстановку; set the sails а) ставить паруса; б) отправляться в плавание; set a piano настраивать пианино; set a palette подготавливать палитру; set a razor править бритву; set a saw разводить пилу; set a clock (the hands of the watch, the alarm-clock) поставить часы; set the focus of a microscope настроить микроскоп; set a map ориентировать карту2) set smb., smth. set guards /sentries, watches/ расставлять часовых /караульных и т.п./; set the guard (the pickets) выставлять караул (пикеты)3) set smth. set the wedding day (the time, a date, a price, etc.) назначать день свадьбы и т.д.; set a fine устанавливать размер штрафа; set the course разработать /выработать/ курс; set standards (limits, a time-limit, boundaries, etc.) устанавливать нормы и т.д.; set requirements определять / вырабатывать/ требования; set a punishment наложить взыскание4) set smth. set an examination-paper (questions, problems, etc.) составлять письменную экзаменационную работу и т.д.; set a new style (a tone) задавать новый стиль (тон); set the fashion вводить моду; set a new model (a pattern) внедрять новый образец (покрой); set the расе задавать темп; set a record устанавливать рекорд; set a precedent создавать прецедент; set a good (bad) example подавать хороший (дурной) пример5) set smth. set a trap (a snare) поставить капкан (силки); set an ambush устроить засаду4. IV1) set smth. somewhere set the books back положить /поставить/ книги на место; set the chairs back отодвигать стулья; set back one's shoulders расправить плечи; the dog set its ears back собака прижала уши; set the clock (one's watch, the alarm, the hand of the watch, etc.) back one hour перевести часы /отвести часы/ на один час назад; set one's watch forward one hour поставить /перевести/ часы на один час вперед; set a house well (some distance /some way/, a fair distance, etc.) back from the road (from the street, etc.) построить /поставить/ дом вдали и т.д. от дороги и т.д.; set the book (one's knitting, the newspaper, etc.) aside отложить в сторону /отодвинуть/ книгу и т.A; set down one's load (one's suitcase, a box, etc.) опустить свой груз и т.д. (на землю)-, set the tray down поставить (на стол и т.я.) поднос; set the chair upright поднять стул; set smb. somewhere set the dogs apart растащить [дерущихся] собак; set the children apart отделять /изолировать/ детей2) set smb., smth. in some direction the current set them (the boat, the ship, etc.) northward (seawards, etc.) течением их и т.д. понесло к северу и т.д.5. Vset smb. smth.1) set the boys (the students, the employees, etc.) a difficult job (an easy task, a difficult problem, the job of cleaning the yard, etc.) (заплавать мальчикам и т.д. трудную работу и т.д., set oneself a difficult task ставить перед бабой трудную задачу; set him a sum задавать ему арифметическую задачу; set one's son a goal поставить перед своим сыном цель2) set the children (the younger boys, youngsters, other people, etc.) a good example подавать детям и т.д. хороший пример; set smb. smth. to do smth. set smb. a standard /a pattern/ to follow служить для кого-л. образцом, которому надо следовать6. VIset smth., smb. in some state1) set the window (the door, the gates, etc.) open открывать /оставлять открытым/ окно и т.д.; set the door ajar приоткрывать дверь, оставить дверь полуоткрытой; set one's hat (one's tie, one's skirt, etc.) straight поправить шляпу и т.д., надеть шляпу и т.д. как следует; set the prisoners (the bird, etc.) free освобождать /выпускать на свободу, на волю/ узников и т.д.; set the dog loose спускать собаку (с цепи, с поводка и т.п.); a good night's rest will set you right за ночь вы отдохнете и снова будете хорошо себя чувствовать; why didn't you set the boy right? почему же вы не поправили мальчика?; I can soon set that right я могу это быстро уладить или исправить; set errors right исправлять ошибки; it would set him (myself) right in their eyes это оправдает его (меня) в их глазах; set things /matters/ straight /right/ уладить дела; set things ready приводить все в готовность; set smb.'s curiosity agog возбуждать чье-л. любопытство2) set a melody half a tone higher (lower) транспонировать мелодию на полтона выше (ниже); set a piano too high настроить фортепиано слишком высоко7. VII1) set smb. to do smth. set the men to chop wood (the men to saw wood, the boys to dig a field, the pupils to work at their algebra, the girl to shell peas, the pupils to sing, etc.) заставлять рабочих колоть дрова и т.д.; I set him to work at mowing the lawn я велел ему /дал ему задание/ постричь газон; я вменил ему в обязанность подстригать газон; whom did you set to do this? кому вы поручили это сделать?; I set myself to study the problem я решил взяться за изучение этого вопроса; he set himself to finish the job by the end of May он твердо решил /поставил себе целью/ закончить работу к концу мая2) set smth. to do smth. set a machine (a device, a mechanism, etc.) to work приводить в действие /завалять. запускать/ машину и т.д.; set the alarm clock to wake us at seven заводить будильник, чтобы он поднял нас в семь часов, поставить будильник на семь часов3) set smth. to do smth. set a pattern to be followed подавать пример; создавать пример для подражания8. VIIIset smb., smth. doing smth. set everybody (the company, people, me, etc.) thinking (singing, running, etc.) заставить всех и т.д. (при)задуматься и т.д.; set smb. talking а) заставить кого-л. говорить, разговорить кого-л.; I set him talking about the new invention (about the discovery, about marriage, etc.) я навел его на разговор о новом изобретении и т.д.; б) дать кому-л. пищу для разговоров; this incident set people talking этот случай /инцидент/ вызвал всякие пересуды; my jokes set the whole table (the company, the audience, the boys, etc.) laughing мой шутки смешили всех за столом и т.д.; set them wondering вызвать у них удивление; the smoke set her coughing от дыма она закашлялась; who has set the dog barking? кто там прошел?, почему лает собака?; set tongues wagging вызывать толки /пересуды/, давать пищу для сплетен; the news set my heart beating эта новость заставила мое сердце забиться; it's time we set the machinery (the machine, the engine, etc.) going пора запустить механизм и т.д. /привести механизм и т.д. в действие/; when anybody entered the device set the bell ringing когда кто-нибудь входил, срабатывало устройство и звонок начинал звонить; а strong wind set the bells ringing от сильного ветра колокола зазвонили; set a top spinning запускать волчок; а false step will set stones rolling один неверный шаг set и камни покатятся вниз; set a plan going начать осуществление плана; we must set things going надо начинать действовать9. XI1) be set in (near, round, on, etc.) smth. her house is set well back in the garden (near the road, some way back from the street, on a hill, etc.) ее дом стоит а глубине сада и т.д.; а town (a country-seat, a village, etc.) is set in a woodland (on an island, north of /from/ London, etc.) город и т.д. расположен в лесистой местности и т.д.; а boundary stone is set between two fields поля разделяет межевой камень; а balcony is set round the house вокруг дома идет балкон; the second act (the scene, the play, etc.) is set in ancient Rome (in a street, in Paris, etc.) действие второго акта и т.д. происходит в древнем Риме и т.д.; а screen is set in a wall экран вделан /вмонтирован/ в стену; there was a little door set in a wall в стене была маленькая дверка; а ruby (a diamond, etc.) was set in a buckle (in a gold ring, in an earring, etc.) в пряжку и т.д. был вделан /вставлен/ рубин и т.д.; а ruby is set in gold рубин в золотой оправе /оправлен золотом/; his blue eyes are set deep in a white face на его бледном лице глубоко посажены голубые глаза; the young plants should be set at intervals of six inches эти молодые растения надо сажать на расстоянии шести дюймов [друг от друга]; be set with smth. the coast is set with modem resorts на побережье раскинулось множество современных курортов; the tops of the wall were set with broken glass верхний край стены был утыкан битым стеклом; the room is set with tables and chairs комната заставлена столами и стульями; tables were set with little sprays of blue flowers столы были украшены маленькими букетиками синих цветов: the field was set with daisies поле было усеяно маргаритками; the sky was set with stars небо было усыпано звездами; а bracelet (a ring, a crown, a sword-handle, a valuable ornament, etc.) was set with diamonds (with jewels, with gems, with rubies, with pearls, with precious stones, etc.) браслет и т.д. был украшен /усыпан/ бриллиантами и т.д.; а gold ring set with two fine pearls золотое кольцо с двумя большими жемчужинами2) be set in some direction the course is set to the west курс проложен на запад3) be set on smth., smb. he (his mind, his heart) was set on it ему этого очень хотелось; his heart was set on her a) он любил лишь ее; б) все его помыслы были связаны с ней; be set on doing smth. be set on going to the stage (on coming here again, etc.) твердо решить пойти на сцену и т.д.; be set on going to the sea окончательно решить стать моряком; be set on having a motor bike (on winning, on finding him, etc.) поставить своей целью приобрести мотоцикл и т.д.; be set against smth.,smb. he is set against all reforms (against having electric light in the house, against this marriage, against the trip, etc.) он решительно [настроен] против всяких реформ и т.д.; he is set against her он и слышать о ней не хочет; be set against doing smth. he was violently set against meeting her он упорно отказывался встретиться /от встречи/ с ней /противился встрече с ней/4) be set on by smb. she was set on by robbers (by a lot of roughs in the dark, by a dog, etc.) на нее напали грабители и т.д.5) be set the table is set стол накрыт; the sails are set паруса подняты; be set for smb., smth. the table is set for six стол накрыт на шесть человек /персон/; the table is set for dinner (for lunch, etc.) стол накрыт к обеду и т.д.; be set in some state slaves (prisoners, hostages, etc.) were set free /at liberty/ рабы и т.д. были освобождены /отпущены на волю/; this must be set in order a) это надо привести в порядок; б) это надо разместить /разложить/ по порядку; the motor was set in motion включили мотор6) be set at some time the mortar is already set цемент уже схватился /затвердел/; the jelly is not set yet желе еще не застыло; has the type for the book been set yet? эту книгу уже набрали?; it was all set now теперь все было готово /подготовлено/; be set in some manner his lips (his jaws, his teeth) were firmly set in an effort to control himself он плотно сжал губы (челюсти, зубы), пытаясь овладеть собой; his mind and character are completely set он вполне сформировался /сложился/ как личность; be set to do smth. be set to go there быть готовым пойти туда; two pumps (machines, wheels, etc.) were set to work два насоса и т.д. были включены /приведены в действие/; be set for smth. be set for the talk (for the meeting, for the game, for the journey, etc.) быть готовым к разговору и т.д.; the scene is set for the tragedy (for the drama, for the climax, etc.) события (в книге, в пьесе и т.п.) подводят /подготавливают/ (читателя, зрителя и т.п.) к трагедии и т.д.; he was all set for a brilliant career у него были все задатки для блестящей карьеры7) be set over smb. he was set over people ему была дана власть над людьми; he was set over his rivals его ставили выше его соперников8) be set against smth. one's expenses must be set against the amount received расходы следует соразмерить с доходами; the advantages must be set against the disadvantages надо учесть все плюсы и минусы; against these gains must be set the loss of prestige оценивая эти выгоды, нельзя забывать об ущербе в связи с потерей престижа; it's no good when theory is set against practice плохо, когда теорию противопоставляют практике; when one language is set against another... когда один язык сравнивают /сопоставляют/ с другим...9) be set for some time the examination (the voting, his departure, etc.) is set for today (for May 2, etc.) экзамен и т.д. назначен на сегодня и т.д., the party is all set for Monday at my place решено вечеринку провести в понедельник у меня; the time and date of the meeting have not yet been set дата и время собрания еще не установлены; be set by smth., smb. rules (standards, terms, fees, etc.) are set by a committee (by the law, by the headmaster, etc.) правила и т.д. устанавливаются комиссией и т.д.10) be set the list of questions is set список вопросов /вопросник/ составлен; be set for smth. what subjects have been set for the examination next year? какие предметы включены в экзамен на будущий год? || be set to music быть положенным на музыку11) be set in smth. the editorial was set in boldface type передовая была набрана жирным шрифтом10. XIIhave smth. set we have everything set у нас все готово /подготовлено/; the ship has her sails set корабль поднял паруса; have a place set for a guest поставить прибор для гостя11. XIIIset to do smth. set to dig the garden (to write letters, etc.) начать вскапывать сад и т.д.; the engineers set to repair the bridge инженеры приступили к ремонту моста12. XVI1) set behind (in, on, etc.) smth. the sun sets behind the western range of mountains солнце садится за горной грядой на западе; the sun sets in the sea солнце садится в море; the sun never sets on our country над нашей страной никогда не заходит солнце; set at (in) smth. the sun sets at five o'clock (in the evening, etc.) солнце заходит в пять часов и т.д.2) set against (to, from, etc.) smth. set against the wind (against the current) двигаться, направляться (идти, плыть и т.п.) против ветра (против течения); set against the tide идти против прилива; the wind sets from the south (from the west, from the north-east, etc.) ветер дует с юга и т.д.: the current sets to the west (to the south, through the channel, through the straits, etc.) течение идет на запад и т.д.; the tide has set in his favour ему начинает везти3) set against (with) smth., smb. public opinion is setting against this proposal (against this plan, against his visit, against him, etc.) общественное мнение складывается не в пользу этого предложения и т.д.; circumstances were setting with our plan (with him, etc.) обстоятельства складывались благоприятно для осуществления нашего плана и т.д.4) set about (upon, on, to) smth. set about the study of mineralogy (about the composition, about it, about one's washing, about one's work, etc.) приниматься /браться/ за изучение минералогии и т.д.; I don't know how to set about this job не знаю, как приступить /как подступиться/ к этой работе; they set upon the task unwillingly они неохотно взялись за выполнение этой задачи; set to work in earnest, set seriously to work серьезно браться за работу; set to work on the problem приняться за работу над этой проблемой; set to work on one's studies начать заниматься, приняться за учение5) set up (on) smb. set upon the enemy атаковать противника; а gang of ruffians set on him на него напала шайка хулиганов; they set upon him with blows они набросились на него с кулаками; they set upon us with arguments они обрушились на нас со своими доводами; set about /at/ smb. coll. set about the boys (about the stranger, about the supporters of the other team, at the bully, etc.) набрасываться /налетать, наскакивать/ на мальчишек и т.д.; they set about each other at once они сразу же сцепились друг с другом /начали колошматить друг друга/; I'd set about you myself if I could я бы сам отколотил тебя, если бы мог; I'd set about him with a stick (with the butt of the spade, etc.) if we have any trouble если что [не так], я стукну его палкой и т.д.6) set in smth. cement soon sets in dry weather (in the cold, in the sun, etc.) в сухую погоду /когда сухо,/ и т.д. цемент быстро затвердевает /застывает/13. XVIIset about (to) doing smth. set about getting dinner ready (about tidying up the room, about doing one's lessons, about stamp-collecting, late.) приниматься за обед /за приготовление обеда/ и т.д.; I must. set about my packing мне надо [начать] укладываться; he asked me how lie should set about learning German он спросил меня, с чего ему начать изучение немецкого языка; set to arguing (to fighting, to quarrelling. etc.) начинать /приниматься/ спорить и т.д.; they set to packing они стали упаковываться14. XXI11) set smth., smb. on (at, against, in, before, for, etc.) smth., smb. set dishes (a lamp, one's glass, etc.) on the table поставить тарелки и т.д. на стол; set a place for the guest поставить прибор для гостя; set food and drink (wine and nuts, meat, a dish, etc.) before guests (before travellers, etc.) поставить еду и напитки и т.д. перед гостями и т.д.; set a table by the window (an armchair before a desk, a floor-lamp beside an armchair, etc.) поставить стол у окна и т.д.; set chairs around (at) a table расставлять стулья вокруг (у) стола; set a ladder (a bicycle, a stick, etc.) against a wall прислонить /приставить/ лестницу и т.д. к стене; set one's hand on smb.'s shoulder положить руку кому-л. на плечо; set a hand against the door опереться рукой о дверь; set smb. on his feet поставить кого-л. на ноги2) set smth., smb. in (by, on, upon, etc.) smth. set things in their place again вернуть /положить/ вещи на место; set flowers in the water (in a vase, etc.) поставить цветы в воду и т.д.; set glass in a window вставлять стекло в окно; set lamps in 'walls вделывать светильники в стены; set one's foot in the stirrup вставить ногу в стремя; set the stake in the ground вкопать столб в землю; set a pearl (a jewel, a diamond, etc.) in gold оправлять жемчужину и т.д. в золото; set smb. by the fire усадить кого-л. у огня: set a child in a high chair посадить ребенка ка высокий стул; set smb. in the dock посадить кого-л. на скамью подсудимых; set a wheel on an axle насадить колесо на ось: set a hen on eggs, set eggs under a hen посадить курицу на яйца; set a boy on horseback подсадить мальчика на лошадь; set smb. on the pedestal поставить /возвести/ кого-л. на пьедестал; set troops on shore высадить войска [на берег]; set one's foot oil a step поставить ногу на ступеньку; set foot on shore ступить на берег; I'll never set foot on your threshold я никогда не переступлю порог вашего дома; set a crown on his head возложить на него корону; set a king on the throne посадить короля на трон; set a kiss upon smb.'s hand приложиться к чьей-л. руке; set smth. with smth. set the top of the wall with broken glass утыкать верхнюю часть стены битым стеклом; set this bed with tulips (with geraniums, etc.) засадить эту клумбу тюльпанами и т.д. || set eyes on smb., smth. увидеть кого-л что-л., I never set eyes on him before today до сегодняшнего дня я его в глаза не видел; that child wants everything he sets his eyes on этому ребенку вынь, да положь все, что он видит3) set smth. to smth. set a glass (a trumpet, etc.) to one's lips, set one's lips to a glass (to a trumpet, etc.) подносить стакан и т.д. к губам /ко рту/; set a match (a lighter) to a cigarette (to old papers, to a fire, etc.) подносить спичку (зажигалку) к сигарете и т.д.; set one's shoulder to the door налечь плечом на дверь; set spurs to a horse пришпорить лошадь4) set smb. across smth. set him across the river переправлять его через реку /на другой берег/; set a child across the street перевести ребенка на другую сторону улицы /через улицу/; set smth. by smth. set a ship by the compass вести корабль по компасу; set smth. against (to ward(s), to) smth. set the boat against the wind (against the current) направлять лодку против ветра и т.д.; set one's course to the south направляться на юг; set one's face toward the east (toward home, towards the sun, etc.) повернуться лицом к востоку и т.д.; set smb. after (at, on, etc.) smb., smth. set the police (detectives, etc.) after /on the track of/ the criminal (on her, after the spies, etc.) направлять полицию и т.д. по следу преступника и т.д.; set the boys on the wrong (right) track направлять мальчишек по ложному (по правильному) следу; set a dog at a hare (at a fox, at a bull, at his heels, etc.) пустить собаку по следу зайца и т.д.; set dogs on a stranger (on a trespasser, on thieves, etc.) спустить собак на незнакомца и т.д. || set sail for India отплывать /направляться/ в Индию5) set smb. against (on, to, etc.) smb., smth. set people against each other (a friend against another, everyone against him, etc.) настраивать людей друг против друга и т.д.; he is trying to set you against me он старается восстановить вас против меня; set oneself against the proposal (against the scheme, against the decision, against his nomination, against him, etc.) был настроенным /выступать/ против этого предложения и т.д.; set the crowd on acts of violence (the crew to mutiny, soldiers to violence, people to robbery, etc.) подстрекать толпу на совершение актов насилия /к насилию/ и т.д.; set smth. against smth. set one thing against another противопоставлять одно другому; set one language against another сопоставлять /сравнивать/ один язык с другим; set smth. on smth. set one's heart /one's mind/ on the trip твердо настроиться на эту поездку; set one's heart on a new dress (on a new car, etc.) жаждать /очень хотеть/ купить новое платье и т.д.; he set his thoughts on the plan все его помыслы направлены на осуществление этого плана || set him at odds with his friends рассорить его с друзьями6) set smb., smth. to smth. set the class (the boys, him, etc.) to work (to a task, to sums, to dictation, etc.) засадить класс и т.д. за работу и т.д.; set one's mind /one's wits/ to a question (to a task, to a job, etc.) сосредоточиться на каком-л. вопросе и т.д.; you won't find the work difficult if only you set your mind to it если вы серьезно возьметесь за дело, работа не покажется вам трудной; set one's hand to the work (to the task, to the plough, etc.) взяться за работу и т.д.; he set himself resolutely to the task он решительно взялся за выполнение задачи; set а реп to' paper начать писать, взяться за перо; set smth. before smb. set a task (an object) before him поставить перед ним задачу7) set smth., smb. т (on, at, to) smth. set one's affairs (one's papers, one's house, a room, etc.) in order /to rights/ приводить свои дела и т.д. в порядок; set a machine in motion запустить машину; set the project in motion начинать работу над объектом; set the machinery of the government in motion приводить государственную машину в движение; set a chain reaction in motion вызвать цепную реакцию; his jokes set the audience (the table, the whole room, etc.) in a roar от его шуток вся аудитория и т.д. покатывалась со смеху; set smb. on his guard настораживать кого-л.; set smb. (smb.'s guests, the boy, smb.'s mind, etc.) at ease успокаивать кого-л. и т.д.; he set the girl at ease с ним девушке стало легко /девушка почувствовала себя свободно/; а host should try and set his guests at ease хозяин должен стараться, чтобы его гости чувствовали себя свободно /как дома/: now you may set your mind at ease теперь вы можете перестать волноваться /не волноваться/; set a question (the affair, the matter, etc.) at rest разрешить /урегулировать/ вопрос и т.д.; that sets all my doubts at rest это рассеивает все мои сомнения; set prisoners at liberty освобождать заключенных8) set smth. for smth. set the table for dinner (for five people, for two, etc.) накрыть стол к обеду и т.д.; set the stage for the next scene in a play подготовить сцену для следующей картины [в пьесе]; set the scene for talks подготовить условия /создать благоприятную обстановку/ для переговоров; set smth. by smth. set one's watch by the radio timesignal (by the town clock, by the clock in the library, by mine, etc.) ставить /сверять/ часы по радиосигналу и т.д.; set smth. to (for, at) smth. set the clock (the hands of the clock) to the correct time (to the proper hour of the day, etc.) точно поставить часы и т.д.; set the alarm for 5 o'clock (the camera lens to infinity, a thermostat at 70°, etc.) поставить будильник на пять часов и т.д.9) set smb., smth. at (in, он, etc.) smth. set a guard (a sentry, etc.) at the door (at the gate, at the corner of the street, in the nearest village, on the hill, etc.) поставить сторожа /часового/ и т.д. у дверей и т.д.; set pickets around the camp выставлять дозорных вокруг лагеря10) set smb., smth. over (before, among, etc.) smb., smth. set him over others (a supervisor over the new workers, etc.) назначать его начальником над остальными и т.д.; set Vergil before Homer отдавать предпочтение Вергилию перед Гомером, ставить Вергилия выше Гомера; set the author among the greatest writers of today (the painter among the best artists of the world, the team among the strongest teams of Europe, etc.) считать автора одним из крупнейших писателей современности и т.д.; set duty before pleasure ставить долг выше удовольствий /на первое место/; set honesty above everything (diamonds above rubies, etc.) ценить честность превыше всего и т.д., his intelligence (his talent, his character, etc.) sets him apart from others (from ordinary people, from the normal run of people, etc.) его ум и т.д. выделяют его среди других и т.д.; her bright red hair sets her apart from her sisters из всех сестер у нее одной были ярко-рыжие волосы11) set smth. at smth. set the price (the value of the canvas, etc.) at t 1000 оценить / назначить, определить цену/ и т.д. в тысячу фунтов; set bail at i 500 установить сумму залога в пятьсот фунтов; set neatness at a high value очень ценить аккуратность, придавать большое значение опрятности; set smth. for smth. set a time for a meeting назначать время собрания; set the rules for a contest вырабатывать правила состязания; set the lesson for tomorrow задавать урок на завтра; set smth. to /for /smth. set limits to smb.'s power (to his extravagance, to his demands, etc.) ограничивать чью-л. власть и т.д., устанавливать предел чьей-л. власти и т.д.; he sets no limit to his ambition его честолюбие не знает предела; set a time-limit for examination установить продолжительность экзамена; set a time-limit for debates установить регламент для выступления в прениях; set a record for the mile устанавливать рекорд в беге на одну милю; set an end to it положить этому конец; set smth. on smth., smb. set a high value on life (on punctuality, etc.) высоко ценить жизнь и т.д.; set a punishment on smb. налагать наказание на кого-л., определять кому-л. меру наказания; set a price on smb.'s head /on smb.'s life/ назначить награду за чью-л. голову /за чью-л. жизнь/; set smth. at some time set the death of the man at midnight установить, что смерть этого человека наступила в полночь || set much store by smth. придавать большее значение чему-л.; set much store by social position (by daily exercise, by what the neighbours say, by the opinion of people like him, etc.) придавать большое значение общественному положению и т.д.12) set smth. for (in, to, etc.) smth. set papers for the examination составлять экзаменационные работы; set new questions (problems, etc.) in an examination подготовить новые вопросы и т.д. для экзамена; set the words (this poem, etc.) to music положить эти слова и т.д. на музыку; set new words to an old tune сочинить новые слова на старый мотив; set Othello to music а) написать музыку к "Отелло"; б) написать /сочинить/ оперу "Отелло"; set a piece of music for the violin переложить музыкальное произведение для скрипки13) set smth. before smb. set a plan (facts, one's theory, one's proposals, etc.) before the council (before the chief, before experts, etc.) изложить совету /представить на рассмотрение совета/ и т.д. план и т.д.14) set smth. to smth. set one's name /one's signature, one's hand/ to a document подписать документ; set a seal to the decree скрепить указ печатью; set smth. on smth. set a veto on smth. накладывать запрет на что-л.15) set smth. on (in) smth., smb. set one's life on a chance рисковать жизнью в надежде на удачу; set one's future on a chance строить планы на будущее в расчете на счастливое стечение обстоятельств; set hopes on a chance (on him, on his uncle, etc.) надеяться /возлагать надежды/ на случай и т.д.16) set smth. for smb. set a snare for a fox поставить капкан на лису; set poison for rats разложить отраву для крыс17) set smth. for smth. set milk for cheese ставить молоко на творог, створаживать молоко18) || set fire to a house (to a barn, etc.) поджигать дом и т.д.; set the woods (a woodpile, etc.) on fire поджигать лес и т.д.15. XXII1) set smth. on doing smth. set one's heart /one's hopes, one's mind, one's thoughts/ on becoming an engineer (on going with us, on going abroad, etc.) очень хотеть /стремиться/ стать инженером и т.д.; I set my heart on going today я решил ехать сегодня; he sets his hopes on getting on in life он очень надеется преуспеть в жизни /добиться в жизни успеха/; if he once sets his mind on doing something it takes a lot to dissuade him если он настроился на что-либо, его очень трудно отговорить2) set smb. to doing smth. set him to woodchopping поставить его на колку дров, заставить его колоть дрова; set her to thinking заставить ее задуматься; set a child to crying довести ребенка до слез; he set himself to amusing me он изо всех сил старался развлечь меня16. XXIV1set smth. as smth. set education (money, revenge, etc.) as one's goal /as one's aim, as one's object, as one's purpose, as one's task/ поставить себе целью получить образование в т.д. -
72 system
1) система || системный3) вчт операционная система; программа-супервизор5) вчт большая программа6) метод; способ; алгоритм•system halted — "система остановлена" ( экранное сообщение об остановке компьютера при наличии серьёзной ошибки)
- CPsystem- H-system- h-system- hydrogen-air/lead battery hybrid system- Ksystem- Lsystem- L*a*b* system- master/slave computer system- p-system- y-system- Δ-system -
73 machine
1. машина2. станок; подвергать механической обработке3. установка; устройство; агрегат4. механизмmachine for flame treating polymer articles — машина для обработки пластмассовых изделий открытым пламенем
machine for making hygienic paper products — машина для изготовления гигиенических изделий из бумаги
American machine — тигельная машина «американка»
automatic bundling machine — автомат для комплектовки пачек тетрадей и их обвязки, приёмно-прессующее и обвязочное устройство
automatic card index machine — автомат для нумерации карточек, бланков
automatic gathering, stitching and trimming machine — подборочно-швейно-резальный агрегат
automatic rewinding machine — перемоточный автомат, автомат для перемотки
automatic slitting machine — автомат для продольной разрезки, бобинорезальная машина
backing machine — машина для отгибки краёв корешка, кашировальный станок
back stripping machine — машина для оклейки корешка блока, оклеечная машина
5. машина для обандероливания6. биговальный станок7. гибочный станок; станок для изгибания клишеbook back glueing machine — заклеечный станок, станок для заклейки корешка блока
book back rounding machine — круглильный станок, станок для кругления корешка блока
book block pasting machine — заклеечный станок, машина для заклейки корешка блока
book glueing machine — заклеечный станок, станок для заклейки корешка блока
bookmatch cover production machine — машина для изготовления картонного пакетика для книжечки спичек
box stitching machine — тарная проволокошвейная машина, проволокошвейная машина для сшивания картонных коробок
buffing machine — полировальный станок; шлифовальный станок
8. пачковязальная машинаbare machine — "голая" машина
9. паковально-обжимной пресс10. машина для прессования и обвязки пачек, паковально-обжимный пресс11. приёмно-прессующее устройство12. паковальная машинаburnishing machine — полировальная машина, машина для полирования обрезов
calendering machine — каландрирующее устройство; каландр
carrier bag handle glueing machine — машина для приклеивания ручек к специальным пакетам для упаковки бутылок или консервных банок
carrier bag making machine — машина для изготовления специальных пакетов для упаковки бутылок или консервных банок
carton box fabricating machine — фальцевально-склеивающая машина, машина для изготовления картонных коробок
case assembling machine — крышкоделательная машина, машина для изготовления составных переплётных крышек
case assembling and turning-in machine — крышкоделательная машина, машина для изготовления составных переплётных крышек
13. отливной аппарат14. шрифтолитейная машинаplant-top removing machine — ботвоудаляющая машина, ботворез
15. машина для нанесения покрытий16. лакировальная машина17. дублирующая машина18. установка для нанесения светочувствительного слоя19. бумагокрасильная машина20. фотонаборная машина21. наборно-пишущая машинкаcolor grinding machine — краскотёрка, тёрочная машина
color mixing machine — краскосмеситель, краскоперемешивающее устройство
color plate preregistering machine — станок для предварительной приводки комплекта форм при многокрасочной печати
color separation machine — цветоделительная машина, цветоделитель-цветокорректор
computing machine — вычислительная машина, вычислительное устройство
converting machine — перерабатывающая машина, машина картонажного производства
22. копировальный аппарат, дубликатор23. множительная установка24. копировальный станок25. копировальный аппаратcorner-rounding machine — станок для кругления углов, углорубилка
26. крытвенная машина27. оклеечная машина28. рилевальная машина29. фальцевальная машина30. плоскопечатная машинаsifting machine — просеватель; просевная машина
31. круглосеточная бумагоделательная машинаdaylight developing machine — проявочное устройство, работающее при дневном свете
diazo copying machine — диазокопировальный аппарат; светокопировальный аппарат
die-cutter machine — высекальная машина, штанцевальный пресс
dilitho printing machine — машина для печатания по способу «дилито»
direct lithographic machine — машина для печатания по способу «дилито» с офсетных форм без офсетных цилиндров
double-action machine — машина, использующая для печатания рабочий и холостой ход
dusting-off machine — устройство для удаления пыли, пылеотсасывающее устройство
32. фацетно-торцевой станок33. машина для обрезки блоковelectrophotographic halftone printing machine — электрофотографический аппарат для копирования растровых изображений
34. позолотный прессcubing and pelleting machine — пресс — гранулятор
35. высекальный пресс36. форзацприклеечная машина37. машина для изготовления форзацевuser machine — абонементная машина; пользовательская машина
38. станок для прикрепления глазков или пистонов39. перфораторfoil blocking machine — позолотный пресс, пресс для тиснения фольгой
foil embossing machine — позолотный пресс, пресс для тиснения фольгой
40. матрично-сушильный аппаратheart lung machine — аппарат "сердце-легкие"
41. формующее устройство бумагоделательной машиныforward skip-wheel numbering machine — нумератор с пропуском цифр при нумерации нарастающими цифрами
42. клеемазальная машина43. приклеечная машинаglue-off machine — заклеечный станок, машина для заклейки корешка
44. шлифовальный станок45. краскотёрка, тёрочная машинаgumming machine — гуммировальная машина, машина для гуммирования
hot-foil blocking platen machine — позолотный пресс, пресс для горячего тиснения фольгой
hot-metal composing machine — отливная наборная машина, машина для «горячего» набора
hot-metal typesetting machine — отливная наборная машина, машина для «горячего» набора
image reproduction machine — аппарат для копирования изображения; копировальный аппарат
-
74 BLOB
1) Сокращение: Binary Large OBject (data element type)2) Вычислительная техника: Binary Large Object Block, binary large OBject3) Майкрософт: большой двоичный объект -
75 blob
1) Сокращение: Binary Large OBject (data element type)2) Вычислительная техника: Binary Large Object Block, binary large OBject3) Майкрософт: большой двоичный объект -
76 antenna
1) антенна
2) антенный
– aft antenna
– aircraft-type antenna
– all-wave antenna
– annular antenna
– antenna power
– antenna amplifier
– antenna aperture
– antenna area
– antenna array
– antenna assembly
– antenna attenuator
– antenna circuit
– antenna coupling
– antenna crosstalk
– antenna current
– antenna curtain
– antenna effeciency
– antenna element
– antenna eliminator
– antenna EMF
– antenna fairlead
– antenna feed
– antenna feed-impedance
– antenna field
– antenna gain
– antenna inductance
– antenna lead
– antenna lead-in
– antenna lens
– antenna mounting
– antenna noise
– antenna reel
– antenna reflector
– antenna relay
– antenna resistance
– antenna socket
– antenna switch
– antenna system
– antenna tilt
– antenna tower
– antenna wire
– anti-fading antenna
– anti-interference antenna
– antistatic antenna
– aperiodic antenna
– aperture of antenna
– artificial antenna
– azimuth antenna
– balanced antenna
– base-driven antenna
– base-driving antenna
– base-fed antenna
– beacon antenna
– beam antenna
– beamwidth of antenna
– bedspring antenna
– Beverage antenna
– biconical antenna
– bidirectional antenna
– bilateral antenna
– billboard antenna
– bird-cage antenna
– box antenna
– broadband antenna
– broadcasting antenna
– built-in antenna
– bumper antenna
– buried antenna
– capacitor antenna
– Cassegrainian antenna
– center-driven antenna
– cheese antenna
– christmastree antenna
– cigar antenna
– circular antenna
– coaxial antenna
– collinear antenna
– communications antenna
– community antenna
– corkscrew antenna
– corner antenna
– corner-reflector antenna
– cosecant-squared antenna
– crossed antenna
– dielectric antenna
– dipole antenna
– direction-finding antenna
– directional antenna
– director antenna
– discone antenna
– dish antenna
– dish-shaped antenna
– disk antenna
– diversity antenna
– double antenna
– double-faced antenna
– double-umbrella antenna
– drag antenna
– dumb antenna
– eagle antenna
– elevate antenna
– elevated antenna
– elevation antenna
– elliptical antenna
– end-fire antenna
– extended antenna
– fan antenna
– ferrite-rod antenna
– fishbone antenna
– fixed antenna
– fixed-coil antenna
– fixed-loop antenna
– flagpole antenna
– flattop antenna
– flush-mounted antenna
– focal-line fed antenna
– folded antenna
– folded-dipole antenna
– forward-looking antenna
– frame antenna
– frequency-scanned antenna
– gamma antenna
– Goldschmidt antenna
– grid antenna
– ground antenna
– half-wave antenna
– harmonic antenna
– harp antenna
– height of antenna
– height-finding antenna
– helical antenna
– HF antenna
– high-frequency antenna
– highly-directional antenna
– homing antenna
– horn antenna
– horn-lens antenna
– horn-reflector antenna
– image antenna
– indoor antenna
– inverted V antenna
– inverted-L antenna
– isotropic antenna
– leaky-pipe antenna
– lens antenna
– LF antenna
– lobe-switching antenna
– lobing antenna
– localizer antenna
– Lodge-Muirhead antenna
– loop antenna
– low-angle antenna
– low-frequency antenna
– magnet-core antenna
– marker antenna
– mast antenna
– medium-frequency antenna
– MF antenna
– microwave antenna
– millimeter-wave antenna
– monitoring antenna
– monopulse antenna
– multiband antenna
– multibeam antenna
– multielement antenna
– multiple-horn antenna
– multiwire antenna
– mushroom antenna
– narrow-banded antenna
– non-directional antenna
– omnidirectional antenna
– operate on antenna
– outdoor antenna
– parabolic antenna
– paraboloid antenna
– parasitic antenna
– pencil-beam antenna
– phantom-target antenna
– phase-locked antenna
– pick-up antenna
– pillbox antenna
– plane-reflector antenna
– quadrant antenna
– quarter-wave antenna
– quiescent antenna
– radar antenna
– random antenna
– rear-looking antenna
– receiving antenna
– reel in antenna
– reflector-type antenna
– resonant antenna
– rhombic antenna
– ribbon antenna
– rig an antenna on supports
– rockinghorse antenna
– rod antenna
– running-board antenna
– sausage antenna
– screened antenna
– search antenna
– sense antenna
– series-fed antenna
– shaped-beam antenna
– shaped-reflector antenna
– shipboard antenna
– short-wave antenna
– shunt-fed antenna
– skid-fin antenna
– sleeve antenna
– sleeve-dipole antenna
– slot antenna
– slotted-guide antenna
– spheroidal antenna
– spiderweb antenna
– squirrel-cage antenna
– stacked antenna
– stacked-V antenna
– stagger antenna
– standing-wave antenna
– steerable antenna
– step-and-repeat antenna
– stream-line antenna
– streamlined antenna
– stripline antenna
– stub antenna
– submerged antenna
– submersible antenna
– superdirectional antenna
– superdirective antenna
– superturnstile antenna
– suppressor antenna
– supressor antenna
– surface-wave antenna
– tail antenna
– tapered antenna
– telescopic antenna
– telescopic rod antenna
– television antenna
– tier antenna
– tiltable antenna
– tilted antenna
– TL antenna
– top antenna
– top-fed antenna
– tower-type antenna
– tracking antenna
– trailing antenna
– transmission-line antenna
– transmitting antenna
– travelling-wave antenna
– tuned antenna
– turnstile antenna
– twin antenna
– two-element antenna
– two-wire antenna
– umbrella antenna
– umbrella-type antenna
– underwater antenna
– unidirectional antenna
– unloaded antenna
– vehicle-borne antenna
– vertical antenna
– VHF antenna array
– VHF-UHF antenna
– wide-band antenna
– wideband antenna
– wire antenna
– Yagi antenna
– Zeppelin antenna
– zig-zag antenna
Alford loop antenna — <naut.> антенна альфордовская, квадратная рамочная антенна
antenna area efficiency — <electr.> эффективность по площади
antenna lightning protector — < radio> разрядник антенный
antenna snatch block — < radio> блоки для натяжки антенны
antenna tuning inductor — < radio> катушка настройки антенны
bent rhombic antenna — < radio> антенна согнутая ромбическая
broadside directional antenna — < radio> антенна плашмя направленная
Chireix and Mesny antenna — < radio> антенна Ширекса-Мени
circularly polarized antenna — < radio> антенна вращающей поляризации
cylindrical cosecant antenna — косекансная цилиндрическая антенна
double rhombic antenna — < radio> антенна двойная ромбическая
electronically scanned antenna — антенна с электронным сканированием
leaky waveguide antenna — < radio> антенна волноводно-щелевая
parabolic reflector antenna — антенна с параболическим отражателем, параболическая антенна
pencil beam antenna — антенна с игольчатой диаграммой направленности
set antenna to bear on an object — наводить антенну на объект
slotted waveguide antenna — < radio> антенна волноводная щелевая
spark-gap switched antenna — < radio> антенна переключаемая разрядником
strut airborne antenna — < radio> антенна вертикальная самолетная
synthetic aperture antenna — антенна с синтезированной апертурой
tapered rectangular antenna — < radio> антенна клинообразная прямоугольная
top-loaded vertical antenna — антенна-мачта, мачта-антенна
traveling wave antenna — < radio> антенна бегущей волны
trigonal reflector antenna — антенна с треугольным отражателем
zoning of a lens antenna — < radio> выравнивание фазового фронта линзовой антенны
-
77 document
документ
Объект информационного взаимодействия в социальной среде, предназначен-ный для формального выражения социальных отношений между другими объектами этой среды.
[ ГОСТ Р 52292-2004]
документ
Текст, имеющий наименование, определенную структуру и обозначение, который может быть сохранен, отредактирован, найден и заменен как единое целое.
[ ГОСТ Р ИСО/МЭК 2382-23-2004]
документ
документированная информация
Зафиксированная на материальном носителе информация с реквизитами, позволяющими ее идентифицировать.
[ ГОСТ Р 51141-98]
документ
Зафиксированная на материальном носителе информация с реквизитами, позволяющими ее идентифицировать. Документ может иметь бумажную, электронную (или другую) форму представления и изменять ее в процессе документооборота.
[ОАО РАО "ЕЭС России" СТО 17330282.27.010.001-2008]
документ
Материальный объект, содержащий в зафиксированном виде информацию, оформленную установленным образом на определенном языке и носителе информации, имеющий в соответствии с действующим законодательством правовое значение.
[МУ 64-01-001-2002]
документ
Информация, представленная на соответствующем носителе.
Пример
Записи, спецификация, процедурный документ, чертеж, отчет, стандарт.
Примечания
1. Носитель может быть бумажным, магнитным, электронным или оптическим, компьютерным диском, фотографией или эталонным образцом, или их комбинацией.
2. Комплект документов, например, спецификаций и записей, часто называется "документацией".
3. Некоторые требования (например, требование к разборчивости текста) относятся ко всем видам документов, однако могут быть особые требования к спецификациям(например, требование к управлению пересмотрами) и записям (например, требование к восстановлению).
[ ГОСТ Р ИСО 9000-2008]
документ
Объединяющее звено разнотипной информации, присутствующее на всех стадиях цифровой печати и меняющее свою форму от физического оригинала или цифрового файла в электронных средах до тиражируемой твердой копии на бумаге.
Материальный объект, содержащий в зафиксированном виде информацию, оформленную установленным порядком и имеющую в соответствии с действующим законодательством правовое значение [http://www.rol.ru/files/dict/internet/].
[ http://www.morepc.ru/dict/]
документ
Информационный объект в виде текста. В качестве документов могут выступать: нормативные, распорядительные, организационные, договорные, плановые, другие внутренние и внешние документы.
[Департамент лингвистических услуг Оргкомитета «Сочи 2014». Глоссарий терминов]
документ
Информация, представленная в удобной для чтения форме. Документ может быть бумажным или электронным. Например, политика, соглашение об уровне услуги, запись об инциденте или план компьютерного зала. См. тж. запись.
[Словарь терминов ITIL версия 1.0, 29 июля 2011 г.]
документ
1. Носитель информации, используемый в любых системах управления, в том числе и автоматизированных. Их информационная база — документы разного вида (плановая, статистическая, бухгалтерская, техническая документация и т.д.). 2. В информационно-поисковых системах (ИПС) документом называют любой объект, внесенный в «память» системы: книгу, Д. в обычном смысле слова, статистическую таблицу, заметку из газеты, патент, чертеж и т.д. Каждый Д. в ИПС имеет «поисковый образ«, по которому при поступлении соответствующего запроса его и находит компьютер.
[ http://slovar-lopatnikov.ru/]EN
document
fixed and structured amount of information intended for human perception that can be managed and interchanged as a unit between users and systems
NOTE 1 The term document is not restricted to its meaning in a legal sense.
NOTE 2 A document can be designated in accordance with the type of information and the form of presentation, for example overview diagram, connection table, function chart.
[IEC 61082-1, ed. 2.0 (2006-04)]
document
information on a data medium
NOTE 1 The term document is not restricted to its meaning in a legal sense.
NOTE 2 Normally a document is designated in accordance with the type of information and the form of presentation, for example overview diagram, connection table, function chart.
NOTE 3 Information may appear in a static manner on paper and microform or dynamically on (video) display devices.
[IEC 62023, ed. 1.0 (2000-04)]
document
Information object in textual form. Documents can be regulatory, administrative, organizing, contractual, planning or other internal and external documents.
[Департамент лингвистических услуг Оргкомитета «Сочи 2014». Глоссарий терминов]
document
Information in readable form. A document may be paper or electronic – for example, a policy statement, service level agreement, incident record or diagram of a computer room layout. See also record.
[Словарь терминов ITIL версия 1.0, 29 июля 2011 г.]FR
document
quantité d'informations fixe et structurée destinée à être perçue par les personnes et qui peut être gérée et échangée comme un tout entre utilisateurs et systèmes
NOTE 1 Le terme document n'est pas réduit à sa signification au sens légal.
NOTE 2 Un document peut être désigné selon le type d'information et la forme de présentation, par exemple schéma d'ensemble, tableau de connexion, diagramme fonctionnel.
[IEC 61082-1, ed. 2.0 (2006-04)]
document
information sur un support de données
NOTE 1 Le terme «document» n’est pas réduit à son sens légal.
NOTE 2 Normalement, un document est désigné conformément au type d’information et à la forme de présentation, par exemple schéma de système, tableau des connexions, diagramme fonctionnel.
NOTE 3 Les informations peuvent apparaître d’une manière statique sur papier et microforme ou d’une manière dynamique sur des dispositifs d’affichage (vidéo).
[IEC 62023, ed. 1.0 (2000-04)]
Тематики
- делопроизводство и архивное дело
- информационные технологии в целом
- обработка текста
- производство лекарственных средств
- системы менеджмента качества
- экономика
- электронный обмен информацией
Синонимы
EN
FR
4.10 документ (document): См. элемент документации (4.26).
Источник: ГОСТ Р ИСО/МЭК 15910-2002: Информационная технология. Процесс создания документации пользователя программного средства оригинал документа
2.6 документ (document): Информация и поддерживающий ее носитель.
Примечания
1 В настоящем стандарте записи (см. 2.9) отличаются от документов тем, что они являются свидетельством деятельности, а не свидетельством намерений.
2 Примеры документов включают утверждения политики, планы, процедуры, соглашения об уровнях услуг и контракты.
Источник: ГОСТ Р ИСО/МЭК 20000-1-2010: Информационная технология. Менеджмент услуг. Часть 1. Спецификация оригинал документа
3.4 документ (document): Информация и соответствующий носитель.
Примечание 1 - Носитель может быть бумажным, магнитным, электронным носителем или оптическим компьютерным диском, фотографией или эталонным образцом, или их комбинацией.
Примечание 2 - Определение соответствует ИСО 9000:2000, 3.7.2.
Источник: ГОСТ Р ИСО 14001-2007: Системы экологического менеджмента. Требования и руководство по применению оригинал документа
3.7.2 документ (document): Информация (3.7.1), представленная на соответствующем носителе.
Пример - Записи (3.7.6), спецификация (3.7.3), процедурный документ, чертеж, отчет, стандарт.
Примечания
1 Носитель может быть бумажным, магнитным, электронным или оптическим, компьютерным диском, фотографией или эталонным образцом, или их комбинацией.
2 Комплект документов, например, спецификаций и записей, часто называется «документацией».
3 Некоторые требования (3.1.2) (например, требование к разборчивости текста) относятся ко всем видам документов, однако могут быть особые требования к спецификациям (например, требование к управлению пересмотрами) и записям (например, требование к восстановлению).
Источник: ГОСТ Р ИСО 9000-2008: Системы менеджмента качества. Основные положения и словарь оригинал документа
3.5 документ (document): Информация, приведенная на соответствующем носителе.
Примечание 1 - Носитель может быть бумажным, магнитным, электронным или оптическим компьютерным диском, фотографией или эталонным образцом, или их комбинацией.
Примечание 2 - Определение соответствует приведенному в ИСО 9000:2000, 3.7.2.
[ИСО 14001:2004, 3.4]
Источник: ГОСТ Р ИСО 14004-2007: Системы экологического менеджмента. Общее руководство по принципам, системам и методам обеспечения функционирования оригинал документа
3.4 документ (document): Информация и соответствующий носитель.
Примечание 1 - Носитель может быть бумажным, магнитным, электронным или оптическим компьютерным диском, фотографией или эталонным образцом, или их комбинацией.
Примечание 2 - Определение соответствует ИСО 9000:2000, 3.7.2.
Источник: ГОСТ Р 54336-2011: Системы экологического менеджмента в организациях, выпускающих нанопродукцию. Требования оригинал документа
3.7.2 документ (document): Информация (3.7.1), представленная на соответствующем носителе.
Пример - Записи (3.7.6), спецификация (3.7.3), процедурный документ, чертеж, отчет, стандарт.
Примечания
1 Носитель может быть бумажным, магнитным, электронным или оптическим, компьютерным диском, фотографией или эталонным образцом, или их комбинацией.
2 Комплект документов, например спецификаций и записей, часто называется «документацией».
3 Некоторые требования (3.1.2) (например, требование к разборчивости текста) относятся ко всем видам документов, однако могут быть особые требования к спецификациям (например, требование к управлению пересмотрами) и записям (например, требование к восстановлению).
Источник: ГОСТ ISO 9000-2011: Системы менеджмента качества. Основные положения и словарь
3.5 документ (document): Информация и соответствующий носитель.
Примечание - Носитель может быть бумажным, магнитным, электронным или оптическим компьютерным диском, фотографией или эталонным образцом, или их комбинацией.
[ИСО 14001:2004, пункт 3.4]
Источник: ГОСТ Р 54934-2012: Системы менеджмента безопасности труда и охраны здоровья. Требования оригинал документа
3.5 документ (document): Информация и соответствующий носитель.
Примечание - Носитель может быть бумажным, магнитным, электронным носителем или оптическим компьютерным диском, фотографией или эталонным образцом, или их комбинацией.
[ ГОСТ Р ИСО 14001-2007, статья 3.4]
Источник: ГОСТ Р 54337-2011: Системы менеджмента охраны труда в организациях, выпускающих нанопродукцию. Требования оригинал документа
3.2.51 документ (document): Информация и соответствующий носитель.
Источник: ГОСТ Р 54147-2010: Стратегический и инновационный менеджмент. Термины и определения оригинал документа
4.5 документ (document): Информация и ее носители.
Примечание 1 - Носитель может быть бумажным, магнитным, электронным или оптическим компьютерным диском, фотографией или контрольным образцом, или их комбинацией.
Примечание 2 - Термин установлен в ИСО 9000:2006, статья 3.7.2.
[ИСО 14001:2004]
Источник: ГОСТ Р ИСО 14050-2009: Менеджмент окружающей среды. Словарь оригинал документа
Англо-русский словарь нормативно-технической терминологии > document
-
78 antenna
антенна || антенныйto orient an antenna on — ориентировать антенну на...
-
79 beam
2) машиностр. поперечина; траверса4) машиностр. балансир5) горн. верхняк6) возд. лонжерон7) мор. бимс8) ширина судна9) траверз ( направление)11) наводить по лучу12) главный лепесток ( диаграммы направленности антенны), радиолуч13) навой ( основовязальной машины)14) швейн. ударник ( вырубочного пресса)•beam for sheet piles — насадка шпунтовой стенки,beam is 25 m long between supports — пролет балки составляет 25 м;beam on waterline — ширина судна по ватерлинии,beam overall — габаритная ширина судна,beam over deck — ширина судна по палубе,beam over foils — ширина судна по крыльям,to built in a beam at one end — заделывать балку одним концов,to capture the beam — захватывать луч ( курсового маяка);to clamp a beam — закреплять коромысло,to follow the beam — выдерживать направление по лучу ( курсового маяка),to hinge a beam to support — опирать балку шарнирно;to intercept the beam — выходить на ось луча ( курсового маяка),to steady a beam — арретировать (останавливать) коромысло,-
accelerated beam
-
accelerator beam
-
aiming beam
-
anchorage beam
-
angle beam
-
angular beam
-
annular beam
-
antiparallel beams
-
arched beam
-
astigmatic beam
-
asymmetrical beams
-
asymmetrical beam
-
asymmetrical lower beam
-
asymmetrically flared beam
-
axle beam
-
back beam
-
beam of variable cross section
-
beavertail beam
-
betlehem beam
-
bidirectional beam
-
binding beam
-
body bolster beam
-
bogie beam
-
bond beam
-
bottom beam
-
box-section beam
-
box beam
-
brake beam
-
breast beam
-
brick beam
-
bridge beam
-
bridle beam
-
broad-flanged beam
-
broad-radiation pattern beam
-
bucket beam
-
buffer beam
-
built-in beam
-
built-up beam
-
bumper beam
-
bunched electron beam
-
bunched beam
-
camber beam
-
cambered beam
-
cantilever beam
-
cased beam
-
cathode beam
-
channel beam
-
channeled beam
-
charged beam
-
city beam
-
Clarke beam
-
coherent light beam
-
collapsible beam
-
collimated beam
-
combination beam
-
composite beam
-
compound beam
-
concentrated beam
-
conically scanned beam
-
constrained beam
-
continuous beam
-
continuous wing beam
-
contour beam
-
convergent beam
-
cosecant-squared beam
-
counter propagating beams
-
crane runway beam
-
crane beam
-
crownblock beam
-
dam beam
-
deck beam
-
deep beam
-
defocused beam
-
density-modulated beam
-
diffraction-limited beam
-
diffuse beam
-
directed beam
-
directional beam
-
directive beam
-
divergent beam
-
doubly reinforced beam
-
downward beam
-
dragon beam
-
drop beam
-
E beam
-
edge beam
-
electron beam
-
elevating beam
-
emergent beam
-
engine mount beam
-
erasing beam
-
even-arm beam
-
extreme beam
-
false beam
-
fanning beam
-
fan-shaped beam
-
fascia beam
-
fender beam
-
fiber spinning beam
-
fiberglass beam
-
fish-bellied beam
-
fixed beam
-
fixed tie beam
-
fixed-ended beam
-
flat-top beam
-
flitched beam
-
floor beam
-
focused beam
-
folding beam
-
fork beam
-
framing beam
-
free-ended beam
-
free beam
-
front-axle beam
-
gantry beam
-
glide slope beam
-
glued laminated beam
-
graduated beam
-
grating beam
-
grillage beam
-
guidance beam
-
hammer beam
-
hatch way beam
-
hatch-end beam
-
haunched beam
-
H-beam
-
high beam
-
high-directivity beam
-
highly bunched beam
-
high-velocity beam
-
hinged beam
-
hold beam
-
hold-down beam
-
hollow beam
-
homogeneous beam
-
I-beam
-
illuminating beam
-
image beam
-
incident beam
-
injected beam
-
intensity-modulated beam
-
intermediate beam
-
ion beam
-
jesting beam
-
joggle beam
-
junior beam
-
keyed beam
-
king-posted beam
-
laced beam
-
laser beam
-
L-beam
-
lifting beam
-
light beam
-
load beam
-
locked-on beam
-
longitudinal beam
-
loom beam
-
low-altitude beam
-
lower beam
-
low-velocity beam
-
main beam
-
main landing gear beam
-
marginal beam
-
midship beam
-
modulated beam
-
molded beam
-
molecular beam
-
monochromatic beam
-
monoenergetic beam
-
monorail beam
-
multilobed beam
-
multispan beam
-
needle beam
-
negative beam
-
neutral beam
-
nonreentrant beam
-
nonuniform beam
-
object-bearing beam
-
object beam
-
off-axis beam
-
off-path beam
-
on-axis beam
-
optical beam
-
O-type beam
-
outermost beam
-
overhanging beam
-
panting beam
-
parallel flange beam
-
paraxial beam
-
passing beam
-
pencil beam
-
photon beam
-
pile beam
-
pin-ended beam
-
plane-polarized beam
-
play-off beam
-
polarized beam
-
port beam
-
portable beam
-
positive beam
-
pressure beam
-
prestressed concrete beam
-
primary beam
-
probe beam
-
propped cantilever beam
-
propped beam
-
pulsed guidance beam
-
pumping beam
-
pump beam
-
pusher beam
-
quasi-monochromatic beam
-
queen-trussed beam
-
radar beam
-
radio beam
-
reading beam
-
recording beam
-
reentrant beam
-
reference beam
-
reflected beam
-
refracted beam
-
register beam
-
relativistic beam
-
restrained beam
-
return beam
-
rigid beam
-
ring beam
-
ripper beam
-
riveted beam
-
roof beam
-
rotary support beam
-
rotary beam
-
sandwich beam
-
scanning beam
-
scattered beam
-
scene beam
-
secondary beam
-
section beam
-
sector-shaped beam
-
shallow beam
-
sharp beam
-
sheet beam
-
shifting beam
-
simple beam
-
single beam
-
skeleton-form triangular beam
-
slasher beam
-
slay beam
-
sliding batch beam
-
soldier beam
-
space-coherent beam
-
spandrel beam
-
spatially coherent beam
-
spent beam
-
spider beam
-
spinning beam
-
split beam
-
spot beam
-
spreader beam
-
spring beam
-
squinted beam
-
stanchion beam
-
standard beam
-
starboard beam
-
statically determinate beam
-
statically indeterminate beam
-
steered beam
-
stiffening beam
-
stop beam
-
straining beam
-
strut-framed beam
-
supporting beam
-
swing beam
-
tamping beam
-
T-beam
-
tee-beam
-
temporal coherent beam
-
test beam
-
thermal beam
-
through beam
-
tie beam
-
top-trolley beam
-
toroidal beam
-
torque divider installation beam
-
towing beam
-
transverse beam
-
traveling hatchway beam
-
traveling hatch beam
-
trussed beam
-
ultrasonic beam
-
undecked beam
-
unidirectional beam
-
uniform beam
-
uniform-strength beam
-
universal beam
-
variable-elevation beam
-
variable-shape beam
-
walking beam
-
wall beam
-
wave beam
-
way beam
-
wear beam
-
web beam
-
welded beam
-
wide-angle beam
-
wide beam
-
wide-flange beam
-
wooden beam
-
writing beam
-
X-ray beam
-
zee beam -
80 MOS
1) Общая лексика: минимальная рабочая скорость (Minimum Operating Speed)2) Американизм: Mean Opinion Scoring, Member Of Opposite Sex, Military Occupational Specialties3) Военный термин: Maritime Operational Intelligence Summary, Military Occupational Specialty, Month Of Supply, maintenance and operations support, major operating system, management operating system, marking of overseas shipments, military observers, military overseas, minimum operating strip, missile on site, missile on stand, missile operations strategy, mission operations system4) Техника: maritime observation satellite, metal-oxide-silicon, МОП-структура, структура металл-оксид-полупроводник5) Химия: моно-олигосахариды6) Религия: Minions Of Satan, Music Of The Spirit7) Грубое выражение: Model Output Statistics, Mutual Orgasm Society, Sex8) Телекоммуникации: Mambo Open Source, Mean Opinion Score9) Сокращение: Meridian Ocean Systems (USA), Metal Oxide Semiconductor, Metal on silicone (type of integrated circuit), Metal-Oxide Semiconductor, Military Occupational Specialty (USA), Ministry of Supply, Monitor Only crew Station, manned orbital station, mosaic, Military Occupation Speciality10) Университет: My Own Science11) Электроника: Metal On Silicon12) Вычислительная техника: Metal Oxide Semiconductor (IC), Multiprogramming Operating System (OS, NCR), Minimum Operating System (OS, UNIVAC 9200, UNIVAC 9300), Master Operating System (OS, Varian), metal-oxide-semiconductor13) Генетика: зеркально ориентированная селекция14) Космонавтика: Marine Observation Satellite (Japan)15) Фирменный знак: Members Owners And Staff, My Own Store16) Экология: сообщество обитающих вместе организмов, не связанных мутуалистическими взаимоотношениями17) СМИ: Man On Street, Man On the Street18) Деловая лексика: Margin Of Success, Margin On Services, Money Order Sales, Mutual Offset System19) Бытовая техника: МОП20) Глоссарий компании Сахалин Энерджи: Maintenance override switch = bypass switch, maintenance override switch (bypass switch)21) Образование: Mohican Outdoor School22) Сетевые технологии: Media Object Server, Microsoft Online Service, Minimum Operable Segment23) Океанография: Marine Observation Satellite, Military Oceanography Subcommittee, Mountain Ocean Sunshine24) Сахалин Ю: manager of surveillance25) Сахалин А: maintenance override switch26) Расширение файла: Magneto-Optic Storage, Metal Oxide Silicon27) Имена и фамилии: Man Of Steel28) Должность: Make Over Specialist, Microsoft Office Specialist, Military Occupational Speciality, My Other Secretary30) Программное обеспечение: Mit Out Sound31) Единицы измерений: Month Or Months32) Международная торговля: Mercantile Office System33) Клинические исследования: Medical Outcomes Study
См. также в других словарях:
Object type — In computer science, an object type (a.k.a. wrapping object) is a datatype which is used in object oriented programming to wrap a non object type to make it look like a dynamic object.Some object oriented programming languages make a distinction… … Wikipedia
Object type (object-oriented programming) — See also: Object (computer science) In computer science, an object type (a.k.a. wrapping object) is a datatype which is used in object oriented programming to wrap a non object type to make it look like a dynamic object.[citation needed] Some… … Wikipedia
Object Manager (Windows) — Object Manager in Windows, categorized hierarchically using namespaces Object Manager (internally called Ob) is a subsystem implemented as part of the Windows Executive which manages Windows resources. Each resource, which are surfaced as logical … Wikipedia
Object Pascal — Семантика: императивная Класс языка: мультипарадигмальный: императивный, структурный, объектно ориентированный, обобщённый[1], процедурный Тип исполнения: компилируемый … Википедия
Object-based spatial database — An object based spatial database is a spatial database that stores the location as objects. The object based spatial model treats the world as surface littered with recognizable objects (e.g. cities, rivers), which exist independent of their… … Wikipedia
Object identifier — In computing, an object identifier or OID is an identifier used to name an object (compare URN). Structurally, an OID consists of a node in a hierarchically assigned namespace, formally defined using the ITU T s ASN.1 standard.[citation needed]… … Wikipedia
Type system — Type systems Type safety Inferred vs. Manifest Dynamic vs. Static Strong vs. Weak Nominal vs. Structural Dependent typing Duck typing Latent typing Linear typing Uniqueness typing … Wikipedia
Object Pascal — Paradigm(s) imperative, structured, object oriented, functional (Delphi dialect only) Appeared in 1986 (1986) Designed by Apple, Niklaus Wirth, Anders Hejlsberg … Wikipedia
Object Linking and Embedding — (OLE) is a technology developed by Microsoft that allows embedding and linking to documents and other objects. For developers, it brought OLE Control eXtension (OCX), a way to develop and use custom user interface elements. On a technical level,… … Wikipedia
Object Desktop — ObjectBar used with DesktopX to create a theme Developer(s) Stardock … Wikipedia
Object 187 — Type Main battle tank Place of origin Soviet Union … Wikipedia