1 / 83
文档名称:

基于GIS的城市消防辅助决策系统的设计与实现.pdf

格式:pdf   页数:83
下载后只包含 1 个 PDF 格式的文档,没有任何的图纸或源代码,查看文件列表

如果您已付费下载过本站文档,您可以点这里二次下载

分享

预览

基于GIS的城市消防辅助决策系统的设计与实现.pdf

上传人:banana 2014/2/20 文件大小:0 KB

下载得到文件列表

基于GIS的城市消防辅助决策系统的设计与实现.pdf

文档介绍

文档介绍:国防科学技术大学
硕士学位论文
基于GIS的城市消防辅助决策系统的设计与实现
姓名:付举磊
申请学位级别:硕士
专业:电子与通信工程
指导教师:李军
2010-11
国防科学技术大学研究生院工程硕士学位论文
摘要
火灾每年造成大量财产损失和人员伤亡,消防部门救援的及时性、准确性直
接关系到人民生命财产安全。建立一个能够灵活查询相关信息和快速提供救援方
案的实用高效的消防软件系统具有重大的社会价值和经济价值。
论文主要研究了基于地理信息系统的消防辅助决策系统的设计与实现,并对
其中的关键技术进行了详细分析,具体完成了以下工作:
一、设计并实现了火警专家系统。通过分析火警指挥调度的实际经验,得出
调度的关键过程,利用专家系统开发工具 CLIPS 设计并实现了火警调度专家系统,
以指导出警指挥调度。
二、优化并实现了快速出警路线算法。利用提供的网络拓扑结构信息,综合
考虑各种阻塞因素的影响,使用模糊数学中的层次分析法对道路科学赋权;采用
堆优先队列优化方法对 Dijkstra 最短路算法进行优化,使路径分析更接近消防车运
行的真实情况。
三、实现了其余模块和系统集成。建立道路维护模型,通过提取网络拓扑结
构,为路径优化模块提供输入;实现了具有多种查询方式和典型数据管理功能的
查询管理模块,为专家系统等模块提供人机交互;实现了消防专业图形单元和消
防预案管理模块,为用户提供消防专业制图和消防预案管理功能。
通过以上工作,论文对出警指挥调度、快速出警路线优化、信息查询管理、
消防预案管理、路网模型维护和消防专业制图等技术进行了研究,具有较强的实
用价值。


关键词:消防,地理信息系统,决策支持系统,指挥调度,路径分析

第 i 页
国防科学技术大学研究生院工程硕士学位论文
ABSTRACT
Fire disaster causes massive property loss and casualties every year; Timeliness
and accuracy of rescues by fire department involve the security of people’s life and
property, so it is of important social and economic value to build a effective fire fighting
software system to search relevant information flexibly and provide rescue method
quickly.
The paper mainly researches the design and realization of fire fighting aid decision
system based on Geographic Information System and analyzes key technologies
detailedly; following work pleted concretely:
First, design and realize fire alarm expert system. According to the practical
experiences of fire mand and scheduling, the critical scheduling process is
obtained; by using expert system developing tools CLIPS, design and realize fire alarm
command and scheduling expert system to guide mand and scheduling.
Second, improve and realize quick patrolling route arithmetic. Use provided
topology of work structure information, consider the influence of all kinds of
blockings, and use analytic hierarchy process in vague mathematics to empower route
science; adopt heap priority queue method to optim