代码搜索:Adapter

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

代码结果 10,000
www.eeworm.com/read/357687/10202812

cpp 1.cpp

namespace DesignPattern_Adapter { // class Adaptee class Adaptee { public: void SpecialRequest() {} } ; // class Target class Target { public: virtual void Request() = 0 ; } ; // cla
www.eeworm.com/read/275170/10832652

c vnetusba.c

#include #include #include "vnetusba.h" #include #include "vnetioctl.h" struct usb_device_id __devinitdata vnet_usb_id[] = { {USB_DEVICE(VNetVID
www.eeworm.com/read/469900/6920656

c dvr.c

#include #include #include #include #include #include #include #include #include #include
www.eeworm.com/read/445769/7590451

cpp getcomputermac.cpp

// GetComputerMac.cpp : Defines the entry point for the console application. // /* #include "stdafx.h" #include #include #include #include #include
www.eeworm.com/read/296463/8102231

c i2c-core.c

/* i2c-core.c - a device driver for the iic-bus interface */ /* ------------------------------------------------------------------------- */ /* Copyright (C) 1995-99 Simon G. Vogl This pr
www.eeworm.com/read/241061/13172676

c i2c-core.c

/* i2c-core.c - a device driver for the iic-bus interface */ /* ------------------------------------------------------------------------- */ /* Copyright (C) 1995-99 Simon G. Vogl This pr
www.eeworm.com/read/132066/5926010

c miniport.c

/*++ THIS CODE AND INFORMATION IS PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE IMPLIED WARRANTIES OF MERCHANTABILITY AND/OR FITNESS F
www.eeworm.com/read/481740/6637630

h aapicmn.h

/* * Copyright (C) Obigo AB, 2002-2005. * All rights reserved. * * This software is covered by the license agreement between * the end user and Obigo AB, and may be * used and copied only
www.eeworm.com/read/156203/11822103

bak miniport.c.bak

/*++ THIS CODE AND INFORMATION IS PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE IMPLIED WARRANTIES OF MERCHANTABILITY AND/OR FITNESS F
www.eeworm.com/read/233199/14164007

htm 20010312002.htm

用C++Builder进入NetBIOS编程