搜索资源列表
FStore_xml
- FlashStore是Kyoji独立开发的RIA实验性项目。综合运用了ASP.NET、Flash Remoting和Action scr ipt 2.0等技术,并且结合了MVC设计模式-FlashStore inhibits independent development of the RIA pilot projects. The integrated use of ASP.NET, Flash Remoting and Action scr ipt 2.0, in line with the
MyAbstractFactory
- 这个小程序是我们上课时做的,主要是针对设计模式中Abstractfactory这个创建型模式,例子是迷宫问题-this small program is that we do in class is targeted mainly at the design model to create this type Abstractfactory model example is the issue of the maze
MyBuilder
- 同样是设计模式中的迷宫问题,这次是用Builder这个创建型模式来做的,比较简单-is the same design pattern of the maze of problems, this is the Builder to create a type, and make relatively simple
MyFactoryMethod
- 同样是设计模式中的迷宫问题,这个是利用factoryMethod来实现的,也较简单-is the same design pattern of the maze, the use of factoryMethod to achieve, than simple
Namer
- 设计模式--介绍了工厂模式,VB.NET-design patterns -- on the factory model, VB.NET
headfirstdesignpatternsinCsharp
- 深入浅出设计模式采用csharp语言表述的源代码-simple design patterns used csharp expressed in the language source code
headfirstdesignpatternsinjava
- 深入浅出设计模式,采用java语言表述的源代码-simple design pattern, using the language of java source code
MVC_Design_Model
- 这是java设计的一个总的模式,也是以前用的模式,现在有了专门的设计模式,为的是代码的重用,和代码的可维护性.-This a total design of the model, as well as the previous model, Now with the specialized design models for the code reusability and maintainability of the code.
tianlong
- 天龙企业网站管理系统,基于.net2.0+access开发,系统架构采用MVC设计模式,是一个十分优秀的.net企业管理系统。其中包括产品发布,新闻发布,企业简价,企业文化,下载中心,客户留言等功能。-Dragon Enterprises website management system, based on. Net2.0 access development, system architecture using MVC design pattern is a very outstanding
Spring
- Spring中提供一些Aware相关的接口,BeanFactoryAware、 ApplicationContextAware、ResourceLoaderAware、ServletContextAware等等,其中最常用到的是ApplicationContextAware。实现ApplicationContextAware的Bean,在Bean被初始后,将会被注入 ApplicationContext的实例。ApplicationContextAware提供了publishEvent()方法,
DOS保护模式下汇编程序设计
- DOS保护模式下汇编程序设计.zip-DOS protected mode compilation of program design. Zip
面向对象设计原则
- 关于设计模式的好文章 是一片关于设计模式的翁 大家给点意见-on design patterns is an excellent article on design patterns for everyone Weng points
design_pattern example
- 设计模式代码 设计模式例子 大家给点意见把-design pattern design model code examples to the point we put
State
- 设计模式 State模式 C++实现 Neusoft KongFuRabbit QQ 328495045 E-mail bowen88500@126.com
Memento
- 设计模式 Memento模式 C++实现 Neusoft KongFuRabbit QQ 328495045 E-mail bowen88500@126.com
Decorator模式实例
- 设计模式 Decorator模式 C++实现 Neusoft KongFuRabbit QQ 328495045 E-mail bowen88500@126.com
设计模式(外观模式)
- 设计模式(外观模式)
C++设计模式(单件模式)
- C++设计模式(单件模式)
静态工厂方法模式(Static Factory Method)
- 一.简单工厂模式又称静态工厂方法模式(Static Factory Method),它不是Gof 所讲的23种设计模式之一,但是它却是我们在编码过程中经常使用的方法之一。
图形编辑器
- 采用多个设计模式编写的画图软件,可对图形进行简单操作。