搜索资源列表
VCPPISODATA-Code
- 基于VC++的ISODATA算法代码 本例基于VC++环境,使用了STL模板容器实现了ISODATA算法,简单易用。 -Based on VC++ ISODATA algorithm code cases based on VC++ environment, the use of the STL template container to achieve the ISODATA algorithm, easy to use.
FreePtr
- 这是一个很好的帮助类,在适用STL的容器的时候,可以配合for_each算法函数删除容器中的指针对象-This is a very good help category, where applicable, the STL containers, they can function with the for_each algorithm to delete the pointer container object
Stl_Tutorial_And_Reference_Guide
- The Standard Template Library, or STL, is a C++ library of container classes, algorithms, and iterators it provides many of the basic algorithms and data structures of computer science.This book will help you how to programming with STL.
SGI_Standard_Template_Library_Program_Guide
- The Standard Template Library, or STL, is a C++ library of container classes, algorithms, and iterators it provides many of the basic algorithms and data structures of computer science. The STL is a generic library, meaning that its components are he
Containers
- Data Structures - Overview of STL container classes, lecture material is adapted from E-Book "Data Structures with C++ using STL"-Data Structures- Overview of STL container classes, lecture material is adapted from E-Book "Data Structures with C++ us
ssd7exercise3
- 1实现stl容器; 2实现说给声明的函数 3使用递归方法 相对于实验2,新增了2个类Class Category。Class Categories; 关键算法: virtual void findOfferings (Listing::iterator start, Listing::iterator finish, Listing &matches) void findOfferingsRecursive (Listing::iterator start, Listi
ssd7exercise5
- 1,实现stl模型的优先队列; 2,实现所有声明的函数 关键内容: 1新建的类:bid:Class Bid models a bid placed on an advertisement. 2Changes to class Advertisement:要存放所有 竞拍他的用户信息,并根据他们放到优先队列中。 重要方法: priority_queue<Bid>& Advertisement::getBids(void) vector<Bi
STLContainer
- Own List STL Container Source Code
STL_MAP
- STL学习的好材料,在程序中使用了Vector,Map,Set容器对文本进行分析,可以查询指定单词出现的页数 行数 以及次数-STL a good learning materials used in the program Vector, Map, Set the container of the text, you can query the number of pages specified word appears, and the number of rows
dfas
- set容器,STL中简单的容器,操作很简单-set container, STL containers in a simple, operation is very simple
avl-array-CPP-1.2.1
- AVL Array 是一个C++风格的容器类,具有快速随机存取和任意位置快速插入、删除的功能。-AVL Array is a C++ STL-style container with fast random access _and_ fast insert/erase at any point (all are O(log N) worst case)
stl_src_doc
- 标准STL库手册,方便查询各个标准容器有哪些函数,怎么使用,还有一些使用的demo,在开发中,有助于提高开发速度-Standard STL library manual, easy access to each standard container which functions and how to use, there are some demo, development, help to improve development speed
CPP_STL-good-examples
- C++ STL范例大全,内含标准库中所有容器的使用方法介绍,合适初学者学习研究,有错的地方本人也进行了适当修改,大家共同进步!-C++ STL examples of documents, containing all container used in the standard library introduction, suitable for beginners to learn the wrong place with appropriate modifications, we make
CPP(STL)-state
- c++容器详解,很实用,简单易懂,不会有很多赘述,方便程序员快速阅读使用-container c++ Detailed, practical, easy to understand, there will be a lot of repeat, and easier for programmers quickly read the
hashmap_demo
- hashmap,stl,容器使用,自己写的demo,分析效率-demo, analysis the hashmap, stl, container use to write their own efficiency
map_demo
- 自己写的stl,map容器实例,希望对大家有帮助,-Stl, map write your own container instance, hope to have everyone help
a-simple-phone-book
- map容器实现一个简单的电话本,可以实现输入,查找以及删除的功能。-map container implements a simple phone book, you can achieve input, search and delete functions.
Container
- 通过堆栈实现Fibonacci序列的顺序、逆序显示-By stack implementation Fibonacci sequence order, reverse display
Introducing-The-STL
- C++’s Standard Template Library (STL) introduction to some of the container classes defined by the STL
GVector
- 利用标准库算法和Vector容器编写的数组和矩阵的加减乘除四则运算-The use of the library algorithms and Vector container prepared array and matrix add, subtract, multiply and divide the four operations
