搜索资源列表
ARRAYS.rar
- C语言开发的智能数组类库,实现自动回收资源,动态分配数组,内存优化使用等功能。
C++面向对象程设计——使用STL编程
- C++面向对象程设计——使用STL编程.rar-C-Object-oriented design -- the use of the STL program. Rar
cqa0408
- 代码包含以下一个示范例子: 1、GetKeyState 使用示例 2、STL 字符串类与 UNICODE 3、如何向C#或.NET框架暴露 C++ 对象? 4、如何获取专用文件夹的路径名? 巧。-code contains a model following examples : 1, 2 GetKeyState use examples, and the STL string UNICODE three categories, how to C# or.NET framework expose
DELPHI_STL
- C++中的STL真的让人爱不释手,如果你使用DELPHI,现在你也有了类似于STL的标准库,还不赶快下载啊!-C STL really appeal to people, if you are using Delphi, now you also have STL similar to the standard library, not quickly download ah!
MyAccumulatePro
- C++ stl accumulate的使用实例,小例子适合初学者使用,使用Winconsole开发
STLport-4.5
- 使用C++语言对标准模板类和数据结构进行实现
C++STL
- 一本c++ 标准库教程、使用指南,是一本不可多得的C++参考书。
alloc
- 使用c语言实现的内存池,并且进行了封装,与stl配合使用,测试效率
1899
- 第一次这么大规模地使用stl,果然比纯c慢很多
otl.hpp
- 一个比较好的开源数据库读取库,用于C++ 主要可以如同使用stl一样使用这个库
Hashmap
- hash map 使用范例,帮你更好学习hashmap和C++stl-hash map usage examples to help you better learn the hashmap and C++ stl
STLStream
- 使用标准模板库流(STL STREAM)来简化C++“线程安全”的日志记录-Logging:Flow using a standard template library (STL STREAM) to simplify the C++ “thread-safe”
ptypes.tar
- ptyes,轻量级的stl,C++初学者的很好的参考资料,也可以在实际中使用-ptyes, lightweight stl, C++ for a good reference for beginners as well as in the actual use of
cpp200
- 《C++应用编程200例 赫阿明著》源码 通过大量实例全面系统介绍了C++语言程序设计的基本概念和方法,主要内容包括:基本运算、数据类型、程序结构、函数、类与对象、预处理指令、文件处理、函数模板、类模板和STL的使用等。 通过实例讲解,使初学者能较快入门。-cpp 200
c_list
- C语言下开发的双链表算法,模拟C++中STL接口说明,可以在嵌入式C语言中直接使用。-double list using C language.
C.STL
- 本书是一本有关于C++ 标准模板库的介绍的丛书 即使是拥有STl使用经验的人也可以从本书中学到新知识-This book is a book about C++ standard template library even though the introduction of the series is to have STl experience in the use of the people can learn new knowledge from this book,
LAB
- 使用C++的STL数据结构实验,包括链表、八皇后、扩展洗车仿真、Binary Search Tree的平均树高等问题的实验-Using C++, STL data structure experiments, including lists, eight queens, extended car wash simulation, Binary Search Tree problems as the average tree experiment
PageRank
- PageRank算法实现。使用C++、STL编程实现-PageRank Codes
sort
- 利用堆排序的思想,使用C++模板类,对数组进行排序,输出最大或最小的k个数。-The use of heap sort of thinking, using C++ template class, sort the array, the output of the maximum or minimum number of k.
map
- 使用c++,利用STL中的map容器,实现对单词频率的统计。-Use c++, use the STL map container, to achieve the word frequency statistics.