文件名称:flight_demo
介绍说明--下载内容均来自于网络,请自行研究使用
用C语言中链表相关知识,实现一个航班信息的录入、查询、显示、排序等功能。
1)录入(可以直接从键盘录入,也可通过文件存储)
2)显示所有航班信息
3)按照查询要求(比如日期、地点等),列出相关的航班信息。
-Linked list with C language knowledge, to achieve a flight information input, query, display, sort and other functions.
1) input (can be directly the keyboard input, but also through the file storage)
2) display all flight information
3) according to the query requirements (such as date, place, etc.), list the relevant flight information.
1)录入(可以直接从键盘录入,也可通过文件存储)
2)显示所有航班信息
3)按照查询要求(比如日期、地点等),列出相关的航班信息。
-Linked list with C language knowledge, to achieve a flight information input, query, display, sort and other functions.
1) input (can be directly the keyboard input, but also through the file storage)
2) display all flight information
3) according to the query requirements (such as date, place, etc.), list the relevant flight information.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
flight_demo\flights
...........\include\flight.h
...........\.......\list.h
...........\main
...........\main.c
...........\Makefile
...........\operate\find.c
...........\.......\Makefile
...........\.......\sort.c
...........\.......\wrap.c
...........\include
...........\operate
flight_demo