-
1 control
1. n1) керування, контроль2) важіль керування; штурвал2. vкерувати, контролювати◊crystal controlled — радіо із кварцовою стабілізацією
•- aerodynamic control - aerodynamic roll control - aerodrome control - aileron control - air control - aircraft sanitary control - airflow control - air traffic control - airways control - altitude control - attitude control - attitude flight control - automatic amplitude control - automatic frequency control - automatic gain control - automatic volume control - automatic range control - autonomous control - autopilot control - boundary layer control - capacity control - control of traffic - controls - cyclic pitch control - data link control - digital engine control - directional control - directional control by applying differential collective pitch - dual control - elevator control - engine control - fire control - flight controls - flow control - guidance control - gyrorudder control - hinged vertical control - homing control - hydraulic flow control - lateral control - LOS control - man-in-the-loop control - mission control - mixture control - numerical control - off-line control - operational control - pitch control - primary control - procedural control - programmable process control - radar control - rudder control - sanitary control - software control - throttle control - trim control - vertical control - yaw control
См. также в других словарях:
Loop optimization — In compiler theory, loop optimization plays an important role in improving cache performance, making effective use of parallel processing capabilities, and reducing overheads associated with executing loops. Most execution time of a scientific… … Wikipedia
Data General Nova — System Data General Nova 1200 front panel … Wikipedia
Loop nest optimization — (LNO) is a special case of loop transformation, dealing with nested loops, that allows large reductions in the cache bandwidth necessary for some common algorithms.Example: Matrix multiplyMany large mathematical operations on computers end up… … Wikipedia
Loop tiling — Loop tiling, also known as loop blocking, strip mine and interchange, unroll and jam, or supernode partitioning, is a loop optimization used by compilers to make the execution of certain types of loops more efficient.Loop tiling partitions a loop … Wikipedia
Data parallelism — (also known as loop level parallelism) is a form of parallelization of computing across multiple processors in parallel computing environments. Data parallelism focuses on distributing the data across different parallel computing nodes. It… … Wikipedia
Loop modeling — is a problem in protein structure prediction requiring the prediction of the conformations of loop regions in proteins without the use of a structural template. The problem arises often in homology modeling, where the tertiary structure of an… … Wikipedia
Loop Parkway — Route information Length: 2.65 mi[1] (4.26 km) … Wikipedia
Loop fusion — Loop fusion, also called loop jamming, is a compiler optimization, a loop transformation, which replaces multiple loops with a single one. Example in C int i, a [100] , b [100] ; for (i = 0; i < 100; i++) { a [i] = 1; } for (i = 0; i < 100; i++)… … Wikipedia
Data fusion — Data fusion, is generally defined as the use of techniques that combine data from multiple sources and gather that information into discrete, actionable items in order to achieve inferences, which will be more efficient and narrowly tailored than … Wikipedia
Data transmission — Data transmission, digital transmission, or digital communications is the physical transfer of data (a digital bit stream) over a point to point or point to multipoint communication channel. Examples of such channels are copper wires, optical… … Wikipedia
Data Access in Real Time — (DART) is a Real time operating system used by EMC Celerra. It is a modified UNIX Kernel with additional functionality. DART is an embedded, real time, operating system comprising a modified UNIX kernel and dedicated file server software that… … Wikipedia