搜索资源列表

  1. shared_ptr

    0下载:
  2. 提取自boost的c++指针组件 shared_ptr 与 weak_ptr,并且支持enable_shared_from_this基类的集成。是c++编程中的利器中的利器-Extracted from the boost in c++ pointer component shared_ptr and weak_ptr, and supports the integration of the base class enable_shar
  3. 所属分类:其他小程序

    • 发布日期:2025-02-01
    • 文件大小:2kb
    • 提供者:laybor
  1. shared_ptrguide

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

    • 发布日期:2025-02-01
    • 文件大小:184kb
    • 提供者:殷慧
  1. HarlinnWindows-2012-11-09-02

    0下载:
  2. • Windows API errors are converted to exceptions • Maps COM HRESULT to exceptions when appropriate • Direct2D wrapper classes • DirectWrite wrapper classes • Windows Imaging Component
  3. 所属分类:对话框与窗口

    • 发布日期:2025-02-01
    • 文件大小:242kb
    • 提供者:付良甲
  1. ch5

    0下载:
  2. • Windows API errors are converted to exceptions • Maps COM HRESULT to exceptions when appropriate • Direct2D wrapper classes • DirectWrite wrapper classes • Windows Imaging Component
  3. 所属分类:其他小程序

    • 发布日期:2025-02-01
    • 文件大小:6.28mb
    • 提供者:付良甲
  1. shared_ptrguide

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

    • 发布日期:2025-02-01
    • 文件大小:184kb
    • 提供者:ymarki
  1. shared_ptrguide

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

    • 发布日期:2025-02-01
    • 文件大小:184kb
    • 提供者:orsisun
  1. command

    0下载:
  2. 用boost::shared_ptr实现command模式,并提供MacroCommand来支持复合的command。-command pattern
  3. 所属分类:系统编程

    • 发布日期:2025-02-01
    • 文件大小:2kb
    • 提供者:frank
  1. schedule

    0下载:
  2. 利用boost::shared_ptr实现schedule task系统,对象通过继承task,实现可被schedule灵活调用的机能。-schedule task
  3. 所属分类:系统编程

    • 发布日期:2025-02-01
    • 文件大小:8kb
    • 提供者:frank
  1. shared_ptr

    0下载:
  2. Substitute for bad_weak_ptr object in the case of -fno-exceptions.
  3. 所属分类:Linux/Unix编程

    • 发布日期:2025-02-01
    • 文件大小:6kb
    • 提供者:ninqnmp
  1. shared_ptr

    0下载:
  2. CHECK-GNU89-LABEL: define available_externally i32.
  3. 所属分类:Linux/Unix编程

    • 发布日期:2025-02-01
    • 文件大小:1kb
    • 提供者:ynjvya
  1. shared_ptr_base

    0下载:
  2. shared_ptr and weak_ptr implementation details C++ . -shared_ptr and weak_ptr implementation details C++ .
  3. 所属分类:Linux/Unix编程

    • 发布日期:2025-02-01
    • 文件大小:8kb
    • 提供者:wwsogei
  1. auto_ptr

    0下载:
  2. Without rvalue references, ptr got copied into the shared_ptr destructor and the copy was destroyed during unwinding. -Without rvalue references, ptr got copied into the shared_ptr destructor and the copy was destroy
  3. 所属分类:Linux/Unix编程

    • 发布日期:2025-02-01
    • 文件大小:1kb
    • 提供者:skgtfing
  1. SkLightingImageFilter

    0下载:
  2. TODO(fork): remove this static buffer.shared_ptr and weak_ptr implementation details.
  3. 所属分类:Linux/Unix编程

    • 发布日期:2025-02-01
    • 文件大小:27kb
    • 提供者:tacnpg
  1. test_deleter

    0下载:
  2. shared_ptr Example move-only deleter. -shared_ptr Example move-only deleter.
  3. 所属分类:Linux/Unix编程

    • 发布日期:2025-02-01
    • 文件大小:2kb
    • 提供者:moutzby
  1. CubicIntersection_Test

    0下载:
  2. shared_ptr and weak_ptr implementation.
  3. 所属分类:Linux/Unix编程

    • 发布日期:2025-02-01
    • 文件大小:12kb
    • 提供者:menjwlr
  1. shared_ptr

    0下载:
  2. Distributed under the Boost Software License, Version 1.0.
  3. 所属分类:Linux/Unix编程

    • 发布日期:2025-02-01
    • 文件大小:5kb
    • 提供者:tzhxxb
  1. shared_ptr

    0下载:
  2. shared ptr and weak ptr implementation for linux Device Driver.
  3. 所属分类:Linux/Unix编程

    • 发布日期:2025-02-01
    • 文件大小:4kb
    • 提供者:nongdouhei
  1. VideoServices

    1下载:
  2. 应用boost_1_56_0搭建的一个网络服务器框架,服务器框架中用到boost::asio::ip::tcp::socket、boost::singleton_pool内存池、boost::shared_ptr智能指针、 读写锁、异步通信-Application of boost_1_56_0 to build a network server fr a mework, server fr a mework used in boo
  3. 所属分类:Internet/网络编程

    • 发布日期:2025-02-01
    • 文件大小:81kb
    • 提供者:林泽森
  1. libsmart

    0下载:
  2. 在较老的GCC中尤其是嵌入式的系统环境中无法使用shared_ptr/function/bind等函数,gcc的版本不由个人控制,由公司专人负责,本程序实现了类似的shared_ptr/function/bind的功能,但function的函数参数限制在了4个,想要增加更多的参数,只需要读懂程序并且增加几个简单的宏就可以实现。另外无法向标准的function一样,使用placeholders的占位符,我这边直接忽略这些东西。-Achie
  3. 所属分类:系统编程

    • 发布日期:2025-02-01
    • 文件大小:13kb
    • 提供者:程许仙
  1. shared_ptr

    0下载:
  2. 智能指针应用 这是一个值鞥指针应用 只是为了开通至哪个好 行号 和至哪个好 站高(shared point dasfadsfasdfafasdf dasf asdf afdas fasf asdf as)
  3. 所属分类:Windows编程

    • 发布日期:2025-02-01
    • 文件大小:2.81mb
    • 提供者:honokanopann

源码中国 www.ymcn.org