搜索资源列表
hash
- 采用迭代器模式实现hash算法,并自带CPPUNIT测试功能。
adapter
- 迭代器模式 迭代器模式 迭代器模式
Iterator
- 《c#设计模式》一书里的迭代器模式代码- C# Design Patterns book in the iterator model code
DM-3
- JAVA设计模式之行为型模式的源码,已经做好分类,以形象的例子来描述创建型模式的11大分类。有模板方法、观察者、状态、策略、职责、命令、访问者、调停者、备忘录、迭代器、解释器模式-JAVA Design Pattern of behavior-based model of source, is well classified, in order to create the image of an example to describe the schema of the 11 major cat
mlms
- 一个面向对象的实例代码 姜命令模式于迭代器模式相结合 对面向对象的编程思想有一个新的了解-Instance of an object-oriented code Jiang command mode on the mode of combining iterator object-oriented programming on a new understanding of thinking
Design_-pattern
- 在java学习过程中所编的一些简单设计模式的例子 有观察者,单例,原型,装饰者,迭代器,适配器,备忘录,状态,抽象工厂,桥接等模式-In the process of learning java, compiled by some simple examples of the observer design pattern, singleton, prototype, decorators, iterators, adapters, memos, status, Abstract Facto
iterator
- 迭代器模式源代码,同过此代码的学习,你就能体会到了javaapiiterator的设计了-Iterator model source code, the same over the study of this code, you will be able to appreciate the design of the javaapiiterator
DesignPatterns
- C++软件工程设计模式相关的文档,包括工厂模式、迭代器模式、代理模式等-C++ software engineering design patterns related documents,Factory pattern, iterator pattern, the proxy mode
DesignPattern
- 《大话设计模式》之一: C++实现源码,主要包括: 1、简单工厂模式 2、工厂方法模式(提供通用实现方法,可以直接复用) 3、抽象工厂模式(利用反射,并提供反射源码,可以直接拿来复用) 4、迭代器模式 5、单例模式(支持线程安全) 6、状态模式(游戏中常用模式) 7、策略模式 8、模板方法模式 9、责任链模式 10、装饰模式-hello world
designmode
- 创建者模式,工厂模式,工厂方法模式,迭代器模式,模板设计模式-Creator mode, factory mode, factory method pattern, iterator pattern, the template design pattern
design-pattern
- 设计模式代码,装饰模式、门面模式、迭代器-Design codes, decorative pattern, the appearance mode, iterators
Design-mode
- 软件架构作业参考:要求:请用观察者模式、适配器模式和迭代器三种模式,来实现第三个(下排一个)帧(Frame)的状态变更导致第一个和第二个帧的状态的同步变更。-Software Architecture Job Reference: Requirements: with observer mode, the adapter mode and iterators three modes to achieve the state of the third (bottom row) frame (Fra
iterator
- 设计模式 iterator,java容器iterator迭代器的实现源码-The design patterns iterator java container iterator iterator achieve source
Iterator
- 设计模式中的迭代器模式,比较简单的一种设计模式,用几个典型的例子帮助理解-The Iterator Pattern
javamodesrcdemos
- 此为Java《易学设计模式》一书的全书源代码,内容涉及简单工厂模式、工厂方法模式例子、状态模式例子、迭代器模式、解释器模式、命令模式、组合模式、模板方法模式、享元模式、桥模式、装饰模式、代理模式、适配器模式、单例模式、原型模式、抽象工厂模式等多种常见的JAVA设计模式例子集,对学习Java设计模式有极高的参考-This is the Java "to learn design patterns," a book book source code, which relates to the sim
pattern
- 23种设计模式Java源码,包括创建型模式,共五种:工厂方法模式、抽象工厂模式、单例模式、建造者模式、原型模式。 结构型模式,共七种:适配器模式、装饰器模式、代理模式、外观模式、桥接模式、组合模式、享元模式。 行为型模式,共十一种:策略模式、模板方法模式、观察者模式、迭代子模式、责任链模式、命令模式、备忘录模式、状态模式、访问者模式、中介者模式、解释器模式。-23 kinds of design patterns
test-report
- 面向对象与设计模式实验及详细解答(附源码) 策略模式、命令模式、中介者模式、责任链模式、模板方法模式、观察者模式、装饰模式、组合模式、适配器模式、迭代器模式、多态娱乐实验、简单工厂、工厂方法、抽象工厂模式。-Java Design Patterns
tattern
- Iterator mode 迭代器模式,很好的源码,很好-The Iterator mode the Iterator pattern, good source code, very good
IteratorModel
- 迭代器模式的C++实现,个人参考的是Java版本的HeadFirst设计模式,改写的-Iterator mode C++ implementation, personal reference is the Java version of the HeadFirst design pattern, rewritten
sjms
- 3-1 职责链模式实例之在线文档帮助系统:某公司欲开发一个软件系统的在线文档帮助系统,用户可以在任何一个查询环境中输入查询关键字,。3-2 命令模式实例之公告板系统:某软件公司欲开发一个基于Windows平台的公告板系统。系统提供一个主菜单(Menu),在主菜单中包含了一些菜单项(MenuItem),可以通过Menu类的addMenuItem()方法增加菜单项。菜单项的主要方法是click(),每一个菜单项包含一个抽象命令类,具体命令类包括OpenCommand(打开命令)、CreateComm