搜索资源列表
设计模式手册
- 设计模式手册,对常用的程序结构进行了说明。-design manual mode, the structure of procedures used for the illustration.
design pattern 23 个实现
- 用Java实现的23个常用设计模式源代码-Java achieve 23 commonly used design patterns source code
gof
- 用java编写的23种常用设计模式,容易理解。
DesignPatternProgram
- 使用C#程序将23个常用设计模式进行列表显示,并能够随时根据源代码运行模式代码。方便学习。 其程序界面主要分为四个部分: 1. 模式列表 -- 列出了常用的23个设计模式,通过单击,可以在其他部分显示详细信息; 2. UML 图示 -- 显示模式对应的UML图示; 3. 模式的说明信息或运行效果 -- 根据用户选择,显示以下两种内容(可以通过菜单“Option”切换显示内容): a.当前选择的模式的信息(如意图、适用性、例子等) b.利用反射机制根据当前模式的源
Design_Pattern_of_Symbian
- 文档介绍了symbian S60平台常用设计模式。-Document describes the symbian S60 platform commonly used design patterns.
daima
- Maticsoft 自动化智能软件系列 Codematic 是一款为C#数据库程序员设计的自动代码生成器,Codematic 生成的代码基于基于面向对象的思想和三层架构设计,结合了Petshop中经典的思想和设计模式,融入了工厂模式,反射机制等等一些思想。采用 Model + DAL + BLL + Web 的设计,主要实现在 C# 中对应数据库中表的基类代码的自动生成,包括生成属性、添加、修改、删除、查询、存在性、 Model 类构造等基础代码片断,使程序员可以节省大量机械录入的时间和重复
DesignPattern
- Java的一些常用设计模式,包括单例模式、门面模式、策略模式、观察者模式、建造者模式、简单工厂模式、抽象工厂模式、工厂方法模式、代理模式、动态代理模式,适合初学者掌握-Java, some common design patterns, including single cases of mode, facade pattern, strategy pattern, Observer pattern, the construction of those models, a simple fact
DesignPatterns
- 设计模式入门教程,详尽介绍各种常用设计模式以及使用方法-Introduction to design patterns tutorials, detailed descr iptions of various common design patterns and the use of methods
shejimoshi
- 设计模式 java需要的一些常用设计模式-shejimoshi
moshi
- 是关于软件工程常用设计模式的讲解 很详细-On software engineering design patterns commonly used to explain in great detail
Java-Design
- 关于java几种常用设计模式的文档,学习了一下感觉还不错-java design
Design_Patterns_In_Java
- 研磨设计模式,用java语言深入浅出讲解常用设计模式的应用场景以及实现细节,引导读者自己体会其中精华。-Grinding design patterns, using java language easily comprehensible to explain the application of common design patterns and implementation details of the scene, guiding the reader understand the es
Composite
- java常用设计模式之组合模式的实现源代码-the source code of composite pattern of java design pattern
Composite
- 实现了Composite这种软件工程中常用设计模式的功能-Composite Model
面向对象设计模式与设计原则
- 详细介绍了常用的23中设计模式,以及其中蕴含的设计原则,是学习设计模式和设计原则的好资料。
C# 23种设计模式.pdf
- C# 23种设计模式 常用的设计模式包括: Abstract Factory 模式(抽象工厂) Adapter 模式(适配器) Composite 模式(组合) Decorator 模式(装饰) Factory 模式(工厂方法) Observer 模式(观察者) Strategy 模式(策略) Template 模式(模板方法)(C# 23 design patterns)
设计模式
- java 的23种设计模式,基本上包含了所有的常用或不常用的模式,而且解释得非常详细(Java 23 design model)
23种开发常用的设计模式
- 开发中巧妙使用优秀的设计模式可以提高我们的开发效率,提高代码质量。
设计模式1
- 本PDF文档主要是介绍了软件开发中常用的设计模式,以使源代码设计与维护更加便利。(This PDF document mainly introduces the design patterns commonly used in software development to make the design and maintenance of source code more convenient.)
java23设计模式
- java常用的23中设计模式,汉源代码解说。