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

搜索资源列表

  1. 本代码演示了平衡排序二叉树的实现,并用到了智能指针等技术.zip

    1下载:
  2. 所属分类:多媒体

    • 发布日期:
    • 文件大小:13049
    • 提供者:
  1. 本代码演示了平衡排序二叉树的实现,并用到了智能指针

    0下载:
  2. 本代码演示了平衡排序二叉树的实现,并用到了智能指针等技术-demonstration of the code balanced binary tree in order to achieve, and used an intelligent guide technology
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:13362
    • 提供者:李名
  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. SmartPoint

    0下载:
  2. 一个智能指针的实现,vc写的,可以自动释放内存-an intelligent guide the realization vc written, it will automatically free the memory
  3. 所属分类:STL

    • 发布日期:2008-10-13
    • 文件大小:1196
    • 提供者:yaowei
  1. boost_source_code

    0下载:
  2. 正则表达式,可以与POSIX API和Perl语言处理正则表达式的功能相媲美,而且还能支持各种字符类型(如char、wchar_t,甚至还可以是自定义字符类型); 多线程,想了很久的跨平台多线程库了; 数据结构“图”,再加上即将加入标准的hash_set、hash_map、hash_multiset、hash_multimap等等(事实上不少STL实作,如SGI STL,已经支持以上数据结构),C++对数据结构的支持已近完备; python,没错,对Python语言的支持;
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:3491458
    • 提供者:hnycmx
  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. auto_ptr

    0下载:
  2. 智能指针练习的例子,可以实现动态内存的自动释放
  3. 所属分类:控制台(字符窗口)编程

    • 发布日期:2008-10-13
    • 文件大小:12007
    • 提供者:zxk
  1. 智能指针原理

    0下载:
  2. 智能指针原理
  3. 所属分类:文档资料

    • 发布日期:2011-06-23
    • 文件大小:110080
    • 提供者:dcg_0_0
  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. 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. threadpool

    0下载:
  2. 一个C++线程池库,包括智能指针、线程模拟的定时器-thread pool
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-01
    • 文件大小:24282
    • 提供者:ningjiahong
  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
  1. smart_ptr

    0下载:
  2. 超越BOOST的C++智能指针 实现了同一指针初始化多个smart_ptr和BOOST的可以转换类型的smart_ptr的相互赋值-Beyond the BOOST smart pointers in C++ to achieve the same target multiple smart_ptr and BOOST initialization can be converted to the type of the mutual assignment of smart_ptr
  3. 所属分类:software engineering

    • 发布日期:2017-04-05
    • 文件大小:994
    • 提供者:BruceLee
  1. Boost-library-basic

    0下载:
  2. boost库的使用指南。 如果你想在C++中使用智能指针来管理内存, 可以参考本资料。-Boost library basic
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-28
    • 文件大小:345691
    • 提供者:nestprofessor
  1. shared_ptr

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

    • 发布日期:2017-12-18
    • 文件大小:2948096
    • 提供者:honokanopann
  1. Smart array

    0下载:
  2. 用C++在vs2013上实现的最简单的智能指针,采用应用计数的方法(The simplest intelligent pointer implemented by C++ on vs2013, using the method of application counting)
  3. 所属分类:Windows编程

    • 发布日期:2018-01-06
    • 文件大小:2914304
    • 提供者:万丈高楼
  1. SmartPoint

    0下载:
  2. OSG中智能指针的使用。自己写了一个类,用来模仿OSG的智能指针。(The use of intelligent pointer in OSG. I wrote a class that mimics the intelligent pointer of OSG.)
  3. 所属分类:3D图形编程

    • 发布日期:2018-01-09
    • 文件大小:1732608
    • 提供者:GeoHenry
« 12 3 4 5 »
搜珍网 www.dssz.com