文件名称:hanban
介绍说明--下载内容均来自于网络,请自行研究使用
1、 基本功能:
使用传统链表,实现以下功能:
1) 录入(可以直接从键盘录入,也可通过文件存储)
2) 显示所有航班信息
3) 按照查询要求(比如日期、地点等),列出相关的航班信息。
2、 扩展要求:
1) 完全使用内核链表完善该项目功能。
2) 对录入的信息进行排序(比如按起飞时间排序、按起飞地址排序等)
-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)
使用传统链表,实现以下功能:
1) 录入(可以直接从键盘录入,也可通过文件存储)
2) 显示所有航班信息
3) 按照查询要求(比如日期、地点等),列出相关的航班信息。
2、 扩展要求:
1) 完全使用内核链表完善该项目功能。
2) 对录入的信息进行排序(比如按起飞时间排序、按起飞地址排序等)
-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)
(系统自动生成,下载前可以参看下载内容)
下载文件列表
数据结构项目_航班系统_航班查询系统\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
数据结构项目_航班系统_航班查询系统