搜索资源列表
C++designmodern.pdf
- C++设计模式,无密码,上载个文件还这么麻烦,下载也麻烦,难怪访问量不咋滴
C+mode
- C#设计模式详细说明,创建型模式、结构型模式、行为型模式
C++dialog
- C++名家对话。侧重设计模式方面的研究。
C++设计模式.doc
- C++设计模式.doc
C++设计模式
- C++设计模式.rar
与大虾对话 领悟设计模式
- 可能大多数人都看过了,不过我觉得写的特好,并且这里好像没有,所以我就把它给方上来,送改初学者。- The possible majority people all to have looked, but I thought writes is especially good, and here looks like does not have, therefore I on give it the side to come up, delivers changes the beginner
DesignPatter_Observe
- 设计模式中的观察者模式c++实现,原创,自己测试过没问题-Design Pattern Observer Pattern in c++ Achieve, originality, have no problem with its own test
headfirst
- head first设计模式中文版,附源码c#,java,通俗易懂介绍设计模式-head first design patterns the Chinese version, with source code c#, java, user-friendly design patterns introduced
GoF.Pdf
- GoF+23种设计模式解析附C++实现源码(2nd+Edition).pdf-GoF+23 kinds of design patterns to achieve resolution attached to C++ source code (2nd+ Edition). Pdf
Patterns_for_timetriggered_embedded_systems
- 文件中包含时间触发嵌入式系统设计模式 8051系列微控制器开发可靠应用的英文原版,中文翻译版和C++实例。本书前所未有地提出一整套软件模式,为开发嵌入式软件系统提供帮助。书中讨论了基于广为使用的8051系列微控制器进行设计并应用软件 的方法。此外还重点关注了其可靠性。本书从简单系列复杂系统。列举了大量详尽的的实例。-File contains a time-triggered embedded system design 8051 series micro-controller developm
DesignPatternsCpp
- C++版本的设计模式,23种设计模式这里头都包括再内-C++ version of the design patterns, design patterns 23 are included here, again, within the first
23种设计模式_加示例代码
- 23种设计模式加示例代码(C#实现),设计模式(Design Pattern)是一套被反复使用、多数人知晓的、经过分类的、代码设计经验的总结。 使用设计模式的目的:为了代码可重用性、让代码更容易被他人理解、保证代码可靠性。 设计模式使代码编写真正工程化;设计模式是软件工程的基石脉络,如同大厦的结构一样。(23 design patterns plus sample code (C# Implementation), Design Pattern is a set of repeated, mo
yangzhang设计模式
- c#版设计模式,包含设计模式以及根据模式的进阶实践,源码和理论。(c# Design pattern, Contains design patterns and advanced practices based on patterns, sources, and theories.)
23种设计模式(C++)
- 23种设计模式,帮助大家熟悉设计模式。C++版本,需要一定的C++基础(23 design patterns that help you get familiar with the design patterns. The C++ version requires a certain C++ base)
C# 23种设计模式.pdf
- C# 23种设计模式 常用的设计模式包括: Abstract Factory 模式(抽象工厂) Adapter 模式(适配器) Composite 模式(组合) Decorator 模式(装饰) Factory 模式(工厂方法) Observer 模式(观察者) Strategy 模式(策略) Template 模式(模板方法)(C# 23 design patterns)
大话设计模式
- 通俗易懂的设计模式,java为模板,c++也可以套用(Easy to understand design patterns, Java as a template, c++ can also be applied)
1_factoryDesignPattern
- 工厂模式、c++设计模式的工厂模式,参考大话设计模式(1_factoryDesignPattern)
C#新版设计模式
- C#新版设计模式C#新版设计模式C#新版设计模式C#新版设计模式C#新版设计模式C#新版设计模式C#新版设计模式
李建忠c 设计模式源码和课件 (1)
- 设计模式课件及源代码资料,网络上有相关配套视频(Design mode courseware and source code information)
C#设计模式
- 本书讲述的是如何使用最常见的设计模式编写C#程序,提高程序的可读性、可重用性和可维护性。