代码搜索:adapter

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

代码结果 10,000
www.eeworm.com/read/275622/10807461

cpp adapter.cpp

/******************************************************************** created: 2006/07/20 filename: Adapter.cpp author: 李创 http://www.cppblog.com/converse/ purpose: Adapte
www.eeworm.com/read/275622/10807469

h adapter.h

/******************************************************************** created: 2006/07/20 filename: Adapter.h author: 李创 http://www.cppblog.com/converse/ purpose: Adapter
www.eeworm.com/read/419964/10825880

cs adapter.cs

using System; namespace WindowsApplication1.BusinessRule { /// /// Adapter 的摘要说明。 /// public class Adapter : IFun { public Adapter() { // // TODO: 在此处添
www.eeworm.com/read/349344/10834274

dsp adapter.dsp

# Microsoft Developer Studio Project File - Name="Adapter" - Package Owner= # Microsoft Developer Studio Generated Build File, Format Version 6.00 # ** DO NOT EDIT ** # TARGTYPE "Win32 (x86) C
www.eeworm.com/read/349344/10834277

dsw adapter.dsw

Microsoft Developer Studio Workspace File, Format Version 6.00 # 警告: 不能编辑或删除该工作区文件! ############################################################################### Project: "Adapter"=".\Adapter
www.eeworm.com/read/349344/10834280

cpp adapter.cpp

//Adapter.cpp(类模式的实现) #include "Adapter.h" #include Target::Target() { } Target::~Target() { } void Target::Request() { std::cout
www.eeworm.com/read/349344/10834286

plg adapter.plg

Build Log --------------------Configuration: Adapter - Win32 Debug-------------------- Command Lines Creating temporary file "C:\DOCUME~1\ADMIN
www.eeworm.com/read/349344/10834289

h adapter.h

//Adapter.h #ifndef _ADAPTER_H_ #define _ADAPTER_H_ class Target { public: Target(); virtual ~Target(); virtual void Request(); protected: private: }; class Adaptee { public
www.eeworm.com/read/349344/10834290

opt adapter.opt

www.eeworm.com/read/349344/10834292

ncb adapter.ncb