搜索资源列表
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
ProgramToInterface
- strategy pattern implemented
Robotum
- A simple C# program that implements strategy pattern
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.
StrategyPattern
- 设计模式中的 策略模式 代码 直接拿来套用即可-Strategy Pattern
Strategy.pattern.code
- 模式设计代码Strategy实例Strategy design pattern example code -Strategy design pattern example code
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
tanchishe
- 贪吃蛇游戏,C# 开发,皮肤切换,自定义贪吃蛇,策略模式,差值算法。-Snake Game, C# developers, skin switching, custom Snake, strategy pattern.
Design
- 几个简单设计模式的应用包括工厂模式、策略模式等-The application of a few simple design patterns including factory pattern, strategy pattern
Strategy-Pattern
- 策略模式,主要是讲述了C#的基础模式,学了大话设计模式的话,对这个应该很了解-Strategy mode, mainly about C# basic mode, learn Westward design patterns should be very understanding of this
StratetyPattern
- 使用VS2010编写的设计模式中的策略模式-Strategy Pattern with Visual Studio 2010
celuemoshi
- 策略模式典型演示程序C#源代码,演示程序很好的解释了策略模式的编程模板。源码中包括:现金收费抽象类(现金收取超类的抽象方法,收取现金,参数为原价,返回为当前价)、正常收费子类、打折收费子类(打折收费,初始化时,必需要输入折扣率,如八折,就是0.8)、返利收费子类(返利收费,初始化时必须要输入返利条件和返利值,比如满300返100,则moneyCondition为300,moneyReturn为100、若大于返利条件,则需要减去返利值)、现金收费工厂类等。-The strategy pattern
shouyin
- 简单的模拟超市收银小系统,采用策略模式。仅供批阅-Simple small supermarket cash register system simulation, using the strategy pattern. Marking only
colorDetectController
- 在算法设计中实用Strategy模式,实用Controller实现模块间通信,实用Singleton设计模式,实用模型-视图-控制器架构设计应用程序,程序内容是颜色空间转换-colorDetection.h colorDetection.cpp colordetector.cpp correspond to Recipe: Using the Strategy Pattern in Algorithm Design
thoughtworks-tax
- thoughtworks作业题程序,设计模式思想,工厂模式、策略模式、装饰器模式、自然语言识别-ThoughtWorks homework procedure, thinking of design patterns, the factory pattern, strategy pattern, the decorator pattern, recognition of natural language
Strategy
- 设计模式的策略模式;为了给业务逻辑(算 法) 具体实现和抽象接口之间的解耦-Design pattern of Strategy Pattern
Strategy-Mode
- 介绍经典设计模式中的策略模式,代码实现商场管理软件功能-Classic design pattern describes the policy mode, code mall management software features
Design100
- 几个简单设计模式的应用包括工厂模式、策略模式等-The application of a few simple design patterns including factory pattern, strategy pattern
