停车场管理模拟系统

时间:2015-01-20 05:13:52
【文件属性】:
文件名称:停车场管理模拟系统
文件大小:40KB
文件格式:DOC
更新时间:2015-01-20 05:13:52
停车场 系统 停车场管理系统模拟课程设计 #include #include #include using namespace std; #define MAX_STOP 5 #define MAX_PAVE 100 #define MAX 105 typedef struct{ //汽车信息 string license_plate; int h; time_t timei; time_t timeo; }CAR;

网友评论