搜索资源列表
本代码演示了平衡排序二叉树的实现,并用到了智能指针
- 本代码演示了平衡排序二叉树的实现,并用到了智能指针等技术-demonstration of the code balanced binary tree in order to achieve, and used an intelligent guide technology
count_ptr
- 自定义的智能指针类,可是多个指针共用对象,且不会造成内存泄露的问题-since the definition of smart pointer types, but a number of indicators shared object, and it will not disclose the cause memory problems
northwest_wolf_Utility
- 一些实用工具类,包括智能指针、循环队列、同步队列、环状缓冲区、线程模型等。-some practical tool categories, including smart pointer, cyclic queue, queue synchronous, circular buffer, thread model.
SmartPoint
- 一个智能指针的实现,vc写的,可以自动释放内存-an intelligent guide the realization vc written, it will automatically free the memory
boost_source_code
- 正则表达式,可以与POSIX API和Perl语言处理正则表达式的功能相媲美,而且还能支持各种字符类型(如char、wchar_t,甚至还可以是自定义字符类型); 多线程,想了很久的跨平台多线程库了; 数据结构“图”,再加上即将加入标准的hash_set、hash_map、hash_multiset、hash_multimap等等(事实上不少STL实作,如SGI STL,已经支持以上数据结构),C++对数据结构的支持已近完备; python,没错,对Python语言的支持;
MEMORY-MANAGE
- 本程序主要实现内存管理的演示说明功能,利用MFC将七个部分综合在一起来说明内存管理的相关知识,包含1:内存空间分配,2:分配失败,3:堆区学习,4:虚拟内存,5:内存泄漏,6:内存池,7:智能指针等七部分,现已实现分配失败,堆区学习,内存泄漏等三部分,其他的演示对话框已经完成,但是功能还未实现-this procedure main memory management functions of the presentations, MFC will use some combination of
auto_ptr
- 智能指针练习的例子,可以实现动态内存的自动释放
智能指针原理
- 智能指针原理
AutoPtr
- 智能指针. new一个对象以后不需要delete, 即可被释放. 利用了对象的构造和析构.-Smart pointer. New future does not need an object delete, can be released. Use of the object structure and destructor.
SmartHandle
- 资源句柄智能指针类,支持一般资源句柄、注册表句柄、文件视图句柄、动态库句柄及文件句柄的动态卸载的能力,防止不小心而造成的内存泄露;-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
fastest_smart_pointer
- 撰写您自己的智能指针将专门解决性能问题。当调试结束后,您采取了由此产生的类(命名为: 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
main
- 智能指针的原理, 简单易懂, 不懂的同学可以看看源码, 调试一下。-The principle of the smart pointer, easy-to-read, the students do not look at the source, click Debugging.
threadpool
- 一个C++线程池库,包括智能指针、线程模拟的定时器-thread pool
pointer
- Vc++ 主要讲解智能指针, 对c++学员有用-Vc++ smart pointer to the main talks on the c++ useful for students
smart_ptr
- 超越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
Boost-library-basic
- boost库的使用指南。 如果你想在C++中使用智能指针来管理内存, 可以参考本资料。-Boost library basic
shared_ptr
- 智能指针应用 这是一个值鞥指针应用 只是为了开通至哪个好 行号 和至哪个好 站高(shared point dasfadsfasdfafasdf dasf asdf afdas fasf asdf as)
Smart array
- 用C++在vs2013上实现的最简单的智能指针,采用应用计数的方法(The simplest intelligent pointer implemented by C++ on vs2013, using the method of application counting)
SmartPoint
- OSG中智能指针的使用。自己写了一个类,用来模仿OSG的智能指针。(The use of intelligent pointer in OSG. I wrote a class that mimics the intelligent pointer of OSG.)