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

搜索资源列表

  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
    • 文件大小:3.95kb
    • 提供者:故也随风
  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
    • 文件大小:3.44kb
    • 提供者:张寿锐
  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
    • 文件大小:1.24kb
    • 提供者:sword
  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
    • 文件大小:5.28kb
    • 提供者:陈思拓
  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
    • 文件大小:341.19kb
    • 提供者:lshl124
  1. smart_pointer_src

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

    • 发布日期:2017-04-14
    • 文件大小:4.13kb
    • 提供者: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
    • 文件大小:6.81kb
    • 提供者:ISugar
  1. auto_ref_src

    0下载:
  2. The fastest smart pointer in the west
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-07
    • 文件大小:1.83kb
    • 提供者:thomas
  1. Smartpointer

    0下载:
  2. 此段小代码是很好的说明C++中灵巧指针的用法!便于学习。-This paragraph is a good descr iption of the small code C++, the use of smart pointer! Ease of learning.
  3. 所属分类:.net

    • 发布日期:2017-03-30
    • 文件大小:650byte
    • 提供者:
  1. boost-learning

    0下载:
  2. 它是一本介绍boost的书籍,内容丰富。涉及boost中各个库的使用介绍,例如正规表达式、智能指针等。-This is a book to introduce boost library. It includes many examples to teach how to use the libraries of boost, such as regular express, smart pointer.
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-30
    • 文件大小:461.77kb
    • 提供者:张全
  1. smart_point

    0下载:
  2. 智能指针的 windows下实现。加了详细的注释。希望能帮助大家看懂吧。-Smart pointer windows to achieve. Plus a detailed comment. Hope to help you understand it.
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-31
    • 文件大小:16.96kb
    • 提供者:徐进
  1. information_auto_ptr

    0下载:
  2. 智能指针AUTO_PTR的使用说明,有效解决内存分配中一系列棘手问题。-Auto_ptr smart pointer instructions for use, effective solution to a series of thorny issues in the memory allocation.
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-31
    • 文件大小:14.03kb
    • 提供者:ZYZ
  1. DynamicOxcCreate

    1下载:
  2. 展示OCX动态创建,并采用标准方式调用 IDispatch 接口的方法以及ATL 智能指针类调用 IDispatch 接口的方法,内容包括一个测试activex和一个测试工程以及相关的参考-Show the OCX dynamically created, and standard way to call the methods of the IDispatch interface and ATL smart pointer class called IDispatch interface, i
  3. 所属分类:ActiveX-DCOM-ATL

    • 发布日期:2014-08-29
    • 文件大小:408kb
    • 提供者:ylh
  1. CPP-source-progam

    0下载:
  2. C++学习中的高级篇源代码设计C++中容易犯的错误-C++ 1. Smart pointer to avoid memory leaks
  3. 所属分类:Other windows programs

    • 发布日期:2017-12-02
    • 文件大小:4.04mb
    • 提供者:liaoqiyuan
  1. LipingPtr

    0下载:
  2. LipingPtr is a reference counted C++ Smart Pointer Template Class. It keeps track of the pointer usage and deletes it when the reference counter reaches 0. LipingPtr tried to combine most frequently used features of smart pointers and represent them
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-02
    • 文件大小:4.41kb
    • 提供者:My Internet
  1. dalianligong-Dll-Source

    0下载:
  2. 大连理工动态库 源代码 要求使用vs2003以上版本 里面有boost库智能指针使用 示例-Dalian dynamic library source code requires the use of vs2003 above and there is a boost library smart pointer usage examples
  3. 所属分类:ActiveX-DCOM-ATL

    • 发布日期:2017-04-10
    • 文件大小:1.06mb
    • 提供者:张换
  1. boost.test

    0下载:
  2. 测试boost库在windows8.1上的使用,代码比较简单,主要是跑通boost库中智能指针。-Testing on windows8.1 boost library use, the code is relatively simple, mainly run through smart pointer boost library.
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-03
    • 文件大小:580.59kb
    • 提供者:张明亮
  1. zhinengzhizhen

    1下载:
  2. 智能指针的设计,主要为了解决野指针的问题-Smart pointer design, mainly in order to solve the problem of dangling pointers
  3. 所属分类:CSharp

    • 发布日期:2017-05-09
    • 文件大小:1.83mb
    • 提供者:杨朝煜
  1. databaseLink

    0下载:
  2. 利用Visual C++6.0用ADO智能指针实现对数据库的操作,增删改查-Using ADO smart pointer to the operation of the using Visual C++6.0, CRUD
  3. 所属分类:ADO-ODBC

    • 发布日期:2017-05-13
    • 文件大小:2.85mb
    • 提供者:邱將
  1. AutoPtrS

    0下载:
  2. 增加了用户设置的智能指针,用户可以设置该智能指针为非传统的指针。-An increase of user settings smart pointer, the user can set the smart pointer for non-traditional indicators.
  3. 所属分类:ADO-ODBC

    • 发布日期:2017-04-13
    • 文件大小:1.88kb
    • 提供者:wjg2777
« 12 »
搜珍网 www.dssz.com