# Smart_center **Repository Path**: wei-shaoyang/smart_center ## Basic Information - **Project Name**: Smart_center - **Description**: No description available - **Primary Language**: Unknown - **License**: GPL-3.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-09-28 - **Last Updated**: 2024-10-09 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## 文件框架如下 ``` Smart_center/ ├── headers/ │ ├── databaseop.h // 系统总预处理头文件 │ ├── mainwindow.h // 用户相关结构体和函数声明 │ ├── log_in.h // 用户登陆注册函数声明 │ ├── forecast.h // 航班相关结构体和函数声明 │ ├── reg_in.h // 链表操作相关函数声明 │ ├── music.h // 双向循环链表操作相关函数声明 │ ├── game.h // 顺序表操作相关函数声明 │ └── smart_light.h // 终端飞机入场动画函数声明 ├── sources/ │ ├── databaseop.cpp // 主程序入口 │ ├── main.cpp // 用户功能实现 │ ├── mainwindow.cpp // 用户登陆注册 │ ├── forecast.cpp // 航班功能实现 │ ├── log_in.cpp // 链表操作实现 │ ├── reg_in.cpp // 双向循环链表操作实现 │ ├── music.cpp // 顺序表操作实现 │ ├── game.cpp // 公用工具函数实现 │ ├── smart_light.c // 终端飞机入场动画实现 ├── forms/ │ ├── flights.txt // 航班信息文件 │ ├── silver_members.txt // 银卡会员信息文件 │ ├── gold_members.txt // 金卡会员信息文件 │ ├── platinum_members.txt // 白金会员信息文件 │ ├── admin_users.txt // 管理员账户信息文件 │ ├── regular_users.txt // 普通用户信息文件 │ └── feed_back.txt // 用户评价反馈文件 ├── img/ // 总项目iu设计图 ├── 框架img/ │ ├── 功能图.png // 项目功能图 └── README.md // 项目说明文档 ``` ## 项目框架 ![alt text](框架img/功能图.png) ## 开发环境介绍 - 语言:C++ - 环境:Qt creator、 vscode 、git - 技术栈:sqlites3数据库、QT ui设计、HTTP通信、JSON解析、Lambda表达式等 ## 功能介绍