搜索资源列表

  1. FlyWeight

    0下载:
  2. 使用C#实现的GOF的flyweight设计模式,希望对学习设计模式的朋友有帮助-use C# GOF the Flyweight design pattern. want to learn the design patterns to help friends
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:22.06kb
    • 提供者:邵长青
  1. TestValidators_src

    0下载:
  2. Flyweight设计模式,讲解了处理大量类似对象的方法策略-Boxing design pattern, on a similar deal with a large number of targeted strategies
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:13.74kb
    • 提供者:杜渔
  1. Conservator

    0下载:
  2. Conservator extends on the concept of a Flyweight Factory by allowing shared Flyweight objects to be mutated after creation without undesired side effects.
  3. 所属分类:JSP源码/Java

    • 发布日期:2008-10-13
    • 文件大小:4.6kb
    • 提供者:jxxgg
  1. Flyweight

    0下载:
  2. 设计模式之Flyweight,设计模式之Flyweight
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:9.17kb
    • 提供者:wang
  1. Flyweight

    0下载:
  2. 设计模式的VC例子,可以用于学习设计模式。我自己觉得很有用。-design patterns VC example, can be used to study design patterns. I feel very useful.
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:3.73kb
    • 提供者:陈刚
  1. Conservator

    0下载:
  2. Conservator extends on the concept of a Flyweight Factory by allowing shared Flyweight objects to be mutated after creation without undesired side effects.
  3. 所属分类:JSP源码/Java

    • 发布日期:2026-01-14
    • 文件大小:4kb
    • 提供者:jxxgg
  1. Flyweight

    0下载:
  2. 设计模式的VC例子,可以用于学习设计模式。我自己觉得很有用。-design patterns VC example, can be used to study design patterns. I feel very useful.
  3. 所属分类:软件工程

    • 发布日期:2026-01-14
    • 文件大小:3kb
    • 提供者:陈刚
  1. FlyWeight

    0下载:
  2. 使用C#实现的GOF的flyweight设计模式,希望对学习设计模式的朋友有帮助-use C# GOF the Flyweight design pattern. want to learn the design patterns to help friends
  3. 所属分类:C#编程

    • 发布日期:2026-01-14
    • 文件大小:22kb
    • 提供者:邵长青
  1. TestValidators_src

    0下载:
  2. Flyweight设计模式,讲解了处理大量类似对象的方法策略-Boxing design pattern, on a similar deal with a large number of targeted strategies
  3. 所属分类:系统编程

    • 发布日期:2026-01-14
    • 文件大小:13kb
    • 提供者:杜渔
  1. 11

    0下载:
  2. GOF模式之FlyWeight,中文版的享元模式,基于c#的-GOF flyweight c#
  3. 所属分类:C#编程

    • 发布日期:2026-01-14
    • 文件大小:40kb
    • 提供者:sun
  1. DM-2

    0下载:
  2. JAVA设计模式之结构型模式的源码,已经做好分类,以形象的例子来描述创建型模式的7分类,有外观模式、适配器模式、代理模式、装饰模式、桥模式、组合模式、享元模式。-JAVA Design Patterns Structural model of the source, is well classified, in order to create the image of an example to describe the schema of the seven categories, with
  3. 所属分类:JSP源码/Java

    • 发布日期:2026-01-14
    • 文件大小:43kb
    • 提供者:陈晓杰
  1. design_pattern

    0下载:
  2. 代码里是c#设计模式的实例代码,包含装饰模式、享元模式、迭代子模式、观察者模式、访问者模式,适合初学者学习 -Code is a design pattern c# example code, including decorative pattern Flyweight pattern, iterator pattern, observer pattern, visitor pattern, suitable for beginners to learn
  3. 所属分类:C#编程

  1. Flyweight.C.Example

    0下载:
  2. C编程设计实例Flyweight代码Flyweight code C Programming Example -Flyweight code C Programming Example
  3. 所属分类:Windows编程

    • 发布日期:2026-01-14
    • 文件大小:24kb
    • 提供者:再问
  1. Design-Patterns

    0下载:
  2. java语言写的设计模式作业 大多高校使用 内包含的设计模式有AbstractFactory Bridge Builder Derector Flyweight Prototype PrototypeBuilder(原型加建造者模式)-he design patterns design patterns written in java language jobs are mostly contained within the colleges and universities use Abstr
  3. 所属分类:JSP源码/Java

    • 发布日期:2026-01-14
    • 文件大小:131kb
    • 提供者:heqi
  1. A-Flyweight-RFID

    0下载:
  2. A Flyweight RFIDAuthentication Protocol,It is very good.
  3. 所属分类:RFID编程

    • 发布日期:2026-01-14
    • 文件大小:304kb
    • 提供者:jane
  1. Flyweight

    0下载:
  2. 享元模式示例演示程序,实现任务调度。用delphi 语言实现。-Flyweight pattern example demonstrates, task scheduling. With delphi language.
  3. 所属分类:系统编程

    • 发布日期:2026-01-14
    • 文件大小:192kb
    • 提供者:mahande
  1. javamodesrcdemos

    0下载:
  2. 此为Java《易学设计模式》一书的全书源代码,内容涉及简单工厂模式、工厂方法模式例子、状态模式例子、迭代器模式、解释器模式、命令模式、组合模式、模板方法模式、享元模式、桥模式、装饰模式、代理模式、适配器模式、单例模式、原型模式、抽象工厂模式等多种常见的JAVA设计模式例子集,对学习Java设计模式有极高的参考-This is the Java "to learn design patterns," a book book source code, which relates to the sim
  3. 所属分类:android开发

    • 发布日期:2026-01-14
    • 文件大小:204kb
    • 提供者:wpudn8
  1. xmbus

    0下载:
  2. 最轻量级的公交查询系统 厦门公交查询系统支持路线查询,站点查询,站到站查询。PHP+TXT查询 本公交数据为厦门10月1日票改后最新数据,显示公交运行时间。 -The most flyweight bus query system Xiamen bus query system to support the route query, site queries, stop-to-query. PHP+ TXT query the bus data for the October 1 vote in
  3. 所属分类:Web服务器

    • 发布日期:2026-01-14
    • 文件大小:19kb
    • 提供者:nnuwsk

源码中国 www.ymcn.org