CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 WEB源码 搜索资源 - Strategy pattern

搜索资源列表

  1. DesignPattern_Strategy

    0下载:
  2. Java Design Pattern:Strategy 希望对大家有所帮助!-Java Design Pattern: Strategy hopes to help all of you!
  3. 所属分类:Java Develop

    • 发布日期:2017-04-25
    • 文件大小:43.07kb
    • 提供者:bob
  1. designPattern

    0下载:
  2. 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
  3. 所属分类:Java Develop

    • 发布日期:2017-04-14
    • 文件大小:2.84kb
    • 提供者:xxzm
  1. DesignPattern

    0下载:
  2. 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
  3. 所属分类:Java Develop

    • 发布日期:2017-04-06
    • 文件大小:60.31kb
    • 提供者:sunhao
  1. E-commerce-order-system

    1下载:
  2. 一个国际电子商务系统,在其基础上,再假定订单分为会员订单和非会员订单,会员订货有积分奖励,非会员则没有,不同级别的会员积分规则不同;订货时须确定订单金额、会员类型、国别等信息(为简化,不需要货物数据),订单对象则要完成税金计算和积分计算;请用strategy模式设计解决方案。-An international e-commerce systems, in its basis, and then assume that members of orders and the orders are di
  3. 所属分类:JSP源码/Java

    • 发布日期:2013-10-16
    • 文件大小:107.9kb
    • 提供者:马庆
  1. Strategy

    0下载:
  2. 设计模式中行为模式的策略模式相关代码模拟演练-Design pattern Strategy pattern of behavior patterns related to the code simulation drill
  3. 所属分类:Java Develop

    • 发布日期:2017-04-05
    • 文件大小:8.18kb
    • 提供者:董涛
  1. designP_L1

    0下载:
  2. 设计模式中策略模式的相关代码,其实就是书上那些了,整理了一下-Design pattern Strategy pattern related code, in fact, those books, and compiled a
  3. 所属分类:Java Develop

    • 发布日期:2017-04-16
    • 文件大小:9.33kb
    • 提供者:wang
  1. Strategy

    0下载:
  2. Strategy模式也叫策略模式是行为模式之一, 它对一系列的算法加以封装,为所有算法定义一个抽象的算法接口,并通过继承该抽象算法接口对所有的算法加以封装和实现,具体的算法选择交由客户端决定(策略)。Strategy模式主要用来平滑地处理算法的切换 。-Strategy pattern
  3. 所属分类:Java Develop

    • 发布日期:2017-04-01
    • 文件大小:6.84kb
    • 提供者:Yuzhou
  1. Duck

    0下载:
  2. 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.
  3. 所属分类:Java Develop

    • 发布日期:2017-03-24
    • 文件大小:679byte
    • 提供者:郭春付
  1. strategy

    0下载:
  2. 这个是关于java策略模式,例子是一个简单的模拟鸭子应用-This is about the java strategy pattern, for example is a simple application of simulated duck
  3. 所属分类:Java Develop

    • 发布日期:2017-04-03
    • 文件大小:12.79kb
    • 提供者:王冰彬
  1. Tema-2-Poo

    0下载:
  2. Strategy pattern implemented
  3. 所属分类:Jsp/Servlet

    • 发布日期:2017-05-13
    • 文件大小:3.1mb
    • 提供者:Merca Ionel
  1. kaoshixitong

    0下载:
  2. 在线测评考试系统 开发周期:一周 开发工具:MyEclipse8.5 开发环境:JDK1.6 开发技术:Swing, JavaBean 开发平台:Linux 项目描述: 该系统采用MVC设计模式架构, 使用Swing技术实现了考生登陆,进入考试,考试成绩,考试规则,考试退出 进入考试时时实现上一题下一题功能,考试完毕提交试卷,可在考试成绩中查生考生分数。 责任描述: 该项目的编写主要用来训练CoreJava的能力,通过该项目的编写,我对面向对象的特征有了深
  3. 所属分类:Java Develop

    • 发布日期:2017-04-04
    • 文件大小:592.96kb
    • 提供者:caoyingde
  1. strategy

    0下载:
  2. A java implementation of the GOF pattern Strategy
  3. 所属分类:Java Develop

    • 发布日期:2017-11-30
    • 文件大小:3.7kb
    • 提供者:avekdon
  1. program4

    0下载:
  2. strategy pattern example-An example for using a simple Strategy Pattern
  3. 所属分类:Java Develop

    • 发布日期:2017-04-06
    • 文件大小:7.15kb
    • 提供者:Da Liu
  1. Strategy

    0下载:
  2. 设计模式中策略模型的小程序,初学设计模式策略模式。-Strategy Pattern
  3. 所属分类:Java Develop

    • 发布日期:2017-04-17
    • 文件大小:12.46kb
    • 提供者:Mr Liu
  1. MyStrategyWork

    0下载:
  2. 使用策略模式实现冒泡排序、快速排序、合并排序-Use strategy pattern to achieve bubble sort, quick sort, merge sort
  3. 所属分类:Java Develop

    • 发布日期:2017-04-26
    • 文件大小:14.82kb
    • 提供者:huangbo
  1. Strategy

    0下载:
  2. 策略模式定义了一系列的算法,并将每一个算法封装起来,而且使它们还可以相互替换。策略模式让算法独立于使用它的客户而独立变化。-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
  3. 所属分类:Java Develop

    • 发布日期:2017-04-02
    • 文件大小:1.79kb
    • 提供者:张衡
  1. StrategyMethod

    0下载:
  2. java的设计模式,源代码是实现设计模式中的策略模式-Java design patterns, the source code is the design pattern to realize the strategy pattern
  3. 所属分类:Java Develop

    • 发布日期:2017-04-13
    • 文件大小:1.96kb
    • 提供者:teddy
  1. strategy-pattern

    0下载:
  2. 策略模式 很不错啊,很实用,java基础,对你有很大帮助-The strategy pattern is very good, very practical, Java based, are of great help to you
  3. 所属分类:JavaScript

    • 发布日期:2017-04-12
    • 文件大小:535byte
    • 提供者:王丽艳
  1. strategyPattern

    0下载:
  2. strategy pattern 设计模式学习例子,软件设计学习,java 代码-this is a example of strategy pattern in the software design with java code
  3. 所属分类:JavaScript

    • 发布日期:2017-04-14
    • 文件大小:4.15kb
    • 提供者:xiaotong li
  1. DuckSystem

    0下载:
  2. 使用策略模式的小案例,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.
  3. 所属分类:Jsp/Servlet

    • 发布日期:2017-05-04
    • 文件大小:9.17kb
    • 提供者:mm
« 12 »
搜珍网 www.dssz.com