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

funciones recursivas
funciones de recursión

Examples of using Recursive functions 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.
The same problem occurs for recursive functions.
El mismo problema ocurre para las funciones recursivas.
Recursive functions are functions that call themselves.
Las funciones recursivas son funciones que se llaman a sí mismos.
It is possible to call recursive functions in PHP.
En PHP es posible llamar a funciones recursivas.
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..
We are not limited to defining recursive functions over the Int type!
¡No estamos limitados a definir funciones recursivas sobre el tipo Int!
You can write recursive functions to be frugal or wasteful of mental or computer resources;
Puedes escribir funciones recursivas para que sean frugales o derrochen recursos mentales o computacionales;
The theory of computation had been developed,theory of recursive functions.
Se había desarrollado la teoría de la computación,la teoría de las funciones recursivas.
Recursive functions invoke themselves, letting an operation be repeated until it reaches the base case.
Las funciones recursivas se invocan a sí mismas, permitiendo que una operación se realice una y otra vez hasta alcanzar el caso base.
From these basic functions, we can build other elementary recursive functions.
A partir de estas funciones básicas, se puede construir otras funciones recursivas elementales.
Lower elementary recursive functions follow the definitions as above, except that bounded product is disallowed.
La clase LOWER-ELEMENTARY está basada en las funciones recursivas elementales inferiores las cuales siguen la definición anterior, excepto que no se usa el producto acotado.
One of Scott's contributions is his formulation of domain theory,allowing programs involving recursive functions and looping-control constructs to be given denotational semantics.
Una de las mayores contribuciones de Scott es su teoría de dominios,que dota a los programas con funciones recursivas y estructuras de control de bucles de semántica denotativa.
The primitive recursive functions are a subset of the total recursive functions, which are a subset of the partial recursive functions..
El conjunto de las funciones recursivas totales es el subconjunto de las funciones recursivas parciales que además son funciones totales.
The first woman we find in twentieth century computing is Hungarian mathematician Rózsa Péter(1905-1977), who was one of the founders of recursion theory andended up applying recursive functions to computers.
En primer lugar, tenemos a la húngara Rózsa Péter(1905-1977), que es una de las fundadoras de la teoría de la recursividad yque acabó aplicando las funciones recursivas a los ordenadores.
Whereas elementary recursive functions have potentially more than exponential growth, the lower elementary recursive functions have polynomial growth.
Si bien las funciones recursivas elementales tienen potencialmente crecimiento mayor a exponencial, las funciones recursivas elementales inferiores tienen crecimiento polinómico.
Gödel shows that many properties of these proofs can be defined within any theory of arithmetic that is strong enough to define the primitive recursive functions.
Gödel muestra que muchas propiedades de estas pruebas pueden ser definidas dentro de cualquier teoría de aritmética que sea suficientemente robusta como para definir las funciones de recursión primitiva.
This is particularly a problem in what are known as recursive functions, or in essence functions that call themselves, placing information on the stack each time.
Esto es particularmente un problema en lo que se conoce como funciones recursivas, o en esencia funciones que se llaman a sí mismas, colocando información en la pila cada vez.
In Standard ML, the tree and forest data types can be mutually recursively defined as follows, allowing empty trees:datatype'a tree Empty| Node of'a*'a forest and'a forest Nil| Cons of'a tree*'a forest Just as algorithms on recursive data types can naturally be given by recursive functions, algorithms on mutually recursive data structures can be naturally given by mutually recursive functions.
En Stándar ML, el árbol y los tipos del bosque se pueden definir con recursión mutua de la siguiente manera, lo que permite árboles vacíos: datatype'a tree Empty|Node of'a*'a forest and'a forest Nil| Cons of'a tree*'a forest Del mismo modo que los algoritmos en los tipos de datos recursivos pueden ser dados naturalmente por funciones recursivas, los algoritmos en las estructuras de datos mutuamente recursivas pueden ser dados naturalmente por funciones mutuamente recursivas.
The definitions of elementary recursive functions are the same as for primitive recursive functions, except that primitive recursion is replaced by bounded summation and bounded product.
Las definiciones de funciones recursivas elementales son similares a las de las funciones recursivas primitivas, excepto que la recursión primitiva se reemplaza por sumas y productos acotados.
Familiarity with the basic programming techniques and the programming language C++: iterations,alternative, recursive functions, parameter passing, pointers, references, dynamic memory, classes, objects, methods.
Familiaridad con las técnicas básicas de programación y el lenguaje de programación C++: iteraciones,alternativas, funciones recursivas, paso de parámetros, punteros, referencias, memoria dinámica, clases, objetos, métodos.
As with directly recursive functions, a wrapper function may be useful, with the mutually recursive functions defined as nested functions within its scope if this is supported.
Al igual que con las funciones recursivas directas, una función contenedora puede ser útil, con las funciones mutuamente recursivas definidas como funciones anidadas dentro de su alcance si esto es compatible.
That is, a lower elementary recursive function must be a zero, successor, orprojection 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.
The contemporary terminology for recursive functions and primitive recursive functions had not yet been established when the paper was published;Gödel used the word rekursiv("recursive") for what are now known as primitive recursive functions.
La terminología contemporánea de recursión y recursión primitiva aún no se habían establecido cuando el artículo fue publicado;Gödel usó a palabra rekursiv("recursivo") para lo que hoy se conocen como funciones de recursión primitiva.
During this year, Gödel also developed the ideas of computability and recursive functions to the point where he was able to present a lecture on general recursive functions and the concept of truth.
En el transcurso de ese año, Gödel también desarrolló ideas sobre la computabilidad y la función recursiva, e impartió una conferencia sobre dichas funciones y sobre el concepto de verdad.
In mathematical logic and computer science, the general recursive functions(often shortened to recursive functions) or μ-recursive functions are a class of partial functions from natural numbers to natural numbers that are"computable" in an intuitive sense.
En lógica matemática y computación, las funciones recursivas o también conocidas como funciones recursivas-μ son una clase de funciones de los números naturales en los números naturales que son«computables» en un sentido intuitivo.
This example contains a recursive function for removing a directory tree.
Este ejemplo contiene una función recursiva para remover el árbol del directorio.
The third part of a recursive function is the recursive call.
La tercera parte de una función recursiva es la llamada recursiva..
Primitive recursive function- Wikipedia, the free encyclopedia.
Recursión primitiva- Wikipedia, la enciclopedia libre.
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.
Primitive recursive function- Wikipedia Open main menu.
Recursión primitiva- Wikipedia, la enciclopedia libre.
Results: 43, Time: 0.039

How to use "recursive functions" in a sentence

But recursive functions are really useful.
Now recursive functions are table stakes.
Recursive functions and universal Turing machines.
Tail recursive functions are iterative processes.
Recursive functions are not currently allowed.
Affinely Recursive Functions and Neural Networks.
Data-Driven Induction of Recursive Functions from Input/Output-Examples.
Programming Recursive Functions By Examples (Poster Abstract).
For recursive functions with recurring input values.
How recursive functions in Python are written.
Show more

Word-for-word translation

Top dictionary queries

English - Spanish