电子文档交易市场
安卓APP | ios版本
电子文档交易市场
安卓APP | ios版本

毕业设计(论文)-基于JAVA的机场航班起降与协调管理系统

54页
  • 卖家[上传人]:博****1
  • 文档编号:512258377
  • 上传时间:2022-09-09
  • 文档格式:DOC
  • 文档大小:2.49MB
  • / 54 举报 版权申诉 马上下载
  • 文本预览
  • 下载提示
  • 常见问题
    • 1、 基于JAVA的机场航班起降与协调管理系统全套设计加扣3012250582摘 要随着社会的发展和科技的进步,信息化时代的到来,各种智能的用电设备也随之而来,到目前为止最原始、最普遍的也就是计算机的使用,计算机软件的出现是计算机科学进步的非常大的转折点,对于计算机软件,现代计算机软件编写程序语言中用途最广泛的莫过于JAVA。在各种编程语言发展的今天,其仍然牢牢占据着计算机语言的核心地位,并衍生出Jsp、JavaEE和Struts2等多种先进的计算机技术,为计算机和软件科学的发展做出了巨大的贡献,也为人类的生产和现代社会的发展做出了非常卓越的贡献,各种基于Java的电脑软件和手机app面向市场开放。在航班飞行安全方面,据不完全统计,航班83.5%的事故发生在航班的起飞和降落阶段,2016年10月11日发生的虹桥机场跑道入侵事件充分说明了在机场调度和机长与塔台沟通的及时和清楚的指令发布对航班飞行安全的重要性,为了安全地帮助地面指挥员实行航班调度中与航班机长交流和指令发布的重大职责,航班起降与协调管理系统就显得尤为重要了,他能实时管理航班信息,及时且清晰地对航班发送指令和收到航班发出的请求,并

      2、对请求和指令进行编号,清晰地记录每一项数据。 现在航班调度这一功能大部分还需要地面指挥员人工对机场航班进行调度,只用无线电进行通讯。此航班协调管理系统除了使用无线电外,对塔台和飞机引入了一套清晰的信息查看和指令发布系统,引入了可以看得见的指令发布系统,大大地减少了地面指挥人员指挥和指令发布的失误率,很大程度上规避了安全风险。本文以技术介绍、机长端需求分析、地面指挥人员端需求分析、系统分析与设计、代码实现几个方面为目标,主要运用了Java(jdk-7u15-windows-i586)技术、mysql-essential-5.1.32-win32、Eclipse IDE for Java DevelopersVersion: Luna Service Release 2 (4.4.2)、apache-tomcat-7.0.77等开发环境与工具;Java、Jsp、JDBC、Servlet和javascript技术以及easyui架包设计实现了机场航班起降与协调管理系统。关键词: Java;Jsp ;客户端;机场航班;起降与协调管理Airport flight coordination man

      3、agement system based on JAVAAbstractWith the development of society and the progress of science and technology, the advent of the information era, a variety of intelligent electrical equipment also followed, by far the most original, the most common is the use of computers, computer software is a very big turning point for the progress of computer science, computer software, computer software programming language in modern the most widely used is JAVA. The development in various programming lang

      4、uages today, it is still firmly occupy the core position in the computer language, and developed the computer technology Jsp, JavaEE and Struts2 and other advanced, and made great contributions to the development of computer science and software, has also made remarkable contributions to the development of human production and modern society. A variety of Java computer software and app for open markets based on mobile phone. In flight safety, according to incomplete statistics, the accident occu

      5、rred in the flight 83.5% flight takeoff and landing stage occurred in October 11, 2016, Hongqiao airport runway intrusion event fully demonstrates the importance of communication in the airport and the captain and the tower in a timely and clear instructions issued to flight safety, in order to help secure the ground commander the implementation of major responsibilities of flight scheduling and flight captain communication and command is issued, flights and coordination management system is par

      6、ticularly important, he can real-time flight information management, timely and clear to send commands to the flight and flight from the receipt of the request, and the number of requests and instructions, a clear record of each item data.Now most of the functions of flight scheduling also requires the ground commander to manually schedule flights to the airport, only radio communication. The flight management system in addition to the use of radio, the tower and aircraft introduced a clear view

      7、 and instruction information release system, introduces the visible instruction release system, greatly reducing the ground commanders and command directives issued by the error rate, largely to avoid security risks.Based on the technology introduction, analysis, demand analysis, Captain end ground commanders end demand system analysis and design, code implementation aspects as the goal, the main use of the Java (jdk-7u15-windows-i586), mysql-essential-5.1.32-win32 Eclipse IDE for technology, Ja

      8、va DevelopersVersion: Luna Service Release 2 (4.4.2), apache-tomcat-7.0.77 development environment and tools; Java, Jsp JDBC, Servlet and javascript technology and easyUI package design and implementation of Airport Flights taking off and landing and coordination management system.Keywords: Java; Jsp; client; airport flight; take off and coordinate management目 录1 绪论11.1 项目背景11.2 项目目的11.3 项目可行性分析22 技术介绍3 2.1 Java技术32.1.1 Java技术简介32.1.2 Java面向对象的特征32.2Javascript和jQuery技术42.1.1 Javascript 简介42.2.2

      9、jQuery-easyui简介42.3Jsp技术52.4 Mysql53 需求分析63.1需求分析63.2 地面指挥端需求分析83.2.1地面指挥端需求描述83.2.2地面指挥端用例表83.3机长端需求分析113.3.1机长端需求描述113.3.2机长端用例表113.4航班起降与协调系统功能模块图133.5航班起降与协调系统E-R图134 系统及功能设计144.1 项目组成144.1.1 数据库端144.1.2 服务器端144.1.3 客户端144.2 数据库的分析与设计144.2.1 数据库逻辑结构设计144.2.2 数据库表的分析154.2.3 数据库表的设计154.2.4 数据库表的关联174.3 项目流程图184.4 服务器端功能设计204.5 客户端功能设计215 项目环境的搭建225.1 JDK的安装225.1.1 JDK-7u15的安装225.1.2 JDK环境变量的配置225.2 数据库的安装235.2.1 Mysql的安装与配置235.2.2 SQLyog10.2的安装与配置245.3 服务器端和客户端的安装255.3.1 eclipse LUNA的安装与配置255.3.2 apache-tomcat-7.0.77的安装与配置266 系统的实现276.1 登录功能的实现276.1.1指挥员登录276.1.2机长登录286.2主界面的实现296.2.1 地面指挥端主界面的实现296.2.2 机长端主界面的实现316.3 地面指挥管理功能的实现326.3.1 地面指挥端航班信息管理功能的实现326.3.2 地面指挥端航班指挥信息管理功能的实现356.4 机长端功能实现376.4.1 机长端信息显示的实现376.4.

      《毕业设计(论文)-基于JAVA的机场航班起降与协调管理系统》由会员博****1分享,可在线阅读,更多相关《毕业设计(论文)-基于JAVA的机场航班起降与协调管理系统》请在金锄头文库上搜索。

      点击阅读更多内容
    最新标签
    监控施工 信息化课堂中的合作学习结业作业七年级语文 发车时刻表 长途客运 入党志愿书填写模板精品 庆祝建党101周年多体裁诗歌朗诵素材汇编10篇唯一微庆祝 智能家居系统本科论文 心得感悟 雁楠中学 20230513224122 2022 公安主题党日 部编版四年级第三单元综合性学习课件 机关事务中心2022年全面依法治区工作总结及来年工作安排 入党积极分子自我推荐 世界水日ppt 关于构建更高水平的全民健身公共服务体系的意见 空气单元分析 哈里德课件 2022年乡村振兴驻村工作计划 空气教材分析 五年级下册科学教材分析 退役军人事务局季度工作总结 集装箱房合同 2021年财务报表 2022年继续教育公需课 2022年公需课 2022年日历每月一张 名词性从句在写作中的应用 局域网技术与局域网组建 施工网格 薪资体系 运维实施方案 硫酸安全技术 柔韧训练 既有居住建筑节能改造技术规程 建筑工地疫情防控 大型工程技术风险 磷酸二氢钾 2022年小学三年级语文下册教学总结例文 少儿美术-小花 2022年环保倡议书模板六篇 2022年监理辞职报告精选 2022年畅想未来记叙文精品 企业信息化建设与管理课程实验指导书范本 草房子读后感-第1篇 小数乘整数教学PPT课件人教版五年级数学上册 2022年教师个人工作计划范本-工作计划 国学小名士经典诵读电视大赛观后感诵读经典传承美德 医疗质量管理制度 2
    关于金锄头网 - 版权申诉 - 免责声明 - 诚邀英才 - 联系我们
    手机版 | 川公网安备 51140202000112号 | 经营许可证(蜀ICP备13022795号)
    ©2008-2016 by Sichuan Goldhoe Inc. All Rights Reserved.