搜索资源列表
c#设计模式随书源码
- c#设计模式随书源码 c#设计模式随书源码
C#设计模式(+含随书源码)
- 本书主要介绍如何用最常见的设计模式编写C#程序。全书分为四个部分,首先介绍了C#语言和面向对象程序设计的一般原则,可作为C#程序设计的快速入门教程;然后分别讲述了创建型模式、结构型模式和行为型模式。每一类设计模式又包括若干种具体模式,共有23种。在介绍每种模式时,给出了一个或多个应用该模式的示例,以便于理解,且这些示例都是能完全运行的程序,包含在随书附带的光盘中。此外,每一章还提供了UML图,用以说明类之间的关系。本书适用于计算机及相关专业的本科生和研究生,对于软件开发人员也是一本很好的参考书。
C#设计模式(含随书源码)
- C#设计模式(含随书源码)
C++设计模式(单件模式)
- C++设计模式(单件模式)
c#设计模式和源代码
- c#设计模式和源代码
c#设计模式
- 15种c#设计模式
扫雷
- 基于学习c#设计模式开发的扫雷小游戏,涉及委托、抽象类、重写、虚函数、工厂模式等知识点 可以根据代码进行扩展扫雷功能 适合初学者参考(Based on the learning c# design pattern of mine development game, involving the delegate, abstract class, rewrite, virtual function, factory model and other knowledge points You ca
C#设计模式
- C#设计模式图书教程分享 希望对大家有所帮助(C# design patterns, books, tutorials, sharing)
C#设计模式
- C#设计模式,包含两部分,第一部分为C#基础知识,第二部分为C#设计模式(C# design patterns,Contains two parts, the first part is C# basic knowledge, the second part is the C# design pattern)
23个设计模式C#代码
- 简单代码,直观理解设计模式,容易学习,建议收藏。(Simple code, intuitive understanding of design patterns, easy to learn, it is recommended to collect.)
大话模式源代码
- 大话设计模式书籍的C++代码实现,对照书籍查看即可(C++ code implementation of big design pattern books)
SolutionPattern
- 23 种设计模式 C++ 实现的的简单实例(A simple example of 23 design patterns implemented by C++)
C++常见设计模式的解析和实现+源码解析
- C++常见设计模式的解析和实现+源码解析.rar(C++ design ,my English is bad)
C#设计模式
- C#经典设计模式,常见的设计模式,C#架构学习必备资料(C# classic design patterns, common design patterns, C# architecture learning essential information)
c#设计模式源码
- c#设计模式源码 涵盖各种设计模式源代码,希望大家学习愉快!(C # design patterns source code covers a variety of design patterns source code, I hope everyone happy!)
大话设计模式(带目录完整版)
- 设计模式讲解中的精品,作者把20几种设计模式讲的很浅显易懂。(The design model explains the quality, the author of 20 kinds of design model is very easy to understand)
15.C#设计模式
- 这本书主要介绍如何用最常见的模式编写C#语言程序(This book mainly describes how to write the C# language program in the most common mode)
GoF+23种设计解析附C++实现
- 四人帮设计模式的详细解析,同时包括C++的实现,是学习设计模式的好资料。(The analysis of GoF design patterns, include C++ implementation.)
.net23种设计模式详解
- .net23种设计模式详解 网络搜集整理 希望对大家有所帮助(Detailed solution of.Net23 design pattern Network collation hopes to help people)
C#设计模式
- 来源:亚历山大的建筑模式、Gamma 等人(1995)创作的"Design Patterns: Elements of Reusable Software"。这本书通常被称作"Gang of Four"或"GoF",开创性的创造了《设计 模式》。 也有人说"三十六计"就是"模式"。(Source: Alexander's architecture model, Gamma et al. (