代码搜索:模式匹配

找到约 10,000 项符合「模式匹配」的源代码

代码结果 10,000
www.eeworm.com/read/485824/6547469

cpp 单例模式.cpp

/* 单例模式 */ #include using namespace std; class CSingle { public: static CSingle* NewL() { CSingle* p = new CSingle; return p; } ~CSingle() { } private://构造函数成
www.eeworm.com/read/483409/6606208

ppt 建造模式.ppt

www.eeworm.com/read/483409/6606239

exe 建造模式.exe

www.eeworm.com/read/257458/11925823

rtf 模式识别.rtf