文件名称:Qt_Flight
- 所属分类:
- 数据结构常用算法
- 资源属性:
- 上传时间:
- 2018-12-24
- 文件大小:
- 42kb
- 下载次数:
- 2次
- 提 供 者:
- linux*****
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
图形化界面,简易航线查询系统,数据源为压缩包内的.csv文件
求任意两个机场之间的最短飞行时间。
仅限直飞或 1 次中转,求任意两个机场的航线(航班 ID 顺序表)。
给定起飞时段或者降落时段或者机型要求,求任意两个机场的多个备选航线(航班 ID 顺序表)。
给定起飞时段或者降落时段或者机型要求,求任意两个机场之间的航费(机票价格)最低的路径。(Find the shortest flight time between any two airports.
Only direct flights or one transit are allowed, and the routes of any two airports (flight ID sequence table) are obtained.
Given the take-off time or landing time or aircraft type requirements, find multiple alternative routes (flight ID sequence table) for any two airports.
Given the take-off time or landing time or aircraft type requirements, find the lowest route between any two airports (ticket price).)
求任意两个机场之间的最短飞行时间。
仅限直飞或 1 次中转,求任意两个机场的航线(航班 ID 顺序表)。
给定起飞时段或者降落时段或者机型要求,求任意两个机场的多个备选航线(航班 ID 顺序表)。
给定起飞时段或者降落时段或者机型要求,求任意两个机场之间的航费(机票价格)最低的路径。(Find the shortest flight time between any two airports.
Only direct flights or one transit are allowed, and the routes of any two airports (flight ID sequence table) are obtained.
Given the take-off time or landing time or aircraft type requirements, find multiple alternative routes (flight ID sequence table) for any two airports.
Given the take-off time or landing time or aircraft type requirements, find the lowest route between any two airports (ticket price).)
(系统自动生成,下载前可以参看下载内容)
下载文件列表
文件名 | 大小 | 更新时间 |
---|---|---|
Flight | 0 | 2018-12-24 |
Flight\Flight.pro | 1055 | 2018-12-22 |
Flight\Flight.pro.user | 23865 | 2018-12-24 |
Flight\main.cpp | 248 | 2018-12-22 |
Flight\mainwindow.cpp | 7776 | 2018-12-24 |
Flight\mainwindow.h | 470 | 2018-12-24 |
Flight\mainwindow.ui | 14349 | 2018-12-24 |
Flight\mgraph.cpp | 16246 | 2018-12-24 |
Flight\mgraph.h | 1449 | 2018-12-24 |
flight.csv | 161085 | 2018-12-20 |