What is the translation of " КОМПІЛЯТОР " in English? S

Noun
compiler
компілятор
укладач
упорядник
компилятор

Examples of using Компілятор in Ukrainian and their translations into English

{-}
  • Colloquial category close
  • Ecclesiastic category close
  • Computer category close
Компілятор KWSDLName.
KWSDL Compiler.
Це перетворення виконує компілятор або інтерпретатор.
This is done by the compiler or interpreter.
При роботі з React найчастіше використовується компілятор Babel.
Babel is the compiler most commonly used with React.
Open64- компілятор для мов програмування C, C++ та Fortran.
Open64 is a compiler suite supports C, C++ and Fortran 90.
Це перетворення виконує компілятор або інтерпретатор.
This conversion is done by a compiler or an interpreter.
І немає ніякого додатковий вихід, тому брязкіт компілятор.
And there's no additional output, because clang is the compiler.
Компілятор перекладає відразу всю програму, а потім вона виконується ПК.
The compilers translates the program whole, and then runs it.
Деякі мови є інтерпретуються мовами, а це означає, що їм не потрібен компілятор.
Some languages are interpreted languages, which means they don't need a compiler.
Компілятор, подібний до gcc/clang/vc++, оптимізує та компілює код до машинного коду.
A compiler like gcc/clang/vc++ optimizes and compiles the code down to machine code.
Мови другого і третього покоління використовували програму, яка називається компілятор.
The second andthird generation languages used a program called a compiler.
Ґрейс Гоппер стала першою людиною, яка розробила компілятор для мови програмування.
Grace Hopper was the first person to design a compiler for a programming language.
Використання його разом з іншими SARMS, такими як GW-501516 або Cardarine, дасть вам сильніший і кращий компілятор.
Using it together with other SARMS such as GW-501516 or Cardarine will give you a stronger and better recomp.
У 1950 році Хоппер придумала компілятор, який зміг переводити команди на звичайному англійською мовою в машинний код.
In 1950, Hopper came up with a compiler that could translate commands in ordinary English into machine code.
У 1993 році Грехем Нельсонвипустив Inform- мову програмування і компілятор, що створює Z-code файл історій.
In 1993, Graham Nelson released Inform,a programming language and set of libraries which compiled to a Z-Code story file.
Clipper був створений в 1985 як компілятор для dBASE III, потужної і популярної на той час мови роботи з базами даних.
Clipper was originally created in 1985 as a compiler for dBASE III,a very popular database language at the time.
Але у високорівневих мовах, високо цінується те, що компілятор здатний виявити лексичні та граматичні помилки.
But with higher level languages,we do appreciate the fact that a compiler is able to detect lexical and grammatical errors.
Це був компілятор, спроектований для роботи з багатьма мовами, включаючи Сі і Паскаль, і для підтримки багатьох цільових машин.
This was a compiler designed to handle multiple languages, including C and Pascal, and to support multiple target machines.
Наприклад, для перетворення мови C++ використовується компілятор, а для роботи з мовою Python потрібен спеціальний інтерпретатор.
For example, to convert the C++ language uses a compiler, and to work with Python need a special interpreter.
Деякі середовища розробки містять компілятор, інтерпретатор або ж обидва(наприклад NetBeans та Eclipse), інші не містять жодного з них(SharpDevelop та Lazarus).
Some IDEs contain a compiler, interpreter, or both, such as NetBeans and Eclipse; others do not, such as SharpDevelop and Lazarus.
Помилка компіляції- ця помилка свідчить про те що при компіляції компілятор повернув не 0 чи система не змогла знайти виконавчого файлу.
Compile Error- This error indicates that when compiling the compiler returned not 0 or the system could not find an executive file.
Іншими словами, було встановлено, компілятор на моєму комп'ютері ось попередньо встановлена на CS50 Appliance що ми будемо здавати вам в задачі 1-му сеті.
In other words, it found a compiler on my computer that's pre-installed on the CS50 Appliance that we will hand to you in Problem Set 1.
Щоб використовувати змінну всередині програми, компілятор повинен заздалегідь знати тип даних, які будуть зберігатися в ньому.
In order to use a variable within a program, the compiler needs to know in advance the type of data that will be stored in it.
Компілятор діє інакше, він переводить весь текст програми на машинну мову і зберігає його в виконуваного файлу(зазвичай з розширенням ехе).
The compiler operates differently; it transfers all text of the program to a machine language and saves it in an executable file(normally with extension. ехе).
Деякі середовища розробки містять компілятор, інтерпретатор або ж обидва(наприклад NetBeans та Eclipse), інші не містять жодного з них(SharpDevelop та Lazarus).
Some IDEs contain a compiler, interpreter, or both, such as Net Beans and Eclipse; others do not, such as SharpDevelop and Lazarus.
Компілятор зазвичай проводить два проходи аналізу до фактичного розпаралелювання для того, щоб визначити наступне: Чи безпечно розпаралелити цикл?
The compiler usually conducts two passes of analysis before actual parallelization in order to determine the following: Is it safe to parallelize the loop?
А хтось написав бібліотеки, а хтось написав компілятор, а хтось містить форум, через який спілкувалися замовник з організатором.
And someone wrote the library, and someone wrote the compiler, and someone contains a forum through which the customer communicated with the organizer.
Компілятор видає помилку Variable Indefinier Expected, і вказує на місце в програмі, де перемножуються дві константи??? В чому справа???
The compiler gives the error Variable Indefinier Expected, and points to a place in the program where two constants are multiplied??? What's the matter???
Компілятор використовує метод знайденим першим за допомогою пошуку в глибину серед списку суперкласів або C3 лінеаризації ієрархії класів.
The compiler uses the first method it finds by depth-first searching of the superclass list or using the C3 linearization of the class hierarchy.
Компілятор- це програмне забезпечення, яке переводить код C/C++ у машинний код, який є справжньою інструкцією для чіпа Atmega на Arduino.
The compiler is software which translates your C/C++ code into the machine code, which are the real instructions for the Atmega chip in the Arduino.
Компілятор не може знайти логічних помилок, проте компілятор може заздалегідь знайти помилки, які в статичнотипізованій мові можна знайти лише під час виконання.
A compiler can't find logic errors, which are far more significant, but a compiler can find errors in advance that in a dynamic language only can be found in runtime.
Results: 348, Time: 0.0237
S

Synonyms for Компілятор

Top dictionary queries

Ukrainian - English