搜索资源列表
PatternShow
- 设计模式的案例,目前已经有观察者模式,单例模式,指挥者模式,抽象工厂模式的案例。只要您给力,我会继续完善!-The case of design patterns, there are already Observer pattern, Singleton, conductor patterns, the case of the abstract factory pattern. As long as you give power, I will continue to improve!
Designpatterns
- C#设计模式源码:简单工厂,工厂方法,单例(Singleton)模式-Design patterns source
Singleton
- 在系统开发中会用到单体模式,使得全系统中只有一个对象,对于共享对象来说很实用,本代码用于实际系统开发中。-Used monomer in the system development mode, so only one object in the system-wide, is very useful for the shared object, the code for the actual system development.
Singltone
- Singleton pattern this a simple Singleton c# pattern the class is sealed but it dont hve to be-Singleton pattern this is a simple Singleton c# pattern the class is sealed but it dont hve to be
Singleton
- C#设计模式的3种单例类,1,饥饿型单例设计模式,双重检查锁定设计模式3,懒汉式单例设计模式.-Three single case of C# design pattern。1, the hungry type singleton class 2, double checked locking, 3, cases of class type single idler
Binary-Trees-(ABB)
- In computer science, a binary tree is a tree data structure in which each node has at most two children, which are referred to as the left child and the right child. A recursive definition using just set theory notions is that a (non-empty) binary tr
Singleton
- C#的实现Singleton模式,所有的函数都有几个实现以及最优实现方法-C# implementation of Singleton mode, all functions have several implementations and the best implementation method
