代码搜索:Adapter
找到约 10,000 项符合「Adapter」的源代码
代码结果 10,000
www.eeworm.com/read/102935/6228061
h adapter.h
/*
* Main internal include file for Diva Server driver
*
* Copyright (C) Eicon Technology Corporation, 2000.
*
* Eicon File Revision : 1.7
*
* This software may be used and distributed acc
www.eeworm.com/read/486925/6520337
java adapter.java
package com.javapatterns.adapter.objectAdapter;
public class Adapter implements Target {
public Adapter(Adaptee adaptee){
super();
this.adaptee = adaptee;
}
public vo
www.eeworm.com/read/486925/6520340
java adapter.java
package com.javapatterns.adapter.classAdapter;
public class Adapter extends Adaptee implements Target {
/**
* Class Adaptee doesn't contain operation sampleOperation2.
*/
pub
www.eeworm.com/read/479983/6674345
cpp adapter.cpp
/********************************************************************
created: 2006/07/20
filename: Adapter.cpp
author: 李创
http://www.cppblog.com/converse/
purpose: Adapte
www.eeworm.com/read/479983/6674346
h adapter.h
/********************************************************************
created: 2006/07/20
filename: Adapter.h
author: 李创
http://www.cppblog.com/converse/
purpose: Adapter模
www.eeworm.com/read/220243/11456684
cpp adapter.cpp
// Adapter.cpp: implementation of the CAdapter class.
//
//////////////////////////////////////////////////////////////////////
#include "stdafx.h"
#include "sendpkt.h"
#include "Adapter.h"
www.eeworm.com/read/220243/11456689
h adapter.h
// Adapter.h: interface for the CAdapter class.
//
//////////////////////////////////////////////////////////////////////
#if !defined(AFX_ADAPTER_H__756DD511_064D_4293_BDA4_54D50DAA910F__INCLUDE
www.eeworm.com/read/403957/11494208
gif adapter.gif
www.eeworm.com/read/403957/11494862
gif adapter.gif
www.eeworm.com/read/403321/11519144