CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - 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. code1

    0下载:
  2. 大话设计模式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
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-04
    • 文件大小:1.27mb
    • 提供者:唐进
  1. ProgramToInterface

    0下载:
  2. strategy pattern implemented
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-11
    • 文件大小:736byte
    • 提供者:Forma
  1. Robotum

    0下载:
  2. A simple C# program that implements strategy pattern
  3. 所属分类:CSharp

    • 发布日期:2017-04-05
    • 文件大小:28.3kb
    • 提供者:mehmet
  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. TestOutlineText_ver029

    0下载:
  2. 实现Outline文字功能的库,采用了策略模式-Implement outline text library,using Strategy Pattern.
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-04-04
    • 文件大小:237.3kb
    • 提供者:QiuTao
  1. Application

    0下载:
  2. 使用3种设计模式:工厂模式,组合模式,策略模式,实现图像的切换。-The use of three kinds of design patterns: Factory pattern, combined model, strategy pattern, to achieve the image switching.
  3. 所属分类:Picture Viewer

    • 发布日期:2017-03-30
    • 文件大小:477.63kb
    • 提供者:琥珀沙漏
  1. strategy_pattern

    0下载:
  2. 策略模式C语言版, 策略模式C语言版-strategy pattern in C
  3. 所属分类:software engineering

    • 发布日期:2017-04-26
    • 文件大小:10.23kb
    • 提供者:nasa
  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. Strategy.pattern.code

    0下载:
  2. 模式设计代码Strategy实例Strategy design pattern example code -Strategy design pattern example code
  3. 所属分类:CSharp

    • 发布日期:2017-04-05
    • 文件大小:23.88kb
    • 提供者:ak
  1. Strategy

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

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

    0下载:
  2. 设计模式实验,包括:策略模式、观察者模式、装饰者模式、抽象工厂模式、单件模式、命令模式、适配器模式、外观模式,共8个。-Experimental design patterns, including: strategy pattern, observer pattern, the Decorator Pattern, the abstract factory pattern, the singleton pattern, command pattern, adapter pattern, app
  3. 所属分类:software engineering

    • 发布日期:2017-04-10
    • 文件大小:1.66mb
    • 提供者:李明
  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. Strategy-Pattern

    0下载:
  2. 策略模式,主要是讲述了C#的基础模式,学了大话设计模式的话,对这个应该很了解-Strategy mode, mainly about C# basic mode, learn Westward design patterns should be very understanding of this
  3. 所属分类:.net

    • 发布日期:2017-11-25
    • 文件大小:49.16kb
    • 提供者:zhuyuxing
  1. Strategy

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

    • 发布日期:2017-04-17
    • 文件大小:12.46kb
    • 提供者:Mr Liu
  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. Strategy

    0下载:
  2. 设计模式的策略模式;为了给业务逻辑(算 法) 具体实现和抽象接口之间的解耦-Design pattern of Strategy Pattern
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-29
    • 文件大小:106.72kb
    • 提供者:陈文博
  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
    • 提供者:王丽艳
« 12 3 4 »
搜珍网 www.dssz.com