搜索资源列表
headfirst.java
- 关于常用的几个设计模式的java实现原代码(包括工厂模式,命令模式,观察者模式,策略模式,个体模式等)-on several commonly used design patterns to achieve the java source code (including factory pattern, order patterns, observer mode, strategy model, individual mode)
ObjectPoolBaseOnCORBA
- 基于corba的资源池,实现了实例池供客户端调用,并且实例池对实例的分配采用策略模式支持随即抽取,最近使用和循环抽取三个不同策略.(在visibroke下面开发的)-corba based on the resources pool, realize the pool for the client call, Examples pool and the distribution of examples of the tactics employed mode support was collec
javadesignpattern
- 用策略模式和观察者模式混合设计的一个游戏模拟
StrategyDemo
- 使用JAVA写的策略模式的一个实现代码,里面代有大量的注释,适合初学者学习!
fourth-07301048
- 第四次作业 1、 创建一个Animal(动物)类,让Horse(马),Dog(狗),Cat(猫)等动物继承Animal类。在Animal类中定义一些方法,让其子类重写这些方法,编写一个运行时多态的程序。 创建一个Animal类型的数组,在其中填充不同子类,然后调用自己的父类中的方法,看看会有什么情况发生。 2、 修改练习3.3,使Animal成为一个接口。 3、 在面向对象的绘图应用应用程序中,可以绘制圆形、矩形、直线等很多其他的图形对象。这些对象都具有相同的特定状态
Strategy
- 设计模式中的策略模式。源代码包括一测试例子。-Design Patterns in strategy mode. Source code, including one test example.
designPattern
- JDBC连接数据库代码,采用设计模式中的工厂模式和策略模式进行设计,对于需要连接Mysql更是提供了很好的框架性,隐藏了数据库操作的复杂性-JDBC database connection code, design patterns factory pattern and strategy pattern design, for it is necessary to connect Mysql provides a good framework, hiding the complexity of
DesignPattern
- 几个经典设计模式的java语言示例。有策略模式、工厂模式、观察者模式、装饰者模式、单态模式等-A number of classic design patterns java language sample. Strategic models, the factory model, observer mode, decorative pattern, such as single-state model
TankWar166.23
- 图片版坦克大战,初步实现了工厂模式,调停者模式,责任链模式,策略模式-The rudimentary pictured TankWar implements the patterns of factory, Mediating, Responsibility-chain, strategy, but the only start.Later will come the final Tank.
DesignPattern
- Java的一些常用设计模式,包括单例模式、门面模式、策略模式、观察者模式、建造者模式、简单工厂模式、抽象工厂模式、工厂方法模式、代理模式、动态代理模式,适合初学者掌握-Java, some common design patterns, including single cases of mode, facade pattern, strategy pattern, Observer pattern, the construction of those models, a simple fact
javaStrategyDemo
- 用java写的基本的策略模式,实现加减乘除法-Using java to write the basic strategy model, addition and subtraction multiplication and division to achieve
Strategy
- 设计模式中行为模式的策略模式相关代码模拟演练-Design pattern Strategy pattern of behavior patterns related to the code simulation drill
light
- 通过策略模式实现门的开和关,门有两个状态-Achieved through the strategic model on and off the door, the door has two states
designP_L1
- 设计模式中策略模式的相关代码,其实就是书上那些了,整理了一下-Design pattern Strategy pattern related code, in fact, those books, and compiled a
HeadFirst
- Java 设计模式中的策略模式实现,有图片,Netbeans工程项目!-Java design patterns in the strategy of model implementation, there are pictures, Netbeans project!
Duck
- 面向对象head first 设计模式 策略模式-Design Patterns
Strategy
- Strategy模式也叫策略模式是行为模式之一, 它对一系列的算法加以封装,为所有算法定义一个抽象的算法接口,并通过继承该抽象算法接口对所有的算法加以封装和实现,具体的算法选择交由客户端决定(策略)。Strategy模式主要用来平滑地处理算法的切换 。-Strategy pattern
Duck
- Head First 书上关于策略模式的java源代码(鸭子游戏的例子),亲自编写,可以执行。供大家分享。-Head First book on strategy pattern java source code (the duck game example), personally prepared, you can perform. For all to share.
Strategy
- 用java语言实现策略模式,本次就以一个示意性的实现讲解策略模式实例的结构。(Using the Java language to implement the policy pattern, this will explain the structure of the policy schema instance with a schematic implementation.)
鸭子
- 使用策略模式,针对接口编程,增加代码复用率,降低耦合。(Use policy patterns to increase code reuse and reduce coupling for interface programming.)