搜索资源列表
gongchang
- 利用抽象工厂模式模拟一个场景,场景包括两种天气,晴天,阴天,对于每种天气情况下又包含石头,森林,地面等多种场景-Using the abstract factory pattern to simulate a scene, the scene includes two weather, sunny, cloudy, weather conditions for each and include stone, forest, land and other scenes
003AbstractFactory
- Abstract Factory 设计模式 抽象工厂 源码-Abstract Factory Abstract Factory design pattern source
car
- java工厂模式的应用,工厂模式由三种角色组成:工厂类角色,抽象产品角色和具体产品角色-application java factory pattern factory pattern composed of three roles: the role of the factory class, the role of the abstract product and product-specific role
AbstractFactory
- 一个在VC10环境下编写的抽象工厂模式的例子,可以通过这个demo程序,加深对抽象工厂模式的理解-The abstract factory pattern example, a VC10 environment written by this demo program to deepen the understanding of the abstract factory pattern
designer-module
- 抽象工厂模式,适配器模式,外观模式,简单的c++实现源码-Abstract factory pattern, adapter pattern, facade pattern, a simple c++ realize source
FactoryModeDemo
- 本程序,简明演示了常见设计模式中:工厂模式的设计方法。工厂模式一般包括 抽象类、具体类和工厂类;仅供设计模式学习者参考,特此,分享,共同进步。-This program, concise presentation of common design patterns: factory pattern design. Abstract factory pattern generally include specific classes and factory classes learner ref
Factory_Method_Mode
- 该源码明确的展示了”工厂方法模式“的设计方法;该模式是在简单工厂模式的基础上完善的,在抽象工厂类中定义抽象接口,具体工厂类继承抽象类,并实现父类接口,产生不同的产品对象。-The source clearly shows the " factory method pattern" approach to design This mode is based on the simple factory pattern perfect, in the abstract factor
Abstract-Factory-for-Salary
- Abstract Factory Design-Pattern for Calculate Salary for VC6project
designMode
- 工厂设计模式实现,实现了三种工厂模式,简单工厂模式,工厂方法模式以及抽象工厂模式-Factory design pattern, to achieve three factory pattern, a simple factory pattern, factory method pattern and abstract factory pattern
state
- 用java实现的设计模式小程序,应用了状态模式、单例模式、抽象工厂模式,模拟的是简单的红绿交通信号灯系统。绿灯10秒,黄灯3秒,红灯10秒,三种状态之间相互循环切换。-Use java to implement a little program,it use state module,single module and abstract factory module,it imitate the traffic signal light.
Pizza
- 写的Pizza工厂类,用了工厂设计模式,可以方便理解java的抽象和封装特性-Write Pizza factory class, with a factory design pattern, it can easily understand abstract and package characteristics of java
AbstractFactory
- 抽象工厂模式的C++实现,根据设计模式也一书(According to the design patterns , the implementation of the abstract factory pattern with the C++)