loop of instructions

loop of instructions
цикл программы

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

Игры ⚽ Поможем написать курсовую

Смотреть что такое "loop of instructions" в других словарях:

  • Loop inversion — is a compiler optimization, a loop transformation, which replaces a while loop by an if block containing a do..while loop. Example in C int i, a [100] ; i = 0; while (i < 100) { a [i] = 0; i++; }is equivalent to: int i, a [100] ; i = 0; if (i …   Wikipedia

  • loop — ► NOUN 1) a shape produced by a curve that bends round and crosses itself. 2) (also loop the loop) a manoeuvre in which an aircraft describes a vertical circle in the air. 3) an endless strip of tape or film allowing continuous repetition. 4) a… …   English terms dictionary

  • 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 — loop1 [lo͞op] n. [ME loup < Anglo N forms corresponding to ON hlaup, a leap, hlaupa, to run (akin to LEAP) > Dan løbe(knude), lit., running (knot)] 1. a) the more or less circular figure formed by a line, thread, wire, etc. that curves back …   English World dictionary

  • loop — [luːp] noun [countable] 1. in the loop informal if a person is in the loop, he or she is one of the group of people who receive information about important subjects or who are involved in making important decisions 2. COMPUTING a set of commands… …   Financial and business terms

  • Loop (instruction) — Structure de contrôle En programmation impérative, une structure de contrôle est une commande qui contrôle l ordre dans lequel les différentes instructions d un algorithme ou d un programme informatique sont exécutées. On appelle aussi cet… …   Wikipédia en Français

  • loop — noun 1》 a shape produced by a curve that bends round and crosses itself.     ↘a length of thread or similar material forming such a shape, used as a fastening or handle.     ↘(also loop line) Brit. a length of railway track which is connected at… …   English new terms dictionary

  • 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

  • Loop — A loop is generally something that closes back on itself such as a circle. The closing can appear in time or in space.cience and technology*Loop (algebra), a quasigroup with an identity element *Loop (graph theory), an edge that begins and ends… …   Wikipedia

  • loop — loop1 /loohp/, n. 1. a portion of a cord, ribbon, etc., folded or doubled upon itself so as to leave an opening between the parts. 2. anything shaped more or less like a loop, as a line drawn on paper, a part of a letter, a part of a path, or a… …   Universalium

  • loop — I [[t]lup[/t]] n. 1) a portion of a cord, ribbon, etc., folded or doubled upon itself so as to leave an opening between the parts 2) anything shaped more or less like a loop 3) a curved piece or a ring used for the insertion of something or as a… …   From formal English to slang


Поделиться ссылкой на выделенное

Прямая ссылка:
Нажмите правой клавишей мыши и выберите «Копировать ссылку»