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

搜索资源列表

  1. Loki.rar

    0下载:
  2. Modern C++ Design 一书中实现的程序库,全面体现Policy Based Programming 的灵活,提供了诸多设计模式何smart pointer的灵活实现,强烈推荐!
  3. 所属分类:数值算法/人工智能

    • 发布日期:
    • 文件大小:68974
    • 提供者:
  1. clonePtr

    0下载:
  2. a non-sharing smart pointer class that can be used with STL containers such as std::map, vector, list, set, and deque. The smart pointer has an assignment operator and greater than operator that call the target object s operator.-a non-sharing smart
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:2323
    • 提供者:张建
  1. count_ptr

    1下载:
  2. 自定义的智能指针类,可是多个指针共用对象,且不会造成内存泄露的问题-since the definition of smart pointer types, but a number of indicators shared object, and it will not disclose the cause memory problems
  3. 所属分类:STL

    • 发布日期:2008-10-13
    • 文件大小:5658
    • 提供者:刘刚
  1. northwest_wolf_Utility

    0下载:
  2. 一些实用工具类,包括智能指针、循环队列、同步队列、环状缓冲区、线程模型等。-some practical tool categories, including smart pointer, cyclic queue, queue synchronous, circular buffer, thread model.
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:68666
    • 提供者:韩永泉
  1. MEMORY-MANAGE

    0下载:
  2. 本程序主要实现内存管理的演示说明功能,利用MFC将七个部分综合在一起来说明内存管理的相关知识,包含1:内存空间分配,2:分配失败,3:堆区学习,4:虚拟内存,5:内存泄漏,6:内存池,7:智能指针等七部分,现已实现分配失败,堆区学习,内存泄漏等三部分,其他的演示对话框已经完成,但是功能还未实现-this procedure main memory management functions of the presentations, MFC will use some combination of
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:223671
    • 提供者:罗恺
  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. 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. 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. Loki

    0下载:
  2. Modern C++ Design 一书中实现的程序库,全面体现Policy Based Programming 的灵活,提供了诸多设计模式何smart pointer的灵活实现,强烈推荐!--The program library which has been realized in the book <>, it embodies the flexibility of Policy Based Programming, and provides the realisation
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-11-10
    • 文件大小:69245
    • 提供者:suncfboy
  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. AutoPtr

    0下载:
  2. 智能指针. new一个对象以后不需要delete, 即可被释放. 利用了对象的构造和析构.-Smart pointer. New future does not need an object delete, can be released. Use of the object structure and destructor.
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-04
    • 文件大小:3527
    • 提供者:张寿锐
  1. SmartHandle

    0下载:
  2. 资源句柄智能指针类,支持一般资源句柄、注册表句柄、文件视图句柄、动态库句柄及文件句柄的动态卸载的能力,防止不小心而造成的内存泄露;-Resources to handle the smart pointer class, general resources to support the handle, registry handles, file handles view, dynamic library file handle and handle the dynamic unloading
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-04
    • 文件大小:1268
    • 提供者:sword
  1. SmartPointer

    0下载:
  2. 详细讲解只能指针怎么使用。 并且带有一些不错的例子。-Introduce smart pointer.
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-15
    • 文件大小:7115
    • 提供者:winson
  1. fastest_smart_pointer

    0下载:
  2. 撰写您自己的智能指针将专门解决性能问题。当调试结束后,您采取了由此产生的类(命名为: AUTO_REF )试车,到能与其他类似的课程。-write your own smart pointer which will specifically address the performance issue. When debugging was over, you took the resulting class (named: AUTO_REF) to the test track, to go h
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-04
    • 文件大小:5405
    • 提供者:陈思拓
  1. main

    0下载:
  2. 智能指针的原理, 简单易懂, 不懂的同学可以看看源码, 调试一下。-The principle of the smart pointer, easy-to-read, the students do not look at the source, click Debugging.
  3. 所属分类:Data structs

    • 发布日期:2017-04-04
    • 文件大小:861
    • 提供者:艾丝凡
  1. Record-set-Ptr

    0下载:
  2. 使用_RecordsetPtr接口开发ACCESS数据库,RecordsetPtr智能指针,通过该接口可以对数据库的表内的记录、字段等进行各种操作。-_RecordsetPtr Interface developed using the ACCESS database, RecordsetPtr smart pointer, can be through the interface of the table on the database records, such as a variety o
  3. 所属分类:Other Databases

    • 发布日期:2017-04-02
    • 文件大小:25932
    • 提供者:yuhaijun
  1. SmartPointer

    1下载:
  2. 自定义智能指针类,内含Beyond the cpp Standard+Library_An+Introduction+to+Boost.chm-Custom smart pointer class, includes Beyond the cpp Standard+ Library_An+ Introduction+ to+ Boost.chm
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-07
    • 文件大小:349374
    • 提供者:lshl124
  1. smart_pointer_src

    0下载:
  2. The Safest Smart Pointer of the East
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-14
    • 文件大小:4225
    • 提供者:newsbc
  1. pointer

    0下载:
  2. Vc++ 主要讲解智能指针, 对c++学员有用-Vc++ smart pointer to the main talks on the c++ useful for students
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-06
    • 文件大小:6976
    • 提供者:ISugar
« 12 3 »
搜珍网 www.dssz.com