CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 搜索资源 - 单例模式

搜索资源列表

  1. erhan

    0下载:
  2. java程序实现的通俗易懂的饿汉式单例模式的实现代码
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:824
    • 提供者:方西
  1. adsf

    0下载:
  2. C#单例模式
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:81925
    • 提供者:崔玉征
  1. XMLReaderDragon

    0下载:
  2. 对自定义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
  3. 所属分类:CSharp

    • 发布日期:2017-04-17
    • 文件大小:79699
    • 提供者:dragon
  1. SingletonDLLDemo

    0下载:
  2. 在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
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-01
    • 文件大小:36573
    • 提供者:QiuTao
  1. PrintWebSite

    0下载:
  2. 印刷报价网站源码 用于计算印刷费用的小网站.用jquery实现前台一些特效,利用ajax生成订单.. 印刷参数在数据库中..利用单例模式-failed to translate
  3. 所属分类:Other systems

    • 发布日期:2017-04-04
    • 文件大小:504004
    • 提供者:张红丽
  1. Singleton

    0下载:
  2. 设计模式之单例模式,完整程序,可以直接运行。-The singleton design pattern, complete program, can be directly run.
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-02
    • 文件大小:551162
    • 提供者:lihong
  1. ThreadSecurity-singleton-model

    0下载:
  2. 线程安全的单例模式,完成封装好了,可以直接调用,里面还有使用说明文档。-Thread-safe singleton pattern, complete the package OK, you can be called directly, there is also used documentation.
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-08
    • 文件大小:1541
    • 提供者:duane
  1. singleton

    0下载:
  2. 单例模式的实现方法,只需继承这个基类就好了。-Singleton s good realization
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-11
    • 文件大小:674
    • 提供者:54dsf6s54f65
  1. PatternShow

    0下载:
  2. 设计模式的案例,目前已经有观察者模式,单例模式,指挥者模式,抽象工厂模式的案例。只要您给力,我会继续完善!-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!
  3. 所属分类:CSharp

    • 发布日期:2017-04-07
    • 文件大小:174415
    • 提供者:刘文壮
  1. 03-Singleton

    0下载:
  2. 单例模式,也就是说,一个应用程序在任何时机都只有一个实例在运行。-Singleton, that is, an application at any time only one instance running.
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-07
    • 文件大小:8134
    • 提供者:z
  1. DesignPattern

    0下载:
  2. 《大话设计模式》之一: C++实现源码,主要包括: 1、简单工厂模式 2、工厂方法模式(提供通用实现方法,可以直接复用) 3、抽象工厂模式(利用反射,并提供反射源码,可以直接拿来复用) 4、迭代器模式 5、单例模式(支持线程安全) 6、状态模式(游戏中常用模式) 7、策略模式 8、模板方法模式 9、责任链模式 10、装饰模式-hello world
  3. 所属分类:Console

    • 发布日期:2017-04-07
    • 文件大小:75620
    • 提供者:
  1. ccSingleton

    0下载:
  2. 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
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-10
    • 文件大小:974
    • 提供者:daxia
  1. CDb

    0下载:
  2. 数据库操作封装 功能:获得结果集的行数,数据库增删改操作,数据库查询,获得结果内容,获得单例模式类指针-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
  3. 所属分类:ADO-ODBC

    • 发布日期:2017-04-01
    • 文件大小:16609
    • 提供者:林斌
  1. danlimoshi

    0下载:
  2. 采用C#,通过一个父窗口和子窗口展示单例模式是如何实现的-C#, the single case of a parent window and child window display mode is how to achieve
  3. 所属分类:.net

    • 发布日期:2017-03-31
    • 文件大小:43731
    • 提供者:林骇异
  1. dbmanager

    0下载:
  2. 基于单例模式与ado实现的数据库连接池源代码,单例模式提供了简洁便利的调用接口,屏蔽了底层的数据库的复杂操作-db manager
  3. 所属分类:ADO-ODBC

    • 发布日期:2017-11-13
    • 文件大小:5951
    • 提供者:wang
  1. Singleton

    0下载:
  2. vs2008中单例模式的实现和注意事项,vs2008-vs2008 mode implementation of a single case and Notes, vs2008
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-27
    • 文件大小:4649
    • 提供者:张翩
  1. SingleTonDemo

    0下载:
  2. 单例模式的一个例子,主要为实现让用户无法同时打开两个窗体的一个设计模式-An example of the singleton pattern, so that users can not open at the same time the two form a design pattern to achieve
  3. 所属分类:GUI Develop

    • 发布日期:2017-12-04
    • 文件大小:46896
    • 提供者:tangzhufeng
  1. NextGenPOS_2April_4.28pm

    0下载:
  2. 这是一个模拟的销售点程序。程序获取产品信息从数据库(mysql),初始化产品并将它们存储到一个列表中。然后给一个输入从用户(id和数量)它创建销售行项目。数据库连接实现了使用单例模式。策略和组合也被用来调整程序对不同定价策略。定价策略可以修改运行时使它的用户的灵活性。-This is a point of sale program simulated. Procedures to obtain product information from the database (mysql), init
  3. 所属分类:Windows Develop

    • 发布日期:2017-11-27
    • 文件大小:36522
    • 提供者:火龙果
  1. CPPSingleton

    0下载:
  2. C++单例模式也称为单件模式、单子模式。使用单例模式,保证一个类仅有一个实例-C++ singleton pattern is also known as single mode, list mode. Using single-case model to ensure only one instance of a class
  3. 所属分类:Other systems

    • 发布日期:2017-04-12
    • 文件大小:1734
    • 提供者:Jonny
  1. MySingleton

    0下载:
  2. 单例(懒汉模式),不担心内存释放问题,不会重复new对象。(singleton (lazy)mode)
  3. 所属分类:Windows编程

    • 发布日期:2017-12-27
    • 文件大小:1024
    • 提供者:Willgege
« 12 »
搜珍网 www.dssz.com