搜索资源列表
24
- C#职责链模式
C#职责链模式代码
- C#语言 职责链模式演示代码
ChainOfResponsibility
- 设计模式之职责链模式的java的完整代码实现-Design patterns duty chain java complete code implementation
ResponsipilityChain
- 设计模式之职责链模式参考实现,对于职责链模式的学习理解非常有帮助.-Chain of responsibility design pattern reference implementation, the responsibilities of the study and understand the chain model very helpful.
Tax
- 设计模式职责链的思想编写的计算个人所得税系统,可以作为讲解职责链模式的小demo。-according to Design Pattern ——chain of responsibility,i develop this demo to calculate salary Tax.
ChainOfResponsibility
- Chian of Responsibility 责任链模式,也称职责链模式。旨意在于将用户提交到服务器中间设置一串过滤器,将提交的结果过滤-Chian of Responsibility Chain of Responsibility pattern, also known as the mode of the chain of responsibility. Decree is submitted to the server, the middle set a bunch of filters
duty-chain
- 介绍JAVA职责链模式算法,介绍很详细,有源码。-Introduction JAVA Responsibilities chain mode algorithm, introduces very detailed source.
newsparser
- 基于HTMLPARSER,采用职责链模式进行定向新闻抓取的代码,通过定义正则模式,可以抓取任何新闻网站的内容。-Based HTMLPARSER, use in directional news crawl , by defining the regular mode, you can grab the content of any news site.
typl
- Responsibility chain model 职责链模式-Responsibility chain model Responsibility chain mode
sjms
- 3-1 职责链模式实例之在线文档帮助系统:某公司欲开发一个软件系统的在线文档帮助系统,用户可以在任何一个查询环境中输入查询关键字,。3-2 命令模式实例之公告板系统:某软件公司欲开发一个基于Windows平台的公告板系统。系统提供一个主菜单(Menu),在主菜单中包含了一些菜单项(MenuItem),可以通过Menu类的addMenuItem()方法增加菜单项。菜单项的主要方法是click(),每一个菜单项包含一个抽象命令类,具体命令类包括OpenCommand(打开命令)、CreateComm