搜索资源列表
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 C functions C++ C++ I/O
linkqueue
- 链式队列是一种特殊的线性表,它只允许在表的前端(front)进行删除操作,而在表的后端(rear)进行插入操作。进行插入操作的端称为队尾,进行删除操作的端称为队头。队列中没有元素时,称为空队列。一般队列的存储结构是顺序存储,当队列的存储结构是链式存储结构时(即队列中每个元素都包含一个指向其后继的指针,最后一个元素指针为null),就是链式队列,和链栈同理。-A queue is a special kind of linear form, it only allows the front end
seqlist
- 结构线性表是一种常用的数据结构,以下介绍线性表及其顺序存储,并对栈和队列及它们的顺序实现给出了详细的设计描述。-Linear table structure is a common data structure, the following describes the linear form and stored in order, and stacks and queues and their sequential implementation gives a detailed design
Untitled1
- 马踏棋盘,经典算法,是数据结构的C语言版,用栈和队列来实现-Is the data structure of the C language version, with stacks and queues to achieve
mataqip
- 马踏棋盘的经典算法 是数据结构的C语言版,用栈和队列来实现-请键入文字或网站地址,或者上传文档。 取消 Mǎ tà qípán de jīngdiǎn suànfǎ Shì shùjù jiégòu de C yǔyán bǎn, yòng zhàn hé duìliè lái shíxiànHorse riding board classical algorithm Is the data structure of the C language version, with st
stack-queue
- 堆栈、队列、表的简单实现及其应用,简要说明了其原理-Simple implementation and application stacks, queues, tables, and a brief descr iption of its principle
Desktop
- 栈,队列的各种操作极其应用,顺序表排序-Stacks, queues extremely apply various operations, table sorting order. . . .
1
- 取得队列不同类型的统计信息。下列描述中提及的时间是基于何时队列元素被加入到队列中(到达时间)以及队列元素从加入队列到被删除出去的时间差(等待时间)。时间单位为仿真的时间精度。其中q_stat_value (输出)参数返回取得的消息,而其中q_stat_code (输入) 参数可以取 1—6,分别表示要求取得的信息类型: 1. 当前队列长度。 2. 平均达到时间间隔。 3. 最大队列长度。 4. 最短等待时间 5. 当前队列中队列元素的最长等待时间。
source-code-of-data-structure
- 数据结构书籍源码,内含链表,队列,树,图等多种实现源码。-Books source data structure, containing lists, queues, trees, graphs, and other realize source.
QueueWithTwoStacks
- 用两个栈实现队列,此方法中所有的函数都有几个实现以及最优实现方法-Implementing queues with two stacks, and all the functions in this method have several implementations and the best implementation
