智能化论文:智能化 防盗防火 报警系统 单片机 传感器
【中文摘要】住宅安全防范技术涉及到社会的方方面面,是保护国家和人民利益与安全的重要手段,随着我国经济水平的整体提高,我国的建设水平也逐步得到改善。本文主要完成了住宅智能化中的防盗防火报警系统的硬件模块和软件部分的设计。论文分为硬件设计与软件设计两部分,首先主要研究了防盗防火报警系统的功能需求与性能需求,系统的用例需求以及系统的数据流分析;随后,设计了系统的总体结构与逻辑结构,系统的性能设计,分析了系统的主要程序操作流程及功能模块设计,详细地设计分别将系统的电源控制功能、防火传感器采集功能、防盗传感器数据采集电路进行分析与设计,并完成了各个软件子模块的设计;最后,设计了系统网络拓扑结构与防盗防火的流程与实现,并在此基础上,分别就系统的主要模块视频监控、防火安全、网络布线、视频管理以及系统设置进行实现,并实现了系统的数据层以及安全体系。本系统采用单片机的高级语言C语言进行设计,并给出了相关流程图,为了便于扩展和更改,软件的设计采用模块化结构,使程序设计的逻辑关系更加简洁明了,经测试能实现基本的报警功能。
【英文摘要】Residential security technology related to all aspects of society, is to protect national interests and security and the people important means, with the overall improvement
of economic level, Chinas development level has also gradually improved.In this paper, completed a domestic intelligence in the fire alarm systems hardware security modules and software components of the design.The thesis is divided into hardware and software of two parts, the first major study of the anti-theft function fire alarm system requirements and performance requirements, system requirements and use cases for data flow analysis system; Subsequently, the overall structure of the system design and logic structures, systems The performance of design, analysis of the systems main operating processes and procedures function module design, detailed design, respectively, the power control system, fire sensor acquisition function, anti-theft sensor data acquisition circuit analysis and design, and completed various software sub-module Design; Finally, the design of the system network topology and security processes and implementation of fire, and on this basis, respectively, the main modules for video surveillance systems, fire security, network cabling, video management, and system settings to achieve, and to achieve The data layer of the system and security system.The system uses a single chip design of high-level language C language, and the related flow chart is given, in order to facilitate the expansio
n and change, the software design is modular in structure, so that the logic of programming is more concise, the test can achieve the basicalarm.
【关键词】智能化 防盗防火 报警系统 单片机 传感器
【英文关键词】Intelligent      Burglar fire      Alarm system      Microcomputer      Sensor
【目录】智能化住宅防盗防火报警系统设计与实现摘要4-5Abstract5第一章 绪论10-151.1 课题研究背景101.2 住宅智能化现状10-111.3 课题研究现状11-121.4 课题研究意义12-131.5 论文创新点131.6 论文章节安排13-15第二章 防盗防火报警系统关键技术15-242.1 智能住宅系统15-172.1.1 安全防范系统15-162.1.2 信息网络系统16-172.2 单片机选型17-182.3 基础技术理论18-202.3.1 软件开发技术182.3.2 数据库技术18-192.3.3 数据挖掘技术19-202.4 三层架构技术20-212.4.1 三层架构202.4.2 三层架构逻辑20-212.5 开发技术和编程语言21-222.5.1 ASP.NET 技术212.5.2 C21-222.6 数据库工具选择222.7 UML 建模工具22-232.8 本章小结23-24第三章 防盗防火报警系统需求分析24-313.1 系统功能概述24-253.2 系统需求分析25-263.3 性能需求分析26-273.4 系统用例分析27-283.5 系统数据流分析28-303.6 本章小结30-31第四章 防盗防火报警系统总体设计31-504.1 系统总体结构设计31-324.2 系统逻辑结
构设计32-344.2.1 系统逻辑结构32-344.2.2 系统体系结构344.3 系统性能设计34-354.3.1 XML 传递数据354.3.2 业务逻辑处理354.4 系统硬件模块设计35-404.4.1 电源模块设计35-364.4.2 防火数据采集电路36-384.4.3 防盗数据采集电路38-394.4.4 视频监控采集电路39-404.5 系统软件模块设计40-434.5.1 防火报警模块40-414.5.2 视频管理模块41-424.5.3 数据维护模块设计42-434.6 系统数据库设计43-474.6.1 数据E-R 图设计43-454.6.2 数据库表设计45-464.6.3 视图设计46-474.7 系统主要流程设计47-494.7.1 信息查询流程设计47-484.7.2 信息删除流程设计48-494.7.3 信息添加流程设计494.8 本章小结49-50第五章 防盗防火报警系统功能实现50-645.1 系统拓扑结构实现50-515.2 系统主要程序实现51-545.2.1 防火信号处理程序51-525.2.2 防盗信号处理程序52-545.3 系统功能模块实现54-605.3.1 视频监控模块54-555.3.2 防火安全模块55-565.3.3 网络布线模块56-575.3.4 视频管理模块575.3.5 数据维护模块实现57-585.3.6 系统设置模块58-605.4 系统数据层实现60-625.4.1 数据管理功能60-615.4.2 数据质量保障61-625.5 系统安全体系实现62-635.5.1 数据加密625.5.2 用户权限控制62-635.5.3 日志管理635.6 本章小结63-64第六章 防盗防火报警系统测试64-686.1 测试需求646.2 测试计划64-656.3 测试目标656.4 系统硬件电路测试65-666.5 系统软件测试66-676.6 系统测试结论676.7 本章小结67-68第七章 总结与展望68-707.1 全文总结68-697.2 研究展望69-70致谢70-71参考文献71-74
【索购全文1.3.9.9.3.8.8汽车防盗报警系统.4.8   1.3.8.1.1.3.7.2.1                   
同时提供论文写作一对一辅导和论文发表服务。
【说明】本文仅为中国学术文献总库合作提供,无涉版权。作者如有异议请与总库或学校联系。