loop

  • 91Loop knot — Loop Loop, n. [Cf. Ir. & Gael. lub loop, noose, fold, thong, bend, lub to bend, incline.] 1. A fold or doubling of a thread, cord, rope, etc., through which another thread, cord, etc., can be passed, or which a hook can be hooked into; an eye, as …

    The Collaborative International Dictionary of English

  • 92Loop Dundee — (eigentlich Jürgen Rüdiger Krenzien; * 1955 in Öhringen) ist ein deutscher Multimediakünstler. Inhaltsverzeichnis 1 Leben 2 Kunstprojekte 3 Öffentlichkeitsarbeit 4 …

    Deutsch Wikipedia

  • 93Loop unswitching — is a compiler optimization. It moves a conditional inside a loop outside of it by duplicating the loop s body, and placing a version of it inside each of the if and else clauses of the conditional. This can improve the parallelization of the loop …

    Wikipedia

  • 94Loop 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++)&#8230; …

    Wikipedia

  • 95Loop fission — (or loop distribution) is a compiler optimization technique attempting to break a loop into multiple loops over the same index range but each taking only a part of the loop s body. The goal is to break down large loop body into smaller ones to&#8230; …

    Wikipedia

  • 96Loop-invariant code motion — Loop invariant code in an imperative programming language consists of statements which could be moved to before the loop (if the loop always terminates), or after the loop, without affecting the semantics of the program. As a result it is&#8230; …

    Wikipedia

  • 97Loop 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 <&#8230; …

    Wikipedia

  • 98Loop Station — Le terme loop station désigne les appareils électroniques permettant d enregistrer des boucles musicales en direct, en général utilisés avec une guitare ou la voix. Modèles de loop station Boss RC 2 Boss RC 10 Boss RC 20 Boss RC 50 Zvex LoFi Loop …

    Wikipédia en Français

  • 99Loop quantum cosmology — (LQC) is a finite, symmetry reduced model of loop quantum gravity. Study of LQC has led to many successes, including the emergence of a possible mechanism for cosmic inflation, resolution of gravitational singularities as well as development of&#8230; …

    Wikipedia

  • 100Loop entropy — is the entropy lost upon bringing together two residues of a polymer within a prescribed distance. For a single loop, the entropy varies logarithmically with the number of residues N in the loop:Delta S = alpha k {B} ln N ,where k {B} is&#8230; …

    Wikipedia