文件名称:DATABASE_APPLICATION_DESIGN(tc)
介绍说明--下载内容均来自于网络,请自行研究使用
1、 一元多项式计算**
任务:能够按照指数降序排列建立并输出多项式;
能够完成两个多项式的相加、相减,并将结果输入;
在上交资料中请写明:存储结构、多项式相加的基本过程的算法(可以使用程序流程图) 、源程序、测试数据和结果、算法的时间复杂度、另外可以提出算法的改进方法;
2、 订票系统
任务:通过此系统可以实现如下功能:
录入:可以录入航班情况(数据可以存储在一个数据文件中,数据结构、具体数据自定)
查询:可以查询某个航线的情况(如,输入航班号,查询起降时间,起飞抵达城市,航班票价,票价折扣,确定航班是否满仓);
可以输入起飞抵达城市,查询飞机航班情况;
订票:(订票情况可以存在一个数据文件中,结构自己设定)
可以订票,如果该航班已经无票,可以提供相关可选择航班;
退票: 可退票,退票后修改相关数据文件;
客户资料有姓名,证件号,订票数量及航班情况,订单要有编号。
修改航班信息:当航班信息改变可以修改航班数据文件
要求:
根据以上功能说明,设计航班信息,订票信息的存储结构,设计程序完成功能
-1 and polynomials calculation** tasks : to index descending in accordance with established and output polynomial; to complete the combined two polynomials, subtract, and the results input; in submitted information please specify : storage structure, polynomial together the basic process of the algorithm (which can be used flowchart), the source code, test data and results, the time complexity, it also proposed algorithm improvements; 2, the booking system tasks : through this system can achieve the following functions : recording : flights can be input (data can be stored in a data file, the data structure, specific data set) Inquiries : inquiries can be a route (for example, the importation of flights, the time for landing, take off arrival, flight fares. discount fares, flights to deter
任务:能够按照指数降序排列建立并输出多项式;
能够完成两个多项式的相加、相减,并将结果输入;
在上交资料中请写明:存储结构、多项式相加的基本过程的算法(可以使用程序流程图) 、源程序、测试数据和结果、算法的时间复杂度、另外可以提出算法的改进方法;
2、 订票系统
任务:通过此系统可以实现如下功能:
录入:可以录入航班情况(数据可以存储在一个数据文件中,数据结构、具体数据自定)
查询:可以查询某个航线的情况(如,输入航班号,查询起降时间,起飞抵达城市,航班票价,票价折扣,确定航班是否满仓);
可以输入起飞抵达城市,查询飞机航班情况;
订票:(订票情况可以存在一个数据文件中,结构自己设定)
可以订票,如果该航班已经无票,可以提供相关可选择航班;
退票: 可退票,退票后修改相关数据文件;
客户资料有姓名,证件号,订票数量及航班情况,订单要有编号。
修改航班信息:当航班信息改变可以修改航班数据文件
要求:
根据以上功能说明,设计航班信息,订票信息的存储结构,设计程序完成功能
-1 and polynomials calculation** tasks : to index descending in accordance with established and output polynomial; to complete the combined two polynomials, subtract, and the results input; in submitted information please specify : storage structure, polynomial together the basic process of the algorithm (which can be used flowchart), the source code, test data and results, the time complexity, it also proposed algorithm improvements; 2, the booking system tasks : through this system can achieve the following functions : recording : flights can be input (data can be stored in a data file, the data structure, specific data set) Inquiries : inquiries can be a route (for example, the importation of flights, the time for landing, take off arrival, flight fares. discount fares, flights to deter
(系统自动生成,下载前可以参看下载内容)
下载文件列表
DATABASE_APPLICATION_DESIGN(tc).doc