What is the translation of " RECURSIVE FUNCTION " in Spanish?

Examples of using Recursive function in English and their translations into Spanish

{-}
  • Colloquial category close
  • Official category close
Speed up recursive functions with memoization.
Acelerar las funciones recursivas con memoization.
Error 76: Cannot differentiate recursive function.
Error 76: La función recursiva no puede ser derivada.
Primitive recursive function- Wikipedia Open main menu.
Recursión primitiva- Wikipedia, la enciclopedia libre.
So that factorial would not be a tail recursive function.
Por lo que factorial no sería una función con recursividad de cola.
Primitive recursive function- Wikipedia, the free encyclopedia.
Recursión primitiva- Wikipedia, la enciclopedia libre.
This could be reduced to a single recursive function is_even.
Esto podría ser reducido por solo una función recursiva is_even.
In a recursive function, the second robot may call a third;
En una función recursiva, el segundo robot puede llamar a un tercero;
So let's rectify that, and design a tail recursive function instead.
Corrijamos esto, y diseñemos una función recursiva de cola en su lugar.
This recursive function runs 10 times, as per the exit condition.
Esta función recursiva se ejecuta 10 veces, debido a la condición de salida.
A function that calls itself is known as a recursive function.
Una función que llama a sí mismo se conoce como una función recursiva.
Recursive functions are functions that call themselves.
Las funciones recursivas son funciones que se llaman a sí mismos.
The third part of a recursive function is the recursive call.
La tercera parte de una función recursiva es la llamada recursiva..
Stacks are an important way of supporting nested or recursive function calls.
Pila es una forma importante de apoyar llamadas anidadas o a funciones recursivas.
This example contains a recursive function for removing a directory tree.
Este ejemplo contiene una función recursiva para remover el árbol del directorio.
A recursive function typically contains a conditional expression which has three parts.
Una función recursiva típicamente contiene una expresión condicional que tiene tres partes.
The map function is an example of a recursive function on arrays.
La función map es un ejemplo de una función recursiva sobre arrays.
Recursive functions can be much simpler than any other kind of function..
Las funciones recursivas pueden ser mucho más simples que cualquier otro tipo de función..
I was thinking that to create these objects, a recursive function would be best.
Estaba pensando que para crear estos objetos, una función recursiva sería la mejor.
This means that when a recursive function calls itself, local variables in each instance of the function are given distinct addresses.
Esto significa que cuando una función recursiva se llama a sí misma, las variables locales reciben, en cada instancia de la función, espacio para el direccionamiento de memoria separados.
The sum function uses linear recursion, can you write a tail recursive function.
La función sum usa recursividad lineal,¿puedes escribir una función recursiva de cola?
How does the performance of the recursive function compare to that of an iterative version?
¿Cómo se compara el desempeño de la función recursiva con el de una versión iterativa?
In the equivalence of models of computability, a parallel is drawn between Turing machines that do not terminate for certain inputs andan undefined result for that input in the corresponding partial recursive function.
En la tesis de Church-Turing se establece el paralelo entre máquinas de Turing que nose detienen para ciertas entradas y el resultado indefinido de una función recursiva parcial.
It is not possible to differentiate a recursive function because the resulting function will be infinitely large.
No es posible derivar una función recursiva porque la función resultante tendría una longitud infinita.
Moreover the shortest proof of P(n) in Peano arithmetic grows phenomenally fast as a function of n;far faster than any primitive recursive function or the Ackermann function for example.
Además, la prueba más corta de P(n) en la aritmética de Peano crece extraordinariamente rápido como una función de n;mucho más rápido que cualquier función recursiva primitiva o la función de Ackermann, por ejemplo.
A universal Turing machine can calculate any recursive function, decide any recursive language, and accept any recursively enumerable language.
Una máquina universal de Turing puede calcular cualquier función recursiva, decidir cualquier lenguaje recursivo y aceptar cualquier lenguaje recursivamente enumerable.
This extreme growth can be exploited to show that f, which is obviously computable on a machine with infinite memory such asa Turing machine and so is a computable function, grows faster than any primitive recursive function and is therefore not primitive recursive..
Este crecimiento desmesurado se puede utilizar para demostrar que la función computable f(n) A(n,n) crece más rápido que cualquier función recursiva primitiva, y por ello no es recursiva primitiva.
Composition: applying values from some elementary recursive function as an argument to another elementary recursive function.
Composición: aplicando valores de alguna función recursiva elemental como argumento a otra función recursiva elemental.
That is, a lower elementary recursive function must be a zero, successor, or projection function, a composition of other lower elementary recursive functions, or the bounded sum of another lower elementary recursive function..
Es decir, una función recursiva elemental inferior se construye a partir de cero, sucesor, proyección, composición de otras funciones recursivas elementales inferiores, o la suma acotada de otra funciones recursivas elementales inferiores.
For this, it is generally required that each individual proof step can be verified by a primitive recursive function or program, and hence the problem is always decidable.
Para poder hacer esto, se requiere generalmente que cada paso individual de la demostración pueda ser verificado por una función recurrente primitiva o programa, y por lo tanto el problema es siempre decidible.
Von Mises never totally formalized his definition of a proper selection rule for sub-sequences, butin 1940 Alonzo Church defined it as any recursive function which having read the first N elements of the sequence decides if it wants to select element number N+1.
Von Mises nunca formalizó totalmente su definición de una norma adecuada para sub-secuencias, peroen 1940 Alonzo Church lo definió como cualquier función recursiva que leyó los primeros elementos N de la secuencia y decide sí quiere seleccionar un número de elemento N+1.
Results: 51, Time: 0.028

Word-for-word translation

Top dictionary queries

English - Spanish