CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 搜索资源 - 飞机票

搜索资源列表

  1. 飞机票最终版(最后)

    1下载:
  2. 模拟一个飞机票订票和退票系统 假定某民航机场有M个航次的班机,每个航次都只到达一个目的地。试为该机场售票处设计一个自动订票和退票系统。 要求系统具有下列功能: (1)订票。若该航次余票数大于等于乘客订票数,则在该航次的乘客表(按乘客姓氏字母顺序连接)中,插入订票乘客的信息项,并修改该航次有关数据,否则,给出相应的提示信息。 (2)退票。若该航次当前退票数小于等于乘客原订票数,则在相应的乘客表中找到该乘客项,修改该航次及乘客表中有关数据。当由于退票,使得该乘客的订票数为零时,要从乘客表中撤消该乘客
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:2.99kb
    • 提供者:王殂
  1. vc飞机票

    0下载:
  2. 用图形的方式显示一个含多个订票点的飞机订票管理系统-graphically show the way with a number of aircraft booking booking management system
  3. 所属分类:文件操作

    • 发布日期:2008-10-13
    • 文件大小:85.12kb
    • 提供者:方圆
  1. fjdpxt

    0下载:
  2. 本程序是硕士阶段的一个作业,功能就是模拟飞机票的订票系统!-stage of a master's work, is the functional simulation of air tickets booking system!
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:14.45kb
    • 提供者:小刚
  1. 1931841306_SkyShark

    0下载:
  2. 这是一个飞机票预订系统,顾客可以预订机票,也可以退票,对于经常乘做本公司的航班,本公司可以给顾客一定的优惠-This is a plane ticket booking system, customers can book tickets, can refunds. done regularly by the company's flights, the company can give customers a certain concessions
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:456.34kb
    • 提供者:shuchao
  1. trip_book

    0下载:
  2. 飞机票,旅馆,出租车预定系统,采用mysql数据库,单文档-airline tickets, hotels, taxi reservation systems, using mysql database, a single document
  3. 所属分类:对话框与窗口

    • 发布日期:2008-10-13
    • 文件大小:111.38kb
    • 提供者:珠海
  1. 2004551423-heyilin

    0下载:
  2. 本程序是一个飞机票管理系统,有关飞机票的整个过程都设计的比较合理!-this program is a management system for airline tickets, air tickets of the whole process of designing a more reasonable!
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:24.37kb
    • 提供者:贺义林
  1. chenggongfeiji

    0下载:
  2. 这个算法可以很好的实现飞机订票系统,其中包括实现飞机票的预定和退票,飞机航班号,出发地和终点地点,飞机的起飞时间和降落时间其票价和折扣以及乘客所要订的票数-this algorithm can achieve very good aircraft booking system, including the realization of the scheduled airline tickets and refunds. flights, departure and destination loc
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:3.08kb
    • 提供者:
  1. huddd

    0下载:
  2. 本压缩包包含: 数据结构实验报告-校运动会-飞机票定票系统-猴子选大王-huffuman编码等源代码,欢迎参考!-the compression packages include : Experimental data structure report - school sports events - counting system set airfares - election monkey king-source coding huffuman code reference welcom
  3. 所属分类:控制台(字符窗口)编程

    • 发布日期:2008-10-13
    • 文件大小:20.69kb
    • 提供者:冬冬
  1. sy4_1

    0下载:
  2. 这是一个关于订购飞机票的程序。在一个文本框中输入月份,另一个中输入张数,按“计算”按钮久得出如此订购可以优惠多少。-This is one of the procedures for ordering airline tickets. In a text input box in another few input-by "calculated" button so long come to be ordered how many concessions.
  3. 所属分类:界面编程

    • 发布日期:2008-10-13
    • 文件大小:3.96kb
    • 提供者:
  1. feijipiao

    0下载:
  2. C++小程序,是飞机票订票系统,用读取和写入文件的功能,可以订票,查询航班,退票,修改航班等等功能,其中查询可以通过航班号或者起始地点或者抵达抵达或者起止地点查询-C++ Small procedures, air tickets booking system is used to read and write files, can booking, check their flight, refund, modify flights and so on, which can query the
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-13
    • 文件大小:3.28kb
    • 提供者:明明
  1. planeticket

    0下载:
  2. 一个飞机票订票和退票系统。假设某民航机场有m个航次的班机,每个航次都只到达一个目的地,试为该机场售票处设计一个自动订票和退票系统。 该系统需要实现以下功能: (1) 订票:若该航次余票数大于等于客订票数,则在该航次的乘客表(按乘客姓氏字母词典顺序排列)中,插入订票乘客的信息项,并修改该航次有关数据,否则给出相应提示信息; (2) 退票:若退票数小于该乘客原订票数,则在相应的乘客表中找到该乘客项,修改该航次及乘客表中有关数据。当由于退票使得该乘客的订票数为零时,要从乘客表中撤销
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-13
    • 文件大小:2.14kb
    • 提供者:ylong.zh
  1. Myairfare

    0下载:
  2. 飞机票,机票查询,前台有查询特效显示,后台可对前台内容进行曾删改差!-the web of airticket
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-08
    • 文件大小:1.47mb
    • 提供者:lidong
  1. booktickets

    0下载:
  2. 飞机票预定,用来预定飞机票,演示系统,模拟预定飞机票 的过程-Scheduled air tickets for scheduled airline tickets, presentation systems, simulating the process of booking air tickets
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-25
    • 文件大小:9.24kb
    • 提供者:石头
  1. sjjg

    0下载:
  2. 订飞机票和航班系统课程设计等源程序有几个小错误的剩下的有好的-Airline booking and flight system, curriculum design, etc. There are several minor errors in source code of the rest of the good
  3. 所属分类:Other systems

    • 发布日期:2017-04-16
    • 文件大小:12.45kb
    • 提供者:lixin
  1. Ccode

    0下载:
  2. 乘车路线查询程序,飞机票订购系统,画一个二维条形图,模拟银行账户管理,石头剪子布游戏,图书馆管理系统,文曲星游戏,学生成绩管理系统,幼儿园小朋友管理.-Travel route query procedure, ticket ordering system, drawing a two-dimensional bar chart to simulate bank account management, and the stone scissors cloth games, library man
  3. 所属分类:Other systems

    • 发布日期:2017-03-29
    • 文件大小:10.68kb
    • 提供者:wangdongdong
  1. ticket

    0下载:
  2. 飞机票预定 实现飞机票的订票退票等功能,代码较简单C-Booking airline tickets booking airline tickets to achieve a refund and other functions, the code is relatively simple C++
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-08
    • 文件大小:1.77kb
    • 提供者:王法杰
  1. air-ticket

    0下载:
  2. 模拟预定飞机票的C语言程序代码,比较详细、真实-A C-language program code of booking air tickets,it s really detail and vivid
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-25
    • 文件大小:3.71kb
    • 提供者:吕介民
  1. 飞机票预定

    0下载:
  2. 用Microsoft virsual studio 2008 和2005做的航班飞机预定系统,使用winform做的,大家可以学习下
  3. 所属分类:C#编程

  1. 副本

    0下载:
  2. 飞机票系统,C++写的有两个登陆端口,客户和和管理者,累的识别(A plane ticketsadojaosdjoasjdpoasjopdjas)
  3. 所属分类:Windows编程

    • 发布日期:2017-12-29
    • 文件大小:1.74mb
    • 提供者:Snicker
  1. 飞机票订票系统C

    1下载:
  2. C语言编写的一个简单的飞机票购票系统,仅供学习交流(A simple ticket purchase system written in the C language for learning and communication only)
  3. 所属分类:其他

    • 发布日期:2018-04-20
    • 文件大小:221kb
    • 提供者:杨叔叔
« 12 »
搜珍网 www.dssz.com