# 机房预约系统 **Repository Path**: enemy1205/Booking_system ## Basic Information - **Project Name**: 机房预约系统 - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-08-11 - **Last Updated**: 2021-08-31 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 机房预约系统 #### 使用说明 > ###### 进入build文件夹 cd build > > ###### cmake .. > > ###### make -j6 > > ###### ./Booking_system > > ###### 即可开始运行 #### 文件结构 ```├── Booking_order │   ├── CMakeLists.txt │   ├── Include │   │   └── order.h │   └── order.cpp ├── CMakeLists.txt ├── common │   ├── admin.txt │   ├── computerRoom.txt │   ├── order.txt │   ├── student.txt │   └── teacher.txt ├── Com_room │   ├── CMakeLists.txt │   ├── com_room.cpp │   └── Include │   └── com_room.h ├── globalFile.h ├── Identity │   ├── CMakeLists.txt │   ├── Include │   │   └── identity.h │   ├── Manager.cpp │   ├── Student.cpp │   └── Teacher.cpp ├── main.cpp ├── README.md └── system_control ├── CMakeLists.txt ├── control.cpp └── Include └── control.h ``` ##### //TODO student.txt/teacher.txt第一行账户无法登录