-
1 nested loop
в программировании - цикл, выполняющийся внутри другого цикла. Вложенный цикл должен целиком находиться внутри внешнего цикла (outer loop). Уровень возможной вложенности циклов обычно ограничивается компилятором.Syn:Англо-русский толковый словарь терминов и сокращений по ВТ, Интернету и программированию. > nested loop
-
2 nested loop
unwinding of loop — разворачивание цикла; расписывание цикла
terminate a loop — завершить цикл; выходить из цикла
-
3 nested loop
Большой англо-русский и русско-английский словарь > nested loop
-
4 nested loop
-
5 nested loop
1) Компьютерная техника: вложенные циклы2) Механика: вложенный цикл3) Робототехника: вложенный цикл (в программе) -
6 nested loop
-
7 nested loop
içiçe döngü -
8 nested loop
вчт вложенный цикл -
9 nested loop
-
10 nested loop
вчт. вложенный циклThe New English-Russian Dictionary of Radio-electronics > nested loop
-
11 nested loop
• vložený cyklus -
12 nested loop
-
13 nested loop
nCOMP&DP bucle anidado m -
14 nested loop
вложенный цикл -
15 nested loop
ішкі қайталамаThe English-Kazakh dictionary of Informatics and computer technology dictionary > nested loop
-
16 nested loop
s.bucle anidado. -
17 Nested loop
-
18 nested loop
n PROG geschachtelte Schleife f -
19 nested loop
English-Russian dictionary of computer science > nested loop
-
20 nested loop
içiçe döngü
См. также в других словарях:
Nested Loop — Der Nested Loop Join ist eine mögliche Strategie in einem Datenbanksystem für Umsetzungen von Joins. Dabei werden nacheinander alle Tupel (Informatik) aus der einen Relation ausgewählt und mit jedem Tupel aus der anderen verglichen. Beispiel Für… … Deutsch Wikipedia
Nested Loop Join — Der Nested Loop Join ist eine mögliche Strategie in einem Datenbanksystem für Umsetzungen von Joins. Dabei werden nacheinander alle Tupel (Informatik) aus der einen Relation ausgewählt und mit jedem Tupel aus der anderen verglichen. Beispiel Für… … Deutsch Wikipedia
Nested loop join — A nested loop join is a naive algorithm that joins two relations R and S by making two nested loops: For each tuple r in R do For each tuple s in S do If r and s satisfy the join condition Then output the tuple <r,s> This algorithm will… … Wikipedia
Block nested loop — A block nested loop is an algorithm used to join two relations in a relational database.This algorithm is a variation on the simple nested loop join used to join two relations R and S (the outer and inner join operands, respectively). Suppose |R| … Wikipedia
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
Nested function — definitions can be compared to how a Matryoshka doll nests within larger versions of itself, in several levels. In computer programming, a nested function (or nested procedure/subroutine) is a function which is lexically (textually) encapsulated… … 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 counter — In software engineering, a loop counter is the term often used to refer to the variable that controls the iterations of a loop (a computer programming language construct). It is so named because most uses of this construct result in the variable… … Wikipedia
Nested function — Fonction imbriquée Une fonction imbriquée ou fonction interne est une fonction encapsulée dans une autre. Elle ne peut être appelée que par la fonction englobante ou par des fonctions imbriquées directement ou non dans la même fonction englobante … Wikipédia en Français
For loop — In computer science a for loop is a programming language statement which allows code to be repeatedly executed. A for loop is classified as an iteration statement.Unlike many other kinds of loops, such as the while loop, the for loop is often… … Wikipedia
Stem-loop — intramolecular base pairing is a pattern that can occur in single stranded DNA or, more commonly, in RNA. The structure is also known as a hairpin or hairpin loop. It occurs when two regions of the same molecule, usually palindromic (reads the… … Wikipedia