搜索资源列表
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
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
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
designP_L1
- 设计模式中策略模式的相关代码,其实就是书上那些了,整理了一下-Design pattern Strategy pattern related code, in fact, those books, and compiled a
Strategy
- Strategy模式也叫策略模式是行为模式之一, 它对一系列的算法加以封装,为所有算法定义一个抽象的算法接口,并通过继承该抽象算法接口对所有的算法加以封装和实现,具体的算法选择交由客户端决定(策略)。Strategy模式主要用来平滑地处理算法的切换 。-Strategy pattern
Duck
- Head First 书上关于策略模式的java源代码(鸭子游戏的例子),亲自编写,可以执行。供大家分享。-Head First book on strategy pattern java source code (the duck game example), personally prepared, you can perform. For all to share.
strategy
- 这个是关于java策略模式,例子是一个简单的模拟鸭子应用-This is about the java strategy pattern, for example is a simple application of simulated duck
Tema-2-Poo
- Strategy pattern implemented
kaoshixitong
- 在线测评考试系统 开发周期:一周 开发工具:MyEclipse8.5 开发环境:JDK1.6 开发技术:Swing, JavaBean 开发平台:Linux 项目描述: 该系统采用MVC设计模式架构, 使用Swing技术实现了考生登陆,进入考试,考试成绩,考试规则,考试退出 进入考试时时实现上一题下一题功能,考试完毕提交试卷,可在考试成绩中查生考生分数。 责任描述: 该项目的编写主要用来训练CoreJava的能力,通过该项目的编写,我对面向对象的特征有了深
strategy
- A java implementation of the GOF pattern Strategy
program4
- strategy pattern example-An example for using a simple Strategy Pattern
Strategy
- 设计模式中策略模型的小程序,初学设计模式策略模式。-Strategy Pattern
MyStrategyWork
- 使用策略模式实现冒泡排序、快速排序、合并排序-Use strategy pattern to achieve bubble sort, quick sort, merge sort
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
StrategyMethod
- java的设计模式,源代码是实现设计模式中的策略模式-Java design patterns, the source code is the design pattern to realize the strategy pattern
strategy-pattern
- 策略模式 很不错啊,很实用,java基础,对你有很大帮助-The strategy pattern is very good, very practical, Java based, are of great help to you
strategyPattern
- strategy pattern 设计模式学习例子,软件设计学习,java 代码-this is a example of strategy pattern in the software design with java code
DuckSystem
- 使用策略模式的小案例,duck系统,使用抽象、继承、接口、实例化。包含12个model类和1个test类。-It s a small case of duck system using the strategy pattern ,containing the use of abstraction, inheritance, interfaces, instantiation.It s made of 12 model classes and one test class.
