Vertaling van "array access" 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.
ResourceBundle supports direct access to the data through array access pattern and iteration via foreach, as well as access via class methods.
ResourceBundle soporta el acceso directo a la información a través de patrones de acceso al array, y la iteración mediante foreach, así como el acceso mediante métodos de clase.
Nota: implementation of the ArrayAccess interface allowing direct manipulation of the contents of a Phar archive using array access brackets.
Ésta es una implementación de la interfaz ArrayAccess que permite la manipulación directa del contenido de un archivo Phar utilizando los corchetes de acceso al array.
It detects blocks in the model that result in integer overflow, dead logic, array access violations, and division by zero.
Detecta bloques en el modelo que provocan desbordamiento de enteros, lógica muerta, infracciones de acceso a arrays y división por cero.
Polyspace Code Prover is a sound static analysis tool that proves the absence of overflow, divide-by-zero, out-of-bounds array access, and other run-time errors in C and C++ source code.
Polyspace Code Prover es una sólida herramienta de análisis estático que demuestra la ausencia de desbordamientos, división por cero, acceso a arrays fuera de límites y otros errores en tiempo de ejecución en el código fuente C y C++.
/ add a new file via the array access API
This is an implementation of the ArrayAccess interface allowing direct manipulation of the contents of a Phar archive using array access brackets. offsetUnset is used for deleting an existing file, and is called by the unset() language construct. Parâmetros
Ésta es una implementación de la interfaz ArrayAccess que permite la manipulación directa del contenido de un archivo Phar utilizando los corchetes de acceso al array. offsetUnset se utiliza para borrar un fichero existente, y es llamado por el constructor de lenguaje unset().
PharException. This is an implementation of the ArrayAccess interface allowing direct manipulation of the contents of a Phar archive using array access brackets. offsetSet is used for modifying an existing file, or adding a new file to a Phar archive.
Ésta es una implementación de la interfaz ArrayAccess que permite la manipulación directa del contenido de un archivo Phar utilizando los corchetes de acceso al array. offsetSet se utiliza para modificar un fichero existente, o añadir un nuevo fichero al archivo Phar.
Vala does not do any bounds checking for array access at runtime.
Vala no comprueba los límites en tiempo de ejecución en el acceso a matrices.
Their code produced a segmentation fault due to an out-of-bounds array access.
The main array access is here, right?
What's different is that we will need to be able to do some trickery for the input array access so we are going to calculate a variable called n star point.
La diferencia es que deberemos ser capaces de hacer algunos trucos el acceso de la matriz de entrada así que vamos a calcular una variable llamada punto n de la estrella.
If you want to read a multi-dimensional property, you could instead make the property access into a function call, with each parameter representing each dimension of the array access, but there is no way to write to such a property.
Si desea leer una propiedad multi-dimensional, puede crear el acceso en forma de un llamado de función, en donde cada parámetro representa cada parámetro del acceso a la matriz, aunque no hay forma de escribir tal tipo de propiedad.
If you want to read a multi-dimensional property, you could instead make the property access into a function call, with each parameter representing each dimension of the array access, but there is no way to write to such a property.
Si se quiere leer una propiedad multidimensional, en su lugar se podría hacer el acceso a la propiedad dentro de una llamada a una función, cada parámetro representando cada dimensión del acceso al array, pero no hay forma de escribir tal propiedad.