代码搜索:Adapter

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

代码结果 10,000
www.eeworm.com/read/127116/14376127

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/127116/14376134

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/126215/14437757

exe adapter.exe

www.eeworm.com/read/125740/14467424

exe adapter.exe

www.eeworm.com/read/223894/14613664

cpp adapter.cpp

/*++ Copyright (c) 1997-2000 Microsoft Corporation All Rights Reserved Module Name: adapter.cpp Abstract: Setup and miniport installation. No resources are used by msvad. -
www.eeworm.com/read/118155/14885294

py adapter.py

#: c07:Adapter.py # Variations on the Adapter pattern. class WhatIHave: def g(self): pass def h(self): pass class WhatIWant: def f(self): pass class ProxyAdapter(WhatIWant): def
www.eeworm.com/read/207371/15274317

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/207371/15274336

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/11269/216904

js adapter.js

/* * Ext JS Library 2.3.0 * Copyright(c) 2006-2009, Ext JS, LLC. * licensing@extjs.com * * http://extjs.com/license */ /** * @class Ext.menu.Adapter * @extends Ext.menu.BaseItem * A
www.eeworm.com/read/16793/690578

class adapter.class