




免费预览已结束,剩余1页可下载查看
下载本文档
版权说明:本文档由用户提供并上传,收益归属内容提供方,若内容存在侵权,请进行举报或认领
文档简介
飞行员选拔论文:飞行员团队协作能力测试系统的设计与开发【中文摘要】合格飞行员的选拔对于保障航空安全,提高航空公司运营质量和效率起着非常重要的作用。飞行员选拔不仅包含身体素质的选拔,还包括心理素质的选拔,而心理素质选拔包含很多项目,例如人格特质、注意力、记忆力等等。现有的心理素质选拔对于团队协作能力的考虑还不够重视,由于现在航空公司的飞行机组往往是由多个人组成,因此团队协作能力是一名合格飞行员必备的素质,因此在选拔的时候应当对其团队协作能力进行考察。本论文首先对相关文献进行综述,给出了团队相关概念的定义,并详细介绍了团队结构、共享心智模型、沟通、团队效能感、相互依赖性、团队绩效等对团队有效性影响较为显著的六个因素,为后面的实验设计提供理论支撑。然后从量表测试和实验测试两个方面进行了分析,明确了测试方式和思路。量表测试由20道题目组成,选取了150名高三应届毕业生作为被试,将收集到的有效问卷输入SPSS统计分析软件,再通过求问卷题项的决断值CR值的方法进行项目分析,剔除一部分未达到显著性水平的题项。然后将剩下的数据进行KMO和Bartletts球形检验,检验表明变量间有共同因素存在,适合进行因素分析。通过主成分分析法对量表进行分析后,提取了四个因素,分别代表沟通、冲突、分工,领导。最后对量表进行了信度和效度分析,结果表明该量表具有较好的信度和效度。实验测试程序采用FLASH开发,借助ASP与数据库进行连接并存取数据。按照拟定好的实验设计思路,让被试与计算机模拟的队友协作操纵飞机经历起飞、巡航、着陆等阶段到达预定的地。在测试过程中统计其错误次数和任务耗时,并给出评分。在程序设计中加入了语音和视频功能,可以通过互联网搭建测试平台,大大降低了测试成本。论文的最后建立了测试系统的常模,对整个题目进行了总结,并指出了不足之处和后续的研究思路。【英文摘要】The selection of qualified pilots for aviation security, improve quality and efficiency of airline operations plays a very important role. Pilot selection includes not only the selection of physical fitness, the selection also includes the selection of psychological, and mental quality selection includes many items such as personality, attention, memory and so on. Existing psychological selection consider for the teamwork is not enough, but the flight crew is often composed of more than one person, so teamwork is an essential quality of a qualified pilot, so the selection of pilots must include the aspect of teamwork ability.This paper first reviewed the relevant literature, given the definition of team concepts, and then described the six factors which have significant impact on team effectiveness such as team structure, shared mental models, communication, team efficacy, interdependence, team performance and so on., so that it can provide theoretical support for experimental design. Then analysis scale tests and experiments test to define the test methods and ideas.The initial scale test is composed form 20 questions, chose 150 Middle School graduates as testee, and input the collected valid questionnaires to SPSS statistical analysis software, and then analysis the items by calculating the CR value of the questionnaire items, removing some items which can not reach significant levels. And then test the rest data by Bartletts test and KMO, testing showed that common factors exist between the variables, the items suitable for factor analysis. After analysis the scale by Principal Component analysis, four factors were extracted, which represent communication, conflict, division of labor and leadership. Finally, the paper analyzed the reliability and validity of the scales, the results shows that the scale has good reliability and validity.The experimental test program is developed by FLASH, by the help of ASP it can connect the database and access the data. In accordance with the development of experimental design, the testee will have a partner which is simulated by computer, and they will operate an aircraft taking off, cruise and landing to reach the intended destination. During test the program will statistic the number of errors and time elapsed, after test the program will show score. The program added voice and video communication capabilities, tester can build a test platform via the Internet, which can greatly reduce the cost of test.Finally, the paper established the norm of the test system, and then gave a summary of the whole subject, and pointed out the shortcomings and follow-up of ideas. Keywords: Pilot Selection, Teamwork, Scale, Flash Programming【关键词】飞行员选拔 团队协作 量表 FLASH程序设计【英文关键词】Pilot Selection Teamwork Scale Flash Programming【目录】飞行员团队协作能力测试系统的设计与开发摘要5-6Abstract6-7第一章 绪论11-201.1 选题依据和课题背景11-121.1.1 选题依据11-121.1.2 课题背景121.2 团队相关文献综述12-201.2.1 团队的定义12-131.2.2 团队协作能力的定义131.2.3 团队绩效的定义131.2.4 团队有效性的定义13-141.2.5 团队有效性的影响因素14-20第二章 研究思路20-242.1 量表编制212.2 实验设计21-242.2.1 总体思路212.2.2 团队结构的设计21-222.2.3 相互依赖性的设计222.2.4 共享心智模型的设计22-232.2.5 团队绩效的设计232.2.6 总结23-24第三章 团队协作倾向量表编制24-303.1 研究对象243.2 研究方法24-253.2.1 量表项目的编制24-253.2.2 数据处理253.3 研究结果25-303.3.1 项目分析25-263.3.2 探索性因素分析26-293.3.3 效度分析293.3.4 信度分析29-30第四章 协作能力测试程序开发30-614.1 系统需求分析30-324.1.1 系统目标304.1.2 用户特点304.1.3 业务需求30-314.1.4 系统性能需求31-324.2 开发工具选择32-374.2.1 对程序体积的要求32-334.2.2 对程序易用的要求33-344.2.3 对运行平台的要求344.2.4 FLASH 介绍34-374.3 系统总体设计37-404.3.1 系统构成374.3.2 各功能模块介绍37-384.3.3 数据库设计38-404.4 程序设计40-614.4.1 登陆模块设计40-434.4.2 指导语模块设计434.4.3 语音视频模块设计43-454.4.4 模拟测试模块设计45-534.4.5 正式测试模块设计53-564.4.6 成绩统计模块设计56-574.4.7 数据库模块设计57-604.4.8 量表答卷模块设计60-61第五章 系统
温馨提示
- 1. 本站所有资源如无特殊说明,都需要本地电脑安装OFFICE2007和PDF阅读器。图纸软件为CAD,CAXA,PROE,UG,SolidWorks等.压缩文件请下载最新的WinRAR软件解压。
- 2. 本站的文档不包含任何第三方提供的附件图纸等,如果需要附件,请联系上传者。文件的所有权益归上传用户所有。
- 3. 本站RAR压缩包中若带图纸,网页内容里面会有图纸预览,若没有图纸预览就没有图纸。
- 4. 未经权益所有人同意不得将文件中的内容挪作商业或盈利用途。
- 5. 人人文库网仅提供信息存储空间,仅对用户上传内容的表现方式做保护处理,对用户上传分享的文档内容本身不做任何修改或编辑,并不能对任何下载内容负责。
- 6. 下载文件中如有侵权或不适当内容,请与我们联系,我们立即纠正。
- 7. 本站不保证下载资源的准确性、安全性和完整性, 同时也不承担用户因使用这些下载资源对自己和他人造成任何形式的伤害或损失。
最新文档
- 2025青海西宁保安集团有限责任公司专场招聘考试参考试题及答案解析
- 2025年康复工程功能康复器械使用模拟考试卷答案及解析
- 2025西安市第六十二中学招聘备考练习试题及答案解析
- 2025南平松溪县医院编外卫生专业技术人员招聘考试参考试题及答案解析
- 2025衢州市柯城区公开招聘公办幼儿园劳动合同制教师19人备考练习试题及答案解析
- 2025西南政法大学事业单位招聘141人考试参考试题及答案解析
- 2025内蒙古鄂尔多斯集团电力事业部招聘4人备考练习试题及答案解析
- 设计师劳动标准合同6篇
- 2025云南省红河州屏边县第四中学选调教师(2人)备考练习试题及答案解析
- 2025年整形外科手术操作技巧考核模拟试卷答案及解析
- (中职中专)二维动画设计软件应用完整版课件汇总全书电子教案(最新)
- 国际贸易理论与实务ppt课件(完整版)
- GB∕T 6546-2021 瓦楞纸板边压强度的测定
- 历史选择性必修1 国家制度与社会治理(思考点学思之窗问题探究)参考答案
- 学前儿童发展心理学(第3版-张永红)教学课件1754
- 医学资料冠心病英文版
- 部编人教版九年级语文上册教学计划及教学进度表
- 干法——稻盛和夫
- 人教版数学八年级上册12.2 :三角形全等的判定(“角边角”“角角边”定理)》课件(共26张PPT)
- 城市垃圾焚烧发电处理讲解
- 乳铁蛋白与骨质疏松症
评论
0/150
提交评论