搜索资源列表
anneal_travel
- 用模拟退火算法求解旅行商问题,其中用STL中的Vector来实现路径的存放 -simulated annealing algorithm for the traveling salesman problem, which use the STL Vector to achieve the storage path
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
tree-2.03
- 一个德国人Kasper Peeters用C++ template写的tree的STL实现,并和STL其他容器vector,map一样,提供标准STL接口,供用户调用。非常有参考价值,说明文档参见tree.pdf。-a German Kasper Peeters C template to write the tree S TL realized, and other containers and STL vector, map, providing standard STL interface,
STL_vector
- 收藏的比较好的介绍STL_Vector的电子书,分享给大家~-Good collection of books introduces STL Vector to share to everyone ~
ssd7exercise2
- 相对于实验一,新增了2个类。 Class Listing vector<Advertisement*>. Class Group vector<Client*>. 使用到了向量。增强了大家对STL向量容器,以及实现所给的声明函数。 压缩包里面有代码,指导书,以及Apache服务器。-Prerequisites: Students should have mastered the following prerequisite skills. C++
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
cppstlvector
- C++中STL VECTOR 的应用~ 想提升的朋友可以看下-C++, STL VECTOR ~ want to improve the application of the friends can Kanxia
STL
- 详细的讲述一些C排序的函数 STL 几乎封装了所有的数据结构中的算法,从链表到队列,从向量到堆栈,对hash 到二叉树,从搜索到排序,从增加到删除-Describe in detail the function of some sort STL C encapsulates almost all of the data structure algorithms, from the list to the queue, from the vector to a stack of hash to
SysArray
- 自己封装一个相对stl和vector数组模板类,名字叫做动态数组,希望给初学者有些启示-Their packaging and a relatively stl vector array template class, named the dynamic array, hopes for some inspiration for beginners
CList
- C语言版的链表实现。带头节点的双向循环链表。访STL vector的实现。-C language version of the linked list implementation. Two-way circular list node to take the lead. Visit STL vector implementation.
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
STL-Source-analysis
- STL源码剖析,矢量PDF,貌似站上还没有,对眼睛有好处-STL source code analysis, vector PDF, seemingly station has not, good for the eyes
xiazai
- stl vector的功能的实现 插入 删除 排序 查找 -stl vector insert delete function sort to find the realization of
TONGXUNLU
- 使用文件存储,能注册用户,内部存储结构为stl---vector-Use of file storage, to registered users, the internal storage structure for the stl--- vector
vector-
- stl vector 和 stack 的应用 来算出连通块的个数-application of vector and stack
STL
- STL的Vector、List、deque、set、map、queue、stack等的使用,包含了基本的用法-The STL Vector, List, deque, set, map, queue, stack, etc. are used, contains the basic usage
Stl
- 关于stl的两个小程序,分别是计算一组数的中值和存入数字-2 cpps about stl, one of which is used to calculate the mean value of numbers and the other one is used to store numbers into a vector.
Vector
- C++Vector类 STL容器 实现容器类的操作 Vector类应用-C++ Vector operations Vector class STL container implementation class application container classes
Vector
- 仿照STL Vector实现的向量(变长数组)类-STL Vector modeled implement vector (variable length arrays) class
STL
- 源码之前了无秘密,你将看到vector的实现、list的实现、heap的实现、deque的实现、Red Black tree的实现、hash table的实现、set/map的实现;你将看到各种算法(排序、查找、排列组合、数据移动与复制技术)的实现;你甚至能够看到底层的memory pook和高阶抽象的traits机制的实现。(Before the secret source code, you will see the vector implementation, list implement