Examples with "a byte code" and their translation 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.
The kernel implements a programmable packet filter, which executes programs in a byte code language designed for easy security-checking by the kernel.
El núcleo implementa un filtro de paquetes programable, que ejecuta programas en un lenguaje byte code diseñado para una fácil comprobación de seguridad por parte del núcleo.
This version is a single process which parses and runs a byte code translation of the program.
Networking The kernel implements a programmable packet filter, which executes programs in a byte code language designed for easy security-checking by the kernel.
El núcleo implementa un filtro de paquetes programable, que ejecuta programas en un lenguaje byte code diseñado para una fácil comprobación de seguridad por parte del núcleo.
When you run a Perl program, it's first compiled into a byte code, which is then converted (as the program runs) into machine instructions.
Cuando se ejecuta un programa en Perl, es compilado por primera vez en un código de bytes, que se convierte entonces (como se ejecuta el programa) en instrucciones de máquina.
The Common Lisp we used, CLisp, itself runs on top of a byte code interpreter.
El Common Lisp que utilizamos, Clisp, se ejecuta sobre un intérprete de byte code.
So it is possible that the program written in the Java code will not be translated directly into machine code, but a byte code that is processed by the runtime environment.
Por lo tanto, es posible que el programa escrito en el código Java no se traduce directamente en código máquina, sino un código de bytes que es procesado por el entorno de ejecución.
Andere resultaten
If compiled into byte code, it depends on a byte-code interpreter.
If compiled into byte code, it depends on a byte-code interpreter.
Si es compilado a byte code, depende de un intérprete de byte code.
A byte 1110xxxx is the start of a 3-byte code, and 1110xxxx 10yyyyyy 10zzzzzz is assembled into xxxxyyyy yyzzzzzz.
A byte 110xxxxx is the start of a 2-byte code, and 110xxxxx 10yyyyyy is assembled into 00000xxx xxyyyyyy.
ABC file is a ActionScript Byte Code File developed by Adobe Systems.
El archivo ABC es un ActionScript Byte Code File desarrollado por Adobe Systems.
JBC file is a Jam STAPL Byte-Code File developed by Altera.
El archivo JBC es un Jam STAPL Byte-Code File desarrollado por Altera.
Java code is compiled once into a high-level byte code that is machine independent.