代码搜索:Testing

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

代码结果 10,000
www.eeworm.com/read/109651/15553134

c filecnst.c

#include void main () { printf("The file %s is under Beta testing\n", __FILE__); }
www.eeworm.com/read/109651/15553137

c datetime.c

#include void main () { printf("Beta Testing: Last compiled %s %s\n", __DATE__, __TIME__); }
www.eeworm.com/read/109099/15563883

cpp cpp09.cpp

// Coded by plusir -- Dec.29.2002. // Standard C++ Bible -- (P241-8-9) #include using namespace std ; #define TESTING int main() { #ifdef DEBUG cout
www.eeworm.com/read/109099/15563885

cpp cpp10.cpp

// Coded by plusir -- Dec.29.2002. // Standard C++ Bible -- (P242-8-10) #include using namespace std ; #define DEBUG 1 #define TESTING 1 #if DEBUG & TESTING #error DEBUG & T
www.eeworm.com/read/108948/15569444

winsock

Type=Exe Form=..\..\..\WINDOWS\Desktop\smtp\Main.frm Reference=*\G{00020430-0000-0000-C000-000000000046}#2.0#0#..\..\..\WINDOWS\SYSTEM\STDOLE2.TLB#OLE Automation Object={248DD890-BB45-11CF-9ABC-008
www.eeworm.com/read/107554/15605123

cc objptrvec.cc

# include # include "ObjPtrVec.hh" // ****************************************************************** // CONSTRUCTORS ObjPtrVec::ObjPtrVec() { // Default Constructor } // *****
www.eeworm.com/read/107488/15606056

c datetime.c

#include void main(void) { printf("Beta Testing: Last compiled %s %s\n", __DATE__, __TIME__); }
www.eeworm.com/read/107488/15606086

c filecnst.c

#include void main(void) { printf("The file %s is under Beta testing\n", __FILE__); }
www.eeworm.com/read/106670/15630799

c filecnst.c

#include void main () { printf("The file %s is under Beta testing\n", __FILE__); }
www.eeworm.com/read/106670/15630802

c datetime.c

#include void main () { printf("Beta Testing: Last compiled %s %s\n", __DATE__, __TIME__); }