文件名称:Design-mode
- 所属分类:
- JSP源码/Java
- 资源属性:
- [Java] [源码]
- 上传时间:
- 2012-11-26
- 文件大小:
- 16.75mb
- 下载次数:
- 0次
- 提 供 者:
- 陈**
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
软件架构作业参考:要求:请用观察者模式、适配器模式和迭代器三种模式,来实现第三个(下排一个)帧(fr a me)的状态变更导致第一个和第二个帧的状态的同步变更。-Software Architecture Job Reference: Requirements: with observer mode, the adapter mode and iterators three modes to achieve the state of the third (bottom row) fr a me (fr a me) caused by changes in the first and second fr a me change of a state of synchronization.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
作业2\UML.png
.....\推荐书籍\java设计模式.pdf
.....\........\大话设计模式.pdf
.....\........\软件设计模式浅析.doc
.....\....网站\推荐网站.txt
.....\........\设计模式推荐网址.txt
.....\源代码\SoftwareArchitectureDesign\.classpath
.....\......\..........................\.myumldata
.....\......\..........................\.project
.....\......\..........................\.settings\org.eclipse.jdt.core.prefs
.....\......\..........................\.........\org.eclipse.ltk.core.refactoring.prefs
.....\......\..........................\bin\Adapter.class
.....\......\..........................\...\Aggregate.class
.....\......\..........................\...\ChangeColorFrame$1.class
.....\......\..........................\...\ChangeColorFrame.class
.....\......\..........................\...\ColorFrame.class
.....\......\..........................\...\ConcreteAggregate.class
.....\......\..........................\...\ConcreteIterator.class
.....\......\..........................\...\Iterator.class
.....\......\..........................\...\ListColorFrame.class
.....\......\..........................\...\ObserverFrame.class
.....\......\..........................\src\Adapter.java
.....\......\..........................\...\Aggregate.java
.....\......\..........................\...\ChangeColorFrame.java
.....\......\..........................\...\ColorFrame.java
.....\......\..........................\...\ConcreteAggregate.java
.....\......\..........................\...\ConcreteIterator.java
.....\......\..........................\...\Iterator.java
.....\......\..........................\...\ListColorFrame.java
.....\......\..........................\...\ObserverFrame.java
.....\......\..........................\uml1.umr
.....\......\..........................\uml1.umr~
.....\......\..........................\uml2.uml
.....\......\..........................\uml2.umldi
.....\软件架构实践作业二PPT.ppt
.....\软件架构实践作业二学习报告.doc
.....\源代码\SoftwareArchitectureDesign\.settings
.....\......\..........................\bin
.....\......\..........................\src
.....\......\SoftwareArchitectureDesign
.....\推荐书籍
.....\推荐网站
.....\源代码
作业2