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

搜索资源列表

  1. headfirst.java

    0下载:
  2. 关于常用的几个设计模式的java实现原代码(包括工厂模式,命令模式,观察者模式,策略模式,个体模式等)-on several commonly used design patterns to achieve the java source code (including factory pattern, order patterns, observer mode, strategy model, individual mode)
  3. 所属分类:JSP源码/Java

    • 发布日期:2008-10-13
    • 文件大小:280.71kb
    • 提供者:付联榕
  1. ObjectPoolBaseOnCORBA

    0下载:
  2. 基于corba的资源池,实现了实例池供客户端调用,并且实例池对实例的分配采用策略模式支持随即抽取,最近使用和循环抽取三个不同策略.(在visibroke下面开发的)-corba based on the resources pool, realize the pool for the client call, Examples pool and the distribution of examples of the tactics employed mode support was collec
  3. 所属分类:JSP源码/Java

    • 发布日期:2008-10-13
    • 文件大小:38.19kb
    • 提供者:徐颖
  1. javadesignpattern

    0下载:
  2. 用策略模式和观察者模式混合设计的一个游戏模拟
  3. 所属分类:JSP源码/Java

    • 发布日期:2008-10-13
    • 文件大小:38.53kb
    • 提供者:朱安然
  1. StrategyDemo

    0下载:
  2. 使用JAVA写的策略模式的一个实现代码,里面代有大量的注释,适合初学者学习!
  3. 所属分类:JSP源码/Java

    • 发布日期:2008-10-13
    • 文件大小:4.86kb
    • 提供者:蔡文
  1. fourth-07301048

    0下载:
  2. 第四次作业 1、 创建一个Animal(动物)类,让Horse(马),Dog(狗),Cat(猫)等动物继承Animal类。在Animal类中定义一些方法,让其子类重写这些方法,编写一个运行时多态的程序。 创建一个Animal类型的数组,在其中填充不同子类,然后调用自己的父类中的方法,看看会有什么情况发生。 2、 修改练习3.3,使Animal成为一个接口。 3、 在面向对象的绘图应用应用程序中,可以绘制圆形、矩形、直线等很多其他的图形对象。这些对象都具有相同的特定状态
  3. 所属分类:JavaScript

    • 发布日期:2017-04-01
    • 文件大小:35.79kb
    • 提供者:vavey
  1. Strategy

    0下载:
  2. 设计模式中的策略模式。源代码包括一测试例子。-Design Patterns in strategy mode. Source code, including one test example.
  3. 所属分类:Java Develop

    • 发布日期:2017-04-03
    • 文件大小:2.39kb
    • 提供者:TZH
  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语言示例。有策略模式、工厂模式、观察者模式、装饰者模式、单态模式等-A number of classic design patterns java language sample. Strategic models, the factory model, observer mode, decorative pattern, such as single-state model
  3. 所属分类:Java Develop

    • 发布日期:2017-04-04
    • 文件大小:4.17kb
    • 提供者:
  1. TankWar166.23

    0下载:
  2. 图片版坦克大战,初步实现了工厂模式,调停者模式,责任链模式,策略模式-The rudimentary pictured TankWar implements the patterns of factory, Mediating, Responsibility-chain, strategy, but the only start.Later will come the final Tank.
  3. 所属分类:Java Develop

    • 发布日期:2017-06-10
    • 文件大小:16.4mb
    • 提供者:王强
  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. javaStrategyDemo

    0下载:
  2. 用java写的基本的策略模式,实现加减乘除法-Using java to write the basic strategy model, addition and subtraction multiplication and division to achieve
  3. 所属分类:Java Develop

    • 发布日期:2017-04-02
    • 文件大小:8.14kb
    • 提供者:米豆
  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. light

    0下载:
  2. 通过策略模式实现门的开和关,门有两个状态-Achieved through the strategic model on and off the door, the door has two states
  3. 所属分类:Java Develop

    • 发布日期:2017-04-10
    • 文件大小:1.07kb
    • 提供者:符国明
  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. HeadFirst

    0下载:
  2. Java 设计模式中的策略模式实现,有图片,Netbeans工程项目!-Java design patterns in the strategy of model implementation, there are pictures, Netbeans project!
  3. 所属分类:Java Develop

    • 发布日期:2017-04-06
    • 文件大小:626.53kb
    • 提供者:小伏
  1. Duck

    0下载:
  2. 面向对象head first 设计模式 策略模式-Design Patterns
  3. 所属分类:Java Develop

    • 发布日期:2017-04-11
    • 文件大小:564byte
    • 提供者:yub
  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语言实现策略模式,本次就以一个示意性的实现讲解策略模式实例的结构。(Using the Java language to implement the policy pattern, this will explain the structure of the policy schema instance with a schematic implementation.)
  3. 所属分类:Java编程

    • 发布日期:2018-01-08
    • 文件大小:19kb
    • 提供者:葫芦最
  1. 鸭子

    0下载:
  2. 使用策略模式,针对接口编程,增加代码复用率,降低耦合。(Use policy patterns to increase code reuse and reduce coupling for interface programming.)
  3. 所属分类:Java编程

    • 发布日期:
    • 文件大小:3kb
    • 提供者:mamagician
« 12 3 4 »
搜珍网 www.dssz.com