Vertaling van "con un array" in Engels
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.
En este caso, comenzaremos con un array de tamaño n, en el primer llamado a la recursión, de modo de obtener un array de tamaño n/2 en el siguiente llamado.
In that case, we'd start with an array of size n in the first call of the recursion, then get an array of size n/ 2 in the next call.
Pondremos nuestras claves en los nodos, y lo representaremos con un array.
We'll put our keys in the nodes. And also we're going to represent it with an array.
Nota: con un array de booleanos, el comando utiliza elementos del número 0 al X-1.
Note: With an array of booleans, the command uses elements from numbers 0 to X-1.
Ejemplo #3 Ejecutar una sentencia preparada con un array de valores de inserción (parámetros de sustitución)
Beispiel #3 Execute a prepared statement with an array of insert values (placeholders)
Especifico los comportamientos de la corredora con un array de objetos que le paso al constructor de sprites, como se muestra en el Listado 1
I specify the runner's behaviors with an array of objects that I pass to the Sprite constructor, as shown in Listing 1
Cuando la operación de captura termine, llamara a la función 'callback' CaptureCB con un array de objetos MediaFile con información sobre las imágenes capturadas.
When the capture operation is finished, it will invoke the CaptureCB callback with an array of MediaFile objects describing each captured image file.
Con un array tendrías que usar splice basado en el índice de un elemento.
With an array you would have to splice based on a element's index.
Con un array tipo list box, el nombre de la variable debe coincidir con el nombre del array cuyo contenido se mostrará en la columna.
With an array type list box, the name of the variable must match the name of the array whose contents will be displayed in the column.
El componente es rellenado con un Array de Tags.
The Component is filled with an array of Tag objects.
Dichos diseños han finalizado con un array de 64 antenas parche y dimensiones de 30x30x0.127mm para el caso de polarización lineal y con un array de 256 antenas parche microstrip y dimensiones de 60x60x0.127mm para el caso de polarización circular.
These designs have ended with an array of 64 patch antennas and dimensions of 30x30x0.127mm for the case of linear polarization and with an array of 256 antennas microstrip patch and dimensions of 60x60x0.127mm for the case of circular polarization.
Usar una lista enlazada puede optimizar el uso de memoria en comparación con un array tradicional.
Empecemos con un array de una sola dimensión.
Let's start defining a one-dimensional array.
Cuando trabajamos con un array, debemos tener claro si lo que necesitamos es su ubicación o su valor.