搜索资源列表
Loki.rar
- Modern C++ Design 一书中实现的程序库,全面体现Policy Based Programming 的灵活,提供了诸多设计模式何smart pointer的灵活实现,强烈推荐!
clonePtr
- a non-sharing smart pointer class that can be used with STL containers such as std::map, vector, list, set, and deque. The smart pointer has an assignment operator and greater than operator that call the target object s operator.-a non-sharing smart
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.
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
SmartPtr_demo
- C++垃圾回收框架,一个智能指针模版类,管理内存分配,以及自动回收。支持异步。-C waste recovery framework, a smart pointer class template, memory allocation management, and automatic recovery. Asynchronous support.
smartptr
- 智能指针,很好的vc支持代码, 适合vc开发人员-smart pointer, good vc support code for developers vc
smart_ptr
- 智能指针的实现代码.模仿的是boost库中的实现-Smart pointer implementation code imitation is the boost library to achieve
Loki
- Modern C++ Design 一书中实现的程序库,全面体现Policy Based Programming 的灵活,提供了诸多设计模式何smart pointer的灵活实现,强烈推荐!--The program library which has been realized in the book <>, it embodies the flexibility of Policy Based Programming, and provides the realisation
ADT
- 看了高质量程序设计后对里面的智能指针重载-》运算符很感兴趣 做的测试程序-Read high-quality programming on the smart pointer inside the heavy-duty- Operators are very interested in doing the test procedure
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
SmartPointer
- 详细讲解只能指针怎么使用。 并且带有一些不错的例子。-Introduce smart pointer.
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.
Record-set-Ptr
- 使用_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
SmartPointer
- 自定义智能指针类,内含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
smart_pointer_src
- The Safest Smart Pointer of the East
SmartPoints
- 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.
pointer
- Vc++ 主要讲解智能指针, 对c++学员有用-Vc++ smart pointer to the main talks on the c++ useful for students