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

搜索资源列表

  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. 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. 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. Singleton

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

    • 发布日期:2017-11-27
    • 文件大小:4649
    • 提供者:张翩
  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. TsAnaylze

    0下载:
  2. 一个机遇mfc的界面框架demo,代码中尝试了使用工厂模式,单例模式,以及经典的设计原则。-An opportunity mfc interface framework demo, the code attempts to use the factory pattern, singleton pattern, and the classic design principles.
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-17
    • 文件大小:104084
    • 提供者:宋明明
  1. Singleton

    0下载:
  2. 单例模式,使用C++语言实现单例模式的几种情形,即懒汉式单例模式和饿汉式单例模式-Singleton pattern, the use of c++ language to implement several cases of the singleton pattern, namely LanHanShi singleton pattern and singleton pattern of the hungry
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-03
    • 文件大小:846978
    • 提供者:liyajuan
  1. Singleton

    0下载:
  2. 设计模式单例模式的实现,通过维护一个 static 的成员变量来记录这个唯一的对象实例-Design pattern of Singleton Pattern
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-28
    • 文件大小:95517
    • 提供者:陈文博
  1. SingletonTest31

    0下载:
  2. java 源码 单例设计模式 抽象 解耦-java code Singleton
  3. 所属分类:Other systems

    • 发布日期:2017-04-14
    • 文件大小:5297
    • 提供者:山西
  1. singleton

    0下载:
  2. 雷达信号处理系统框架中的单例模式的实现代码,并且通过测试实现框架功能-singleton mode
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-29
    • 文件大小:105686
    • 提供者:linxi
  1. state

    6下载:
  2. 用java实现的设计模式小程序,应用了状态模式、单例模式、抽象工厂模式,模拟的是简单的红绿交通信号灯系统。绿灯10秒,黄灯3秒,红灯10秒,三种状态之间相互循环切换。-Use java to implement a little program,it use state module,single module and abstract factory module,it imitate the traffic signal light.
  3. 所属分类:其他小程序

    • 发布日期:2017-06-03
    • 文件大小:9953
    • 提供者:zhaowei
  1. Singleton

    0下载:
  2. 实现单例设计模式中的饿汉模式和懒汉模式,以及测试(Implementation of the singleton design pattern in hunger mode and idle mode, and test)
  3. 所属分类:其他

    • 发布日期:2017-12-30
    • 文件大小:1024
    • 提供者:飞龙字天
  1. SingletonTest

    0下载:
  2. java程序开发单例模式举例,通过示例程序演示单例模式的应用(Java program development examples of single example, through the example of the program to demonstrate the application of singleton mode)
  3. 所属分类:其他

    • 发布日期:2017-12-31
    • 文件大小:4096
    • 提供者:小海2017
  1. 3-ADC

    0下载:
  2. 此程序使用单次转换模式,读取电位计VAR1(AN7)当前的电压值,ADC转换结束后,读取存放于ADC_DAT中的转换结果。另外,通过LED直观的显示其转换结果,即旋转电位计可观察到LED灯的变化。(This function initializes the microcontroller. It is assumed that the SFRs are in their reset state.)
  3. 所属分类:其他

    • 发布日期:2018-04-29
    • 文件大小:677888
    • 提供者:胖胖瓜
搜珍网 www.dssz.com