CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - singleton

搜索资源列表

  1. SINGLETON

    0下载:
  2. 用c++实现的设计模式之 单件模式,适合于初学者-C++ using design patterns to achieve the singleton pattern, suitable for beginners
  3. 所属分类:Windows Develop

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

    0下载:
  2. 单例模式的 java 代码 在java开发中常用的一种模式-Singleton pattern java code
  3. 所属分类:Jsp/Servlet

    • 发布日期:2017-05-08
    • 文件大小:2019918
    • 提供者:王之涣
  1. SingleTon

    0下载:
  2. Qt singleton 模式代码, 有喜欢的同学可以参考一下。-Qt singleton mode code, like the students can refer to.
  3. 所属分类:Console

    • 发布日期:2017-04-08
    • 文件大小:4264
    • 提供者:caicaiking
  1. Singleton

    0下载:
  2. 清华大学计算机系Java小学期作业答案,设计模式singleton-Department of Computer Science Java elementary school period operating answer, design patterns singleton
  3. 所属分类:STL

    • 发布日期:2017-11-18
    • 文件大小:4233
    • 提供者:sdy
  1. singleton

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

    • 发布日期:2017-11-24
    • 文件大小:576430
    • 提供者:徐盼盼
  1. INTERVAL-SINGLETON-MAMDA-T2-FLS

    0下载:
  2. this set of codes for fuzzy logic INTERVAL SINGLETON MAMDANI T2 FLS computation-this is set of codes for fuzzy logic INTERVAL SINGLETON MAMDANI T2 FLS computation
  3. 所属分类:软件工程

    • 发布日期:2017-11-24
    • 文件大小:3072
    • 提供者:amir
  1. Singleton

    0下载:
  2. 软件设计模式单例模式,采用单例模式连接数据库的超级好的模式-JAVA Design Pattern——Singleton
  3. 所属分类:Java Develop

    • 发布日期:2017-12-05
    • 文件大小:5211
    • 提供者:pipi
  1. java-thread-safe-singleton-pattern

    0下载:
  2. 一个java线程安全的单例模式:饥饿模式和延迟加载-A java thread-safe singleton pattern: starvation mode and lazy loading
  3. 所属分类:software engineering

    • 发布日期:2017-11-05
    • 文件大小:16672
    • 提供者:zrf
  1. Singleton

    0下载:
  2. 设计模式中的单例模式,比较好的例子,希望大家喜欢-Singleton for c#,is a good example for learning
  3. 所属分类:software engineering

    • 发布日期:2017-12-01
    • 文件大小:25318
    • 提供者:郭海涛
  1. singleton

    0下载:
  2. A java implementation of the singleton GOF pattern
  3. 所属分类:Java Develop

    • 发布日期:2017-12-10
    • 文件大小:3683
    • 提供者:avekdon
  1. Delphi-Singleton

    0下载:
  2. delphi 单例模式 设计模式中的单例模式 与其他语言相似-delphi singleton
  3. 所属分类:Delphi VCL

    • 发布日期:2017-12-03
    • 文件大小:488431
    • 提供者:hongquan.zhang
  1. singleton

    0下载:
  2. Singleton Design Pattern make use of it
  3. 所属分类:source in ebook

    • 发布日期:2017-11-08
    • 文件大小:7964
    • 提供者:Manju
  1. SingleTon

    0下载:
  2. vs2008下单键类singleton的c++实现与说明-vs2008 the single bond class singleton c++ under achieve and Descr iption
  3. 所属分类:Other systems

    • 发布日期:2017-12-01
    • 文件大小:1134592
    • 提供者:o_o
  1. Singleton

    0下载:
  2. 单例模式(Singleton Pattern):单例模式确保某一个类只有一个实例,而且自行实例化并向整个系统提供这个实例,这个类称为单例类,它提供全局访问的方法。 -Singleton Pattern: Ensure a class has only one instance and provide a global point of access to it.
  3. 所属分类:Jsp/Servlet

    • 发布日期:2017-12-01
    • 文件大小:14750
    • 提供者:753951
  1. singleton

    0下载:
  2. 用C++实现简单的单例模型,逐步了解-An implementation of singleton model,in order to learn OO
  3. 所属分类:Other systems

    • 发布日期:2017-12-03
    • 文件大小:1243743
    • 提供者:andy
  1. Singleton

    0下载:
  2. 实现singleton模式,只能创建一个实例-Implement singleton pattern can only create an instance of
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-16
    • 文件大小:20972
    • 提供者:莫芊韵
« 1 23 4 5 6 7 8 9 10 ... 14 »
搜珍网 www.dssz.com