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

搜索资源列表

  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. SmartPoints

    0下载:
  2. C++ 智能指针的实现源码,使用引用计数,利用栈空间管理堆中的大型对象,以避免内存泄露.-C++ smart pointer implementation of source code, using reference counting, the use of stack space management of large object heap to avoid memory leaks.
  3. 所属分类:Windows Kernel

    • 发布日期:2017-05-06
    • 文件大小:1036744
    • 提供者:唐郎
  1. ADO

    0下载:
  2. 使用VC++实现的ADO编程,使用ACCESS做数据库,使用了智能指针。-Use VC++ implementation of the ADO programming, using the ACCESS database, make use of smart pointers.
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-03-30
    • 文件大小:78773
    • 提供者:
  1. VCExcel_data_chart

    2下载:
  2. 自己编的,通过智能指针而不是通过自动化(Automation)可以读写Microsoft Excel文件,输出数据,并能根据函数画出图表,确实很有用,希望对大家能起到抛砖引玉的作用。-It is about control Microsoft Excel by using ptr,it s usefull for read and write Excel
  3. 所属分类:File Operate

    • 发布日期:2017-03-29
    • 文件大小:930929
    • 提供者:brezze
  1. using_onm_invc

    0下载:
  2. 用VC编写的COM组件,演示了怎样去调用 并介绍了智能指针的用法-show how to use the com in vc++
  3. 所属分类:GUI Develop

    • 发布日期:2017-04-01
    • 文件大小:79234
    • 提供者:zhm817
  1. SmartPointer

    0下载:
  2. 智能指针的实现,使用一个辅助类,来实现对象的引用计数-failed to translate
  3. 所属分类:Other systems

    • 发布日期:2017-04-16
    • 文件大小:376837
    • 提供者:xingz
  1. SmartPointer

    0下载:
  2. 实现C++中的智能指针的应用 能了解如何使用智能指针-To achieve C++, the application of smart pointers to understand how to use smart pointers
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-14
    • 文件大小:3792
    • 提供者:李姝
  1. any_ptr

    0下载:
  2. 一个类型安全的通用指针 智能指针的any_ptr可以指向任何类型的对象,提供类型安全的访问。-A Type-safe Generic Pointer
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-08
    • 文件大小:4198
    • 提供者:鱼宁
  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
    • 文件大小:472854
    • 提供者:张全
  1. vccallcom

    0下载:
  2. 在VC程序中动态注册与取消注册自定义COM并利用智能指针使用自定义COM -VC program in the dynamic registration and cancellation of registration and use of custom COM smart pointers with custom COM
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-08
    • 文件大小:99044
    • 提供者:hanxiaohua
  1. observer_mode

    0下载:
  2. 设计模式,观察者模式的源码实现,其中包含智能指针的使用-Design pattern, observer pattern in the source implementation, which includes the use of smart pointers
  3. 所属分类:GIS program

    • 发布日期:2017-03-31
    • 文件大小:1528
    • 提供者:jolin
  1. shared_ptrguide

    0下载:
  2. 一个非常不错的智能指针教程,非常适合学习-a course for shared_ptr
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-16
    • 文件大小:188049
    • 提供者:殷慧
  1. BOOST

    0下载:
  2. BOOST 比较全的资料,包括智能指针的标准之争 Boost_vs_Loki.pdf-BOOST more complete information
  3. 所属分类:software engineering

    • 发布日期:2017-05-11
    • 文件大小:2056744
    • 提供者:徐进
  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
    • 文件大小:17369
    • 提供者:徐进
  1. CPP-Technical-Report-1

    0下载:
  2. ISO/IEC TR 19768, C++ Library Extensions(函式库扩充)的一般名称。TR1是一份文件,内容提出了对C++标准函式库的追加项目。这些追加项目包括了正则表达式、智能指针、哈希表、随机数生成器等。TR1自己并非标准,他是一份草稿文件。然而他所提出的项目很有可能成为下次的官方标准。这份文件的目标在于“为扩充的C++标准函式库建立更为广泛的现成实作品”。-Proposed Draft Technical Report on C++ Library Extensions
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-01
    • 文件大小:590825
    • 提供者:vkyii
  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
    • 文件大小:14367
    • 提供者:ZYZ
  1. MFC-smartptr

    0下载:
  2. 自己写的一个智能指针,用MFC进行了简单的测试,初学的朋友可以看一下-MFC SMARTPTR
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-03
    • 文件大小:32382
    • 提供者:wangmin
  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
    • 文件大小:417792
    • 提供者:ylh
« 1 2 34 5 »
搜珍网 www.dssz.com