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

搜索资源列表

  1. pub

    2下载:
  2. 手工实现了一些队列类,线程池类,定时器类,智能指针类,文件管理类,内存管理类等通用类库,为需要学习这些基本知识的人提供帮助
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:1977931
    • 提供者:刘强
  1. jem_defs

    0下载:
  2. 一个智能指针实现的例子,非常精辟,可直接移植
  3. 所属分类:数据结构常用算法

    • 发布日期:2014-01-18
    • 文件大小:2688
    • 提供者:doris
  1. znzz

    0下载:
  2. 智能指针详细讲解,什么是智能指针,智能指针原理实现和应用
  3. 所属分类:WEB源码

    • 发布日期:2014-01-18
    • 文件大小:22015
    • 提供者:doris
  1. 20041211-mylib

    0下载:
  2. 经常用到的 socketAPI,posix thread 的类封装,还有一些同步设施 智能指针的实现,线程安全的引用计数-frequently used the socketAPI, posix thread-like packaging, there are some smart synchronization facilities to achieve the target, thread-safe reference counting
  3. 所属分类:Internet/网络编程

    • 发布日期:2008-10-13
    • 文件大小:18024
    • 提供者:知鱼
  1. iSmart_demo

    0下载:
  2. 一个C++智能指针的简单实现,可以自动管理回收new操作符分配的内存,不用担心内存泄漏。-a smart simple realization of the target, it will automatically manage the retrieval new operator allocated memory and need not worry about a memory leak.
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:19549
    • 提供者:赵鹏
  1. SmartPtr_demo

    0下载:
  2. C++垃圾回收框架,一个智能指针模版类,管理内存分配,以及自动回收。支持异步。-C waste recovery framework, a smart pointer class template, memory allocation management, and automatic recovery. Asynchronous support.
  3. 所属分类:行业应用软件

    • 发布日期:2008-10-13
    • 文件大小:12141
    • 提供者:赵鹏
  1. ADO

    0下载:
  2. 一个ADO的封装类。封装了VC++中的三个智能指针。头文件中有使用说明。
  3. 所属分类:通讯编程

    • 发布日期:2008-10-13
    • 文件大小:4565
    • 提供者:沈毅
  1. David_Maisonave_smart_ptr

    1下载:
  2. 比STL和BOOST更强大的智能指针库!!! 私藏很久的老底与大家一起分享了.
  3. 所属分类:STL

    • 发布日期:2008-10-13
    • 文件大小:236202
    • 提供者:huangyinghui
  1. BOOST_any

    0下载:
  2. BOOST智能指针的例子,与SmartWin++相结合.
  3. 所属分类:界面编程

    • 发布日期:2008-10-13
    • 文件大小:66086
    • 提供者:李义奎
  1. AutoPtrS

    0下载:
  2. 增加了用户设置的智能指针,用户可以设置该智能指针为非传统的指针。
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:1796
    • 提供者:杨旭智
  1. Delphi2009_Smart_Pointer

    0下载:
  2. 在Delphi2009中实现类似于STL中auto_ptr的智能指针!关于此智能指针的原理及解释请进入以下网址: http://www.cnblogs.com/felixYeou/archive/2008/09/06/1285806.html
  3. 所属分类:STL

    • 发布日期:2008-10-13
    • 文件大小:105597
    • 提供者:杨芹勍
  1. SmartPointers

    0下载:
  2. 讲述了智能指针最为明显的错误到最为微妙的错误一篇好文章.通过本文,你将成为智能指针的专家.-smart pointer on the most obvious error of the most delicate an excellent article wrong. Through this paper, you will be smart pointer experts.
  3. 所属分类:WEB源码

    • 发布日期:2008-10-13
    • 文件大小:456719
    • 提供者:何阳
  1. smartptr

    0下载:
  2. 智能指针,很好的vc支持代码, 适合vc开发人员-smart pointer, good vc support code for developers vc
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:35794
    • 提供者:开心
  1. 多线程管理类及示例程序

    1下载:
  2. 多个线程的管理, 包括启动启动多个线程, 同时终止多个线程. 面向对象 封装, 智能指针自动释放资源.
  3. 所属分类:进程与线程

  1. loki-0.1.4.rar

    0下载:
  2. C++库loki-0.1.4,实现了非常优美的智能指针,loki-0.1.4.rar
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-09
    • 文件大小:2232271
    • 提供者:zhupingfu
  1. smart_ptr

    0下载:
  2. 智能指针的实现代码.模仿的是boost库中的实现-Smart pointer implementation code imitation is the boost library to achieve
  3. 所属分类:Linux Network

    • 发布日期:2017-04-07
    • 文件大小:4747
    • 提供者:zhangwu
  1. ADT

    0下载:
  2. 看了高质量程序设计后对里面的智能指针重载-》运算符很感兴趣 做的测试程序-Read high-quality programming on the smart pointer inside the heavy-duty- Operators are very interested in doing the test procedure
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-04
    • 文件大小:4048
    • 提供者:故也随风
  1. 00

    0下载:
  2. VC++下使用ADO编写数据库程序(1)、引入ADO类(2)、初始化COM (3)#import 包含后就可以用3个智能指针了:_ConnectionPtr、_RecordsetPtr和_CommandPtr-VC++ Prepared to use ADO database program (1), the introduction of ADO type (2), to initialize COM (3)# Import contains can be used after three
  3. 所属分类:ADO-ODBC

    • 发布日期:2017-04-02
    • 文件大小:3317
    • 提供者:张三
  1. C++cjutuydchm

    0下载:
  2. 通过一些平常的事例来介绍c++的一些特性,设计模式,智能指针,模板等-Through a number of examples to introduce the usual c++ Characteristics, design patterns, smart pointers, templates, etc.
  3. 所属分类:software engineering

    • 发布日期:2017-04-06
    • 文件大小:137124
    • 提供者:小潘
  1. Beyond_STL_cn

    0下载:
  2. Boost的介绍 因为你正在读这本书,我希望你至少对Boost库有一点熟悉,或者你至少听说过Boost。 Boost里有很多库,只有很少一些是你不感兴趣的。可以肯定你会在里面找到马上就要用的库。Boost库覆盖了广泛的领域,从数学库到智能指针,从模板元编程库到预处理器库,从线程到lambda表达式,等等。所有Boost库都具有宽松的许可证,确保库可以被自由使用于商用软件。支持通过新闻组实现,那是Boost社区最具活力的地方,而且至少有一家公司专门提供与Boost相关的咨询服务。对于Boost
  3. 所属分类:software engineering

    • 发布日期:2017-04-17
    • 文件大小:345068
    • 提供者:zhaoyg
« 1 23 4 5 »
搜珍网 www.dssz.com