特级做A爰片毛片免费69,永久免费AV无码不卡在线观看,国产精品无码av地址一,久久无码色综合中文字幕

基于unity3d軟件智能家居建模及web service通信控制.doc

  
約43頁DOC格式手機打開展開

基于unity3d軟件智能家居建模及web service通信控制,基于unity3d軟件智能家居建模及web service通信控制2萬字自己原創(chuàng)的畢業(yè)論文,已經(jīng)通過校內(nèi)系統(tǒng)檢測,重復率低,僅在本站獨家出售,大家放心下載使用摘 要 隨著21世紀科技的不斷發(fā)展,人類已經(jīng)逐步跨入了信息時代。特別是計算機及其網(wǎng)絡(luò)技術(shù)進入建筑領(lǐng)域,給人類的家居生活帶來了一場革命。擁有一個智能化、自動化、安全...
編號:150-423133大小:4.21M
分類: 論文>計算機論文

內(nèi)容介紹

此文檔由會員 淘寶大夢 發(fā)布

基于unity3D軟件智能家居建模及Web Service通信控制

2萬字
自己原創(chuàng)的畢業(yè)論文,已經(jīng)通過校內(nèi)系統(tǒng)檢測,重復率低,僅在本站獨家出售,大家放心下載使用

摘 要 隨著21世紀科技的不斷發(fā)展,人類已經(jīng)逐步跨入了信息時代。特別是計算機及其網(wǎng)絡(luò)技術(shù)進入建筑領(lǐng)域,給人類的家居生活帶來了一場革命。擁有一個智能化、自動化、安全、高效、舒適等更高層面的家居方式成為很多人的夢想。由此智能家居應運而生。
智能家居是一個讓人們獲得智能、全面、周到、快捷的家居生活的平臺,而實現(xiàn)一個完美的智能家居的建模與通信控制也是實現(xiàn)真正的智能家居的至關(guān)重要部分。本論文是以利用unity3D軟件建立智能家居模型, 控制實際室內(nèi)家電(如臺燈、空調(diào)等)的開關(guān)。以unity軟件作為搭建逼真生動的家居場景和調(diào)用Webservice技術(shù),研究如何調(diào)用Web服務(wù)技術(shù)實現(xiàn)智能家居通信控制來提高家具的更好智能性。
首先,本文在對unity3D軟件進行家居建模的搭建進行介紹的基礎(chǔ)上,詳細說明了unity3D的安裝與使用等的基本操作:場景面板,游戲物體等等。
其次,介紹了調(diào)用webservice技術(shù)來實現(xiàn)智能家居的通信控制及利用C#程序編程來控制實際當中的臺燈,最后生成帶有能夠調(diào)用Web Service通信功能的終端應用程序,實現(xiàn)將家居生活有關(guān)的各個子器件如室內(nèi)家用電器臺燈控制、燈光控制、窗簾控制、 音響控制、空調(diào)家電等有機地結(jié)合在一起,通過網(wǎng)絡(luò)化綜合智能控制和管理,實現(xiàn)“以人為本”的全新家居生活體驗。
關(guān)鍵字: unity3D 智能家居 webservice技術(shù) 通信控制


Smart Home Modeling by Unity3D and Communication Control
by WeService
ABSTRACT:With the constant development of science and technology in the 21st century, human beings have stepped into an information era. Meanwhile, incorporating computer and its network technology into architecture field has brought a revolution to people’s household life. Having a smart, automatic, safe, and comfortable way of a higher lifestyle is becoming a great number of people’s common dream. As a result, smart home comes into being.
Smart home provides a platform for people to have access to a smart, comprehensive, thoughtful and fast household life. To achieve this, modeling becomes a crucial part. This paper, based on unity 3D software, establishes the smart home modeling to control the indoor household appliances (such as table lamp, air condition etc.) switches. At the same time, this paper tries to answer the question that how to utilize webservice technology to achieve smart home communication control thus enhancing the intelligence of household life by using unity 3D software to build vivid household scenario and invoking webservice technology.
For one thing, based on the introduction to using unity 3D software to build smart home modeling, this paper elaborates on the installation and employment of unity 3D, like scene panel and game object. For another, this paper introduces the way of invoking webservice technology to achieve smart home communication control and utilizing the procedural programming C++ to control the table lamp. In the end, terminal application with communication function will be generated, which combines the table lamp control, lighting control, curtain control, and sound control with indoor household appliances. This paper aims at implementing people-oriented new household life experience through intelligent control and management of network.

Key words: unity 3D; smart home; webservice technology; communication control

目錄

第一章 緒論 1
1.1 研究背景 1
1.2 研究現(xiàn)狀 2
1.2.2 國外研究現(xiàn)狀 2
1.2.2 國內(nèi)研究現(xiàn)狀 2
1.3 研究內(nèi)容 3
1.4 論文結(jié)構(gòu) 3
1.5 本章小結(jié) 4
第二章 unity3D軟件的介紹和使用 5
2.1 unity3D的簡單介紹 5
2.2 unity3D的安裝過程 5
2.3 unity3D的基本界面與基本搭建元素 9
2.3.1 基本界面 9
2.3.2 場景搭建的基本元素 10
2.3 一個簡單的小例子 22
2.4 本章小結(jié) 24
第三章 智能家居建模的搭建 25
3.1 家居建模的搭建 25
3.2 智能家居的C#語言代碼 29
3.2.1 audio代碼 29
3.2.2 light(燈光)代碼 30
3.2.3 controlcurtain代碼 31
3.3 本章小結(jié) 31
第四章 Web Service的通信控制 32
4.1 Web Service基本概念 32
4.2 Web Service的調(diào)用代碼 32
4.3 本章小節(jié) 33
第五章 總結(jié)與展望 34
5.1 全文總結(jié) 34
5.2 未來展望 34
致謝 35
參考文獻 36