代码搜索:Adapter
找到约 10,000 项符合「Adapter」的源代码
代码结果 10,000
www.eeworm.com/read/382761/9001774
dsw adapter_1_1.dsw
Microsoft Developer Studio Workspace File, Format Version 6.00
# WARNING: DO NOT EDIT OR DELETE THIS WORKSPACE FILE!
###############################################################################
www.eeworm.com/read/382761/9001775
plg adapter_1_1.plg
Build Log
--------------------Configuration: Adapter_1_1 - Win32 Debug--------------------
Command Lines
Creating temporary file "C:\DOCUME~1\a
www.eeworm.com/read/382761/9001776
cpp adapter_1_1.cpp
namespace DesignPattern_Adapter
{
//定义类 class Adaptee
class Adaptee
{
public:
void SpecialRequest() {}
} ;
//定义类 class Target
class Target
{
public:
virtual void Request() = 0
www.eeworm.com/read/382761/9001778
dsp adapter_1_1.dsp
# Microsoft Developer Studio Project File - Name="Adapter_1_1" - Package Owner=
# Microsoft Developer Studio Generated Build File, Format Version 6.00
# ** DO NOT EDIT **
# TARGTYPE "Win32 (x8
www.eeworm.com/read/382761/9001779
ncb adapter_1_2.ncb
www.eeworm.com/read/382761/9001781
dsp adapter_1_2.dsp
# Microsoft Developer Studio Project File - Name="Adapter_1_2" - Package Owner=
# Microsoft Developer Studio Generated Build File, Format Version 6.00
# ** DO NOT EDIT **
# TARGTYPE "Win32 (x8
www.eeworm.com/read/382761/9001782
plg adapter_1_2.plg
Build Log
--------------------Configuration: Adapter_1_2 - Win32 Debug--------------------
Command Lines
Creating temporary file "C:\DOCUME~1\a
www.eeworm.com/read/382761/9001783
cpp adapter_1_2.cpp
namespace DesignPattern_Adapter
{
//class Adaptee
class Adaptee
{
public:
void SpecialRequest() {}
} ;
//class Target
class Target
{
public:
virtual void Request() = 0 ;
} ;
www.eeworm.com/read/382761/9001784
opt adapter_1_2.opt
www.eeworm.com/read/382761/9001785
dsw adapter_1_2.dsw
Microsoft Developer Studio Workspace File, Format Version 6.00
# WARNING: DO NOT EDIT OR DELETE THIS WORKSPACE FILE!
###############################################################################