Welcome![Sign In][Sign Up]
Location:
Search - Strategy pattern

Search list

[Software EngineeringDesignPatterns.Strategy

Description: 软件设计模式之一:策略模式例子程序,说明了该模式的设计思想-One of software design patterns: Strategy pattern example of the procedures described in the model design thinking
Platform: | Size: 10240 | Author: Brian | Hits:

[Software EngineeringStrategy

Description: 设计模式之Strategy,设计模式之Strategy-Design Patterns of Strategy, the Strategy design pattern
Platform: | Size: 10240 | Author: xiaozhang | Hits:

[ActiveX/DCOM/ATLwageSys

Description: 公司员工薪资系统,包含一些常用的设计模式,如strategy模式,compisite模式等!-Employees pay system, contains a number of commonly used design patterns, such as the strategy pattern, compisite mode!
Platform: | Size: 133120 | Author: stefanie | Hits:

[JSP/JavaDesignPattern_Strategy

Description: Java Design Pattern:Strategy 希望对大家有所帮助!-Java Design Pattern: Strategy hopes to help all of you!
Platform: | Size: 44032 | Author: bob | Hits:

[JSP/JavadesignPattern

Description: 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 database operations
Platform: | Size: 3072 | Author: xxzm | Hits:

[BooksAS3_Design_Patterns

Description: 1.Object-Oriented Programming,Design Patterns,and ActionScript 3 2.Factory Method Pattern 3.Singleton Pattern 4.Decorator Pattern 5.Adapter Pattern 6.Composite Pattern 7.Command Pattern 8.Observer Pattern 9.Template Method Pattern 10.State Pattern 11.Strategy Pattern
Platform: | Size: 3208192 | Author: dreamsky | Hits:

[Windows Developcode1

Description: 大话设计模式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
Platform: | Size: 1332224 | Author: 唐进 | Hits:

[Windows DevelopProgramToInterface

Description: strategy pattern implemented
Platform: | Size: 1024 | Author: Forma | Hits:

[OtherCsharpDesignPatterns

Description: 这是主要的内容 1.C#设计模式: 模式 UML C#3.0 实例 2.结构模式: Decorator模式 代理模式 桥模式 3.结构模式:复合材料及复合型飞锤 享元模式 练习 模式比较 4.结构模式:适配器和外墙 适配器模式 外观模式 模式比较 5。创建模式: 原型模式 工厂方法模式 Singleton模式 模式比较 6。创建模式: 抽象工厂模式 建造者模式 模式比较 7。行为模式: 策略模式 国家模式 模板方法模式 模式比较 8。行为模式: 责任链模式 命令模式 模式比较 9。行为模式: 迭代器模式 调解模式 观察者模式 模式的探讨和比较 10。行为模式: 访问者模式 解释器模式 备忘录模式 模式比较 11。设计模式的未来 摘要模式 一种设计模式的未来 结束语 -1.C# Meets Design Patterns About Patterns About UML About C#3.0 About the Examples 2.Structural Patterns: Decorator,Proxy, and Bridge Decorator Pattern Proxy Pattern Bridge Pattern Example: OpenBook Pattern Comparison 3.Structural Patterns: Composite and Flyweight Composite Pattern Flyweight Pattern Exercises Pattern Comparison 4.Structural Patterns: Adapter and Faç ade Adapter Pattern Faç ade Pattern Pattern Comparison 5. Creational Patterns: Prototype, Factory Method, and Singleton Prototype Pattern Factory Method Pattern Singleton Pattern Pattern Comparison 6. Creational Patterns: Abstract Factory and Builder Abstract Factory Pattern Builder Pattern Pattern Comparison 7. Behavioral Patterns: Strategy, State, and Template Method Strategy Pattern State Pattern Template Method Pattern Pattern Comparison 8. Behavioral Patterns: Chain of Responsibility and Command Chain of Responsibility Pattern Command Pattern Pattern Comparison 9. B
Platform: | Size: 2279424 | Author: 辛琪 | Hits:

[JSP/JavaStrategy

Description: 设计模式中行为模式的策略模式相关代码模拟演练-Design pattern Strategy pattern of behavior patterns related to the code simulation drill
Platform: | Size: 8192 | Author: 董涛 | Hits:

[CSharpStrategy.pattern.code

Description: 模式设计代码Strategy实例Strategy design pattern example code -Strategy design pattern example code
Platform: | Size: 24576 | Author: ak | Hits:

[JSP/JavaStrategy

Description: Strategy模式也叫策略模式是行为模式之一, 它对一系列的算法加以封装,为所有算法定义一个抽象的算法接口,并通过继承该抽象算法接口对所有的算法加以封装和实现,具体的算法选择交由客户端决定(策略)。Strategy模式主要用来平滑地处理算法的切换 。-Strategy pattern
Platform: | Size: 7168 | Author: Yuzhou | Hits:

[Software EngineeringDesign-Pattern-Experiment

Description: 设计模式实验,包括:策略模式、观察者模式、装饰者模式、抽象工厂模式、单件模式、命令模式、适配器模式、外观模式,共8个。-Experimental design patterns, including: strategy pattern, observer pattern, the Decorator Pattern, the abstract factory pattern, the singleton pattern, command pattern, adapter pattern, appearance model, a total of 8.
Platform: | Size: 1738752 | Author: 李明 | Hits:

[JSP/Javastrategy

Description: 这个是关于java策略模式,例子是一个简单的模拟鸭子应用-This is about the java strategy pattern, for example is a simple application of simulated duck
Platform: | Size: 13312 | Author: 王冰彬 | Hits:

[.netStrategy-Pattern

Description: 策略模式,主要是讲述了C#的基础模式,学了大话设计模式的话,对这个应该很了解-Strategy mode, mainly about C# basic mode, learn Westward design patterns should be very understanding of this
Platform: | Size: 50176 | Author: zhuyuxing | Hits:

[JSP/JavaStrategy

Description: 设计模式中策略模型的小程序,初学设计模式策略模式。-Strategy Pattern
Platform: | Size: 12288 | Author: Mr Liu | Hits:

[JSP/JavaStrategy

Description: 策略模式定义了一系列的算法,并将每一个算法封装起来,而且使它们还可以相互替换。策略模式让算法独立于使用它的客户而独立变化。-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 independent variation.
Platform: | Size: 2048 | Author: 张衡 | Hits:

[JSPJava-design-pattern

Description: 以简单、诙谐幽默的例子讲述面向对象设计中的23中设计模式。策略模式、观察者模式、单例模式、工厂方法、抽象工厂、迭代器模式、状态模式、适配器模式、装饰者模式、组合模式、原型模式、模板方法-A simple, humorous examples about object-oriented design of 23 design patterns. Strategy pattern, observer pattern, singleton, factory method, abstract factory, iterative mode, state mode, the adapter mode, the decorator pattern, combined mode, the prototype model, the template method ......
Platform: | Size: 2506752 | Author: 流油 | Hits:

[OtherStrategy

Description: 设计模式的策略模式;为了给业务逻辑(算 法) 具体实现和抽象接口之间的解耦-Design pattern of Strategy Pattern
Platform: | Size: 109568 | Author: 陈文博 | Hits:

[JSP/Javastrategy-pattern

Description: 策略模式 很不错啊,很实用,java基础,对你有很大帮助-The strategy pattern is very good, very practical, Java based, are of great help to you
Platform: | Size: 1024 | Author: 王丽艳 | Hits:
« 12 3 4 5 »

CodeBus www.codebus.net