-
1 compile-time
Англо-русский толковый словарь терминов и сокращений по ВТ, Интернету и программированию. > compile-time
-
2 compile time
= compile-timeвремя, затраченное компилятором на преобразовывание исходного текста программы в выходной язык, т. е. на процесс компиляции (compiling process). Оно может также включать в себя и время последующей работы компоновщика2) (см. тж. compile-time phase) - период компиляции; период работы компилятораBeginners often fail to distinguish between the compilation ( compile-time) and execution (run-time) phases in developing and using programs written in high-level languages. — Начинающие зачастую не могут понять различие между этапами компиляции и исполнения в процессе разработки и использования программ, написанных на языках высокого уровня см. тж. compile stage
Англо-русский толковый словарь терминов и сокращений по ВТ, Интернету и программированию. > compile time
-
3 compile time
-
4 Compile-Time
[kəm`paıl taɪm] комп прог a) время компиляции, период компиляции. ▫ Время, затраченное компилятором на преобразование исходного текста ( Source Code) программы на каком-л. языке в исполнимый программный код. b) прил выполняемый или обрабатываемый в процессе компиляции. ▫ Относится к событиям, происходящим во время компиляции ( compilation). || In contrast, compile-time refers to events that occur while a program is being compiled.English-Russian dictionary with terms in the field of electronics > Compile-Time
-
5 compile time
время компиляции; время работы компилятора; период компиляцииto tell the time — показывать время; показывать, который час
time interrupt — временное прерывание; прерывание по времени
-
6 compile time
English-Russian dictionary of Information technology > compile time
-
7 compile time
Большой англо-русский и русско-английский словарь > compile time
-
8 compile-time
Большой англо-русский и русско-английский словарь > compile-time
-
9 compile time
1) Компьютерная техника: время трансляции2) Техника: время компиляции, время работы компилятора, период компиляции3) Вычислительная техника: выполняемый на этапе компиляции4) Космонавтика: процесс компиляции -
10 compile-time
1) Компьютерная техника: статический -
11 compile time
время компиляции, время работы компилятора; период [этап] компиляцииEnglish-Russian dictionary of computer science and programming > compile time
-
12 compile-time
выполняемый или обрабатываемый в процессе компиляции || компилировать; транслироватьEnglish-Russian dictionary of computer science and programming > compile-time
-
13 compile time
Англо-русский словарь компьютерных и интернет терминов > compile time
-
14 compile-time
Англо-русский словарь компьютерных и интернет терминов > compile-time
-
15 compile time
English-Russian dictionary of terms that are used in computer games > compile time
-
16 compile-time
English-Russian dictionary of terms that are used in computer games > compile-time
-
17 compile time
время компиляции; период компиляцииEnglish-Russian dictionary of technical terms > compile time
-
18 compile time
-
19 compile-time
English-Russian dictionary of Information technology > compile-time
-
20 compile-time
English-Russian dictionary of computer science > compile-time
См. также в других словарях:
Compile time — In computer science, compile time refers to either the operations performed by a compiler (the compile time operations ), programming language requirements that must be met by source code for it to be successfully compiled (the compile time… … Wikipedia
compile time — kompiliavimo laikas statusas T sritis informatika apibrėžtis Laiko tarpas, per kurį kompiliuojama programa. atitikmenys: angl. compile time; compiletime ryšiai: palygink – saistymo laikas palygink – vykdymo laikas … Enciklopedinis kompiuterijos žodynas
compile time — kompiliavimo trukmė statusas T sritis informatika apibrėžtis Laikas, per kurį sukompiliuojama programa. atitikmenys: angl. compile time; compiletime … Enciklopedinis kompiuterijos žodynas
Compile time function execution — (or compile time function evaluation, CTFE) is the ability of a compiler, that would normally compile a function to machine code and execute it at run time, to execute the function at compile time. This is possible if the arguments to the… … Wikipedia
compile time constant — kompiliavimo konstanta statusas T sritis informatika apibrėžtis Konstanta, kuriai reikšmė suteikiama programos kompiliavimo metu ir vėliau nebegali būti pakeista. Tai ↑literalinės konstantos arba ↑vardinės konstantos, kurioms konstantų aprašuose… … Enciklopedinis kompiuterijos žodynas
compile-time binding — statinis saistymas statusas T sritis informatika apibrėžtis Adresų saistymas programos kompiliavimo arba saistymo metu. atitikmenys: angl. compile time binding; early binding; static binding ryšiai: palygink – dinaminis saistymas … Enciklopedinis kompiuterijos žodynas
compile-time error — kompiliavimo klaida statusas T sritis informatika apibrėžtis Programos tekste esanti ↑klaida, kuri aptinkama kompiliuojant programą. Tai ↑sintaksės klaida arba kuri nors kita klaida, kuri gali būti aptinkama nevykdant programos, pavyzdžiui,… … Enciklopedinis kompiuterijos žodynas
compile time — noun The point at which a program is converted from source code to machine code; literally the time of compilation. Ant: runtime … Wiktionary
Compile farm — A compile farm is a server farm, a collection of one or more servers, which has been set up to compile computer programs remotely for various reasons. Uses of a compile farm include: Cross platform development: When writing software that runs on… … Wikipedia
Just-in-time compilation — In computing, just in time compilation (JIT), also known as dynamic translation, is a method to improve the runtime performance of computer programs. Historically, computer programs had two modes of runtime operation, either interpreted or static … Wikipedia
Worst-case execution time — The worst case execution time (WCET) of a computational task is the maximum length of time the task could take to execute on a specific hardware platform. Knowing worst case execution times is of prime importance for the schedulability analysis… … Wikipedia