代码搜索:defined

找到约 10,000 项符合「defined」的源代码

代码结果 10,000
www.eeworm.com/read/229052/14354836

c gps_i.c

/* this file contains the actual definitions of */ /* the IIDs and CLSIDs */ /* link this file in with the server and any clients */ /* File created by MIDL compiler version 5.01.0164 */ /*
www.eeworm.com/read/127025/14387869

asm vector.asm

; SOLUTION FILE FOR VECtor.ASM .ref start .ref PHANTOM .sect "vectors" ;~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
www.eeworm.com/read/228350/14390068

c 源程序_i.c

/* this file contains the actual definitions of */ /* the IIDs and CLSIDs */ /* link this file in with the server and any clients */ /* File created by MIDL compiler version 5.01.0164 */ /*
www.eeworm.com/read/123618/14620987

h usrdef.h

/** * usrdef.h * 堦斒掕媊僼傽僀儖 * Copyright (c)2002 Junichi Tomaru */ #ifndef _USRDEF_DEFINED #define _USRDEF_DEFINED /** * 惍悢宆嵞掕媊 */ #ifndef _INTEGER_DEFINED typedef unsigned char byte;
www.eeworm.com/read/114093/15113972

c accessmdb_i.c

/* this file contains the actual definitions of */ /* the IIDs and CLSIDs */ /* link this file in with the server and any clients */ /* File created by MIDL compiler version 5.01.0164 */ /*
www.eeworm.com/read/213998/15117915

c terminal_i.c

/* this file contains the actual definitions of */ /* the IIDs and CLSIDs */ /* link this file in with the server and any clients */ /* File created by MIDL compiler version 5.01.0164 */ /*
www.eeworm.com/read/213892/15123299

c categorizeproperties_i.c

/* this file contains the actual definitions of */ /* the IIDs and CLSIDs */ /* link this file in with the server and any clients */ /* File created by MIDL compiler version 5.01.0164 */ /*
www.eeworm.com/read/213460/15134292

c printing_i.c

/* this file contains the actual definitions of */ /* the IIDs and CLSIDs */ /* link this file in with the server and any clients */ /* File created by MIDL compiler version 5.01.0164 */ /*
www.eeworm.com/read/210017/15209780

c mypos_i.c

/* this file contains the actual definitions of */ /* the IIDs and CLSIDs */ /* link this file in with the server and any clients */ /* File created by MIDL compiler version 5.01.0164 */ /*
www.eeworm.com/read/209207/15225833

bas fncallfn.bas

10 rem FNCALLFN.BAS -- Test User-defined function called 20 rem from user-defined function 30 def fnabs(x) = abs(x) 40 def fncmp(y) = 1.45678+fnabs(y) 50 print "Test user-defined funct