您好,欢迎访问三七文档
当前位置:首页 > 行业资料 > 能源与动力工程 > 2016-08-21公安警情分析系统的设计和实现(修改20160821)
硕士研究生学位论文题目:公安警务情报分析系统的设计与实现姓名:张小开学号:20122320130院系:软件工程与开发专业:软件工程研究方向:导师姓名:石俊二〇一六年八月摘要I摘要随着互联网的发展以及大数据的高度应用,不仅给我们的生活带来了前所未有的变革,同时带来的还有违法犯罪行为呈现出的智能化、隐蔽性、高发性等诸多特点。目前,对公安警务情报的利用和管理仍然采取以计算机为媒介,简单的利用电脑存储、传输的旧式警务工作模式。同时在公安警务实际工作中,警情的多发性与基层警力的不足也已经成为了严重制约警务工作的一个关键。公安工作中警情可以真实的反映出一个稳定社会环境的规律性指标。警情的有效发掘可以更好的帮助警务工作做到提前预防,精确打击,但在现阶段这警情这一重要的资源并没有得到有效的开发和利用。公安警情分析系统的设计与开发,力求改变这种局面,为公安部门带来一个基于网络的协同管理平台,能够实现警情相关情报的管理、分析、查询和警情预警等多功能一体的警务管理平台,真正使警务信息与警情转化为情报产品,为基层警务工作提供技术支撑。本论文首先介绍了目前国内外情报信息管理系统,并结合本人学习研究的软件技术和情报信息管理的主要业务流程,采用.NET技术和SQLServer数据库系统对该系统进行了设计与实现。本文主要工作包括:(1)首先对目前警务情报分析系统的现状和研究背景进行了分析,并对论文结构进行了叙述;(2)对系统相关技术进行了详细描述,其中涉及B/S技术、.NET模式构架、SQL数据库技术和UML面向对象建模方法;(3)对系统的业务流程分析、系统功能性需求和非功能性需求进行了分析,接着对系统整体结构和系统网络拓扑结构进行了设计,然后利用类图和时序图对系统各模块进行了详细设计,最后对系统数据库进行了设计;(4)对系统涉及的所有模块进行了实现,主要包括警情与情报信息采集功能模块、警情与情报信息检索功能模块、警情与情报数据处理功能模块、警情研判功能模块和系统管理功能模块。综上所述,公安警情分析系统实现了基本的警务情报信息与警情的管理功能,达到了预期的设计目标;本系统已经在投入使用,运行效果良好;保证了警务信息数据的准确性、可靠性和安全性。关键词:情报信息管理.NET技术警情分析B/S技术UMLIIDesignandImplicationofpublicsecuritypoliceintelligencewarningsystemAuthorName(Major)DirectedbyyourSupervisorABSTRACTEconomicdevelopmentandsocialprogress,notonlyforourlifebroughtunprecedentedchanges,andbringsandillegalandcriminalactsshowingintelligence,scienceandtechnology,concealment,frequent,andmanyotherfeatures.Atpresent,theuseandmanagementofpublicsecuritypoliceintelligencestilltakethecomputerasamedium,asimpleuseofcomputertransmissionoftheoldstyleofpolicework.Atthesametimeintheactualworkofthepolice,thepoliceintelligenceandthelackofgrass-rootspolicehasalsobecomeaseriousconstrainttotheworkofakeypolice.Intheworkofpublicsecuritypoliceintelligencecanbearealreflectsastablesocialenvironmentregularityindexcanbetterhelpthepoliceworktodoearlyprevention,precisionstrike,butinatthisstageofthepoliceintelligencetheimportantresourcehasnotbeeneffectivedevelopmentandutilization.publicsecurityearlywarningalarmsystemdesignanddevelopment,andstrivetochangethissituation,PublicSecurityBureauhasacollaborativemanagementplatformbasedonthenetworktorealizealarminformationmanagement,analysis,queryandalarmwarningfunctionofvariouspolicemanagementplatform,conversiontoreallymakethepoliceinformationandpoliceintelligencetoprovidetechnicalsupportforintelligenceproductsforgrassrootspolicework.Thispaperfirstintroducedthecurrentdomesticandforeignintelligenceandinformationmanagementsystem,combiningwiththemainbusinessprocessofmystudyofadvancedsoftwaretechnologyandinformationmanagement,using.NettechnologyandSQLServerdatabasesystemdesignandimplementationofthesystem.Themainworkofthispaperincludes:(1)thecurrentinformationmanagementsystemofthestatusquoandresearchbackgroundisanalyzed,andthestructurewasdescribed;(2)therelatedtechnologyofthesystemaredescribedindetail,includingB/Stechnology,.NETframeworkandSQLdatabasetechnologyandUMLobjectorientedmodelingmethod;(3)thesystemanalysis,businessprocessanalysissystemfunctionalrequirementsandnonfunctionalrequirements,thenwedesigntheoverallstructureofthesystemandthesystemnetworktopology,andtheneach摘要IIImoduleofthesystemisdesignedbyusingclassdiagramandsequencediagram,thesystemdatabaseisdesigned;(4)toachieveofallthemodulesofthesysteminvolved,includingthepoliceintelligenceandotherintelligenceinformationcollectionmodule,alarmandotherinformationretrievalmodule,alarminformationnumberAccordingtotheprocessingfunctionmodule,thepoliceintelligenceanalysisfunctionmoduleandsystemmanagementmodule.Insummary,publicsecuritypoliceintelligencewarningsystemrealizedthemanagementfunctionofthebasicpoliceinformationandpoliceintelligence,hasachievedtheanticipatedtarget.Thesystemhasbeenputintousei,therunningeffectofgood;toensurethepoliceinformationdataaccuracy,reliabilityandsafety.Keywords:Policeintelligenceanalysis;.NET;B/S;UML北京大学硕士学位论文IV目录第一章引言.......................................................................11.1论文背景及意义...............................................................11.2国内外发展现状...............................................................21.3论文主要研究内容.............................................................31.4论文组织结构.................................................................4第二章基本概念及相关技术介绍......................................................52.1B/S体系结构.................................................................52.2.NET技术概述................................................................62.3UML建模技术.................................................................62.4SQL数据库技术...............................................................72.5本章小结.....................................................................8第三章系统需求分析................................................................93.1系统功能需求分析.............................................................93.1.1情报信息采集.....................................................103.1.2情报信息检索.....................................................103.1.3警情研判.........................................................113.1.4系统管理.........................................................123.2系统非功能性需求分析......................................
本文标题:2016-08-21公安警情分析系统的设计和实现(修改20160821)
链接地址:https://www.777doc.com/doc-4383735 .html