搜索资源列表
c++_man
- C++ Vectors C++ Double-Ended Queues C++ Lists C++ Priority Queues C++ Queues C++ Stacks C++ Sets C++ Multisets C++ Maps C++ Multimaps C++ Bitsets Iterators
CppReference
- CppReference 对于c/c++的详尽说明 C/C++ Reference General C/C++ Pre-processor commands Operator Precedence Escape Sequences ASCII Chart Data Types Keywords Standard C Library Standard C I/O
C/C++ 语言参考
- C/C++ 语言参考 基本C/C++ 预处理命令 操作符优先级 转义字符 ASCII码表 基本数据类型 关键字 标准 C 库: Standard C I/O Standard C String & Character Standard C Math Standard C Time & Date Standard C Memory Other standard C functions
stack
- 使用循环数组方式实现双端队列,要求实现书面第二题中列出的所有操作,并实现一个Print输出操作,能将队列由左至右的次序输出于一行,元素间用空格间隔。队列元素类型设为整型。 输入:input.txt,给出一个操作序列,可能是Create、Print之外的任何操作,需要的情况下,会给出参数。最后以关键字“End”结束 -Use of an array of ways to achieve double-ended queue, a
duilie
- 循环双端队列的建立以及一些简单的操作,如插入、删除。-Cycle of double-ended queue, as well as the establishment of some simple operations such as insert, delete.
c++_man
- C++ Vectors C++ Double-Ended Queues C++ Lists C++ Priority Queues C++ Queues C++ Stacks C++ Sets C++ Multisets C++ Maps C++ Multimaps C++ Bitsets Iterators
BOJ1362
- 双端堆是支持双端优先队列的插入、删除最小元素和最大元素等操作的堆。 双端堆可以在对数时间内完成上述所有的操作。 -Double-ended heap to support double-ended priority queue insert, delete the smallest element and the largest such operation of the reactor element. Double-e
CppReference
- CppReference 对于c/c++的详尽说明 C/C++ Reference General C/C++ Pre-processor commands Operator Precedence Escape Sequences ASCII Chart Data Types Keywords Standard C Library Standard C I/O
double-linked-list
- double link list sample
Socket
- 实现了Socket的异步通信,包括线程间通信,双端队列通信等功能。-Socket implementation of the asynchronous communication, including inter-thread communications, double-ended queue communications functions.
list
- 单链表类双端队列,可从两端插入 单链表类双端队列,可从两端插入-Single-chain-type double-ended queue, can be inserted from the ends of single-chain-type double-ended queue, can be inserted from both ends
CPP123
- C/C++ 语言参考 基本C/C++ 预处理命令 操作符优先级 转义字符 ASCII码表 基本数据类型 关键字 标准 C 库: Standard C I/O Standard C String & Character Standard C Math Standard C Time & Date Standard C Memory Other standard
Archive
- This source code is used to implement a double ended, doubly linked list. Complete interface of the Dlist class is provided in dlist.h. There are five operational methods, four maintenance methods and three private utili
Double-endedqueue
- 双端队列,简单描述了双端队列的功能,对初学者有较大帮助-Double-ended queue, a brief descr iption of the double-ended queue functions, greater help for beginners
duilie
- 循环双端队列的元素插入,删除,以及输入输出-Double-ended queue, circular element insertion, deletion, and the input-output
36d42367beb2c803d645064d472154c4
- 一种 双端 USB电源 开关电路 的设计-A double-ended USB Power Switch Circuit Design
Double-Talk-Detection
- 在自适应滤波器中,双端通话状态检测器非常的重要,本文介绍了双端通话状态器实现的方法。-In the adaptive filter, double-ended call status detector is very important, this article describes the call state control to achieve double-ended method.
dequeue
- Write a C program to implement a double ended queue ie dequeue using doubly linked list. Implement all the operations of deq-Write a C program to implement a double ended queue ie dequeue using doubly linked list. Imple
double-talk-dectetion
- 主要根据回声路径的改变来判断是否发生了双端通话,对研究算法的同学具有一定的参考价值。-A double-ended conversation about the detection of foreign literature, mainly based on changes in the echo path to determine whether there has been double-ended conversation, st
double-ended-stack
- 基于deque实现的反向双端栈,很适合初学者学习哦~-Based deque achieve reverse double-ended stack, it is suitable for beginners to learn oh ~