毕业论文 基于android的移动警务查询系统的设计与实现.doc
约55页DOC格式手机打开展开
毕业论文 基于android的移动警务查询系统的设计与实现,摘要:在这个信息高速发达的时代,任何领域都需要及时的获取有价值的信息。当此之际,公安部提出了“科技强警”的战略。通过先进的无线通讯网络和无线终端来随时随地获取警务信息,已被列为“科技强警”的一个重要组成部分。基于无线终端的移动警务查询系统在核查人口、抓捕逃犯、侦破案件、打击不法分子、预防犯罪等公安事项中有着极其重要的意...
内容介绍
此文档由会员 ljjwl8321 发布
摘 要:在这个信息高速发达的时代,任何领域都需要及时的获取有价值的信息。当此之际,公安部提出了“科技强警”的战略。通过先进的无线通讯网络和无线终端来随时随地获取警务信息,已被列为“科技强警”的一个重要组成部分。基于无线终端的移动警务查询系统在核查人口、抓捕逃犯、侦破案件、打击不法分子、预防犯罪等公安事项中有着极其重要的意义和重大的应用价值。同时因为Android是真正开放和完整的移动平台,建立基于Android的移动警务查询系统有着极大的创新性和实用性。本文将在对Android移动平台的分析和研究的基础上,设计并实现基于Android的移动警务查询系统。
关键词:移动警务;Android;科技强警
Design And Implementation of Mobile Police Inquiry System Based on Android
Jie Chen,School of Mathematics and Computer Science
Abstract:In the high-speed information era, any field needs to gain valuable information timely. At the same time, the Public Security Department made a policy decision: “Science&Techonology Strengthens the Police”. Using advanced wireless communication network and wireless terminals to obtain information anytime and anywhere, were classified as a very important constituent in the policy. The system based on wireless terminal mobile will be very significant in checking population,capturing fugitive,cracking cases,cracking down on crimes,preventing crimes and so on. And because Android is a fully open and integrity mobile platform, It’s innovative and practical to build a mobile police inquiry system based on Android. The paper will design and accomplish the system on the basis of the analysis and study on the Android mobile platform.
Key words:Mobile Police; Android; Science and Techonology Strengthens the Police
目 录
第一章 绪论 1
1.1 研究背景及研究意义 1
1.1.1 研究背景 1
1.1.2 研究意义 1
1.2 移动警务查询系统的研究现状 2
1.3 课题的研究内容 2
1.4 论文的组织结构 2
第二章 ANDROID移动平台和WEBSERVICE相关技术 3
2.1 ANDROID移动平台 3
2.1.1 Android移动平台架构分析 3
2.1.2 Android四大组件类型 4
2.1.3 Android应用框架API类型 5
2.1.4 Android开发环境搭建 6
2.2 REST简介 6
2.3 本章小结 7
第三章 基于ANDROID的移动警务查询系统分析与设计 8
3.1 系统设计原则和目标 8
3.1.1 系统设计原则 8
3.1.2 系统目标 8
3.2 需求分析 8
3.2.1 系统分析与需求建模 9
3.2.2 系统架构设计 13
3.2.3 系统对象模型设计 13
3.2.4 系统动态模型设计 14
3.3 数据库设计 16
3.4 本章小结 20
第四章 基于ANDROID的移动警务查询系统的实现 21
4.1 主要模块的实现 21
4.1.1 系统主界面的实现 21
4.1.2 人口查询功能模块的实现 21
4.1.3 案件查询功能模块的实现 27
4.1.4 逃犯信息查询功能模块的实现 30
4.1.5 位置查询功能模块的实现 30
4.1.6 系统设置功能模块的实现 34
4.2 系统测试 36
4.2.1 连接速度测试 36
4.2.2 界面测试 36
4.3 本章小结 36
第五章 总结与展望 37
5.1 总结 37
5.2 展望 37
参考文献: 38
致谢 39
关键词:移动警务;Android;科技强警
Design And Implementation of Mobile Police Inquiry System Based on Android
Jie Chen,School of Mathematics and Computer Science
Abstract:In the high-speed information era, any field needs to gain valuable information timely. At the same time, the Public Security Department made a policy decision: “Science&Techonology Strengthens the Police”. Using advanced wireless communication network and wireless terminals to obtain information anytime and anywhere, were classified as a very important constituent in the policy. The system based on wireless terminal mobile will be very significant in checking population,capturing fugitive,cracking cases,cracking down on crimes,preventing crimes and so on. And because Android is a fully open and integrity mobile platform, It’s innovative and practical to build a mobile police inquiry system based on Android. The paper will design and accomplish the system on the basis of the analysis and study on the Android mobile platform.
Key words:Mobile Police; Android; Science and Techonology Strengthens the Police
目 录
第一章 绪论 1
1.1 研究背景及研究意义 1
1.1.1 研究背景 1
1.1.2 研究意义 1
1.2 移动警务查询系统的研究现状 2
1.3 课题的研究内容 2
1.4 论文的组织结构 2
第二章 ANDROID移动平台和WEBSERVICE相关技术 3
2.1 ANDROID移动平台 3
2.1.1 Android移动平台架构分析 3
2.1.2 Android四大组件类型 4
2.1.3 Android应用框架API类型 5
2.1.4 Android开发环境搭建 6
2.2 REST简介 6
2.3 本章小结 7
第三章 基于ANDROID的移动警务查询系统分析与设计 8
3.1 系统设计原则和目标 8
3.1.1 系统设计原则 8
3.1.2 系统目标 8
3.2 需求分析 8
3.2.1 系统分析与需求建模 9
3.2.2 系统架构设计 13
3.2.3 系统对象模型设计 13
3.2.4 系统动态模型设计 14
3.3 数据库设计 16
3.4 本章小结 20
第四章 基于ANDROID的移动警务查询系统的实现 21
4.1 主要模块的实现 21
4.1.1 系统主界面的实现 21
4.1.2 人口查询功能模块的实现 21
4.1.3 案件查询功能模块的实现 27
4.1.4 逃犯信息查询功能模块的实现 30
4.1.5 位置查询功能模块的实现 30
4.1.6 系统设置功能模块的实现 34
4.2 系统测试 36
4.2.1 连接速度测试 36
4.2.2 界面测试 36
4.3 本章小结 36
第五章 总结与展望 37
5.1 总结 37
5.2 展望 37
参考文献: 38
致谢 39