搜索资源列表

  1. strategy_cs

    0下载:
  2. 策略模式vc源码实例。-example vc code of strategy
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:2196
    • 提供者:陈其
  1. Java Patterns -Strategy

    0下载:
  2. 这是Java的模式编程,中重要的策略模式,策略模式降低了程序了耦合度,使得程序易于移植!-This is the Java programming model, an important model strategy, strategy reduces the coupling process, makes the program easy to transplant!
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:11231
    • 提供者:国宝
  1. Strategy-Duck

    0下载:
  2. 这是一个用C#写的对于设计模式中策略模式的简单例子-This is a written in C# for the design model strategy mode simple example
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:9109
    • 提供者:文心澈
  1. 策略模式(五子棋)

    0下载:
  2. 策略模式(五子棋),用VC++6.0编译过,是非常好的源代码。-strategy mode (331), VC 6.0 compiler that is a very good source.
  3. 所属分类:DirextX编程

    • 发布日期:2008-10-13
    • 文件大小:1149605
    • 提供者:奚晓峰
  1. singelhorse_1

    0下载:
  2. 经典著作《设计模式》中将策略模式定义为:定义一系列的算法,把它们一个个的封装起来,并且使它们可以相互转换。这个定义还是比较抽象,下面我将通过一个例子来具体的讲解策略模式。感觉这样更容易帮助新手理解模式,这也是《Head First Design Patterns》中讲解模式的方法。先来描述一下用到的例子的背景资料:-classics "design mode" model strategy will be defin
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:3804
    • 提供者:wangxue
  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
    • 文件大小:287451
    • 提供者:付联榕
  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 em
  3. 所属分类:JSP源码/Java

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

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

    • 发布日期:2008-10-13
    • 文件大小:39451
    • 提供者:朱安然
  1. 设计模式实验

    0下载:
  2. 设计模式实验:包括策略模式、观察者模式、装饰者模式、抽象工厂模式、单件模式、命令模式、适配器模式、外观模式,共8个。
  3. 所属分类:源码下载

    • 发布日期:2011-06-09
    • 文件大小:1738939
    • 提供者:xiaocuiaiminzhe
  1. 策略模式(五子棋)

    0下载:
  2. 策略模式(五子棋),用VC++6.0编译过,是非常好的源代码。-strategy mode (331), VC 6.0 compiler that is a very good source.
  3. 所属分类:DirextX编程

    • 发布日期:2024-09-29
    • 文件大小:3166208
    • 提供者:奚晓峰
  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

    • 发布日期:2024-09-29
    • 文件大小:286720
    • 提供者:付联榕
  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 fr a
  3. 所属分类:JSP源码/Java

    • 发布日期:2024-09-29
    • 文件大小:3072
    • 提供者:xxzm
  1. design

    0下载:
  2. 设计模式课件,详细介绍观察者模式 策略模式 工厂模式 适配器模式 装饰模式-Courseware design, detailed strategy to introduce the observer mode mode mode adapter Factory pattern decorative pattern
  3. 所属分类:软件工程

    • 发布日期:2024-09-29
    • 文件大小:427008
    • 提供者:linda
  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. 所属分类:JSP源码/Java

    • 发布日期:2024-09-29
    • 文件大小:17201152
    • 提供者:王强
  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. 所属分类:图片显示浏览

    • 发布日期:2024-09-29
    • 文件大小:489472
    • 提供者:琥珀沙漏
  1. Picross

    0下载:
  2. Picross DS 经典脑力游戏 你可以通过示例代码学习以下设计模式: 1)单件模式 2)抽象工厂模式 3)策略模式 4)适配器模式 http://en.wikipe-Picross DS brain game classic example of code you can learn the following design patterns: 1) single mode 2) the abstract f
  3. 所属分类:Windows编程

    • 发布日期:2024-09-29
    • 文件大小:24576
    • 提供者:ck
  1. 商场收银-策略模式

    0下载:
  2. 基于LabVIEW设计的大话设计模式中的例子(Lying design patterns in the design examples based on LabVIEW)
  3. 所属分类:其他小程序

    • 发布日期:2024-09-29
    • 文件大小:655360
    • 提供者:gamaqi
  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. 所属分类:JSP源码/Java

    • 发布日期:2024-09-29
    • 文件大小:19456
    • 提供者:葫芦最
  1. 鸭子

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

    • 发布日期:2024-09-29
    • 文件大小:3072
    • 提供者:mamagician
  1. strategy_pattern

    0下载:
  2. 通过设计模式优化代码,使得代码易于扩展,易于维护。(The code is optimized by the design pattern, which makes the code easy to extend and easy to maintain.)
  3. 所属分类:Windows编程

    • 发布日期:2024-09-29
    • 文件大小:349184
    • 提供者:福——
« 12 3 4 5 6 7 8 9 10 ... 13 »

源码中国 www.ymcn.org