freepeople性欧美熟妇, 色戒完整版无删减158分钟hd, 无码精品国产vα在线观看DVD, 丰满少妇伦精品无码专区在线观看,艾栗栗与纹身男宾馆3p50分钟,国产AV片在线观看,黑人与美女高潮,18岁女RAPPERDISSSUBS,国产手机在机看影片

正文內(nèi)容

畢業(yè)設(shè)計(jì)-基于android的物聯(lián)網(wǎng)監(jiān)控手機(jī)軟件設(shè)計(jì)(已修改)

2024-12-19 19:40 本頁面
 

【正文】 重慶大學(xué)本科學(xué)生畢業(yè)設(shè)計(jì)(論文) 基于 Android的物聯(lián)網(wǎng)監(jiān)控手機(jī)軟件設(shè)計(jì) 學(xué) 生: 學(xué) 號(hào): 指導(dǎo)教師: 專 業(yè): 電子信息工程 重慶大學(xué) 通信工程 學(xué)院 二 O一二 年六月 Graduation Design(Thesis) of Chongqing University Design of AndroidBased Inter of things monitoring phone software Undergraduate: He Feng Supervisor: Ling Major: Electronic Information Engineering College of Communications Engineering Chongqing University June 2021 重慶大學(xué)本科學(xué)生畢業(yè)設(shè)計(jì) (論文) 中文摘要 I 摘 要 2021 年 美國 Google 公司向外界展示 Android 操作系統(tǒng), 將 Android 手機(jī) 的 興起 推向高潮 。 Andriod 系統(tǒng) 的 各大 優(yōu)點(diǎn)運(yùn)用到了諸多領(lǐng)域,同時(shí) Android 軟件運(yùn)用具有面向?qū)ο笏枷氲?Java 語言編寫,極大的促進(jìn)了軟件的靈活性 。 另一方面,物聯(lián)網(wǎng)也是新一代的高端技術(shù), 運(yùn)用 Android 的高性能優(yōu)點(diǎn), 將其運(yùn)用到物聯(lián)網(wǎng)監(jiān)控中定會(huì)是一項(xiàng)非常前沿的技術(shù)。 本文將 介紹如何 用 Android軟件實(shí)現(xiàn)對物聯(lián)網(wǎng)監(jiān)控端進(jìn)行實(shí)時(shí)監(jiān)控 。 該系統(tǒng)分為硬件端 (監(jiān)控端 )和軟件端 (手機(jī)端 ),其硬件端主要通過 STM32單片機(jī)實(shí)現(xiàn),通過溫度傳感器,加速度傳感器以及脈搏心跳傳感器,對人體的體溫、姿態(tài)、心跳速率及脈搏速率進(jìn)行測量,并通過 GPRS 模塊 或串口 采用 三種法式 (包括短信, WIFI 和 J2EE 服務(wù)器 )傳送監(jiān)控?cái)?shù)據(jù)到手機(jī)端。軟件端主要采用 Java 語言編 寫,實(shí)現(xiàn)對數(shù)據(jù)的處理、顯示以及備份等功能。三種通信方式各有所長 。 對于整個(gè)系統(tǒng),已基本實(shí)現(xiàn)預(yù)期功能,同時(shí)也能對其進(jìn)行拓展,例如手機(jī)與監(jiān)控端的相互交互等。對于后續(xù)的研究工作希望能和讀者一起探討。 關(guān)鍵詞: Android, 物聯(lián)網(wǎng) , 熱點(diǎn) , 監(jiān)控 重慶大學(xué)本科學(xué)生畢業(yè)設(shè)計(jì) (論文) ABSTRACT II ABSTRACT In 2021, Google39。s Android operating system to show the rise of the Android phone to a climax. The major advantage of the Andriod system applied to many fields, while the use of the Android software written in Java language, objectoriented thinking, to promote the flexibility of the software. Inter of Things, on the other hand, is a new generation of highend technology, the use of highperformance advantages of Android will be applied to the monitoring of Inter of Things will be a very cuttingedge technology. This article describes how to use the Android software to achieve realtime monitoring of Things monitoring client. The system is divided into the hardware side (control side) and the software side (mobile terminal), the hardware side by STM32 microcontroller, temperature sensor, accelerometer, and the pulse of the heartbeat sensor, body temperature, posture, heart rate, and pulse rate measurement, and three French (including SMS, WIFI, and a J2EE server) to send control data to the mobile terminal through the GPRS module or serial. Software side using the Java language to write the data processing, display and backup functions. For the entire system has been basically achieve the desired functionality, but also to expand, such as mobile phones and monitor the client interact with each other. And readers to discuss followup research. Key words: Android, Inter of things, Wifi, monitor重慶大學(xué)本科學(xué)生畢業(yè)設(shè)計(jì) (論文) 目錄 III 目 錄 中文摘要 ................................................................................................ Ⅰ ABSTRACT ........................................................................................... Ⅱ 1緒論 ......................................................................................................1 設(shè)計(jì)背景 .............................................................................................1 國內(nèi)外研究現(xiàn)狀綜述 ...............................................................................1 設(shè)計(jì)特點(diǎn) .............................................................................................2 設(shè)計(jì)功能概述 .......................................................................................2 物聯(lián)網(wǎng)監(jiān)控端的硬件 ..........................................................................2 Android 應(yīng)用程序 ...............................................................................3 2 相關(guān) 技術(shù)及開發(fā)工具簡介 ..................................................................4 Java語言簡介 ........................................................................................4 Java技術(shù)的 特 點(diǎn) ................................................................................4 Java ME 簡介 ....................................................................................5 Java EE簡介 .....................................................................................5 Android系統(tǒng)簡介 ....................................................................................6 Java及 Android開發(fā)工具簡介 ....................................................................7 MyEclipse 集成開發(fā)環(huán)境 ......................................................................7 Android SDK.....................................................................................7 Android ADT.....................................................................................8 3 基于 Nios II的物聯(lián)網(wǎng)監(jiān)控端設(shè)計(jì) ......................................................9 系統(tǒng)結(jié)構(gòu) .............................................................................................9 硬件結(jié)構(gòu) ...................................................................................... 10 軟件結(jié)構(gòu) ...................................................................................... 10 監(jiān)控端硬件設(shè)計(jì) ................................................................................... 11 信息采集端硬件設(shè)計(jì) ........................................................................ 11 信息接收與傳輸硬件設(shè)計(jì) .................................................................. 12 監(jiān)護(hù)端硬件設(shè)計(jì) .............................................................................. 12 監(jiān)控端軟件設(shè)計(jì) ................................................................................... 13 體征信息采集端的軟件設(shè)計(jì) ............................................................... 13 體征信息接收與傳輸端軟件設(shè)計(jì) ......................................................... 15 4 基于 Android 的手機(jī)軟件設(shè)計(jì) ......................................................... 16 重慶大學(xué)本科學(xué)生畢業(yè)設(shè)計(jì) (論文) 目錄 IV 設(shè)計(jì)概述 ......
點(diǎn)擊復(fù)制文檔內(nèi)容
公司管理相關(guān)推薦
文庫吧 www.dybbs8.com
公安備案圖鄂ICP備17016276號(hào)-1