recursion

recursion

englanti
  1. rekursio

Synonyymisanakirja

recursion

sääntö, kaava, rekursio, toisto.

Rimmaavat sanat

recursion rimmaa näiden kanssa:

jam session...

Katso kaikki

Englannin sanakirja

recursion (englanti > suomi)

  1. toisto, uusinta, rekursio

  2. rekursio

recursion englanniksi

  1. The act of recurring.

  2. puhekieltä The act of defining an object (usually a function) in terms of that object itself.

  3. (quote-book)

  4. However, we have still not achieved our goal of devising a finite set of rules
    which will generate an infinite set of sentence structures. In order to achieve
    this goal, we need to allow for the fact that natural languages typically have
    the property that they allow potentially infinite recursion of particular struc-
    tures. For example, one Clause can be embedded inside another indefinitely
    many times, ...

    n! = n × (n − 1)! (for n > 0) or 1 (for n = 0) defines the factorial function using recursion.

  5. puhekieltä The calling of a function from within that same function.

  6. This function uses recursion to compute factorials.

Käännökset