登录
首页 » 数据结构 » 数据结构栈队列

数据结构栈队列

于 2022-02-16 发布 文件大小:5.84 kB
0 222
下载积分: 2 下载次数: 1

代码说明:

数据结构栈队列-车场管理-queue data structure stack-Yard Management

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • 一. 问题描述很多涉及图上操作的算法都是以图的遍历为基础的。试写一个程序,演示在连通的无向图上访问全部节点的操作。二. 基本要求以邻接多重链表为存储。实现连...
    一. 问题描述很多涉及图上操作的算法都是以图的遍历为基础的。试写一个程序,演示在连通的无向图上访问全部节点的操作。二. 基本要求以邻接多重链表为存储结构。实现连通无向图的深度和广度优先遍历。以用户指定的节点为起点,分别输出每种遍历下的节点访问序列和相应生成树的边集。-one. Description many issues involving maps of algorithms are to traverse the map-based. A written test procedures, demonstrating the connectivity of undirected graph visit all the nodes on the operation. 2. Adjacent to the basic requirements for storage of multiple linked list structure. Connectivity to the map without the depth and breadth- first traversal. User specified nodes as a starting point, the output of each node traversal visit Spanning Tree sequence and the corresponding set of edges.
    2022-07-10 16:08:09下载
    积分:1
  • c++链式队列的实现
    c++链式队列的实现头文件如下: typedef int Item; typedef struct node * PNode; typedef struct node {  Item data;  PNode next; }Node; typedef struct {  PNode front;  PNode rear;  int size; }Queue; /*构造一个空队列*/ Queue *InitQueue(); /*销毁一个队列*/ void DestroyQueue(Queue *pqueue); /*清空一个队列*/ void ClearQueue(Queue *pqueue); /*判断队列是否为空*/ int IsEmpty(Queue *pqueue); /*返回队列大小*/ int GetSize(Queue *pqueue); /*返回队头元素*/ PNode GetFront(Queue *pqueue,Item *pitem); /*返回队尾元素*/ PNode GetRear(Queue *pqueue,Item *pitem); /*将新元素入队*/ PNode EnQueue(Queue *pqueue,Item item); /*队头元素出队*/ PNode DeQueue(Queue *pqueue,Item *pitem); /*遍历队列并对各数据项调用visit函数*/ void QueueTraverse(Queue *pqueue,void (*visit)());
    2023-09-04 20:50:03下载
    积分:1
  • 还原一个简单的二叉树和树的屏幕上输出的小程序,帮助…
    一个简单还原二叉树并在屏幕输出树形的小程序,帮同学做的数据结构作业,估计对初学者会有些帮助-Restore a simple binary tree and tree on the screen output of the applet to help students to do homework data structure, it is estimated that it might be useful for beginners
    2022-01-22 16:35:38下载
    积分:1
  • Excel statements I do, the very old Rksvr.ini documents in the following setting...
    我做Excel报表,很老了Rksvr.ini文件文档在以下设置中,您必须更改实际的目录系统[syspath]=D:excelu sample1 temporary=D:excelu sample1与此相关的图片如下:点击查看文档忘记注意这是因为在vfp6下写入,所以选择对vfp8语句稍加改动,请自行修改
    2022-05-14 18:48:23下载
    积分:1
  • 用VC&&SQL开发的宾馆管理系统
    用VC&&SQL开发的宾馆管理系统-VCSQL development with the hotel management system
    2023-04-16 17:05:02下载
    积分:1
  • 2022-03-19 03:53:35下载
    积分:1
  • delphi控件 一般开发人员都用,使用的库控件
    delphi控件 一般开发人员都用,使用的数据库控件-general controls delphi developers are using the database control
    2022-03-19 19:16:02下载
    积分:1
  • 同时rear和len分别指示环形队列中队尾元素的位置和内含元素的个。设计相应的入队和出队算法。...
    同时rear和len分别指示环形队列中队尾元素的位置和内含元素的个数。设计相应的入队和出队算法。-At the same time, rear and len, respectively, annular instructions squadron tail queue element containing the location and the number of elements. Design corresponding to the team and the team algorithm.
    2023-03-12 17:10:04下载
    积分:1
  • 应用
    是一个用于管理公司avous we make Purchase of good sales order quote proforma模块的应用程序;
    2022-08-09 20:44:20下载
    积分:1
  • Visual Basic编程实例与技巧(库 编程),本书着重讲述了库编程...
    Visual Basic编程实例与技巧(数据库 编程),本书着重讲述了数据库编程-Visual Basic programming examples and techniques (database programming), this book focuses on the Database Programming
    2022-06-15 09:15:49下载
    积分:1
  • 696518资源总数
  • 106245会员总数
  • 18今日下载