搜索资源列表
Singleton
- 设计模式,使用c++实现singleton设计模式的例子.
singleton.tar
- 一个用C++实现的singleton的sample
Singleton模式
- 设计模式的VC例子,可以用于学习设计模式。我自己觉得很有用。这个是Build模式-design patterns VC example, can be used to study design patterns. I feel very useful. This is the Build Model
Singleton
- 单键模式模板类的实现,在使用的时候直接DECLARE_SINGLETON_CLASS( class_name )就可以将你的类设置为单键模式的,同时使用双重锁定保证多线程安全;-Single mode realization of template classes in the use of a time when direct DECLARE_SINGLETON_CLASS (class_name) can be set to your type of one-button model, wh
singleton
- 设计模式中单件类的例子,用VC++开发,有源码和可执行程序,直接编译运行。是根据李建忠的设计模式讲义编写的例子,对初学设计模式的人很有帮助。-Design Patterns in a single category of examples, using VC++ development, there is source code and executable programs, run the compiler directly. LI Jian-zhong design is based on
03-Singleton
- Singleton的使用。里面是源代码。-Usage of Singleton.
Singleton
- Singleton 23个GOF模式中的Singleton模式-Singleton GOF C++
Singleton
- This a singleton class implementation for windows. It has even an example on using, the source talks for itself so there is no need for comments.-This is a singleton class implementation for windows. It has even an example on using, the source talks
singleton
- Simple singleton class (sharing main object in many others objects).
SINGLETON
- 用c++实现的设计模式之 单件模式,适合于初学者-C++ using design patterns to achieve the singleton pattern, suitable for beginners
Singleton
- 设计模式之单例模式,完整程序,可以直接运行。-The singleton design pattern, complete program, can be directly run.
ThreadSecurity-singleton-model
- 线程安全的单例模式,完成封装好了,可以直接调用,里面还有使用说明文档。-Thread-safe singleton pattern, complete the package OK, you can be called directly, there is also used documentation.
singleton
- 单例模式的实现方法,只需继承这个基类就好了。-Singleton s good realization
03-Singleton
- 单例模式,也就是说,一个应用程序在任何时机都只有一个实例在运行。-Singleton, that is, an application at any time only one instance running.
SingleTon
- Qt singleton 模式代码, 有喜欢的同学可以参考一下。-Qt singleton mode code, like the students can refer to.
singleton
- VC++实现设计模式的单例,很好的学习资料-VC++ singleton design patterns, good learning materials
SingleTon
- vs2008下单键类singleton的c++实现与说明-vs2008 the single bond class singleton c++ under achieve and Descr iption
singleton
- 用C++实现简单的单例模型,逐步了解-An implementation of singleton model,in order to learn OO
Singleton
- 实现singleton模式,只能创建一个实例-Implement singleton pattern can only create an instance of
Generic-Singleton
- Generic Multi-Thread Singleton Design-Pattern for VC6project 泛型多线程单件模式 VC6例程-Generic Multi-Thread Singleton Design-Pattern for VC6project