搜索资源列表
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 em
StrategyDemo
- 使用JAVA写的策略模式的一个实现代码,里面代有大量的注释,适合初学者学习!
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 em
StrategyDemo
- 使用JAVA写的策略模式的一个实现代码,里面代有大量的注释,适合初学者学习!-The use of JAVA to write a strategy to realize the code model, which has a large number of notes on behalf of, suitable for beginners to learn!
DesignPatter_strategy
- 设计模式中策略模式的c++实现,自己实现的,编译运行正常 -Design Patterns in strategy mode c++ Realization that he realized, the compiler is running normal
fourth-07301048
- 第四次作业 1、 创建一个Animal(动物)类,让Horse(马),Dog(狗),Cat(猫)等动物继承Animal类。在Animal类中定义一些方法,让其子类重写这些方法,编写一个运行时多态的程序。 创建一个Animal类型的数组,在其中填充不同子类,然后调用自己的父类中的方法,看看会有什么情况发生。 2、 修改练习3.3,使Animal成为一个接口。 3、 在面向对象的绘图应用应用程序中,可以绘制圆形、
Strategy
- head first 设计模式中的策略模式的C++实现代码-head first design patterns of strategy model C++ achieve code
StrategyHaoc
- 用java语言实现策略模式 BubbleSort.java——冒泡排序算法 ChooseSort.java——选择排序算法 InsertSort.java——插入排序算法 MergeSort.java——合并排序算法 SortStrategy.java——排序算法的接口 Sort.java——排序类,通过此类的sort()可以对实现了Comparable接口的数组进行升序 SortMain.java——显示界
Strategy_Pattern
- 设计模式之策略模式C#代码实现,学习设计模式非常有益的资料.-Model of strategy design patterns C# code to achieve, learning design patterns are very useful information.
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.
javaStrategyDemo
- 用java写的基本的策略模式,实现加减乘除法-Using java to write the basic strategy model, addition and subtraction multiplication and division to achieve
TestOutlineText_ver029
- 实现Outline文字功能的库,采用了策略模式-Implement outline text library,using Strategy Pattern.
Application
- 使用3种设计模式:工厂模式,组合模式,策略模式,实现图像的切换。-The use of three kinds of design patterns: Factory pattern, combined model, strategy pattern, to achieve the image switching.
Stategy
- 实现了大话设计模式中的策略模式的C++代码-Implements the strategy design pattern lying mode C++ code
light
- 通过策略模式实现门的开和关,门有两个状态-Achieved through the strategic model on and off the door, the door has two states
HeadFirst
- Java 设计模式中的策略模式实现,有图片,Netbeans工程项目!-Java design patterns in the strategy of model implementation, there are pictures, Netbeans project!
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.)
strategy_pattern
- 通过设计模式优化代码,使得代码易于扩展,易于维护。(The code is optimized by the design pattern, which makes the code easy to extend and easy to maintain.)