【正文】
吉林省高等教育自學(xué)考試 畢 業(yè) 論 文 論文題目: 航空公司信息管理系統(tǒng) 專 業(yè): 計(jì)算機(jī)軟件技術(shù) 準(zhǔn)考證號(hào): 290608202119 學(xué)生姓名: 指導(dǎo)教師: 2021 年 11 月 11 日吉林大學(xué)計(jì)算機(jī)科學(xué)與技術(shù)學(xué)院 本科生畢業(yè)論文 摘 要 伴隨著經(jīng)濟(jì)的不斷發(fā)展,必然帶動(dòng)交通業(yè)和旅游業(yè)務(wù)的不斷擴(kuò)大,特別是航空售票的信息管理日異復(fù)雜,傳統(tǒng)的手工登記和集中的管理已經(jīng)難以滿足快節(jié)奏,高效率的現(xiàn)代生活需求,這就要求航空公司要有一套好的數(shù)據(jù)庫(kù)系統(tǒng)。 一個(gè)正常營(yíng)運(yùn)的航空公司需要管理所擁有的飛機(jī)、航線 的設(shè)置、客戶的信息等,更重要的還要提供票務(wù)管理,面對(duì)各種不同種類的信息,需要合理的數(shù)據(jù)庫(kù)結(jié)構(gòu)來(lái)保存數(shù)據(jù)信息以及有效的程序結(jié)構(gòu)支持各種數(shù)據(jù)操作的執(zhí)行。對(duì)數(shù)據(jù)的添加、修改、刪除及查詢等方面的操作應(yīng)簡(jiǎn)單易行,并且能夠具有較好的穩(wěn)定性。 航空公司管理信息系統(tǒng)主要采用 Visual 作為開發(fā)工具,應(yīng)用面向?qū)ο蟮某绦蛟O(shè)計(jì)方法,進(jìn)行開發(fā)與設(shè)計(jì)的。本系統(tǒng)的使用界面具有十分人性化的特征,具有方便的查詢功能,對(duì)數(shù)據(jù)的增加及刪除等方面的操作應(yīng)簡(jiǎn)單易行,并且能夠具有較好的穩(wěn)定性。 【 關(guān)鍵字 】 航空公司管理系統(tǒng)、客戶 信息、數(shù)據(jù)庫(kù)結(jié)構(gòu)、添加、修改、刪除、查詢 吉林大學(xué)計(jì)算機(jī)科學(xué)與技術(shù)學(xué)院 本科生畢業(yè)論文 Abstract Along with continuous economic development will inevitably bring transportation industry and the tourism business continues to expand, especially in information management on airline ticket different plex, the traditional manual registration and centralized management has been difficult to meet the fastpaced, highefficiency demands of modern life, This requires that airlines should have a good database system. Normal operation of the airline needs a managementowned aircraft, route setting, client information, etc., but more importantly also to provide ticketing management, faced with a variety of different types of information, a logical database structure to store data and information and an effective program structure to support the implementation of a variety of data manipulation. The data to add, modify, delete, and query operations, etc. should be simple, and can have good stability. Airline management information system is mainly used Visual as a development tool, the application of objectoriented programming approach to the development and design. Use of this system has a very userfriendly interface features, with convenient search functions, the addition and deletion of data and so the operation should be simple, and can have good stability. 【 Key words】 Airline management system, database, SQL language, to add, modify, delete, query 吉林大學(xué)計(jì)算機(jī)科學(xué)與技術(shù)學(xué)院 本科生畢業(yè)論文 目 錄 摘 要 Abstract 目 錄 緒 論 .................................................................... 1 第一章 系統(tǒng)概述 ........................................................... 2 一、系統(tǒng)開發(fā)背景與意義 .............................................. 2 二、開發(fā)環(huán)境 ....................................................... 2 第二章 系統(tǒng)總體設(shè)計(jì) ....................................................... 3 一、系統(tǒng)設(shè)計(jì) ....................................................... 3 (一)系統(tǒng)功能分析 ............................................... 3 (二)系統(tǒng)功能模塊設(shè)計(jì) ........................................... 3 二、數(shù)據(jù)庫(kù)設(shè)計(jì) ...................................................... 4 (一)數(shù)據(jù)庫(kù)需求分析 ............................................. 4 (二)數(shù)據(jù)庫(kù)概念結(jié)構(gòu)設(shè)計(jì) ......................................... 5 (三)數(shù)據(jù)庫(kù)邏輯結(jié)構(gòu)設(shè)計(jì) ......................................... 6 三、數(shù)據(jù)庫(kù)結(jié)構(gòu)的實(shí)現(xiàn) ................................................ 6 (一)創(chuàng)建系統(tǒng)用戶表 ............................................. 6 (二)創(chuàng)建艙位等級(jí)信息表 ......................................... 6 (三)創(chuàng)建客機(jī)信息表 ............................................. 7 (四)創(chuàng)建航線信息表 ............................................. 7 (五)創(chuàng)建客戶類型信息表 ......................................... 8 (六)創(chuàng)建客戶信息表 ............................................. 8 (七)創(chuàng)建訂票信息表 ............................................. 8 第三章 系統(tǒng)詳細(xì)設(shè)計(jì) ...................................................... 10 一、航空公司管理信息系統(tǒng)主窗體創(chuàng)建 ................................. 10 (一)創(chuàng)建工程項(xiàng)目 —— MIS_Ticket ................................ 10 (二)創(chuàng)建航空公司管理信息系統(tǒng)的主窗體 .......................... 10 (三)創(chuàng)建主窗體的菜單 .......................................... 11 (四)創(chuàng)建公用模塊 .............................................. 12 (五)用戶管理模塊主要實(shí)現(xiàn): .................................... 14 二、艙位信息管理模塊的創(chuàng)建 ......................................... 14 (一)顯示艙位信息窗體的創(chuàng)建 .................................... 15 (二)添加艙位信息窗體的創(chuàng)建 .................................... 15 (三)修改艙位等級(jí)信息 .......................................... 16 (四)刪除艙位等級(jí)信息 .......................................... 16 三、客機(jī)信息管理模塊的創(chuàng)建 ......................................... 17 (一)顯示客機(jī)信息窗體的創(chuàng)建 .................................... 17 (二)添加客機(jī)信息窗體的創(chuàng)建 .................................... 18 (三)刪除客機(jī)信息 .............................................. 18 (四)查詢客機(jī)信息 .............................................. 19 四、航線信息管理模塊的創(chuàng)建 ......................................... 20 吉林大學(xué)計(jì)算機(jī)科學(xué)與技術(shù)學(xué)院 本科生畢業(yè)論文 (一)顯示航線信息窗體的創(chuàng)建 .................................... 20 (二)添加航線信息窗體的創(chuàng)建 .................................... 20 (三)修改航線信息 .............................................. 21 (四)刪除航線信息 .............................................. 21 (五)查詢航線信息 .............................................. 22 五、客戶類型信息管理模塊的創(chuàng)建 ..................................... 22 (一)顯示客戶類型信息窗體的創(chuàng)建 ................................ 23 (二)添加客戶類型信息窗體的創(chuàng)建 ................................ 23 (三)修改客戶類型信息 .......................................... 24 (四)刪除客戶類型信息 .......................................... 24 六、客戶信息管理模塊的創(chuàng)建 ......................................... 25 (一)顯示客戶信息窗體的創(chuàng)建 .................................... 25 (二)添加客戶信息窗體的創(chuàng)建 .................................... 26 (三)修改客戶信息 .............................................. 26 (四)刪除客戶信息 .............................................. 27 (五)查詢客戶信息 .............................................. 28 七、訂票信息管理模塊的創(chuàng)建 ......................................... 28 (一)顯示訂票信息窗體的創(chuàng)建 .................................... 29 (二)添加訂票信息窗體的創(chuàng)建 .................................... 29 (三)修改訂票信息 .............................................. 29 (四)刪除訂票信息 .............................................. 29 第四章 系統(tǒng)的編譯和發(fā)行 ................................................