设计 任务书 文档 开题 答辩 说明书 格式 模板 外文 翻译 范文 资料 作品 文献 课程 实习 指导 调研 下载 网络教育 计算机 网站 网页 小程序 商城 购物 订餐 电影 安卓 Android Html Html5 SSM SSH Python 爬虫 大数据 管理系统 图书 校园网 考试 选题 网络安全 推荐系统 机械 模具 夹具 自动化 数控 车床 汽车 故障 诊断 电机 建模 机械手 去壳机 千斤顶 变速器 减速器 图纸 电气 变电站 电子 Stm32 单片机 物联网 监控 密码锁 Plc 组态 控制 智能 Matlab 土木 建筑 结构 框架 教学楼 住宅楼 造价 施工 办公楼 给水 排水 桥梁 刚构桥 水利 重力坝 水库 采矿 环境 化工 固废 工厂 视觉传达 室内设计 产品设计 电子商务 物流 盈利 案例 分析 评估 报告 营销 报销 会计
 首 页 机械毕业设计 电子电气毕业设计 计算机毕业设计 土木工程毕业设计 视觉传达毕业设计 理工论文 文科论文 毕设资料 帮助中心 设计流程 
垫片
您现在所在的位置:首页 >>计算机毕业设计 >> 文章内容
                 
垫片
   我们提供全套毕业设计和毕业论文服务,联系微信号:biyezuopin QQ:2922748026   
基于GIS的城市应急疏散方案的分析与研究毕业论文+开题报告+设计源码+检测报告
文章来源:www.biyezuopin.vip   发布者:毕业作品网站  

摘  要

本文结合GIS的相关特点及功能,从多方面来展开对应急疏散方案的分析,包括构建城市交通网络图、构建城市建筑分布图层、统计主要建筑的人口等,具有一定的实践意义。通过对基于GIS 的城市应急疏散方案进行研究,更好把握最佳疏散方式和途径,以便为实际的应急疏散提供参考。

通过GIS建立城市应急救援系统,是多家城市达成的共识,其中的GIS系统以其混合数据结构和独特的地理空间分析功能独树一帜,使应急救援系统优势更加突出,功能倍增。本人主要完成了“基于GIS的城市应急疏散方案分析与研究”中的核心应用技术的研究与开发。首先讨论了建立应急指挥决策系统的必要性及GIS在应急指挥决策系统中的重要性,分析了国内外应急救援指挥系统的现状和发展,研究并解决了应急救援指挥体系中的主要关键技术,在此基础上结合中国铝业的实际情况,设计并实现了中国铝业应急救援指挥系统。系统采用B/S结构,选择Java语言与Oracle 10g为开发环境,采用了Struts架构和Hibernate中间件,按照软件工程方法,首先对系统进行了需求分析,并使用UML面向对象建模技术,逐步给出系统的用例图,然后通过将系统分为基础信息管理模块、方案管理模块、GIS模块、救援通讯调度模块和事故灾害分析模块五个主要模块进行了系统的总体设计和数据库的设计,最后给出了系统核心模块的实现。

关键词:应急救援;案例推理;应急方案;GIS

Abstract

According to the characteristics and functions of GIS,this paper analyzes the emergency evacuation plan from many aspects,including the construction of urban traffic network map,the construction of urban building distribution map,the statistics of the population of the main buildings,etc.,which has certain practical significance. Through the research on the urban emergency evacuation scheme based on GIS,we can better grasp the best evacuation mode and approach,in order to provide reference for the actual emergency evacuation.

It is a consensus reached by many cities to establish a city emergency rescue system through GIS. Among them,the GIS system is unique for its mixed data structure and unique geospatial analysis function,which makes the emergency rescue system more prominent and has multiple functions. I have mainly completed the research and development of the core application technology in "Analysis and Research of Urban Emergency evacuation Scheme based on GIS". This paper discusses the necessity of establishing emergency command decision system and the importance of GIS in emergency command and decision system,analyzes the present situation and development of emergency rescue command system at home and abroad,and studies and solves the main problems in emergency rescue command system. On the basis of the key technology,the emergency rescue command system of Chinalco is designed and implemented in combination with the actual situation of Chinalco. The system adopts the structure of B /S,chooses Java language and Oracle 10g as the development environment,adopts the framework of Struts and Hibernate middleware. According to the method of software engineering,the requirements of the system are analyzed firstly,and the object-oriented modeling technology of UML is used. Then the system is divided into five parts: basic information management module,scheme management module,GIS module,rescue communication dispatch module and accident disaster analysis module. The design of the system and the database are given. Finally,the implementation of the core module of the system is given.

Keywords: emergency rescue;case-based reasoning;emergency scheme;GIS

目  录

摘  要 I

Abstract II

第一章 绪论 1

1.1 研究背景与意义 1

1.2 国内外研究概况 1

1.3 论文的主要研究内容 3

第二章 关键技术研究 4

2.1 应急方案 4

2.2 地理信息系统 5

2.3 Java语言 8

2.4 Struts架构 9

2.5 Hibernate中间件 10

2.6 本章小结 11

第三章 基于GIS的城市应急疏散系统的需求分析 12

3.1 核心功能需求分析 12

3.2 系统用例图 14

3.3 角色描述 16

3.4 用例描述 17

3.5 本章小结 19

第四章 基于GIS的城市应急疏散系统的系统设计 20

4.1  技术架构设计 20

4.1.1 表现层 21

4.1.2 应用层 21

4.1.3 实体层 21

4.2 模块结构设计 22

4.2.1 系统模块划分 22

4.2.2 基础信息管理 23

4.2.3 调度模块管理 25

4.2.4 方案管理 26

4.2.5 事故后果分析 28

4.2.6 GIS系统 29

4.2.7 系统工作流程 30

4.3 数据库设计 31

4.3.1 逻辑结构设计要点 31

4.3.2 物理结构设计要点 31

4.3.3 表设计列表 32

4.3.4 数据库规则 34

4.4 本章小结 35

第五章 基于GIS的城市应急疏散系统的实现 36

5.1 开发技术选择 36

5.2 系统功能模块实现 36

5.2.1 危险源管理模块实现 37

5.2.2 方案管理模块实现 39

5.2.3 地理信息系统实现 40

5.3 数据库访问实现 42

5.3.1 视图的创建 42

5.3.2 数据库的连接 43

5.4 本章小结 43

总  结 44

致  谢 45

参考文献 46






  全套毕业设计论文现成成品资料请咨询微信号:biyezuopin QQ:2922748026     返回首页 如转载请注明来源于www.biyezuopin.vip  

                 

打印本页 | 关闭窗口
本类最新文章
基于JSP+SSM+MySQL的 基于JSP+SSM的图书借阅管理 基于JSP+SSH的网上宠物交易
基于VUE+SSM+MySQL的 基于Cisco Packet T 基于eNSP的某大学校园网络规划
| 关于我们 | 友情链接 | 毕业设计招聘 |

Email:biyeshejiba@163.com 微信号:biyezuopin QQ:2922748026  
本站毕业设计毕业论文资料均属原创者所有,仅供学习交流之用,请勿转载并做其他非法用途.如有侵犯您的版权有损您的利益,请联系我们会立即改正或删除有关内容!