Examples with "y dos bytes" and their translation 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.
Contiene datos de caracteres y dos bytes de longitud.
Porque necesitábamos cuatro sitios de almacenamiento (bytes) mas para nuestras modificaciones (dos bytes para el comando MOV y dos bytes para el comando HALT) el antiguo comando SCALL en la dirección 8201AEh ha desaparecido.
Because we needed four storage locations (bytes) more for our modifications (two bytes for the MOV-command and two bytes for the HALT-command) the old SCALL-command at address 8201AEh has vanished.
Andere resultaten
Y había dos Bytes en la Palabra; y nada más existía.
Y había dos Bytes en la palabra y nada más existía.
Calcula un valor de un byte a partir de una palabra de dos bytes y lo escribe en la misma ubicación de memoria.
It computes a one-byte value out of a two-byte word and writes it at the same memory location.
Esto pasa porque automáticamente agrupa cada dos bytes y los muestra como valos hexadecimales de 16-bit.
This happens because it automatically groups every two bytes and displays them as 16-bit hex values.
Este uso devuelve un error porque la función Asc espera siempre al menos un parámetro de dos bytes y la función ChrB solo devuelve un solo byte.
Instead of returning a character, which may be one or two bytes, ChrB always returns a single byte.
Los dos bytes más altos en la dirección de destino son 172.30, y los dos bytes más altos del comodín son 0.0.
The higher two bytes in the destination address are 172.30, and the higher two bytes of the wildcard are 0.0.
En el siguiente ejemplo, la constante MINIMUM se considera un entero con signo y ocupa dos bytes de la memoria Flash (de 16 bits)
In the following example, the constant MINIMUM is considered a signed integer and will be stored within two bytes of Flash memory (16 bits)
Que solo necesitaremos 8 bits en total para los canales RGB y ahorraremos automáticamente dos bytes por píxel, con lo que conseguiremos una compresión del 50% sobre nuestro formato de 4 bytes por píxel original.
Then we would only need 8 bits in total for the RGB channels and immediately save two bytes per pixel - that's 50% compression savings over our original 4 bytes per pixel format!
Solo necesitaríamos 8 bits en total para los canales RGB y ahorraríamos de inmediato dos bytes por píxel, lo cual equivale a un ahorro del 50% en la compresión en comparación con el formato original de 4 bytes por píxel.
Then we would only need 8 bits in total for the RGB channels and immediately save two bytes per pixel - that's 50% compression savings over our original 4 bytes per pixel format!
Como se definió en RFC1997, los primeros dos bytes indican un número de AS y los últimos dos bytes indican un identificador de comunidad utilizado para la administración.
As defined in RFC1997, the first two bytes indicate an AS number, and the last two bytes indicate a community identifier used for management.
Ciertas API exportan dos versiones de las funciones que toman argumentos de cadena: caracteres de un byte (ANSI) y caracteres de dos bytes (Unicode).
Some APIs export two versions of functions that take string arguments: narrow (ANSI) and wide (Unicode).