• 大小: 19KB
    文件类型: .zip
    金币: 1
    下载: 0 次
    发布日期: 2021-01-05
  • 语言: C/C++
  • 标签:

资源简介

简易停车管理系统,不坑》》》》》》》》》》》》》》》》》》》》》》》》》》》》》》》》》》》》

资源截图

代码片段和文件信息

/* 文件名:depot.c
 * 作者:王永超;
 * 版本:1.0;
 * 摘要:停车管理系统;
 */
#include
#include
/* 文件名:depot.c
 * 作者:王永超
 * 摘要:实现停车管理系统的主函数
 */
#include“Stack.h“
#include“Queue.h“
#include“input.h“
//队列遍历函数
void visit(ElemType e)
{
printf(“%d\n“e);
}
//栈的遍历函数
State search(ElemType e)
{
printf(“%d\n“e);
}

//停车函数
void stopCar(SeStack *stopQueuelink *waitElemType e)
{
int stopsize;//停车场空位
int waitsize;//等待车辆数
int flag;//选择标志符

printf(“**********************\n“);
printf(“欢迎使用停车管理服务:\n“);
printf(“\n“);
//查询停车场空位
stopsize = STACK_INIT_SIZE-SeStackLength(stop);
printf(“停车场空位:%d\n“stopsize);

if(stopsize > 0)//判断是否能进行停车
{
printf(“你可以进行停车!“);
printf(“请输入你的车牌号(三位车牌号码):“);
e = gain();
                while(e == 0)
                {
                        printf(“请输入你的车牌号(三位车牌号码

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     目录           0  2017-11-22 09:25  depot\
     文件        3568  2017-11-20 00:31  depot\#Queue.c#
     文件         230  2017-11-19 21:19  depot\Commen.h
     文件        3571  2017-11-20 01:07  depot\Queue.c
     文件        1809  2017-11-20 01:02  depot\Queue.h
     文件        3274  2017-11-20 03:34  depot\Stack.c
     文件        3266  2017-11-17 02:11  depot\Stack.c~
     文件        1751  2017-11-19 21:31  depot\Stack.h
     文件       11603  2017-11-21 01:09  depot\depot
     文件        8860  2017-11-21 01:09  depot\depot.c
     文件         865  2017-11-21 01:11  depot\input.c
     文件         243  2017-11-21 00:47  depot\input.h
     文件        7047  2017-11-20 03:34  depot\main
     文件        1680  2017-11-20 02:25  depot\main.c

评论

共有 条评论

相关资源