搜索资源列表
sjjg_suanfaji
- 数据结构及算法C语言实现代码集.有数据结构中的常用算法源码(c语言编写),如图论算法、线性表、栈和队列的及一些常见的计算问题
Car-parking-mange-
- 实现停车自如,利用了栈和队列的知识,在vc环境下写的-Achieve ease parking, use of the stack and queue knowledge, written in vc environment
DataStructureCS
- 数据结构-代码(C#实现) 链表:单链表,双向链表,循环链表 栈,队列 二叉树应用-表达式求值 树的操作 图 二分查找 排序算法:插入排序,选择排序,冒泡排序 -全是C#,附上Viso图和一些解释-data structue
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
- 栈和队列 数据结构实现c代码 -Stack and queue data structure c codeStack and queue data structure c code