Description: 1, the basic functions:
Using traditional chain, to achieve the following functions:
1) Input (can be entered directly from the keyboard, or through file storage)
2) show all flight information
3) in accordance with the query requests (such as date, location, etc.), a list of relevant flight information.
2, the expansion requirements:
A) fully complete the project using the kernel linked list function.
2) information on the entry sort (eg sort by departure time, departure address by sorting)
To Search:
File list (Check if you may need any files):
数据结构项目_航班系统_航班查询系统\database.dat
..................................\define_datatype.h
..................................\interface.c
..................................\interface.h
..................................\interface.o
..................................\kernel_list.h
..................................\main.c
..................................\main.o
..................................\main_object
..................................\Makefile
..................................\mylist.c
..................................\mylist.h
..................................\mylist.o
..................................\oper_file.c
..................................\oper_file.h
..................................\oper_file.o
数据结构项目_航班系统_航班查询系统