搜索资源列表
strategy_cs
- 策略模式vc源码实例。-example vc code of strategy
Java Patterns -Strategy
- 这是Java的模式编程,中重要的策略模式,策略模式降低了程序了耦合度,使得程序易于移植!-This is the Java programming model, an important model strategy, strategy reduces the coupling process, makes the program easy to transplant!
Strategy-Duck
- 这是一个用C#写的对于设计模式中策略模式的简单例子-This is a written in C# for the design model strategy mode simple example
策略模式(五子棋)
- 策略模式(五子棋),用VC++6.0编译过,是非常好的源代码。-strategy mode (331), VC 6.0 compiler that is a very good source.
Strategy(Java)
- 很好的演示了利用策略模式绘制直方图和折线图
设计模式实验
- 设计模式实验:包括策略模式、观察者模式、装饰者模式、抽象工厂模式、单件模式、命令模式、适配器模式、外观模式,共8个。
406
- 用VC++6.0编写的游戏,策略模式(五子棋)-Written by VC++6.0 games, strategy mode (backgammon)
StrategyHaoc
- 用java语言实现策略模式 BubbleSort.java——冒泡排序算法 ChooseSort.java——选择排序算法 InsertSort.java——插入排序算法 MergeSort.java——合并排序算法 SortStrategy.java——排序算法的接口 Sort.java——排序类,通过此类的sort()可以对实现了Comparable接口的数组进行升序 SortMain.java——显示界面排序-Using java language model
StrategyPattern
- 简单的策略模式应用,对理解与应用设计模式有很大的帮助,代码为自己所写,并附有注释.-Application of a simple strategic model of understanding and application of design patterns are a great help, code written for their own, together with the Notes.
Strategy_Pattern
- 设计模式之策略模式C#代码实现,学习设计模式非常有益的资料.-Model of strategy design patterns C# code to achieve, learning design patterns are very useful information.
code1
- 大话设计模式1至16章代码,共有16种模式,01简单工厂模式,02策略模式-Lying design code chapter 1-16, a total of 16 models, 01 a simple factory pattern, strategy pattern, etc. 02
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.
Picross
- Picross DS 经典脑力游戏 你可以通过示例代码学习以下设计模式: 1)单件模式 2)抽象工厂模式 3)策略模式 4)适配器模式 http://en.wikipe-Picross DS brain game classic example of code you can learn the following design patterns: 1) single mode 2) the abstract factory pattern 3) Strategy Mod
StrategyPattern
- 设计模式中的 策略模式 代码 直接拿来套用即可-Strategy Pattern
DesignPatterns.Strategy.Ducks
- 设计模式中的策略模式的应用,用c#的实现-DesignPatterns.Strategy.Ducks
strategy
- 设计模式之策略模式,c++源码vs2010编译通过-The strategy design pattern mode, c++ compiler source vs2010
GeneticAlgorithms
- 求解任务分配和路径选择的改进遗传算法。针对传统的遗传算法编程求解过程中存在的代码复用性不高,灵活性差的情况,在参考麻省理工学院Matthew Wall开发的遗传算法类库GAlib的基础上,提出了基于设计模式的改进遗传算法设计框架,提供了Visual C#代码。该框架通过使用模板方法模式、策略模式和适配器模式大大提高了改进遗传算法在设计实现过程中的可扩展性和灵活性。-Traditional genetic algorithm programming in the process of solvin
商场收银-策略模式
- 基于LabVIEW设计的大话设计模式中的例子(Lying design patterns in the design examples based on LabVIEW)
strategy_pattern
- 通过设计模式优化代码,使得代码易于扩展,易于维护。(The code is optimized by the design pattern, which makes the code easy to extend and easy to maintain.)