代码搜索:Adapter

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

代码结果 10,000
www.eeworm.com/read/243866/4518153

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/243866/4518156

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/243567/4523561

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/242732/4537935

c adapter.c

/* * PROJECT: ReactOS Kernel * LICENSE: GPL - See COPYING in the top level directory * FILE: ntoskrnl/io/adapter.c * PURPOSE: I/O Wrappers for HAL Adapter AP
www.eeworm.com/read/242732/4538276

c adapter.c

#include "rosdhcp.h" static SOCKET DhcpSocket = INVALID_SOCKET; static LIST_ENTRY AdapterList; static WSADATA wsd; extern struct interface_info *ifi; PCHAR *GetSubkeyNames( PCHAR MainKeyName,
www.eeworm.com/read/242732/4539850

cpp adapter.cpp

#include "sb16.h" class CAdapterSB16 : public IAdapterSB16, public IAdapterPowerManagement, public CUnknown { public : DECLARE_STD_UNKNOWN(); DEFINE_STD_CONST
www.eeworm.com/read/242732/4539855

cpp adapter.cpp

/* ReactOS Operating System MPU401 Example KS Driver AUTHORS: Andrew Greenwood NOTES: This is an example MPU401 driver. You can use DirectMusic instead with
www.eeworm.com/read/242732/4539866

hpp adapter.hpp

/* Copyright (c) 2006-2007 dogbert All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the follo
www.eeworm.com/read/242732/4539885

cpp adapter.cpp

/* Copyright (c) 2006-2007 dogbert All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the follo
www.eeworm.com/read/242732/4539920

c adapter.c

/* * COPYRIGHT: See COPYING in the top level directory * PROJECT: ReactOS Kernel Streaming * FILE: drivers/multimedia/portcls/adapter.c * PURPOSE: Port Class d