Vertaling van "the for-loop" in Spaans
We konden deze vermelding niet vinden. Er worden benaderende resultaten weergegeven. Controleer je spelling of stel voor deze term aan het woordenboek toe te voegen.
Then I've got the, the for-loop setting off the body.
That's the, called the body of the for-loop.
If you are using the for-loop, the compiler may optimize the code, and, because the loop does nothing, remove it.
Si estás utilizando el bucle for, el compilador podría optimizar el código, y, como el bucle no hace nada, eliminarlo.
BASH has three basic loop structures: the while-loop, the until-loop and the for-loop which we had seen earlier.
BASH tiene tres estructuras básicas de bucle: el bucle while, el bucle until y el bucle for que habíamos visto con anterioridad.
And then the for-loop runs these, these first three lines.
Y entonces el for-loop ejecuta estas, estas tres líneas.
So, the way the for-loop works, is, and let's say we're, you know, working on the flowers image here.
Así, el modo en que el for-loop trabaja, y digamos que estamos, tu sabes, trabajando en la imagen de las flores aquí.
So, the for-loop is, I said it turns out this is a very powerful feature that allows us to write a few lines of code and let the computer run them over just, you know, some sort of big data set.
Para el for-loop, dije que es una herramienta muy poderosa que nos ayuda a escribir unas pocas lineas de código y deja que la computadora las corra sobre un set grande de información.
The for-loop ran all its times.
The for-loop takes a list of strings (strings separated by space) and assigns them to a variable
El bucle for toma una lista de cadenas (separadas por espacios) y las asigna a una variable
Then we put it in the for-loop, and then finally, we add any condition clauses.
So what that shows is, the for-loop, you know, the count was started at zero.
Entonces, ¿qué que muestra es la for-loop, usted sabe, el recuento se inició a cero.
Combining the if-statement, with the for-loop gives us a very powerful combination.
Combinando la si nos da instrucción, con el bucle de 4 una combinación muy poderosa.
While the for-loop method is reasonable for small collections of images, it does not scale well to a large collection of images.
Mientras que el método for-Loop es razonable para pequeñas colecciones de imágenes, no escala bien a una gran colección de imágenes.