搜索资源列表
group-class
- 了解链表类的定义与实现,学习其使用方法; 了解栈类的定义与实现,学习其使用方法; 了解队列类的定义与实现,学习其使用方法;了解C++标准模版库STL的使用方法。 -Understand the definition and implementation of linked list class, to learn their use understand the definition and implementation of the stack class, learning t
student-management-system
- 主题是学生管理系统,采用了STL中的list类来实现存取和读写文件。-The theme is a student management system, to access and read and write files using the STL list class.
ThreadSafeQueue
- 基于C++标准模板块STL的list容器开发的线程安全的队列,实现队列的基本功能,如入队,出队,可以设置队列最大值,可以用于线程同步-Thread-safe queue based on the standard mode C++ plate STL list container development, to achieve the basic functions of the queue, such as into the team, a team, you can set the maxi
Exam_9_26
- 标准C++中,对于迭代器对象中的元素删除时的注意事项。 以vector,list为例,说明了erase使用时注意点。-in this test project,we demonstrate the Using of erase() method in STL s iteraor object.
STLMFC2
- STL list<string> 与 MFC CStringlist 用法-STL list<string> and MFC CStringlist example
PolyMulPoly_list
- 用stl实现多项式字符串相乘,用list实现,已测试。-Stl string using polynomial multiplication, with the list implementation, have been tested.
SingingCompetition
- 用VS2008写的一个唱歌比赛的应用,主要练习STL各种容器的使用,包括vector,list,set,multiset,map,multimap等-Using VS2008 to write a singing competition applications, the main variety of exercises using STL containers, including vector, list, set, multiset, map, multimap, etc.
poly
- 使用了stl的list实现的多项式类。实现了多项式的加减乘的运算。已经比较完善。适合新手学习。-Using the STL polynomial class list implementation.Implements the polynomial of add and subtract in arithmetic.Has been more perfect.Suitable for beginners learning.
