代码搜索:Preprocessor

找到约 5,886 项符合「Preprocessor」的源代码

代码结果 5,886
www.eeworm.com/read/432012/1901407

m4 asm.m4

/* -*- asm -*- * Creation Date: * Time-stamp: * * * * m4 initialization (m4 is used as an assembly preprocessor) *
www.eeworm.com/read/407313/2266535

m4 asm.m4

/* -*- asm -*- * Creation Date: * Time-stamp: * * * * m4 initialization (m4 is used as an assembly preprocessor) *
www.eeworm.com/read/402216/2327296

txt progress.txt

DOCUMENT_DEFAULT = 0 NUMBER = 1 WORD = 2 STRING = 3 CHARACTER = 4 PREPROCESSOR = 5 OPERATOR = 6 IDENTIFIER = 7 BLOCK = 8 END = 9 COMMENT1 = 10 COMMENT2 = 11 COMMENT3 = 1
www.eeworm.com/read/366702/2884148

c pragma-once-1.c

/* PR preprocessor/15167 */ /* Origin: Roland Meub */ /* { dg-do compile } */ /* { dg-options "-I." } */ #include "inc/pragma-once-1a.h" #include "pragma-once-1d.h"
www.eeworm.com/read/103743/15724450

m4 acinclude.m4

dnl Special Autoconf Macros for OpenVPN dnl OPENVPN_ADD_LIBS(LIB) AC_DEFUN([OPENVPN_ADD_LIBS], [ LIBS="$1 $LIBS" ]) dnl @synopsis AX_CPP_VARARG_MACRO_GCC dnl dnl Test if the preprocessor understan
www.eeworm.com/read/139332/5802164

hpp rem.hpp

# /* ************************************************************************** # * * # * (C) Copyright Paul Mensonides 2
www.eeworm.com/read/168845/5431860

hpp rem.hpp

# /* ************************************************************************** # * * # * (C) Copyright Paul Mensonides
www.eeworm.com/read/425734/10332717

prj health.prj

Project1#c:\Shawn\Chinapos\3.0\Health.prj#Begin Parameter#Compile# Preprocessor Options#Add to the end of the main include paths#0##-I #Compile#Directory Options#Add to the end of the main
www.eeworm.com/read/197084/8031800

txt 宏assert的用法.txt

/*本程序对应于P197。 * 本程序是为了说明 assert()宏的用法 *注意点1:when you use assert(),you give it an argument that is an expression *you are "asserting to be true."the preprocessor generates code that will *test the
www.eeworm.com/read/222163/4822064

java preprocessorconfiguration.java

package isis.anp.preprocessor; import isis.commons.fs.SearchPath; import java.io.IOException; import java.util.ArrayList; import java.util.HashMap; import java.util.Iterator; import java.uti