搜索资源列表
C#设计模式(+含随书源码)
- 本书主要介绍如何用最常见的设计模式编写C#程序。全书分为四个部分,首先介绍了C#语言和面向对象程序设计的一般原则,可作为C#程序设计的快速入门教程;然后分别讲述了创建型模式、结构型模式和行为型模式。每一类设计模式又包括若干种具体模式,共有23种。在介绍每种模式时,给出了一个或多个应用该模式的示例,以便于理解,且这些示例都是能完全运行的程序,包含在随书附带的光盘中。此外,每一章还提供了UML图,用以说明类之间的关系。本书适用于计算机及相关专业的本科生和研究生,对于软件开发人员也是一本很好的参考书。
设计模式实验
- 设计模式实验:包括策略模式、观察者模式、装饰者模式、抽象工厂模式、单件模式、命令模式、适配器模式、外观模式,共8个。
设计模式(抽象工厂模式)
- 设计模式(抽象工厂模式)
C++设计模式(单件模式)
- C++设计模式(单件模式)
《设计模式之禅》源代码
- 设计模式之禅 一书所有源代码,倾情分享
Java 设计模式实现代码工程
- 常见的设计模式具体代码实现,如,适配器模式、state ,strategy, builder ,composite ,singleton ,factory method, abstract method等等。十分具有指导意义,由本人亲自操作编写。
Head First 设计模式(中文版)
- head first设计模式中文版,生动有趣,学习设计模式不枯燥(Head first design pattern Chinese version, vivid and interesting, learning design model is not boring)
C#设计模式
- C#设计模式图书教程分享 希望对大家有所帮助(C# design patterns, books, tutorials, sharing)
设计模式初学者指南
- 本书介绍如何以面向对象的方式来编程,以及如何用设计模式来解决面向对象系统中的常见问题(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.)
JavaScript设计模式与开发实践
- Javascr ipt设计模式与开发实践.zip(Javascr ipt design pattern and development practice)
C++常见设计模式的解析和实现+源码解析
- C++常见设计模式的解析和实现+源码解析.rar(C++ design ,my English is bad)
C#设计模式
- C#经典设计模式,常见的设计模式,C#架构学习必备资料(C# classic design patterns, common design patterns, C# architecture learning essential information)
大话设计模式(带目录完整版)
- 设计模式讲解中的精品,作者把20几种设计模式讲的很浅显易懂。(The design model explains the quality, the author of 20 kinds of design model is very easy to understand)
设计模式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.)
设计模式
- 指导编程思想,比较好的设计模式PPT,欢迎大家下载!(Guide programming ideas, a better design model PPT, welcome to download.)
24种设计模式介绍与6大设计原则
- 设计模式与设计原则大全 介绍的非常详细如果有需求的朋友可以随便下载看哦(A very detailed introduction to design patterns and design principles)
.net23种设计模式详解
- .net23种设计模式详解 网络搜集整理 希望对大家有所帮助(Detailed solution of.Net23 design pattern Network collation hopes to help people)
设计模式学习
- 从《大话设计模式》中迁移而来,概括并重写了多数设计模式的Demo,有助于自己的学习和理解,初级学者可以参考学习。(Demo, which generalizes and rewrites most of the design patterns, helps to learn and understand, and the primary scholar can learn to learn.)
设计模式PPT
- 设计模式代表了最佳的实践,通常被有经验的面向对象的软件开发人员所采用。(Design patterns represent best practices and are often adopted by experienced object-oriented software developers.)