英文字典中文字典


英文字典中文字典51ZiDian.com



中文字典辞典   英文字典 a   b   c   d   e   f   g   h   i   j   k   l   m   n   o   p   q   r   s   t   u   v   w   x   y   z       







请输入英文单字,中文词皆可:

compiling    音标拼音: [kəmp'ɑɪlɪŋ]
编译,正在编译

编译,正在编译

compiling
编译


compiling
编译常式


compiling
编译时间

compiling
编译

compiling
n 1: the act of compiling (as into a single book or file or
list); "the job of compiling the inventory took several
hours" [synonym: {compilation}, {compiling}]

Compile \Com*pile"\, v. t. [imp. & p. p. {Compiled}; p. pr. &
vb. n. {Compiling}.] [F. compiler, fr.L. compilare to
plunder, pillage; com- pilare to plunder. See {Pill}, v.
t., Pillage.]
1. To put together; to construct; to build. [Obs.]
[1913 Webster]

Before that Merlin died, he did intend
A brazen wall in compass to compile. --Spenser.
[1913 Webster]

2. To contain or comprise. [Obs.]
[1913 Webster]

Which these six books compile. --Spenser.
[1913 Webster]

3. To put together in a new form out of materials already
existing; esp., to put together or compose out of
materials from other books or documents.
[1913 Webster]

He [Goldsmith] compiled for the use of schools a
History of Rome. --Macaulay.
[1913 Webster]

4. To write; to compose. [Obs.] --Sir W. Temple.
[1913 Webster]

5. (Computers) to process (computer program source code) with
a compiler[2] to produce an assembly-language program or
an executable program in machine language.
[PJC]


请选择你想看的字典辞典:
单词字典翻译
compiling查看 compiling 在百度字典中的解释百度英翻中〔查看〕
compiling查看 compiling 在Google字典中的解释Google英翻中〔查看〕
compiling查看 compiling 在Yahoo字典中的解释Yahoo英翻中〔查看〕





安装中文字典英文字典查询工具!


中文字典英文字典工具:
选择颜色:
输入中英文单字

































































英文字典中文字典相关资料:


  • How does the compilation linking process work? - Stack Overflow
    Here is what the author there wrote: Compiling isn't quite the same as creating an executable file! Instead, creating an executable is a multistage process divided into two components: compilation and linking In reality, even if a program "compiles fine" it might not actually work because of errors during the linking phase
  • What is the difference between compile code and executable code?
    Compiling is the act of turning source code into object code Linking is the act of combining object code with libraries into a raw executable Building is the sequence composed of compiling and linking, with possibly other tasks such as installer creation Many compilers handle the linking step automatically after compiling source code
  • Using G++ to compile multiple . cpp and . h files - Stack Overflow
    Now that I've separated the classes to h and cpp files do I need to use a makefile or can I still use the "g++ main cpp" command? Compiling several files at once is a poor choice if you are going to put that into the Makefile Normally in a Makefile (for GNU Make), it should suffice to write that: # "all" is the name of the default target, running "make" without params would use it all
  • Fatal error compiling: error: release version 17 not supported
    "The webpage discusses resolving the ""release version 17 not supported"" error during Java compilation "
  • Is it possible to compile a program written in Python?
    I think Compiling Python Code would be a good place to start: Python source code is automatically compiled into Python byte code by the CPython interpreter Compiled code is usually stored in PYC (or PYO) files, and is regenerated when the source is updated, or when otherwise necessary To distribute a program to people who already have Python installed, you can ship either the PY files or the
  • Compiling a C++ program with GCC - Stack Overflow
    By default, gcc selects the language based on the file extension, but you can force gcc to select a different language backend with the -x option thus: gcc -x c++ More options are detailed on the gcc man page under "Options controlling the kind of output" See e g gcc (1) - Linux man page (search on the page for the text -x language) This facility is very useful in cases where gcc can't
  • compilation - Why compile Python code? - Stack Overflow
    The advantage of running a pyc file is that Python doesn't have to incur the overhead of compiling it before running it Since Python would compile to byte-code before running a py file anyway, there shouldn't be any performance improvement aside from that How much improvement can you get from using compiled pyc files?
  • compiler construction - Compiling vs Transpiling - Stack Overflow
    Compiling is the general term for taking source code written in one language and transforming into another Transpiling is a specific term for taking source code written in one language and transforming into another language that has a similar level of abstraction
  • Compiling Executing a C# Source File in Command Prompt
    How do you compile and execute a cs file from a command-prompt window?
  • compilation - How do you compile C#? - Stack Overflow
    How can compile C# code? I have Windows 7 Enterprise Is there a built-in program, or do I have do download one? If I have to download one, what do you recommend? I have googled this, and it told me





中文字典-英文字典  2005-2009