英文字典中文字典


英文字典中文字典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       







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

preprocessor    
预处理程序,预处理器

预处理程式,预处理器

preprocessor
预处理器

pre-processor
预处理机


preprocessor
预处理机


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





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


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

































































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


  • What does ## mean for the C(C++) preprocessor? - Stack Overflow
    because ## is a token concatenation operator for the c preprocessor Or maybe I don't understand the question
  • What does preprocessing exactly mean in compiler
    A preprocessor is an "engine" executed before the compiler compiles code #define #include are preprocessor directives or macros, so the preprocessor engine executes code related to the directives
  • Why should one bother with preprocessor directives?
    C preprocessor directives macros are just another form of "meta-programming", albeit a relatively cruder form than is available in other languages Preprocessor directives instruct the compiler to do certain things at compile time, such as to ignore certain code on certain platforms, or to find and replace a string in the code with another string
  • How can I use #if inside #define in the C preprocessor?
    How can I use #if inside #define in the C preprocessor? Ask Question Asked 15 years, 10 months ago Modified 1 year ago
  • How can I use else if with the preprocessor #ifdef?
    In my project, the program can do one thing of two, but never both, so I decided that the best I can do for one class is to define it depending of a #define preprocessor variable The following cod
  • Scope of #define preprocessor in C - Stack Overflow
    The preprocessor doesn't have any concept of "scope"—it manipulates the text of the program, without any idea of what the text is A symbol is defined from its definition until the end of the compilation unit (a source file and the files it includes)
  • c - Difference between macro and preprocessor - Stack Overflow
    Preprocessor directives are like commands to the preprocessor program Some common preprocessor directives in C are #include <header name> - Instructs the preprocessor to paste the text of the given file to the current file
  • How to compare strings in C conditional preprocessor-directives
    0 I've wanted to use string comparison as well in preprocessor macros, mostly so I can also "print" these values during preprocessing step (using pragma message) As mentioned in accepted answer: I don't think there is a way to do variable length string comparisons completely in preprocessor directives
  • C# Preprocessor - Stack Overflow
    Interesting I don't really consider a preprocessor to necessarily work this way In the example provided, I am doing a simple text substitution, which is in-line with the definition of a preprocessor on If this isn't the proper use of a preprocessor, what should we call a simple text replacement, which generally needs to occur before a
  • C preprocessor #if expression - Stack Overflow
    The preprocessor cannot use variables from the C program in expressions - it can only act on preprocessor macros So when you try to use c in the preprocessor you don't get what you might expect





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