搜索资源列表

  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. StrategyDemo

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

    • 发布日期:2008-10-13
    • 文件大小:4979
    • 提供者:蔡文
  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. 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

    • 发布日期:2024-09-29
    • 文件大小:38912
    • 提供者:徐颖
  1. StrategyDemo

    0下载:
  2. 使用JAVA写的策略模式的一个实现代码,里面代有大量的注释,适合初学者学习!-The use of JAVA to write a strategy to realize the code model, which has a large number of notes on behalf of, suitable for beginners to learn!
  3. 所属分类:JSP源码/Java

    • 发布日期:2024-09-29
    • 文件大小:5120
    • 提供者:蔡文
  1. DesignPatter_strategy

    0下载:
  2. 设计模式中策略模式的c++实现,自己实现的,编译运行正常 -Design Patterns in strategy mode c++ Realization that he realized, the compiler is running normal
  3. 所属分类:软件工程

    • 发布日期:2024-09-29
    • 文件大小:19456
    • 提供者:yu qin
  1. fourth-07301048

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

    • 发布日期:2024-09-29
    • 文件大小:36864
    • 提供者:vavey
  1. Strategy

    0下载:
  2. head first 设计模式中的策略模式的C++实现代码-head first design patterns of strategy model C++ achieve code
  3. 所属分类:软件工程

    • 发布日期:2024-09-29
    • 文件大小:378880
    • 提供者:Can
  1. StrategyHaoc

    0下载:
  2. 用java语言实现策略模式 BubbleSort.java——冒泡排序算法 ChooseSort.java——选择排序算法 InsertSort.java——插入排序算法 MergeSort.java——合并排序算法 SortStrategy.java——排序算法的接口 Sort.java——排序类,通过此类的sort()可以对实现了Comparable接口的数组进行升序 SortMain.java——显示界
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-09-29
    • 文件大小:19456
    • 提供者:王刚
  1. Strategy_Pattern

    0下载:
  2. 设计模式之策略模式C#代码实现,学习设计模式非常有益的资料.-Model of strategy design patterns C# code to achieve, learning design patterns are very useful information.
  3. 所属分类:其他小程序

    • 发布日期:2024-09-29
    • 文件大小:58368
    • 提供者:Peter
  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. javaStrategyDemo

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

    • 发布日期:2024-09-29
    • 文件大小:8192
    • 提供者:米豆
  1. TestOutlineText_ver029

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

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

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

    0下载:
  2. 实现了大话设计模式中的策略模式的C++代码-Implements the strategy design pattern lying mode C++ code
  3. 所属分类:软件工程

    • 发布日期:2024-09-29
    • 文件大小:577536
    • 提供者:戴志勇
  1. light

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

    • 发布日期:2024-09-29
    • 文件大小:1024
    • 提供者:符国明
  1. HeadFirst

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

    • 发布日期:2024-09-29
    • 文件大小:642048
    • 提供者:小伏
  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. 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 »

源码中国 www.ymcn.org