搜索资源列表
DequeExample
- Windows环境下,CSharp语言开发的工作队列Deque程序
RussiaBlock
- 用C++写的一个俄罗斯方块程序。涉及到各种形状类和多线程,以及队列deque,想学习的可以参考一下 :(-With C++ Written by a Russian box procedures. Category involves a variety of shapes and multithreading, as well as the queue deque, would like to study for reference: (
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
deque
- 在一个双端队列的两端实现添加删除,并进行队列判空判满操作-In a double-ended queue, add and delete both ends to achieve, and the queue is full of sub-contracting operation of air
deque1
- example how to write deque
zuoye3_1
- 1. 所谓双端队列(double-ended queue,deque),就是在列表的两端都可以插入和删除数据。因此它允许的操作有Create、IsEmpty、IsFull、Left、Right、AddLeft、AddRight、DeleteLeft、DeleteRight。使用循环数组方式实现双端队列,要求实现上述操作,并实现一个Print输出操作,能将队列由左至右的次序输出于一行,元素间用空格间隔。队列元素类型设为整型。-Called deque (double-ended queue, de
Deque
- 关于STL deque的应用 小实例-STL deque small instance
CPPexam10
- 1. 使用 C++标准模板库(STL)中的双向队列类(deque)重新实现实验九中实验任务2。 2. 声明一个整型数组,使用 C++标准模板库(STL)中的查找算法 find()进行数据的查找,然后应用排序算法Sort(),并配合使用标准函数对象Greater<T>对数据进行升序和降序排序。 -1 Use C++ Standard Template Library (STL) in the two-way queue class (deque) reimplement exp
dequeue
- 双端队列的介绍、编程、测试,适合入门学习,不错的参考资料-Deque introduction, programming, testing, suitable for entry-learning, good reference
ArrayDeque
- An implementation of Deque, backed by an array for Linux v2.13.6.
Deque
- Deque的一个基本实现,该有的功能应该都有吧-Deque is a fundamental realization that some functions should have it
safedeque_src
- safe deque class by using stl
test_deque
- 对C++顺序容器(deque)的简单使用-Simple use of C++ order container (deque) of
UESTC_STL
- 电子科技大学STL编程课期末作业。有以下数字:11,12,13,2,3,4,5,6,7,16,17,18.将以上数据依次压入容器deque中,选用一种排序算法排序后,连续弹出3个数据(pop_front)后,对剩余数据进行累加并输出;而后删除所有大于11的数,并输出。-Job University of Electronic Science STL programming classes in arrears. The following figures: 11,12,13,2,3,4,5,6,
stl
- stl部分题答案 有以下数字:11,12,13,2,3,4,5,6,7,16,17,18.将以上数据依次压入容器deque中,选用一种排序算法排序后,连续弹出3个数据(pop_front)后,对剩余数据进行累加并输出;而后删除所有大于11的数,并输出(stl the above data sequentially pressed into the deque container, use a sorting algorithm sorting, continuous pop-up 3 d
Deque
- Hand of Deck source Code in C