Examples with "bytecodes et" 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.
Le navigateur Java sur l'hôte de l'utilisateur interprète les bytecodes et fournit l'affichage.
The Java browser on the user's host interprets the bytecodes and provides the display.
Andere resultaten
Il était possible de contourner le vérificateur de bytecode et d'accéder aux méthodes du système d'exploitation natif sous-jacent.
It was possible to bypass the bytecode verifier and access the native underlying operating system.
Il n'y a que quelques événements qui utilisent une instrumentation du bytecode et qui ont donc un impact sur le code en cours d'exécution.
There are only a few events that use bytecode instrumentation and thus have impact on the running code.
Tous les scénarios protégés par ByteRun Protector pour PHP sont convertis en bytecode et cryptés.
All scripts protected by ByteRun Protector for PHP are converted to bytecode and encrypted.
En interne, Python convertit le code souce dans une forme intermédiaire appelée bytecode et ensuite le convertit dans le langage natif de l'ordinateur et le lance.
Internally, Python converts the source code into an intermediate form called bytecodes and then translates this into the native language of your computer and then runs it.
Le fait que Java soit compilé en bytecode et tourne sur une machine virtuelle signifie qu'il est hautement portable et qu'il peut s'exécuter sous Windows, Linux et MacOS avec un minimum d'ajustements.
The fact that Java compiles to bytecode and runs on a virtual machine means that it is highly portable and can run on Windows, Linux, and MacOS with minimal tweaking.
Il était possible de contourner le vérificateur de bytecode et d'accéder aux méthodes du système d'exploitation natif sous-jacent.
It was possible to bypass the bytecode verifier and access the native underlying operating system.[citation needed] The results of this research were not published in detail.
Les applications Web2py peuvent être compilées en bytecode et être ainsi distribuées sans fournir le code source.
Web2py can compile web applications for distribution in bytecode compiled form, without source code.
À mes heures perdues, je développe quelques bricoles, principalement en OCaml, un langage fonctionnel disposant d'une excellente bibliothèque standard et d'un compilateur (bytecode et natif) qui peut rivaliser avec gcc.
During my idle time, I develop software, mainly in OCaml, a functional programming language with a wonderful standard library and a compiler (bytecode and native) which can rival with gcc.
Un type spécial d'interprète, connu sous le nom de Java Virtual Machine (JVM), lit le bytecode et le traite.
A special type of interpreter, known as a Java Virtual Machine (JVM), reads the bytecode, and processes it.
Le stub (le programme compilé) qui charge PHP et l'extension bcompiler, stocke le bytecode et initialise un appel à la fonction spécifique (e.g.
The stub (executable code, e.g. a compiled C program) that loads PHP interpreter, bcompiler extension, stored Bytecodes and initiates a call for the specified function (e.g.
Lit le bytecode d'une classe et revient à une fonction utilisateur.
Reads the bytecodes of a class and calls back to a user function.
Cette approche requiert une instrumentation du bytecode à la compilation et est rarement nécessaire.
This approach requires buildtime bytecode instrumentation and is rarely necessary.