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

搜索资源列表

  1. java Design Patterns

    0下载:
  2. java设计模式一书的源代码,用java实例实现GOF讲述23种设计模式,是学习设计模式阅读此书必不可少的补充-a book of the source code, using java example to achieve about 23 GOF was designed to study design pattern reading this book indispensable complement
  3. 所属分类:书籍源码

    • 发布日期:2008-10-13
    • 文件大小:12383075
    • 提供者:韩志达
  1. Factory

    0下载:
  2. 使用C#实现的GoF的factory设计模式,对学习设计模式的有参考价值-use of the C# GoF design of the factory model for the study and design of the model reference value
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:36377
    • 提供者:邵长青
  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
    • 文件大小:22588
    • 提供者:邵长青
  1. 静态工厂方法模式(Static Factory Method)

    0下载:
  2. 一.简单工厂模式又称静态工厂方法模式(Static Factory Method),它不是Gof 所讲的23种设计模式之一,但是它却是我们在编码过程中经常使用的方法之一。
  3. 所属分类:其它

    • 发布日期:2011-08-16
    • 文件大小:1321
    • 提供者:kellyxinee
  1. PetShop4.0design.rar

    0下载:
  2. C#语言的设计模式,包括GOF全部的23中,各个模式的都有具体的示例。是学习设计模式的重要参考资料。 ,C# language, design patterns, including all 23 in the GOF, each model has specific examples. Study design patterns are an important reference.
  3. 所属分类:CSharp

    • 发布日期:2017-04-05
    • 文件大小:425126
    • 提供者:白预备
  1. PatternGoF23-C++Implemenation

    0下载:
  2. GOF的经典实例,强烈推荐,vc实现,可以在读GOF时用来做练习。-GOF
  3. 所属分类:Windows Kernel

    • 发布日期:2017-05-12
    • 文件大小:2702784
    • 提供者:weiy
  1. [p]singleton.eg

    0下载:
  2. 入门演示GOF初级模式经典的单态演示,但是是用pascal语言来实现,同时演示如何轻量级快速编译pascal小程序-GOF primary mode of entry-demo monomorphism classic presentation, but is pascal language to achieve, at the same time demonstrate how fast compiler pascal lightweight applet
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-15
    • 文件大小:5657
    • 提供者:love4myxsg
  1. GOF_Design

    0下载:
  2. GoF design pattern。 a very good book。
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-22
    • 文件大小:6571105
    • 提供者:胡一刀
  1. fascade

    0下载:
  2. This the fascade design pattern example. You can find its descirption in the GoF book.-This is the fascade design pattern example. You can find its descirption in the GoF book.
  3. 所属分类:Graph Drawing

    • 发布日期:2017-04-13
    • 文件大小:2115
    • 提供者:qadro
  1. Code

    0下载:
  2. GoF23种设计模式的java代码实现.-Java Codes for Gof s 23 Design Patterns.
  3. 所属分类:Other systems

    • 发布日期:2017-03-28
    • 文件大小:154043
    • 提供者:Ritra Chiao
  1. GoF

    0下载:
  2. 23个GOF模式的C++版本,改写来自Java,一些小实例-GOF c++ java
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-10
    • 文件大小:2011852
    • 提供者:sun
  1. 11

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

    • 发布日期:2017-04-16
    • 文件大小:41069
    • 提供者:sun
  1. Adapter1

    0下载:
  2. Adapter 23个的GOF模式中最重要的适配器模式-Adapter GOF
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-17
    • 文件大小:192844
    • 提供者:sun
  1. Singleton

    0下载:
  2. Singleton 23个GOF模式中的Singleton模式-Singleton GOF C++
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-16
    • 文件大小:201873
    • 提供者:sun
  1. Ansy

    0下载:
  2. pascal语言子集的实现,采用C++实现,使用了GOF解释器模式,对编译原理感兴趣的同志有帮助-pascal language subset of the realization of the use of C++ to achieve, the use of the GOF patterns Interpreter, Compiler Construction Principles of the comrades who are interested in helping
  3. 所属分类:Compiler program

    • 发布日期:2017-03-30
    • 文件大小:861531
    • 提供者:keyuchang
  1. memento

    0下载:
  2. 备忘录(Memento)模式又称标记(Token)模式。GOF给备忘录模式的定义为:在不破坏封装性的前提下,捕获一个对象的内部状态,并在该对象之外保存这个状态。这样以后就可将该对象恢复到原先保存的状态。-Memorandum of Understanding (Memento) mode, also known as tags (Token) mode. GOF to the memo mode is defined as: not undermine the premise of encaps
  3. 所属分类:Other systems

    • 发布日期:2017-05-12
    • 文件大小:2788009
    • 提供者:马庆
  1. c

    0下载:
  2. 这是GOF的设计模式,讲的很不错,内容很好,很齐全-This is the GOF design patterns, said very good, contents very good, very complete
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-28
    • 文件大小:10576016
    • 提供者:we
  1. GOF

    0下载:
  2. GOF设计模式的实现模板代码,帮助理解软件设计模式。-GOF design patterns template code to help understand software design patterns.
  3. 所属分类:Other systems

    • 发布日期:2017-04-01
    • 文件大小:24187
    • 提供者:xgary
  1. Gof

    0下载:
  2. 一点设计模式代码,自己通过阅读设计啊模式数据而编写的易读代码。-about gof
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-24
    • 文件大小:288468
    • 提供者:vincent
  1. GoF+23种设计解析附C++实现

    0下载:
  2. 四人帮设计模式的详细解析,同时包括C++的实现,是学习设计模式的好资料。(The analysis of GoF design patterns, include C++ implementation.)
  3. 所属分类:其他

    • 发布日期:2018-04-18
    • 文件大小:1112064
    • 提供者:alawneric
« 12 »
搜珍网 www.dssz.com