In 4D sind ein Debugger und ein Compiler integriert.
4D has a built-in debugger and compiler.
Stattdessen achten wir darauf, die gesamte Software-Architektur zu beurteilen und die Interaktionen zwischen den Prozessoren und dem Code genauso zu verstehen wie die Art und Weise, mit der ein Compiler in Ihrem Gerät arbeitet.
Instead, we take care to assess the full software architecture, understand the interactions between the processors and the code and the way that the compiler works in your device to produce the most efficient code.
Ein Compiler übersetzt ein Programm schon vor der Ausführung in Maschinensprache.
Ein Compiler versteht die Sprache, aber der Entwickler muss alle nötigen Testcases von Hand schreiben.
A compiler knows about the language, but the developer has to write all necessary testcases by hand.
Ein Compiler ist zum Programmieren in C++ nötig, weil der eigentliche Quellcode in eine Datei kompiliert werden muss, die dein Computer ausführen kann.
A compiler is required for programming in C++, because the actual source code has to be compiled into a file that your computer can run.
Ein Compiler hat im Prinzip 2 Möglichkeiten, um einen parametrisierten Typ oder eine parametrisierte Methode zu übersetzen.
A compiler that must translate a parameterized type or method (in any language) has in principle two choices
Ein Compiler ist ein Programm, das Programme, die in einer Programmiersprache geschrieben sind, in die Maschinensprache einer bestimmten Computerarchi- tektur ubersetzt.
A compiler is a program that translates programs written in a programming language into the machine language of a particular computer architecture.
Ein Compiler ist ein Programm, das dazu dient, andere Programme so zu kompilieren, also gewissermaßen zu übersetzen, damit sie von einem bestimmten Computer ausgeführt werden können.
A compiler is a program that compiles other programs; that means it "translates" them so a computer can execute them.
Ein Compiler ist ein Computerprogramm, das in einer Computersprache geschriebenen Text (den Quellcode) in eine andere Sprache übersetzt (die Zielsprache).
A compiler is a computer program that translates text written in a computer language (the source code) into another computer language (the target language).
Letzteres war zu der Zeit, als dies hier geschrieben wurde nicht möglich und würde eher nutzlos sein: Ein Compiler - ein wahrscheinlich legitimer Vorgang - kann leicht fast 100% des Prozessors in Anspruch nehmen.
A limit on the latter is, at the time of this writing, not possible, and would be rather useless: a compiler - probably a legitimate task - can easily use almost 100% of a CPU for some time.
Inhalt: Ein Compiler ist ein wesentlicher Bestandteil der Systemsoftware, dessen Aufgabe darin besteht, Programme einer höheren Programmiersprache - etwa C oder Java - in Folgen von Maschinenbefehlen eines realen Rechners zu übersetzen.
Contents: A Compiler is an essential part of the system software stack. Its job consists in translating programs from a high-level programming language like C or Java into a sequence of machine instructions of an actual processor.
Ein Compiler, ein Oberflächen-Framework (mit nativen Steuerelementen!), eine IDE, ein Set an Bibliotheken und Frameworks.
One compiler, one UI framework (even with native controls), one IDE, one set of libraries and frameworks.
Ein Compiler (spezielles Programm) übersetzt (kompiliert) diesen Quelltext in Binärcode, der von Computern verstanden wird.
Special computer programs called compilers turn this code into the binary code that is understood by computers. [edit] Binary