Vertaling van "in C code" in Duits
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.
Finding errors in C code is hard - preventing them is easier
Fehler in C-Code lassen sich schwer finden - Vorbeugung ist einfacher
By writing a wrapper function in C code, you can also use material functions written in another programming language.
Sie können auch Materialfunktionen nutzen, die in einer anderen Programmiersprache geschrieben wurden, indem Sie eine Gateway-Funktion in C-Code schreiben.
The main focus of this seminar is the field of binary exploitation: for example, how programming errors in C code can be exploited to inject and execute external code.
Der Schwerpunkt dieses Seminars liegt dabei im Bereich Binary Exploitation, also wie können beispielsweise Programmierfehler in C-Code ausgenutzt werden, um fremden Code einzuschleusen und auszuführen.
To take advantage of processor-specific functions for fixed-point mathematics, they use automatic code generation to implement the algorithm in C code.
Um die prozessorspezifischen Funktionen für die Fixpunktberechnungen zu nutzen, wird der Algorithmus mit der automatischen Codeerzeugung in C-Code implementiert.
The interpreter also supports unstandardized elements in C code such as the most common inline assembly and GCC builtins.
Der Interpreter unterstützt auch unstandardisierte Elemente in C-Code wie gängige Inline-Assembly-Codestücke und GCC-Builtins.
It is possible to derive new classes ad hoc in C code or Lua scripts.
Es ist möglich, Ableitungen von Klassen ad hoc in C-Code oder Lua-Skripten zu erstellen.
The INTECRIO Product Family supports rapid prototyping of control and diagnostic functions that are modeled with various versions of MATLAB/ Simulink or ASCET or that are written in C code.
Die INTECRIO-Produktfamilie unterstützt das Rapid Prototyping von Steuerungs-, Regelungs- und Diagnosefunktionen, die mit diversen Versionen von MATLAB/ Simulink oder ASCET modelliert werden oder in C-Code geschrieben sind.
You can use a mapp block for the alarm system, implement the motion control application using PLCopen and develop a special closed-loop controller for a particular machine function in C code or as a MATLAB model.
So kann ein mapp-Baustein zum Beispiel für das Alarmhandling genutzt werden, der Motion-Teil wird mit PLCopen umgesetzt und eine spezielle Regelung einer Maschinenfunktion wird als C-Code beziehungsweise Matlab-Modell umgesetzt.
pdfaPilot SDK provides a native C library that provides easy integration in C code or - through included header files - in C++ projects.
pdfaPilot SDK ist eine native C-Bibliothek, die eine einfache Integration in Ihren C-Code oder - durch enthaltene Header-Dateien - in C++-Projekte ermöglicht.
Special comments in C code are parsed with the A2L Creator, which is supplied as a component of the ASAP2 Tool-Set.
Über den A2L Creator, der als Bestandteil des ASAP2 Tool-Sets mit ausgeliefert wird, erfolgt das Parsen von Kommentaren im C-Code.
A classic example of recursion is the definition of the factorial function, given here in C code
Ein Spezialfall der Rekursion ist die primitive Rekursion, die stets durch eine Iteration ersetzt werden kann.