搜索资源列表
DesignPattern_Strategy
- Java Design Pattern:Strategy 希望对大家有所帮助!-Java Design Pattern: Strategy hopes to help all of you!
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
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
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
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.
strategy_pattern
- 策略模式C语言版, 策略模式C语言版-strategy pattern in C
E-commerce-order-system
- 一个国际电子商务系统,在其基础上,再假定订单分为会员订单和非会员订单,会员订货有积分奖励,非会员则没有,不同级别的会员积分规则不同;订货时须确定订单金额、会员类型、国别等信息(为简化,不需要货物数据),订单对象则要完成税金计算和积分计算;请用strategy模式设计解决方案。-An international e-commerce systems, in its basis, and then assume that members of orders and the orders are di
Strategy
- 设计模式中行为模式的策略模式相关代码模拟演练-Design pattern Strategy pattern of behavior patterns related to the code simulation drill
Strategy.pattern.code
- 模式设计代码Strategy实例Strategy design pattern example code -Strategy design pattern example code
Strategy
- Strategy模式也叫策略模式是行为模式之一, 它对一系列的算法加以封装,为所有算法定义一个抽象的算法接口,并通过继承该抽象算法接口对所有的算法加以封装和实现,具体的算法选择交由客户端决定(策略)。Strategy模式主要用来平滑地处理算法的切换 。-Strategy pattern
Design-Pattern-Experiment
- 设计模式实验,包括:策略模式、观察者模式、装饰者模式、抽象工厂模式、单件模式、命令模式、适配器模式、外观模式,共8个。-Experimental design patterns, including: strategy pattern, observer pattern, the Decorator Pattern, the abstract factory pattern, the singleton pattern, command pattern, adapter pattern, app
strategy
- 这个是关于java策略模式,例子是一个简单的模拟鸭子应用-This is about the java strategy pattern, for example is a simple application of simulated duck
Strategy-Pattern
- 策略模式,主要是讲述了C#的基础模式,学了大话设计模式的话,对这个应该很了解-Strategy mode, mainly about C# basic mode, learn Westward design patterns should be very understanding of this
Strategy
- 设计模式中策略模型的小程序,初学设计模式策略模式。-Strategy Pattern
Strategy
- 策略模式定义了一系列的算法,并将每一个算法封装起来,而且使它们还可以相互替换。策略模式让算法独立于使用它的客户而独立变化。-The strategy pattern defines a family of algorithms, encapsulates each algorithm, and make them interchangeable. Strategy lets the algorithm independent of the use of its customers and the
Strategy
- 设计模式的策略模式;为了给业务逻辑(算 法) 具体实现和抽象接口之间的解耦-Design pattern of Strategy Pattern
strategy-pattern
- 策略模式 很不错啊,很实用,java基础,对你有很大帮助-The strategy pattern is very good, very practical, Java based, are of great help to you