CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - 迭代器模式

搜索资源列表

  1. hash

    0下载:
  2. 采用迭代器模式实现hash算法,并自带CPPUNIT测试功能。
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:5596
    • 提供者:李国强
  1. adapter

    0下载:
  2. 迭代器模式 迭代器模式 迭代器模式
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:23973
    • 提供者:崔玉征
  1. Iterator

    0下载:
  2. 《c#设计模式》一书里的迭代器模式代码- C# Design Patterns book in the iterator model code
  3. 所属分类:CSharp

    • 发布日期:2017-04-01
    • 文件大小:20084
    • 提供者:杨南
  1. DM-3

    0下载:
  2. 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
  3. 所属分类:Java Develop

    • 发布日期:2017-03-29
    • 文件大小:88513
    • 提供者:陈晓杰
  1. mlms

    0下载:
  2. 一个面向对象的实例代码 姜命令模式于迭代器模式相结合 对面向对象的编程思想有一个新的了解-Instance of an object-oriented code Jiang command mode on the mode of combining iterator object-oriented programming on a new understanding of thinking
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-02
    • 文件大小:584770
    • 提供者:zyp
  1. Design_-pattern

    0下载:
  2. 在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
  3. 所属分类:Java Develop

    • 发布日期:2017-04-07
    • 文件大小:37498
    • 提供者:wert
  1. iterator

    0下载:
  2. 迭代器模式源代码,同过此代码的学习,你就能体会到了javaapiiterator的设计了-Iterator model source code, the same over the study of this code, you will be able to appreciate the design of the javaapiiterator
  3. 所属分类:Jsp/Servlet

    • 发布日期:2017-04-07
    • 文件大小:12951
    • 提供者:lxw
  1. DesignPatterns

    0下载:
  2. C++软件工程设计模式相关的文档,包括工厂模式、迭代器模式、代理模式等-C++ software engineering design patterns related documents,Factory pattern, iterator pattern, the proxy mode
  3. 所属分类:software engineering

    • 发布日期:2017-04-06
    • 文件大小:208245
    • 提供者:
  1. DesignPattern

    0下载:
  2. 《大话设计模式》之一: C++实现源码,主要包括: 1、简单工厂模式 2、工厂方法模式(提供通用实现方法,可以直接复用) 3、抽象工厂模式(利用反射,并提供反射源码,可以直接拿来复用) 4、迭代器模式 5、单例模式(支持线程安全) 6、状态模式(游戏中常用模式) 7、策略模式 8、模板方法模式 9、责任链模式 10、装饰模式-hello world
  3. 所属分类:Console

    • 发布日期:2017-04-07
    • 文件大小:75620
    • 提供者:
  1. designmode

    0下载:
  2. 创建者模式,工厂模式,工厂方法模式,迭代器模式,模板设计模式-Creator mode, factory mode, factory method pattern, iterator pattern, the template design pattern
  3. 所属分类:Java Develop

    • 发布日期:2017-03-30
    • 文件大小:11092
    • 提供者:袁冬
  1. design-pattern

    0下载:
  2. 设计模式代码,装饰模式、门面模式、迭代器-Design codes, decorative pattern, the appearance mode, iterators
  3. 所属分类:Education soft system

    • 发布日期:2017-04-07
    • 文件大小:19050
    • 提供者:
  1. Design-mode

    0下载:
  2. 软件架构作业参考:要求:请用观察者模式、适配器模式和迭代器三种模式,来实现第三个(下排一个)帧(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
  3. 所属分类:Java Develop

    • 发布日期:2017-11-10
    • 文件大小:17559552
    • 提供者:陈奕男
  1. iterator

    0下载:
  2. 设计模式 iterator,java容器iterator迭代器的实现源码-The design patterns iterator java container iterator iterator achieve source
  3. 所属分类:Java Develop

    • 发布日期:2017-11-23
    • 文件大小:9413
    • 提供者:方量
  1. Iterator

    0下载:
  2. 设计模式中的迭代器模式,比较简单的一种设计模式,用几个典型的例子帮助理解-The Iterator Pattern
  3. 所属分类:source in ebook

    • 发布日期:2017-11-14
    • 文件大小:13885
    • 提供者:郭郭
  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

    • 发布日期:2017-04-25
    • 文件大小:209190
    • 提供者:wpudn8
  1. pattern

    0下载:
  2. 23种设计模式Java源码,包括创建型模式,共五种:工厂方法模式、抽象工厂模式、单例模式、建造者模式、原型模式。 结构型模式,共七种:适配器模式、装饰器模式、代理模式、外观模式、桥接模式、组合模式、享元模式。 行为型模式,共十一种:策略模式、模板方法模式、观察者模式、迭代子模式、责任链模式、命令模式、备忘录模式、状态模式、访问者模式、中介者模式、解释器模式。-23 kinds of design patterns
  3. 所属分类:Java Develop

    • 发布日期:2017-03-31
    • 文件大小:161274
    • 提供者:康健
  1. test-report

    0下载:
  2. 面向对象与设计模式实验及详细解答(附源码) 策略模式、命令模式、中介者模式、责任链模式、模板方法模式、观察者模式、装饰模式、组合模式、适配器模式、迭代器模式、多态娱乐实验、简单工厂、工厂方法、抽象工厂模式。-Java Design Patterns
  3. 所属分类:software engineering

    • 发布日期:2017-05-07
    • 文件大小:1400134
    • 提供者:徐艺洵
  1. tattern

    0下载:
  2. Iterator mode 迭代器模式,很好的源码,很好-The Iterator mode the Iterator pattern, good source code, very good
  3. 所属分类:Windows Kernel

    • 发布日期:2017-05-05
    • 文件大小:13568
    • 提供者:kztel_240027
  1. IteratorModel

    0下载:
  2. 迭代器模式的C++实现,个人参考的是Java版本的HeadFirst设计模式,改写的-Iterator mode C++ implementation, personal reference is the Java version of the HeadFirst design pattern, rewritten
  3. 所属分类:Other systems

    • 发布日期:
    • 文件大小:1024
    • 提供者:LeoWill
  1. sjms

    0下载:
  2. 3-1 职责链模式实例之在线文档帮助系统:某公司欲开发一个软件系统的在线文档帮助系统,用户可以在任何一个查询环境中输入查询关键字,。3-2 命令模式实例之公告板系统:某软件公司欲开发一个基于Windows平台的公告板系统。系统提供一个主菜单(Menu),在主菜单中包含了一些菜单项(MenuItem),可以通过Menu类的addMenuItem()方法增加菜单项。菜单项的主要方法是click(),每一个菜单项包含一个抽象命令类,具体命令类包括OpenCommand(打开命令)、CreateComm
  3. 所属分类:其他

« 12 »
搜珍网 www.dssz.com