Pagina per scoprire la definizioni e traduzione di recursion . Il dizionario è una parte integrante del sito esercizinglese.com con cui puoi imparare la grammatica inglese attraverso tutti i vari esercizi e lezioni di inglese che il sito ti propone.

Definizione monolingua


recursion


Noun

recursion (plural recursions)


  1. The act of recurring.
  2. (mathematics) The act of defining an object (usually a function) in terms of that object itself.
    n! = n × (n ? 1)! (for n > 0) or 1 (for n = 0) defines the factorial function using recursion.
  3. (computing) The calling of a function from within that same function.
    This function uses recursion to compute factorials.

Definizione dizionario recursion


ricorsività
  the act of recurring
  in mathematics
ricorsione
  The ability of a routine to call itself. Recursion enables certain algorithms to be implemented with small, simple routines, but it does not guarantee speed or efficiency. Erroneous use of recursion can cause a program to run out of stack space during execution, causing the program, and sometimes the entire system, to crash. See also call1 (definition 2), routine.

Altri significati:
  (computing) The calling of a function from within that same function.
  The definition of an operation in terms of itself.
  (mathematics) The act of defining an object (usually a function) in terms of that object itself.
  The act of recurring.

Traduzione recursion


ricorsività ,ricorsione

Il nostro dizionario è liberamente ispirato al wikidizionario .... The online encyclopedia in which any reasonable person can join us in writing and editing entries on any encyclopedic topic

Da oltre 13 anni, il nostro sito offre gratuitamente risorse per tutti. Tuttavia, la pubblicità da sola non è più sufficiente a coprire i costi. Se apprezzi il nostro sito e ritieni che sia utile, puoi supportarci diventando un utente premium.


Premium


Statistiche

Nel pannello personale, ogni utente può facilmente tenere traccia di tutti i punti ottenuti negli esercizi. I grafici mostrano in modo chiaro le attività ancora da completare e quanto hai già realizzato!

Vai alla mia dashboard  


Forum
Altre materie