文件名称:PAC_MontyHall
- 所属分类:
- JSP源码/Java
- 资源属性:
- [Java] [源码]
- 上传时间:
- 2015-06-16
- 文件大小:
- 43kb
- 下载次数:
- 0次
- 提 供 者:
- IanM****
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
下载
别用迅雷、360浏览器下载。
如迅雷强制弹出,可右键点击选“另存为”。
失败请重下,重下不扣分。
如迅雷强制弹出,可右键点击选“另存为”。
失败请重下,重下不扣分。
介绍说明--下载内容均来自于网络,请自行研究使用
Pac 设计模式演示代码,采用 PAC 模式实现一个简单的交互式系统,模拟Monty Hall 猜谜游戏,用顶层 agent 实现系统的内核,一个底层agent 实现输入,另外两个agent 用于表现,中
间层agent 对这两个用于表现的agent 进行协调。适合新手熟悉学习PAC模式。
-Pac demo code design patterns, using PAC model to achieve a simple interactive systems, analog Monty Hall puzzle games, with the top agent to achieve the core of the system, a low-level agent to achieve input, two additional agent for the performance, in
Interlayer agent for the performance of this agent to coordinate the two. Suitable for novices to learn PAC familiar pattern.
间层agent 对这两个用于表现的agent 进行协调。适合新手熟悉学习PAC模式。
-Pac demo code design patterns, using PAC model to achieve a simple interactive systems, analog Monty Hall puzzle games, with the top agent to achieve the core of the system, a low-level agent to achieve input, two additional agent for the performance, in
Interlayer agent for the performance of this agent to coordinate the two. Suitable for novices to learn PAC familiar pattern.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
PAC_MontyHall
.............\.classpath
.............\.myumldata
.............\.project
.............\.settings
.............\.........\org.eclipse.jdt.core.prefs
.............\bin
.............\...\com
.............\...\...\agent
.............\...\...\.....\Agent.class
.............\...\...\.....\InputAgent$InputControl.class
.............\...\...\.....\InputAgent$InputPresentation.class
.............\...\...\.....\InputAgent$radio_listener.class
.............\...\...\.....\InputAgent$submitChoice_listerner.class
.............\...\...\.....\InputAgent$submit_listener.class
.............\...\...\.....\InputAgent.class
.............\...\...\.....\Main.class
.............\...\...\.....\MiddleAgent$MidAbstact.class
.............\...\...\.....\MiddleAgent$MidControl.class
.............\...\...\.....\MiddleAgent$MidPresentation.class
.............\...\...\.....\MiddleAgent.class
.............\...\...\.....\PieAgent$PieAbstaction.class
.............\...\...\.....\PieAgent$PieControl.class
.............\...\...\.....\PieAgent$PiePresentation.class
.............\...\...\.....\PieAgent.class
.............\...\...\.....\TextAgent$TextAbstract.class
.............\...\...\.....\TextAgent$TextControl.class
.............\...\...\.....\TextAgent$TextPresentation.class
.............\...\...\.....\TextAgent.class
.............\...\...\.....\TopAgent$TopAbstaction.class
.............\...\...\.....\TopAgent$TopControl.class
.............\...\...\.....\TopAgent$TopPresentation.class
.............\...\...\.....\TopAgent.class
.............\...\...\lxl
.............\...\...\...\main
.............\...\...\...\....\Main.class
.............\...\...\pac
.............\...\...\...\Abstraction.class
.............\...\...\...\Control.class
.............\...\...\...\Presentation.class
.............\src
.............\...\com
.............\...\...\agent
.............\...\...\.....\Agent.java
.............\...\...\.....\InputAgent.java
.............\...\...\.....\Main.java
.............\...\...\.....\MiddleAgent.java
.............\...\...\.....\PieAgent.java
.............\...\...\.....\TextAgent.java
.............\...\...\.....\TopAgent.java
.............\...\...\lxl
.............\...\...\...\main
.............\...\...\...\....\Main.java
.............\...\...\pac
.............\...\...\...\Abstraction.java
.............\...\...\...\Control.java
.............\...\...\...\Presentation.java