智能家居远程控制网站的设计与实现_独家原创.doc

   
约39页DOC格式手机打开展开

智能家居远程控制网站的设计与实现_独家原创,智能家居远程控制网站的设计与实现1.6万字自己原创的毕业论文,已经通过校内系统检测,重复率低,仅在本站独家出售,大家放心下载使用摘要:随着网络技术的迅速发展,互联网已经成为当前最重要的信息载体,在互联网上的各种应用也层出不穷,互联网应用与远程控制的结合是未来发展趋势。“以人为本、舒适、便利、智能化”已成为智能家居系统的...
编号:99-423134大小:4.60M
分类: 论文>通信/电子论文

内容介绍

此文档由会员 淘宝大梦 发布

智能家居远程控制网站的设计与实现

1.6万字
自己原创的毕业论文,已经通过校内系统检测,重复率低,仅在本站独家出售,大家放心下载使用


摘要:随着网络技术的迅速发展,互联网已经成为当前最重要的信息载体,在互联网上的各种应用也层出不穷,互联网应用与远程控制的结合是未来发展趋势。“以人为本、舒适、便利、智能化”已成为智能家居系统的重要设计理念,同时各种移动终端的广泛应用,几乎人人都能享受网络带来的便利,这就使得远程控制的应用范围也更加广阔。如何将先进的各种嵌入式设备同互联网应用联系起来,从而提高控制系统的性能,成为在远程控制中需要解决的一个技术问题。
本网站以ASP.NET为主要技术来实现远程控制,根据智能家居远程控制网站设计的需求分析,对整个网站的模块进行了划分后,提出了该网站建设的结构框架。在具体设计上,采用MVC模式的Struts框架的Web应用体系,有效地将业务逻辑、应用程序控制和数据显示功能模块区分开来,从而提高应用程序的柔韧性,便于维护升级。在Struts框架中构建了一个Web服务代理层,在该层中的Web服务代理类负责与服务提供商的Web服务进行交互,从而实现了智能化小区信息服务系统与服务提供商应用系统的互连和集成。
关键字:SQL Server 2008 Visual Stutio 2010 智能家居 网站



Design and Implementation of Smart Home Remote Control Site
Abstract :With the rapid development of network technology, the Internet has become the most important information carrier, on the Internet all sorts of application also emerge in endlessly, the combination of Internet applications and remote control is the future development trend. \"People-oriented, comfortable, convenient, intelligent\" has become an important design concept of smart home system, and the wide application of all kinds of mobile terminal, almost everyone can benefit from the massive construction of the network, which makes the application range of the remote control is more broad. How advanced a variety of embedded devices associated with Internet application, so as to improve the performance of the control system be in remote control need to solve a technical problem.
This web site at ASP.NET as the main technology to realize remote control, according to the demand of the smart home remote control web design analysis, for the whole site after division, the module of structure framework of the website construction are put forward. On the specific design, by using the MVC pattern of Struts framework of Web application system, effectively to business logic and application control module and data display function, so as to improve the flexibility of application, easy to maintain. In the Struts framework built a Web service proxy layer, the layer of the Web service proxy class is responsible for Web services with service providers to interact, so as to realize the intelligent community information service system and service providers the interconnection and integration of application system.
Key words: SQL Server 2008 Visual Stutio 2010 Smart Home Website


目录
第一章 绪论 1
1.1 研究背景 1
1.2 智能小区国内外研究现状 2
1.2.1 国外研究现状 2
1.2.2 国内研究现状 2
1.3本论文的研究目标及技术特点 3
1.4 本文章节安排 3
第二章主要技术研究 5
2.1 C#语言及其特点 5
2.2..NET平台及ASP.NET技术 7
2.2.1 .NET平台 7
2.2.2 ASP.NET技术 7
2.2.3 ADO.NET技术 8
2.3 SQL sever数据库与SQL语句 9
2.3.1 SQL语言介绍 9
2.3.2 SQL Server 2008 11
2.4. IIS简介 12
第三章 系统需求分析 14
3.1 远程控制网站设计的目标 14
3.2 管理信息需求分析 15
3.2.1 用户需求分析 15
3.2.2管理员需求分析 15
3.3 远程访问需求分析 16
第四章 智能家居远程控制网站的设计 18
4.1 总体结构 18
4.2 注册模块 18
4.3 登陆模块 20
4.4 管理模块设计 23
4.4.1 管理员模块 23
4.4.2 用户查询管理模块 23
4.5 数据库设计 23
4.5.1 数据库概述 23
4.5.2 数据库结构设计 24
4.5.3 Visual Studio与SQL Server的连接 26
4.6 网络结构设计 26
4.6.1 B/S模式与C/S模式 26
4.6.2 网络结构设计 27
4.6.3 智能家居远程控制网关设计 28
第五章 智能家居远程控制网站的实现 30
5.1 用户模块的实现 30
5.2 管理员模块实现 31
第六章 总结与展望 33
致谢 34
参考文献 35