Injection

имя существительное 1) вливание; впрыскивание, инъекция Например: hypodermic / intradermal / subcutaneous injection — подкожное впрыскивание intramuscular injection — внутримышечная инъекция intravenous injection — внутривенное вливание to administer / give an injection — делать инъекцию to get an injection — получить инъекцию lethal injection — смертельная инъекция, эвтаназия Синоним(ы): infusion 2) лекарство, препарат (для инъекций) 3) денежные вложения; финансовые вливания 4) [технический термин] инжекция; вдувание, впрыскивание 5) вывод искусственного спутника или космического корабля на орбиту 6) [математика] взаимно-однозначное соответствие

Большой англо-русский словарь

Injection

1) вбрызгивание; впрыскивание, впрыск, инжекция; вливание; вдувание 2) введение, внедрение, инъекция 3) подкачка; подпитка 4) подача сигнала 5) математика инъективное отображение 6) топография включение, вложение

Англо-русский научно-технический словарь

Injection

1) впрыскивание, впрыск, инжекция; ввод; вдувание; нагнетание 2) накачка 3) подпитка (током) 4) ввод пробы (в хроматограф) 5) ввод (данных); подача (сигнала) 6) вывод (на орбиту)

Англо-русский политехнический словарь

Injection

noun 1. a. an act or instance of injecting b. the placing of an artificial satellite or a spacecraft into an orbit or on a trajectory; also the time or place at which injection occurs 2. something (as a medication) that is injected 3. a mathematical function that is a one-to-one mapping — compare bijection, surjection

Merriam-Webster's Collegiate Dictionary

Injection

1. A function, f : A -> B, is injective or one-one, or is an injection, if and only if for all a, b in A, f(a) = f(b) => a = b. I.e. no two different inputs give the same output (contrast many-to-one). This is sometimes called an embedding. Only injective functions have left inverses f' where f'(f(x)) = x, since if f were not an injection, there would be elements of B for which the value of f' was not unique. If an injective function is also a surjection then is it a bijection. 2. An injection function is one which takes objects of type T and returns objects of type C(T) where C is some type constructor. An example is f x = (x, 0). The opposite of an injection function is a projection function which extracts a component of a constructed object, e.g. fst (x,y) = x. We say that f injects its argument into the data type and fst projects it out.

Free Online Dictionary of Computing