搜索资源列表
erhan
- java程序实现的通俗易懂的饿汉式单例模式的实现代码
adsf
- C#单例模式
XMLReaderDragon
- 对自定义XML文件的读、写、修改、删除操作,加入简单类工厂和单例模式,便于扩展。打包成DLL,EX为测试项-XML documents to read, write, modify, delete operations, adding a simple type of plant and single-case model, convenient for extension. Packaged into a DLL, EX test items
SingletonDLLDemo
- 在dll中使用单例模式,注意在dll中导出单例模式时不要用继承的方式实现singleton-Dll to use in the Singleton pattern, pay attention to cases in the dll to export a single mode of inheritance will not be achieved with the singleton
PrintWebSite
- 印刷报价网站源码 用于计算印刷费用的小网站.用jquery实现前台一些特效,利用ajax生成订单.. 印刷参数在数据库中..利用单例模式-failed to translate
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
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!
03-Singleton
- 单例模式,也就是说,一个应用程序在任何时机都只有一个实例在运行。-Singleton, that is, an application at any time only one instance running.
DesignPattern
- 《大话设计模式》之一: C++实现源码,主要包括: 1、简单工厂模式 2、工厂方法模式(提供通用实现方法,可以直接复用) 3、抽象工厂模式(利用反射,并提供反射源码,可以直接拿来复用) 4、迭代器模式 5、单例模式(支持线程安全) 6、状态模式(游戏中常用模式) 7、策略模式 8、模板方法模式 9、责任链模式 10、装饰模式-hello world
ccSingleton
- 23种设计模式中的单例模式,在原有的基础,将其做成模板,这样可以传任意类型,从而生成单例-23 kinds of design patterns in single-case mode, the original basis, made a template so you can pass any type to produce a single case
CDb
- 数据库操作封装 功能:获得结果集的行数,数据库增删改操作,数据库查询,获得结果内容,获得单例模式类指针-Operation of the database package features: the number of rows in the result set, database growth, delete, change operations, database queries, results obtained content, access to the singleton cl
danlimoshi
- 采用C#,通过一个父窗口和子窗口展示单例模式是如何实现的-C#, the single case of a parent window and child window display mode is how to achieve
dbmanager
- 基于单例模式与ado实现的数据库连接池源代码,单例模式提供了简洁便利的调用接口,屏蔽了底层的数据库的复杂操作-db manager
Singleton
- vs2008中单例模式的实现和注意事项,vs2008-vs2008 mode implementation of a single case and Notes, vs2008
SingleTonDemo
- 单例模式的一个例子,主要为实现让用户无法同时打开两个窗体的一个设计模式-An example of the singleton pattern, so that users can not open at the same time the two form a design pattern to achieve
NextGenPOS_2April_4.28pm
- 这是一个模拟的销售点程序。程序获取产品信息从数据库(mysql),初始化产品并将它们存储到一个列表中。然后给一个输入从用户(id和数量)它创建销售行项目。数据库连接实现了使用单例模式。策略和组合也被用来调整程序对不同定价策略。定价策略可以修改运行时使它的用户的灵活性。-This is a point of sale program simulated. Procedures to obtain product information from the database (mysql), init
CPPSingleton
- C++单例模式也称为单件模式、单子模式。使用单例模式,保证一个类仅有一个实例-C++ singleton pattern is also known as single mode, list mode. Using single-case model to ensure only one instance of a class
MySingleton
- 单例(懒汉模式),不担心内存释放问题,不会重复new对象。(singleton (lazy)mode)