搜索资源列表
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.
DMSimulation
- 应用策略设计模式,模拟动态数据挖掘算法调度,可以实现对数据挖掘算法根据名称调用具体算法的实现,达到算法独立于挖掘逻辑的目的-Application strategy design pattern to simulate dynamic data mining algorithms scheduling, data mining algorithms can be achieved right call by name the specific algorithm implementation,
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
doudong
- 该程序主要实现了抖动算法。主要策略是用一个更大的模式替代一个像素值。-The procedure to achieve the dithering algorithm. Main strategy is to use a larger pattern replace a pixel value.
StrategyPattern
- 设计模式中的 策略模式 代码 直接拿来套用即可-Strategy Pattern
DesignDemo
- 多设计模式应用,主要采用工厂和策略及观察者模式实现分类计费的动态报表生成-Multi-application design patterns, mainly plant and the observer pattern implementation strategy and unbundling of dynamic report generation
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
OZ-Computer-Programming(MIT-Press)
- oz:多范式语言, 函数型语言(词法域 第一类过程 模式匹配 第一类统一语法),lazy,高阶(可实现非递归的循环),尾递归,描述式编程 面向对象(状态 Stateful/抽象数据类型 多重继承), 并行(多线程)(dataflow(数据流)线程 动态 连续 互影响), 约束编程和逻辑推理(逻辑变量 分离结构 可编程搜索策略),人工智能, 分布式(网络透明的分布式运算 组件编程 自动连接自动断线 共享变量/对象/类/和过程), 网络编程,无状态数据
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
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
