适配器模式

canca17年前 (2007-03-26)310
//适配器模式//CopyRight(C)CAnca Software Office.//Created by CAnca. public class AdapterMode{ public...

桥接模式

canca17年前 (2007-03-26)302
//桥接模式//CopyRight(C) CAnca Software Office 2006.//Created by CAnca. import java.util.*; public class...

代理模式

canca17年前 (2007-03-26)276
//代理模式--真实例子//CopyRight(C)CAnca Software Office.2006//Created by CAnca.   public class ProxyMod...

原型模式

canca17年前 (2007-03-26)328
//原型模式//CopyRight(C) CAnca Software Office.2006//Created by CAnca. public class PrototypeMode{ ...

建造者模式

canca17年前 (2007-03-26)299
//建造者模式//CopyRight(C)CAnca Software Office.//Created by CAnca. import java.util.*; public class Buil...

工厂方法模式

canca17年前 (2007-03-26)301
//工厂方法模式:现实例子//CopyRight(C)CAnca Software Office. 2006//Created by CAnca. import java.util.*; public...

单例模式

canca17年前 (2007-03-26)292
//CopyRight CAnca Software Office. 2006//Created by CAnca. import java.util.*; public class singleto...

抽象工厂模式

canca17年前 (2007-03-26)269
//抽象工厂模式//Copyright CAnca Software office//Created by CAnca.2006public class AbstractFactory{ p...