资源描述:
《智能家居监控系统的设计与实现_本科毕业论文》由会员上传分享,免费在线阅读,更多相关内容在学术论文-天天文库。
1、本科毕业论文(设计)(2009届本科毕业生)题 目:智能家居监控系统的设计与实现学生姓名:xxxxx学生学号:xxxxxxxx学院名称:科信软件学院专业名称:计算机科学与技术指导教师:xxxxxxxxxxx二零一三年五月III【摘要】随着嵌入式技术的发展,智能家居监控系统已经渐渐走入人们的视线。实现智能化离不开运算和控制单元,本系统采用MCU(S5PV210)作为主控器件,智能家居应用系统由硬件和软件组成。硬件由ARM板扩展的存储器、输入/输出设备以及各种实现智能家居系统控制要求的接口电路和有关的外围电路芯片或部件组成
2、;软件由ARM板应用系统实现其特定控制功能的各种工作程序和管理程序组成。在智能家居应用系统开发的过程中,应不断调整软、硬件,协调地进行软、硬件设计,以提高工作效率,当系统硬件和软件紧密配合、协调一致,就可以组成高性能的智能家居应用系统。本课题完成了智能家居应用系统其开发过程的系统的总体设计、硬件设计、软件设计和系统调试,根据开发的实际需要,相互协调、交叉,有机的进行。【关键词】嵌入式,智能,监控IIIDesignandImplementationofintelligenthomemonitoringsystem【Abst
3、ract】Withthedevelopmentofembeddedtechnology,theintelligenthomemonitoringsystemhasbeengraduallycameintothesightofpeople.Intelligentcomputingandcontrolunitcannotbeseparated,thesystemusestheMCU(S5pv210)asthemasterdevice,intelligenthomeapplicationsystemconsistsofhard
4、wareandsoftware.ExtendedbyaARMhardwarememory,input/outputdevicesandavarietyofrequirementstoachieveintelligenthomesystemcontrolinterfacecircuitandtheexternalcircuitchipsorcomponents;softwarebythemicrocomputerapplicationsystemtoachieveitsspecificcontrolofvariouswor
5、kprocessesandmanagementprocedurescomposition.IntheMCUapplicationdevelopmentprocess,shouldcontinuetoadjustthesoftwareandhardware,andcoordinatedsoftwareandhardwaredesignedtoimproveefficiency,whenthesystemcloselywithhardwareandsoftware,andcoordinated,canformhigh-per
6、formancemicrocontrollerapplications.ThesubjectcompletedtheApplicationSystemthedevelopmentprocessofsystemdesign,hardwaredesign,softwaredesignandsystemdebugging,accordingtotheactualneedsofthedevelopment,coordination,cross,organicconduct.【Keywords】Embedded,Intellige
7、nt,MonitoringIII目录第一章绪论11.1系统的背景和研究意义11.2智能家居系统概述11.3系统的现状分析21.4系统设计主要任务2第二章软件的功能和性能描述32.1软件的功能需求32.2软件的性能需求4第三章软件总体结构设计53.1硬件结构概述53.2软件功能划分73.3软件运行环境和开发平台8第四章软件子系统功能设计94.1PC软件设计94.2嵌入式软件(Main)设计94.3智能服务器终端设计10第五章接口设计105.1接口描述11第六章系统主要流程描述126.1初始化流程126.2业务流程136.3
8、系统子模块流程描述14第七章软件子系统接口设计167.1软件子系统的接口设计概述167.2公共数据结构、变量、宏定义167.3Main子系统与智能客户端子系统的接口177.4Main接口函数25III7.5智能客户端接口函数36第八章结论41后记42参考文献43附录:44IV沈阳师范大学学士学位论文第一章绪论1.1系