代码搜索:adapter
找到约 10,000 项符合「adapter」的源代码
代码结果 10,000
www.eeworm.com/read/327761/10245975
cpp adapter.cpp
// Adapter.cpp : Defines the entry point for the console application.
//
#include "stdafx.h"
#include "Player.h"
int _tmain(int argc, _TCHAR* argv[])
{
Player* wm = new translator;
wm->at
www.eeworm.com/read/162314/10314881
cpp adapter.cpp
//Adapter.cpp
#include "Adapter.h"
#include
Target::Target()
{
}
Target::~Target()
{
}
void Target::Request()
{
std::cout
www.eeworm.com/read/162314/10314893
h adapter.h
#ifndef _ADAPTER_H_
#define _ADAPTER_H_
class Target
{
public:
Target();
virtual ~Target();
virtual void Request();
protected:
private:
};
class Adaptee
{
public:
Adaptee(
www.eeworm.com/read/162314/10315695
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/162314/10315699
dsw adapter.dsw
Microsoft Developer Studio Workspace File, Format Version 6.00
# WARNING: DO NOT EDIT OR DELETE THIS WORKSPACE FILE!
###############################################################################
www.eeworm.com/read/162314/10315703
cpp adapter.cpp
//Adapter.cpp
#include "Adapter.h"
#include
Target::Target()
{
}
Target::~Target()
{
}
void Target::Request()
{
std::cout
www.eeworm.com/read/162314/10315709
plg adapter.plg
Build Log
--------------------Configuration: Adapter - Win32 Debug--------------------
Command Lines
Creating temporary file "C:\DOCUME~1\ADMIN
www.eeworm.com/read/162314/10315712
h adapter.h
#ifndef _ADAPTER_H_
#define _ADAPTER_H_
class Target
{
public:
Target();
virtual ~Target();
virtual void Request();
protected:
private:
};
class Adaptee
{
public:
Adaptee()
www.eeworm.com/read/162314/10315715