文件名称:Westward-design-patterns
- 所属分类:
- C#编程
- 资源属性:
- [Windows] [Visual.Net] [源码]
- 上传时间:
- 2013-09-15
- 文件大小:
- 4.66mb
- 下载次数:
- 0次
- 提 供 者:
- 王*
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
《大话设计模式》通篇都是以情景对话的形式,用多个小故事或编程示例来组织讲解GoF(设计模式的经典名著——DesignPatterns:ElementsofReusableObject-OrientedSoftware,总结的23个设计模式。本书共分为29章。其中,第1、3、4、5章着重讲解了面向对象的意义、好处以及几个重要的设计原则;第2章,以及第6到第28章详细讲解了23个设计模式;第29章是对设计模式的全面总结。附录部分是通过一个例子的演变为初学者介绍了面向对象的基本概念。
本次上传的是该书的配套代码,vs2008环境下用c#编写,经测试都可正确运行-" Westward design mode" throughout the text are based on the form of dialogue scenes with multiple small stories or programming examples to organize explain GoF (design patterns classics- DesignPatterns: ElementsofReusableObject-OrientedSoftware, summarized 23 design patterns book is divided into 29 chapters, of which the first chapter focused on the 1,3,4,5 object-oriented sense, the benefits as well as several important design principles Chapter 2, and Chapter 28, Section 6 to explain in detail the 23 Design Patterns Chapter 29 is a comprehensive summary of design patterns. appendix is 愠渀 example of the evolution of beginners introduces the basic concepts of object-oriented. This book is uploaded matching code, vs2008 environment using c# write , the test can be run properly
本次上传的是该书的配套代码,vs2008环境下用c#编写,经测试都可正确运行-" Westward design mode" throughout the text are based on the form of dialogue scenes with multiple small stories or programming examples to organize explain GoF (design patterns classics- DesignPatterns: ElementsofReusableObject-OrientedSoftware, summarized 23 design patterns book is divided into 29 chapters, of which the first chapter focused on the 1,3,4,5 object-oriented sense, the benefits as well as several important design principles Chapter 2, and Chapter 28, Section 6 to explain in detail the 23 Design Patterns Chapter 29 is a comprehensive summary of design patterns. appendix is 愠渀 example of the evolution of beginners introduces the basic concepts of object-oriented. This book is uploaded matching code, vs2008 environment using c# write , the test can be run properly
(系统自动生成,下载前可以参看下载内容)
下载文件列表
大话设计模式源码
................\01简单工厂模式
................\..............\计算器
................\..............\......\Backup
................\..............\......\......\OperationLibrary
................\..............\......\......\................\Operation.cs
................\..............\......\......\................\OperationLibrary.csproj
................\..............\......\......\................\Properties
................\..............\......\......\................\..........\AssemblyInfo.cs
................\..............\......\......\计算器
................\..............\......\......\......\ClassDiagram1.cd
................\..............\......\......\......\Form1.Designer.cs
................\..............\......\......\......\Form1.cs
................\..............\......\......\......\Form1.resx
................\..............\......\......\......\Program.cs
................\..............\......\......\......\Properties
................\..............\......\......\......\..........\AssemblyInfo.cs
................\..............\......\......\......\..........\Resources.Designer.cs
................\..............\......\......\......\..........\Resources.resx
................\..............\......\......\......\..........\Settings.Designer.cs
................\..............\......\......\......\..........\Settings.settings
................\..............\......\......\......\计算器.csproj
................\..............\......\......\计算器.sln
................\..............\......\......\计算器.suo
................\..............\......\......\计算器控制台
................\..............\......\......\............\Program.cs
................\..............\......\......\............\Properties
................\..............\......\......\............\..........\AssemblyInfo.cs
................\..............\......\......\............\计算器控制台.csproj
................\..............\......\Operation
................\..............\......\.........\Operation.cs
................\..............\......\.........\Operation.csproj
................\..............\......\.........\Properties
................\..............\......\.........\..........\AssemblyInfo.cs
................\..............\......\.........\bin
................\..............\......\.........\...\Debug
................\..............\......\.........\...\.....\Operation.dll
................\..............\......\.........\...\.....\Operation.pdb
................\..............\......\.........\obj
................\..............\......\.........\...\Debug
................\..............\......\.........\...\.....\Operation.dll
................\..............\......\.........\...\.....\Operation.pdb
................\..............\......\.........\...\.....\TempPE
................\..............\......\.........\...\Operation.csproj.FileList.txt
................\..............\......\OperationLibrary
................\..............\......\................\Operation.cs
................\..............\......\................\OperationLibrary.csproj
................\..............\......\................\OperationLibrary.csproj.user
................\..............\......\................\Properties
................\..............\......\................\..........\AssemblyInfo.cs
................\..............\......\................\bin
................\..............\......\................\...\Debug
................\..............\......\................\...\.....\OperationLibrary.dll
................\..............\......\................\...\.....\OperationLibrary.pdb
................\..............\......\................\...\Release
................\..............\......\................\obj
................\..............\......\................\...\Debug
................\..............\......\................\...\.....\DesignTimeResolveAssemblyReferencesInput.cache
................\..............\......\................\...\.....\OperationLibrary.csproj.FileListAbsolute.txt
................\..........