Welcome![Sign In][Sign Up]
Location:
Search - airline

Search list

[ADO-ODBCAirway

Description: 航空机票订购销售系统的源码,可以查找航班信息和座次。-Airline ticket sales ordering system source code, you can find flight information and seating.
Platform: | Size: 461824 | Author: wangyuanqing | Hits:

[transportation applicationshkdpxt

Description: 航空定票系统 JBUILDER 编程实现 线性表应用-Airline tickets system JBuilder Application Programming Linear List
Platform: | Size: 143360 | Author: cwjjamk | Hits:

[ERP-EIP-OA-Portalcvery_498621

Description: 很好的系统航空公司管理系统,是学习VB的好帮手.请认真学习哦!-Very good system airline management system, is a good helper to learn VB. Please learn Oh!
Platform: | Size: 22528 | Author: xiao | Hits:

[Applicationsbookseats

Description: 使用网络编程方面的基本技术开发的电影订票系统,基本实现了影院订票的需求-Network programming using the basic technology development of film booking system, the basic realization of the demand for cinema booking
Platform: | Size: 224256 | Author: josean | Hits:

[Windows DevelopAirline

Description: 程序为全C代码,可以实现一个小型的机票管理。包括航班信息的输入,买票,退票,系统密码的设置,系统登陆错误次数限制等功能。在turboc 2.0下开发。-Procedures for the whole C code, can achieve a small ticket management. Flight information including the input, buy a ticket, refund, the system password settings, the system error number of restrictions on landing and other functions. Developed in turboc 2.0.
Platform: | Size: 22528 | Author: 王明 | Hits:

[transportation applicationsairline-ticket

Description: 这是一个航空售票系统的C语言程序,主要完成售票定票等系统功能-This is an air ticket system C language program, mainly to complete ticketing system to book tickets, etc.
Platform: | Size: 2048 | Author: jiang tao | Hits:

[Data structsflightlgy

Description: 航空订票系统,数据结构课程设计源代码,包括订票,退票,浏览,查单航线-Airline booking systems, data structures curriculum design source code, including the booking, refund, browse, search, single route
Platform: | Size: 12288 | Author: | Hits:

[ADO-ODBChangkong

Description: vb航空公司管理系统,毕业设计..是大家很希望得到的哦!我也是花了很多时间才得到的!-vb airline management system, graduating from the design .. it is very much hope that everyone got, oh! I also spent a lot of time before they get!
Platform: | Size: 94208 | Author: lijia | Hits:

[Education soft system1

Description: 航空订票系统,VS上运行通过,条理清晰,数据结构课程设计必备代码-Airline reservation system, VS running through, the clarity of the data structure required curriculum design code
Platform: | Size: 3072 | Author: C++source | Hits:

[ERP-EIP-OA-PortalAirManager

Description: VB下的航空公司信息管理系统.关键词: 航空公司管理系统,数据库,SQL语言,添加,修改,删除,查询-VB airlines under the information management system. Keywords: Airline management system, database, SQL language, to add, modify, delete, query
Platform: | Size: 8401920 | Author: | Hits:

[Windows Developjipiao

Description: 机票预订系统 一个真正的web网站-Ticket reservation system a real web site
Platform: | Size: 3086336 | Author: greatsun | Hits:

[ERP-EIP-OA-Portalvb-hangkong

Description: 优秀本科毕业论文-航空公司管理系统论文+代码-Outstanding undergraduate thesis- airline management system thesis code
Platform: | Size: 501760 | Author: wufeiqing | Hits:

[transportation applicationsticket

Description: 航空订票系统的课程设计,要求设计一个飞机航班订票系统且要求完成一些功能,使得客户可以自由登陆和工作人员的相关操作。飞机航班订票系统能够对存储的信息及新加入的信息进行修改和删除,并且能够系统的选择下一步操作,信息的存储方式能够达到处理信息的最佳效果,功能必需全面-Airline booking systems curriculum design, to design a flight booking system and required to complete a number of features, enabling customers to free landing and staff related to the operation. Flights booking system to be able to store new information and modify and delete information and the system can select the next operation, the stored information can reach deal with the best information, the functional need for a comprehensive
Platform: | Size: 3072 | Author: Anni | Hits:

[SQL ServerMingHangDingPiaoGuanLiXiTong

Description: 用c#编写的民航订票管理系统,数据库为采用SQL,实现了航空公司、飞机、航班、航线、客户信息的录入,查询,修改,删除功能以及客户订票和查询航班剩余座位数的功能-C# prepared by the Civil Aviation booking management system, database using SQL, implementation of the airline, aircraft, flights, routes, customer information input, query, modify, delete functions, as well as customer inquiries, flight booking and the remainder of the function of the number of seats
Platform: | Size: 567296 | Author: 张冬冬 | Hits:

[Otherc

Description: (1)、航空订票系统: 通过此系统可以实现如下功能: 1] 录入航线信息 每条航线信息包括航班号、飞机号、目的地、订票数、余票数共5项。假设现在有3条航线, 目的地分别是北京, 上海, 广州, 飞机上可乘坐100人[ 即初始订票数为0, 余票数为100] , 将这3条航线信息存入文件“airline.dat” 中。 2] 订票业务 客户信息包括姓名, 航班号, 座位号[初始为0], 假设已有3个客户信息存入文件“customer.dat”中。 有新客户订票时, 先输入客户的姓名和他提出的航班号, 查询该航线的订票情况, 若有余票, 则为客户办理订票手续, 分配给客户一个座位号, 然后将新客户的信息添加到文件“customer.dat”中, 并修改文件“airline.dat”中该航线的订票数和余票数。若无余票, 则输出客满信息。进一步可实现如果该航班已经无票,可以提供相关可选择航班信息。 3] 退票业务 根据客户提出的航班号, 办理退票, 从文件“customer.dat”中删除该客户的信息, 并修改文件“airline.dat”中相应航线的订票数和余票数。 4] 修改航班信息:当航班信息改变可以修改航班数据文件。 5] 输出全部航线信息和全部客户信息。 6] 退出系统。 -kjhjsklafjsdl fgdf
Platform: | Size: 3072 | Author: 太阳部落 | Hits:

[Othercvbcvbxcvbx

Description: (1)、航空订票系统: 通过此系统可以实现如下功能: 1] 录入航线信息 每条航线信息包括航班号、飞机号、目的地、订票数、余票数共5项。假设现在有3条航线, 目的地分别是北京, 上海, 广州, 飞机上可乘坐100人[ 即初始订票数为0, 余票数为100] , 将这3条航线信息存入文件“airline.dat” 中。 2] 订票业务 客户信息包括姓名, 航班号, 座位号[初始为0], 假设已有3个客户信息存入文件“customer.dat”中。 有新客户订票时, 先输入客户的姓名和他提出的航班号, 查询该航线的订票情况, 若有余票, 则为客户办理订票手续, 分配给客户一个座位号, 然后将新客户的信息添加到文件“customer.dat”中, 并修改文件“airline.dat”中该航线的订票数和余票数。若无余票, 则输出客满信息。进一步可实现如果该航班已经无票,可以提供相关可选择航班信息。 3] 退票业务 根据客户提出的航班号, 办理退票, 从文件“customer.dat”中删除该客户的信息, 并修改文件“airline.dat”中相应航线的订票数和余票数。 4] 修改航班信息:当航班信息改变可以修改航班数据文件。 5] 输出全部航线信息和全部客户信息。 -fdxbvgfdbfcvxbcvbxcxcv
Platform: | Size: 7168 | Author: 太阳部落 | Hits:

[JSP/JavaChris_AirL1771557192004

Description: IT IS AN airline reservation system catering to the needs of officials as well as to the customer
Platform: | Size: 14336 | Author: anubhav | Hits:

[transportation applicationsOderTicket

Description: 航空订票系统,是采用vc++6.0实现的。是我们自己做的,大家可以参考下,互相学习。-Airline reservation system using the vc++6.0 implementation. Are to do our own, and we can refer to the next, learn from each other.
Platform: | Size: 178176 | Author: 吴梅香 | Hits:

[Other Databasesvbfly

Description: VB航空公司管理系统,数据库使用SQL2-VB airline management system, using the SQL2000 database
Platform: | Size: 500736 | Author: 李冬鹏 | Hits:

[MiddleWaresurf2line

Description: 航磁数据调平中的数据分线功能,需要使用者自己根据数据设置参数。-airline data select
Platform: | Size: 1024 | Author: 孙东明 | Hits:
« 1 2 ... 4 5 6 7 8 910 11 12 13 14 ... 26 »

CodeBus www.codebus.net