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

搜索资源列表

  1. MSBIND

    0下载:
  2. 内容摘要 《仓库管理系统》是采用VISAUL FOXPRO开发的一个数据库管理系统。本设计说明书主要讲述了VISAUL FOXPRO的基本功能及设计方法。紧接着以本系统为例,逐一介绍开发本系统系统的步骤:系统分析、系统设计、系统实现、系统维护。在系统分析中先后用数据流图、系统的功能结构图分析了系统所需的各种数据。在系统的设计中,详细的展现了系统的各个功能模块。所需的数据库表及表字段。菜单的设计等。在系统的实现中,给出了实现表单中相应的功能控件的事件及代码。以及菜单实现的方法。文章的最后则给出
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-26
    • 文件大小:30375
    • 提供者:juxiaoqing
  1. Singleton

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

    • 发布日期:2017-05-02
    • 文件大小:551162
    • 提供者:lihong
  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. Designpatterns

    0下载:
  2. C#设计模式源码:简单工厂,工厂方法,单例(Singleton)模式-Design patterns source
  3. 所属分类:CSharp

    • 发布日期:2017-04-03
    • 文件大小:817232
    • 提供者:vkfeng
  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. singleton

    0下载:
  2. VC++实现设计模式的单例,很好的学习资料-VC++ singleton design patterns, good learning materials
  3. 所属分类:Windows Develop

    • 发布日期:2017-11-23
    • 文件大小:576430
    • 提供者:徐盼盼
  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. 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. 设计模式单例模式的实现,通过维护一个 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. 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
  3. 所属分类:CSharp

    • 发布日期:2017-04-29
    • 文件大小:28833
    • 提供者:邓喆
  1. SingleDesignCPP

    0下载:
  2. 自己写的单例设计模式,C++实现,直接贴代码就行,非常有参考价值。-One example of their own design patterns, C++ implementation, the code directly on the line, a very valuable reference.
  3. 所属分类:Console

    • 发布日期:2017-04-30
    • 文件大小:277007
    • 提供者:lijin
  1. Singleton1

    0下载:
  2. 设计模式—单例模式举例说明,包含实例的创建及客户端验证。-Design patterns- singleton pattern example, contains instances created and client authentication.
  3. 所属分类:Communication

    • 发布日期:2017-04-12
    • 文件大小:765
    • 提供者:w36320792fulut
  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. 所属分类:Multimedia Develop

    • 发布日期:2017-04-12
    • 文件大小:1019
    • 提供者:han275173
  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. 单相计量-RN820x(1)

    0下载:
  2. RN820X单相电表系列底层驱动代码以及使用例程,硬件设计手册及开发指导(Rn820X underlying driver code)
  3. 所属分类:其他

    • 发布日期:2018-05-03
    • 文件大小:6211584
    • 提供者:123xiuxiu
搜珍网 www.dssz.com