首页--工业技术论文--自动化技术、计算机技术论文--自动化技术及设备论文--自动化系统论文--数据处理、数据处理系统论文

基于Android智能手机的汽车撞车事故检测系统的研究与实现

Abstract第4-5页
摘要第6-10页
1. Introduction第10-17页
    1.1 Description第12-13页
    1.2 Some Issues concerned with car crash identification第13页
    1.3 Overview第13-14页
    1.4 how the system determines if there is a car crash?第14-15页
    1.5 Dangerous accelerations第15-17页
        1.5.1 Theoretical approach第15-16页
        1.5.2 Experimental approach第16-17页
2. Technologies used第17-22页
    2.1 Android Accelerometer第17页
    2.2 Location API第17-18页
        2.2.1 Google Map API for Android第18页
    2.3 Servlet第18-20页
    2.4 HTTP protocol第20页
    2.5 JDBC driver第20-21页
    2.6 MySQL Database第21-22页
3. The requirements of Car Crash Detection System第22-28页
    3.1 Stakeholders第23页
    3.2 Use case diagram第23-24页
    3.3 Client Side Requirements第24-25页
    3.4 Server Side Requirements第25-28页
4. The design of Car Crash Detection System第28-49页
    4.1 Car Crash detection system Architecture第28-29页
    4.2 Functions required第29-30页
    4.3 Protocol to connect client to server第30-31页
        4.3.1 Http protocol第30页
        4.3.2 Protocol design第30页
        4.3.4 About classes and methods for client server communication第30-31页
    4.4 The Car Crash detection system Client/Server Architecture第31-33页
    4.5 Database Design第33-34页
    4.6 Client side design第34-43页
        4.6.1 Client side class diagram第34-35页
        4.6.2 Client side system sequence diagrams第35-43页
    4.8 The server side design第43-49页
        4.8.1 How to handle messages on the server side?第43-44页
        4.8.2 Server side class diagram第44-45页
        4.8.3 Server side systern sequence diagrams第45-49页
5. The Implementation of Car Crash Detection System第49-62页
    About false alarms第50页
    Phone's battery consumption by the system第50页
    5.1. Android Sensors第50-56页
        5.1.1 Motion Sensors第50-51页
        5.1.2 The linear acceleration第51页
        S.1.3 Creating accelerometer class第51-53页
        5.1.4 Run and Test第53-56页
    5.2 Determining GPS coordinates第56-59页
        5.2.1 LocationActivty第56-58页
        5.2.2 Related to the permissions第58页
        5.2.4 Run and Test第58-59页
    5.3 Server side Implementation第59-62页
        5.3.1 DatabaseServet第60-62页
6. The testing results of Car Crash Detection System第62-66页
7. Further perspectives第66-67页
    7.1 Sending message to the nearest hospital第66页
    7.2 More research related to the analyzing,pattern recognition and classification of the acceleration data第66-67页
8. Conclusion第67-68页
References第68-69页

论文共69页,点击 下载论文
上一篇:基于FPGA的CAN总线与以太网协议转换卡的实现
下一篇:WOT网络中关于资源发现的应用层协议设计与开发