数据结构 停车场管理系统(Data structure parking lot management system).docVIP

  • 12
  • 0
  • 约8.34千字
  • 约 22页
  • 2017-07-24 发布于河南
  • 举报

数据结构 停车场管理系统(Data structure parking lot management system).doc

数据结构 停车场管理系统(Data structure parking lot management system)

数据结构 停车场管理系统(Data structure parking lot management system) #包括是。H #包括 malloc。” #包括 stdio. h #包括程序。” #包括窗口。” / /清空当前屏幕 #定义clearscreen()系统(“华彩”) / /显示字符串szprompt并等待用户按下任意键 #定义暂停(szprompt)printf(“%s”,szprompt),getch() typedef struct carinformation /车辆信息 { 焦szregistrationmark [ 64 ];//车牌号 焦szarrivaltime [ 16 ];//到达时间 焦szentrancetime [ 16 ];//进入停车场(开始计费)时间 焦szdeparturetime [ 16 ];//离开时间 } tcarinformation,* lptcarinformation; typedef struct carstack { lptcarinformation lpcarinformation;/ /车辆信息 int ntop;/ /栈顶元素下标 国际nstacksize;/ /栈容量 } tcarstack,* lptcarstack; / /初始化栈lpcarstack,将其容量设置为nsize 无效initsta

您可能关注的文档

文档评论(0)

1亿VIP精品文档

相关文档