Vertaling van "an array is" 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.
So, an array is a vector that has dimensions attached to it.
Así, una matriz es un vector que tiene dimensiones que se le atribuye.
Since an array is an abstraction that contains multiple values of the same type, how big is it?
Dado que una matriz es una abstracción que contiene varios valores del mismo tipo, ¿cómo es de grande?
Creating a running total of an array is a common operation.
Crear un total acumulado de un array es una operación rutinaria.
It is handy to know whether an array is indexed or an associative.
Es muy útil saber si un array es indexado o asociativo.
The size of an array is defined in its creation and cannot be modified.
El tamaño de un arreglo es definido en su creación y no puede ser modificado.
The name of an array is a pointer to the first element.
Assignment to an array is one of them
The definition of an array is very similar between programming languages, for example
La definición de un arreglo es muy similar entre los lenguajes de programación, por ejemplo
One way to avoid this problem is to make use of the fact that an array is a reference type.
Una forma de evitar este problema es hacer uso del hecho que un array es un tipo de referencia.
The use of for in on an array is a sign of badly written code that is prone to bugs and bad performance.
El uso del bucle for in en un array es señal de un código mal escrito propenso a errores y un mal desempeño.
The length of an array is established when the array is created (at runtime).
El largo de un array es establecido cuando este es creado.
One of the curiosities of reading a key matrix and then assign a character contained in an array is that we can redefine the value of the keys without changing the contents of the array.
Una de las curiosidades de leer una matriz de teclas y después asignar un carácter contenido en un array es que podemos redefinir el valor de las teclas sin más que cambiar el contenido del array.
The shape of an array is a one-dimensional integer array, containing the number of elements (the extent) in each dimension.
La forma de una matriz es una matriz de enteros unidimensional, que contiene el número de elementos (la extensión) en cada dimensión.