-
21 key
[kiː]n1) ключ, отмычка- small key- right key
- flat safety key
- front door key
- master key
- tuning key
- transmitting key
- key ring
- key blank
- key bit
- key stem
- key bow
- key hole
- key drop
- key sample
- key issue
- key money
- key position
- key appointment - key problem
- key speech
- key man
- key figure
- key people
- key actor
- key point
- key terrain
- key move
- key word
- key map
- key drawing
- key station
- key signature
- key to smth
- key to a lock
- key to the front door- sound of the key turning in the lock- under lock and key
- lock the door with a key
- lose the key
- fit the key of the city
- turn the key in the lock
- insert the key into the lock
- match a key to a lock
- give the key to smb
- carry keys
- bend a key into a U-shape
- cut a key
- duplicate a key
- give a turn to a key in the lock
- key has gone
- key fits in the lock
- keys dangle on a chain
- key slides into the lock2) клавиша, тональность- black and white key
- function key
- soft key
- backspace key
- additional keys
- chromatic key
- fundamental key
- dead key
- high key
- pedal key
- Morse key
- key for the paint
- set of keys
- circle of keys
- startling change of key
- picture painted in a low key
- poem in a melancholic key
- sing in a different key
- touch one's fingers over the keys of the piano
- hit a key
- strike the keys
- jam a key
- sing off key
- smb spoke in a plaintive key
- song is too low a key for the singer3) разгадка, ответ, ответы- key to grammar exercises- key to the problem
- key to the mystery
- key to the riddle
- key to a political situation
- key to adult behaviour lies in their childhood
- key to his success
- book of language tests complete with keys -
22 tube
2) труба3) трубка4) тюбик5) гильза•- atr tube- combined focusing tube - combining tube of an injector - decimal counting tube - delivery tube of injector - depressed collector tube - directly heated tube- gas tube- microwave power tube - numerical read-out tube - photo-conductive camera tube - pulse separator tube - shadow-mask picture tube - single-anode rectifier tube - small-button glass tube
- 1
- 2
См. также в других словарях:
Insert (effects processing) — In audio processing and sound reinforcement, an insert is an access point built into the mixing console, allowing the user to add external line level devices into the signal flow between the microphone preamp and the mix bus.Common usages include … Wikipedia
Insert (SQL) — An SQL INSERT statement adds one or more records to any single table in a relational database. Basic formInsert statements have the following form: * INSERT INTO table ( column1 , [ column2, ... ] ) VALUES ( value1 , [ value2, ... ] )The number… … Wikipedia
Insert key — Overtype redirects here. For the steam powered vehicle, see Steam wagon. The insert key among other keys The Insert key (often abbreviated INS) is a key commonly found on computer keyboards. It is primarily used to switch between the two text… … Wikipedia
User-defined function — A User Defined Function, or UDF, is a function provided by the user of a program or environment, in a context where the usual assumption is that functions are built into the program or environment.BASIC languageIn some old implementations of the… … Wikipedia
Inline function — In computer science, an inline function is a programming language construct used to suggest to a compiler that a particular function be subjected to in line expansion; that is, it suggests that the compiler insert the complete body of the… … Wikipedia
Remote function call — A remote function call is a procedure for data interchange between a client and server. Typically the client calls a server program and the server returns the results via a TCP/IP connection. Remote function calls may be associated with SAP… … Wikipedia
Linearithmic function — In computer science, a linearithmic function (portmanteau of linear and logarithmic ) is a function of the form n middot; log n (i.e., a product of a linear and a logarithmic term).In terms of complexity, linearithmic is ω( n ), o( n 1+ε) for… … Wikipedia
Sequential function chart — (SFC) is a graphical programming language used for PLCs. It is one of the five languages defined by IEC 61131 3 standard. The SFC standard is defined in IEC 848, Preparation of function charts for control systems , and was based on GRAFCET.It can … Wikipedia
map (C++) — Not to be confused with Map (higher order function). C++ Standard Library fstream iomanip ios iostream sstre … Wikipedia
Map (C++ container) — The class std::map is a standard C++ container. It is a sorted associative array, which is a data structure which acts like a dynamic one dimensional array that associates values of one type with values of another type (the two types of values… … Wikipedia
Vector (STL) — Vectors (or std::vector) are a C++ implementation of the dynamic array data structure. Their interface emulates the behavior of a C array (i.e., capable of fast random access) but with the additional ability to automatically resize itself when… … Wikipedia