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

正文內(nèi)容

畢業(yè)設(shè)計(jì)論文-嵌入式web服務(wù)器的設(shè)計(jì)與實(shí)現(xiàn)(已修改)

2025-06-18 01:24 本頁(yè)面
 

【正文】 無(wú)錫科技職業(yè)學(xué)院嵌入式系統(tǒng)工程專(zhuān)業(yè) 畢業(yè)設(shè)計(jì)(論文) 1 嵌入式 web 服務(wù)器的設(shè)計(jì)與實(shí)現(xiàn) 摘要: 隨著現(xiàn)代通信技術(shù)和網(wǎng)絡(luò)技術(shù)的迅猛發(fā)展,以太網(wǎng)技術(shù)也越來(lái)越成熟,特別是基于 TCP/ IP 通信協(xié)議的 Web 技術(shù)得到了廣泛應(yīng)用。我們可以用微控制器加以太網(wǎng)接口芯片,取代 PC 機(jī)進(jìn)行現(xiàn)場(chǎng)控制,組成嵌入式 Web Sever 系統(tǒng)?,F(xiàn)場(chǎng)傳感器自動(dòng)跟蹤各監(jiān)測(cè)點(diǎn)的信息,把檢測(cè)到的數(shù)據(jù)存儲(chǔ)在非易失性存儲(chǔ)器中,并及時(shí)發(fā)布到互聯(lián)網(wǎng)上;相關(guān)的工作人員就可以通過(guò) Web 技術(shù)對(duì)設(shè)備進(jìn)行遠(yuǎn)程控制、管理和維護(hù),從瀏覽器上直接監(jiān)控現(xiàn)場(chǎng)設(shè)備的運(yùn)行,這樣就大大提高了生產(chǎn)效率和管理水平。 本文主要工作: ATmega128 和 LAN91C111 為核心 的 嵌入式系統(tǒng)硬件平臺(tái)的 架構(gòu) , 闡述了各個(gè)模塊具體的設(shè)計(jì)過(guò)程 。 2. 以 μC/OSII嵌入式操作系統(tǒng)在 ATmega128處理器上的移植過(guò)程。 ATmega128上的 lw TCP/IP協(xié)議棧。 4. 在此基礎(chǔ)實(shí)現(xiàn)了簡(jiǎn)化的 HTTP協(xié)議,并設(shè)計(jì)了一個(gè)基于 ATmega128的嵌入式Web服務(wù)器系統(tǒng) 。 關(guān)鍵詞: 網(wǎng)絡(luò)協(xié)議 。單片機(jī) 。以太網(wǎng) 芯片 。嵌入式操作系統(tǒng) 。嵌入式 Web 服務(wù)器 無(wú)錫科技職業(yè)學(xué)院嵌入式系統(tǒng)工程專(zhuān)業(yè) 畢業(yè)設(shè)計(jì)(論文) 2 Embedded web server Design Abstract Along with the modern munication technology and the rapid development of work technology, Ether technology and more mature, particularly based on TCP/IP munication protocol Web technology has been widely applied. We can use microcontroller be too work interface chip, replacing the PC site control, the embedded Web Sever system. Field sensor automatically keep track of different monitoring point of information, the detected data stored in nonvolatile memory, and promptly released onto the Inter。 related personnel through a Web technology on the device for remote control, management and maintenance, from the browser on the direct monitoring of field devices running, greatly improved productivity and management level. This article mainly work: 1. to ATmega128 and LAN91C111 as the core of embedded system hardware infrastructure, explains each module specific design process. 2. to μ C/O SI I embedded operating system in the ATmega128 processor of the transplantation process. 3. implementation of the applied to the ATmega128 lw TCP/IP protocol stack. 4. on this basis enables simplified HTTP protocol, and created a based on the ATmega128 embedded Web server systems. Key words: work protocols。 singlechip。 Ether chip。 embedded operating system。 the embedded Web server 無(wú)錫科技職業(yè)學(xué)院嵌入式系統(tǒng)工程專(zhuān)業(yè) 畢業(yè)設(shè)計(jì)(論文) 3 目錄 摘要: ............................................................................................................................. 1 Abstract ............................................................................................................................ 2 硬件選擇 ............................................................................................................ 5 ATmega128的特點(diǎn) ............................................................................. 5 LAN91C111 ................................................................... 5 NEC公司的 62256 .............................................................................. 6 ..................................................................................................... 6 ........................................................................................... 7 ........................................................................................... 7 ....................................................................................... 8 LAN91C111寄存器地址映射 ............................................................... 8 LAN91C111工作原理 ......................................................................... 8 ......................................................................... 8 LAN91C111驅(qū)動(dòng)程序設(shè)計(jì) .................................................................. 9 第二章 μC/OS II嵌入式操作系統(tǒng)的移植 ....................................................................... 10 μC/OS II的概述 ............................................................................................ 10 /OS II簡(jiǎn)介 .............................................................................. 10 μC/OS II的移植 ............................................................................................ 10 uC/OS II移植的相關(guān)工作 ..............................................................11 ........................................................................... 12 第三章 LwIP在 uCOS II上的實(shí)現(xiàn)原理及過(guò)程 ................................................................. 14 ................................................................................................................. 14 與 CPU或編譯器相關(guān)的 include文件 ................................................................ 14 sys_arch操作系統(tǒng)相關(guān)部份 ............................................................................. 14 lib_arch中庫(kù)函數(shù)的實(shí)現(xiàn) ................................................................................ 16 ............................................................................................ 17 第四章 嵌入式 Web服務(wù)器的實(shí)現(xiàn) ................................................................................... 18 Web服務(wù)器技術(shù) ..................................................................................... 18 HTTP協(xié)議實(shí)現(xiàn) .................................................................................................. 19 .......................................................................................................... 20 4..4嵌入 式 Web服務(wù)器的工作流程 ......................................................................... 22 Web服務(wù)器的實(shí)現(xiàn) .................................................................................. 23 謝辭 ............................................................................................................................... 27 參考文獻(xiàn) ........................................................................................................................ 28
點(diǎn)擊復(fù)制文檔內(nèi)容
醫(yī)療健康相關(guān)推薦
文庫(kù)吧 www.dybbs8.com
公安備案圖鄂ICP備17016276號(hào)-1