搜索资源列表
jipiaoxiaoshouguanlixitong
- 用VB和SQL开发的一套机票销售管理系统-with VB and SQL development of a management system for ticket sales
plane
- 机票预定系统课程设计,包括航班信息,旅客信息,预定信息-ticket reservation systems design courses, including flight information, passenger information, and is expected to information
order
- 一个课程作业,实现了与SQLserver关联,构造一个小型订购系统,提供机票,旅馆,汽车的预定,查询等功能(对应于SQLserver中的FLIGHTS,HOTELS,CARS,RESERVATIONS,CUSTOMER表)并实现了数据的一致性,完整性约束,由于是一点一点摸索出来的,里面有很多冗余的代码,读者自己披沙拣金吧
网上机票订票系统数据库(oracle实现)
- 这是一个网上订票系统,包括具体的建模以及SQL实现。实现部分包括触发器,存储过程等-This is an online booking system, including specific modeling and SQL. Implementation includes triggers, stored procedures, etc.
plane
- 在本机票预定系统项目的前一阶段,也就是概要设计阶段中,已经将系统用户对本系统的子模块功能做了详细的阐述,这些模块功能具体设计将在本报告中详尽得以叙述及阐明。 本阶段已在系统的概要设计的基础上,对机票预定系统做详细设计。主要解决了实现该系统程序模块具体设计问题。包括确定算法,数据结构,模块接口的使用,数据库的动态操作以及界面设计等。在以下的概要设计报告中将对在本阶段中对系统所做的所有详细设计进行详细的说明。 -In the ticket reservation system project
VBjipiaoxiaoshou
- 这是个用VB编写的机票销售与查询管理系统,可以实现对于机票的简直管理,该程序应在VB.net环境下运行,所用的后台数据库为SQL 2000,需将数据库备份还原后再运行-This is prepared using VB ticket sales and inquiry management system, can be achieved simply for the ticket management, the program should be run under VB.net environ
SQL2000plane
- SQL sevice 2000 写的机票航班预定系统-SQL sevice 2000 flight is scheduled to write the ticket system. .
SQL
- 机票预订系统,可以实现机票的预定,查询旅客信息,航班信息等-Ticket booking system, you can achieve the target ticket inquiries, passenger information, flight information, etc.
airsystem
- 这是一个利用JAVA开发,结合SQL应用的网上订购机票的小型系统-This is a use of JAVA development, combined with SQL applications, online ordering tickets for small systems
dingpiao
- oracle网上机票订票系统源代码。需要的下载。应该有用-oracle online ticket booking system source code. Need to download. Should be useful for
gghsga
- 民航售票系统课程设计报告,以Navicat for mysql、DreamWeaver等为开发工具,开发B/S架构的民航售票网,可实现用户对航班信息的查询、机票预订、机票退订等-Curriculum design report of the Civil Aviation ticketing system, Navicat for mysql, DreamWeaver and other development tools, the development of civil aviation ti
flight-book-cs
- C/S机票预订系统 数据库设计(C++)-C/S ticket reservation system (C++)
数据库课设飞机票预定
- 数据库课设飞机票预定(1)系统功能的基本要求: 每个航班信息的输入; 每个航班的坐位信息的输入; 当旅客进行机票预定时,输入旅客基本信息,系统为旅客安排航班,打印取票通知和帐单; 旅客在飞机起飞前一天凭取票通知交款取票; 旅客能够退订机票; 能够查询每个航班的预定情况、计算航班的满座率。