語言選擇:
免費網上英漢字典|3Dict

preprocessor

資料來源 : pyDict

預處理程式,預處理器

資料來源 : Free On-Line Dictionary of Computing

preprocessor
     
        A program invoked by various {compiler}s to process code
        before compilation.  For example, the {C} preprocessor, {cpp},
        handles textual {macro} substitution, {conditional
        compilation} and inclusion of other files.  A preprocessor may
        be used to transform a program into a simpler language, e.g. to
        transform {C++} into {C}.
     
        (1994-11-09)
依字母排序 : 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