搜索资源列表
C_STL_F
- 实现一个STL中的list的嵌套使用。可以实现学习STL中list的使用。-achieve an STL list of the nested. Learning can be achieved STL list use.
stl_list
- 自己写的stl list的加强版,与stl完全兼容,适用于图像处理
STL-list(Sample)
- 用STL中的List来实现多项式的各种运算-Polynomial of a variety of computing the STL List
List
- 采用C++语言编写的链表模拟程序,可实现STL中的链表操作功能。-Linked list C++ language simulation program, linked list in the STL operation.
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.
particle
- 粒子效果演示(附代码) 利用C++所提供的一些标准容器很容易实现粒子效果. 简单的说就是,将粒子数据写在一个类里面,有一个粒子源,不停地生成粒子,然后放入一个stl::list中(push_back()方法), 然后在一个循环中遍例粒子链表,并渲染粒子,粒子的参数并不断更新,如果粒子的ALPHA值小于0,即不可见了,即代表粒子已经死亡, 即从list中删去(erase()方法), 销毁死去的粒子很重要, 如果搞忘了这一步, 你的内存很快就会被吃掉干净了. 第一个版
collect
- STL的例子,非常全面 List,Array,Map 的用法-Lists Arrays Maps
collect_STL
- STL的例子,非常全面,list,array,map的用法集合-STL example, very comprehensive, list, array, map the usage of a collection
list2
- 是STL中双向循环链表list的经典应用,面向对象的标准C++语法解决了josephus圈的问题,适合学习数据结构中stl中list的应用,需要面向对象的C++知识。-A concise aplication of "list" in STL, simple but powful.
dbinit_stl_views-1_03
- linux下gdb调试工具扩展脚本,可以查看stl模板类的信息-linux gdb debug stl list map
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
Stack-by-List
- 通过一个链表来实现栈,和STL中的实现方法不一样。-Implementing the Stack by List
mylist
- 仿照 stl list写的一个,list模版,只完成了基本的功能-stl list tiny and smart
STL
- 关于STL中的List,迭代器等的使用源码-Use the Source List, STL iterators
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.
STL-Algorithms
- STL Algorithms Non modifying sequence operations mismatch: 1. Generic mismatch algorithm: Find the corresponding positions in a deque and list at which unequal elements first occur 2. Check for mismatch between two vectors 3. Use mismatch fun
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
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
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