搜索资源列表
设计模式(抽象工厂模式)
- 设计模式(抽象工厂模式)
observer模式
- 设计模式的VC例子,可以用于学习设计模式。我自己觉得很有用。这个是Build模式-design patterns VC example, can be used to study design patterns. I feel very useful. This is the Build Model
Singleton模式
- 设计模式的VC例子,可以用于学习设计模式。我自己觉得很有用。这个是Build模式-design patterns VC example, can be used to study design patterns. I feel very useful. This is the Build Model
Pattern-Design
- 关于软件设计模式中的两个模式的word文档和ppt,内含代码-word and ppt
代码
- 设计模式中创建形模式,行为形模式,结构形模式代码举例分析。(Design pattern, shape pattern, behavior pattern, structure pattern, code example analysis.)
NET框架设计 模式、配置、工具
- NET框架设计,若想往架构方面发展的可以看看(NET framework design, if you want to go to the structure of the development, you can see)
设计模式初学者指南
- 本书介绍如何以面向对象的方式来编程,以及如何用设计模式来解决面向对象系统中的常见问题(This book describes how to program in an object-oriented manner and how to use design patterns to solve common problems in object-oriented systems)
23个设计模式C#代码
- 简单代码,直观理解设计模式,容易学习,建议收藏。(Simple code, intuitive understanding of design patterns, easy to learn, it is recommended to collect.)
Singleton
- 实现单例设计模式中的饿汉模式和懒汉模式,以及测试(Implementation of the singleton design pattern in hunger mode and idle mode, and test)
商场收银-策略模式
- 基于LabVIEW设计的大话设计模式中的例子(Lying design patterns in the design examples based on LabVIEW)
JavaScript设计模式与开发实践
- Javascr ipt设计模式与开发实践.zip(Javascr ipt design pattern and development practice)
C++常见设计模式的解析和实现+源码解析
- C++常见设计模式的解析和实现+源码解析.rar(C++ design ,my English is bad)
设计模式
- 3-5 观察者模式实例之股票变化:某在线股票软件需要提供如下功能:当股票购买者所购买的某支股票价格变化幅度达到5%时,系统将自动发送通知(包括新价格)给购买股票的股民。现使用观察者模式设计该系统,绘制类图并编程模拟实现。 3-6状态模式实例之银行转账:在某银行系统中,我们定义了账户的三种状态:(1)如果账户(Account)中余额(balance)大于等于0,此时账户的状态为绿色(GreenState),即正常状态,表示既可以向该账户存款(deposit)也可以向从该账户取款(whithdra
GoF+23种设计解析附C++实现
- 四人帮设计模式的详细解析,同时包括C++的实现,是学习设计模式的好资料。(The analysis of GoF design patterns, include C++ implementation.)
24种设计模式介绍与6大设计原则
- 设计模式与设计原则大全 介绍的非常详细如果有需求的朋友可以随便下载看哦(A very detailed introduction to design patterns and design principles)
精通Python设计模式
- 精通python设计模式,设计模式的python实现(master python design pattern)
23种设计模式(C++)
- GoF 23种设计模式解析附C++实现源码(There are 23 kinds of design models for c++ programming)
设计模式学习
- 从《大话设计模式》中迁移而来,概括并重写了多数设计模式的Demo,有助于自己的学习和理解,初级学者可以参考学习。(Demo, which generalizes and rewrites most of the design patterns, helps to learn and understand, and the primary scholar can learn to learn.)
C#设计模式
- 来源:亚历山大的建筑模式、Gamma 等人(1995)创作的"Design Patterns: Elements of Reusable Software"。这本书通常被称作"Gang of Four"或"GoF",开创性的创造了《设计 模式》。 也有人说"三十六计"就是"模式"。(Source: Alexander's architecture model, Gamma et al. (
设计模式PPT
- 设计模式代表了最佳的实践,通常被有经验的面向对象的软件开发人员所采用。(Design patterns represent best practices and are often adopted by experienced object-oriented software developers.)