搜索资源列表
IOCP1
- Windows 2000. --*/ 的完成端口例子,做的一个完成端口练习。 我把代码写的更清晰了一些。 还有一点,就是,我使用了一个,我叫做“双链表”的数据结构来管理IO结点和单句柄结点。这个东西是用stl里的list做的-Windows 2000. ------- / Completion of the port example, do a complete port practice. I have to write the code more clearly some of it. An
implementMapVecterListWithCProgram
- c语言实现了stl里面的map,vector,list,是了解学习stl容器的好东西。-c language to implement stl inside the map, vector, list, is to understand the good things to learn stl containers.
CH_STL
- 详细介绍STL,包括vector,deque,list,set和map的实现原理和使用方法-Details of STL, including the vector, deque, list, set and map to achieve the principles and use
STL222
- 一些STL编程方面的源代码,其中包括vector,list拿出来给大家分享-Some aspects of STL programming source code, including vector, list out for everyone to share
cplusplus
- 链表 回文判别 多态性 返型程序设计和STL编程-Palindrome-based distinguishing polymorphism of the list back to program design, and STL programming
SysQueue
- 自己封装一个相对stl和queue对列模板类,名字叫做动态队列,希望给初学者有些启示-A relatively stl own package and the list of template class queue, called the dynamic queue name, want to give some inspiration for beginners
vcPP2
- CatListBox_src.zip CatListBox_demo.zip 这个程序模仿Outlook建立分类列表框。 CClockST_src.zip CClockST_demo.zip 一个简单的数字时钟程序,其中的date类派生于MFC CStatic 基类。 CIVStringSet_Demo.zip CIVStringSet_Source.zip 基于MFC和STL平台的字符串类,可以实现在快速字符串搜索。
printer
- 测试你对这项任务队列和你有能力使用STL队列适配器的理解。您被要求完成的实施方案模拟一个共享打印机。这种打印机使用先入先出队列。 仿真工程通过阅读和处理从数据文件中的事件列表。每一个有效的数据文件中的行包含有关打印作业和作业提交时,这个时间信息。具体来说,在每一行中包含的信息是时间(以秒为单位)提交作业,在作业的页面长度,以及从中作业提交计算机的名称。在仿真开始时,这些事件都应该是阅读的计划,并在继承的工作量队列中。 该方案应通过增加内部模拟一个循环或while循环计数器时间的推移。
SingleList
- 通过STL来模拟实现单链表的功能,提供通用的接口来调用-Through the STL to simulate the function of the singly linked list, to provide a common interface to call
dashujiecheng
- 利用链表类或者标准STL实现任意大数阶乘的精确计算,并在屏幕上显示出来-The linked list class or standard STL implementation of any accurate calculation of the factorial of large numbers, and displayed on the screen
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.
STL-vector
- STL的应用,其中包含详细的vector,map,set,list的每一个函数的具体操作。-STL' s application, which contains detailed vector map, set, list every function specific operations.
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.
test18_chy
- (1) 编写程序,实现STL链表的增、删、改、查、排序; (2) 对比实现中实现的容器类,思考STL中容器的实现; -(1) write a program, the realization of the STL list of add, delete, change, check and sorting (2) compare the implementation in the implementation of container classes, thinking the S
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.