上传者: pearry
|
上传时间:2025/12/20 6:11:54
|
文件大小:53KB
|
文件类型:txt
停车场管理系统(C++实现)
/*本实验有5个类:Time---停车场时间类Stack---停车场栈类Queue---停车场便道队列类SystemLog---停车场系统日志类CarSystem---停车场系统类---------------------------------------分别有11个文件:Time----Time.hTime.cppStack----Stack.hStack.cppQueue----Queue.hQueue.cppSystemLog-----SystemLog.hSystemLog.cppCarSystem-----CarSystem.hCarSystem.cpp分别为对应的声明(头文件)和实现下面的这些文件的包含关系:intmain()#include"CarSystem.h"#include"SystemLog.h"#include"Queue.h"#include"Stack.h"#include"Time.h"文件的包含很不合理,有待日后改进~!
本软件ID:2446741