wwwxxxx日本,国产精品九九,日日夜夜免费视频,亚洲无av码在线中文字幕

基于嵌入式linux遠程升級設(shè)計與實現(xiàn).rar

RAR格式版權(quán)申訴手機打開展開

基于嵌入式linux遠程升級設(shè)計與實現(xiàn),基于嵌入式linux遠程升級設(shè)計與實現(xiàn)1.3萬字52頁包括開題報告和任務(wù)書摘要隨著信息技術(shù)、計算機網(wǎng)絡(luò)技術(shù)的迅猛發(fā)展和廣泛普及,人們對internet的需求也越來越大,internet帶來的好處也越來越得到體現(xiàn),許多信息家電、智能儀表等設(shè)備接入到互聯(lián)網(wǎng)成為可能,實現(xiàn)網(wǎng)絡(luò)化、智能化的集中管理,從而帶給人們更精彩、更方便的...
編號:58-35051大小:165.20K
分類: 論文>計算機論文

該文檔為壓縮文件,包含的文件列表如下:

內(nèi)容介紹

原文檔由會員 20023286 發(fā)布

基于嵌入式Linux遠程升級設(shè)計與實現(xiàn)
1.3萬字 52頁
包括開題報告和任務(wù)書


摘要

隨著信息技術(shù)、計算機網(wǎng)絡(luò)技術(shù)的迅猛發(fā)展和廣泛普及,人們對Internet的需求也越來越大,Internet帶來的好處也越來越得到體現(xiàn),許多信息家電、智能儀表等設(shè)備接入到互聯(lián)網(wǎng)成為可能,實現(xiàn)網(wǎng)絡(luò)化、智能化的集中管理,從而帶給人們更精彩、更方便的生活方式。
近年來我國電力需求不斷增加,供應(yīng)日趨緊張。為了保證電網(wǎng)安全、正確地商業(yè)化運營,必須有一套計量精確、功能強大的自動抄表系統(tǒng)。因此也需要設(shè)計一個升級程序,實現(xiàn)對自動抄表系統(tǒng)的遠程升級。本論文考慮的就是如何設(shè)計和實現(xiàn)基于嵌入式Linux的遠程升級系統(tǒng)。
如果人工逐一對這些程序升級,存在兩個問題。其一,需要耗費大量人力和物力,其二,人工操作不如電腦精細和方便。本課題研究的是如何利用主站應(yīng)用程序?qū)?shù)據(jù)采集器進行遠程升級。本論文詳細闡述了設(shè)計系統(tǒng)的整體思路,系統(tǒng)各功能的實現(xiàn),利用自己設(shè)計出的規(guī)約來實現(xiàn)斷點續(xù)傳的基本原理。同時也介紹了多線程設(shè)計,以及簡單的加密和壓縮方法。

關(guān)鍵詞:遠程升級,多線程設(shè)計,斷點續(xù)傳



Based on embedded Linux remote update design and implement

ABSTRACT
Along with the technical fast development and extensive universalities of information and networks, the people's need to the Internet is also more and more big, the advantage that Internet bring also gets materialize more and more now, make equipments, such as many information appliances and the intelligence appearance... etc .connect go into the Internet to make possible, thus carry out the network to turn, the centralized management that intelligence turn, bring the people the more fascinating and more convenient life style.
Considering that the demand of electric power is increasing ceaselessly in recent years, and the supply become more and more embarrassed. In order to assure the safety of the electricity supply and put the running of electricity into a right commercial way, a powerful and exactly computing system to gain the data automatically is essential.So,it also need to design a system to make it update automatically. This paper is considering how to design and implement the remote update system which based on the embedded Linux.
Updating system by manual work exist two disadvantage.First,it must waste a lost of manpower and time.Second,manual work usually make mistakes, to be contrary, the computer can make the work much more efficiently and correctly. This subject is studying how to implement the remote update of data collect system by the application. this paper detailed discusses the thought of the system analysis, and the implement of the system function, and the principle of continue transferring from breakpoint which make use of the stipulations of an agreement designed by myself. At the same time , it also introduce the multithreading design, simply encrypt and compress method and so on.

Keywords: long-distance update, multithreading design, continue transferring from breakpoint


目錄
1. 緒論 1
1.1本課題的目的和意義 1
1.2本課題的課題來源 2
1.3目前國內(nèi)外的發(fā)展情況 2
2. 嵌入式Linux基礎(chǔ) 5
2.1嵌入式Linux系統(tǒng)概述 5
2.2 Linux在嵌入式系統(tǒng)中的優(yōu)勢 6
2.3 嵌入式Linux系統(tǒng)的技術(shù)發(fā)展 7
3. 總體方案設(shè)計 8
3.1系統(tǒng)總體結(jié)構(gòu) 8
3.2升級方式選擇 9
3.3工具軟件選擇 10
4. 多進程和多線程設(shè)計 11
4.1 Linux下多進程編程 11
4.1.1 Linux下進程的結(jié)構(gòu) 11
4.1.2 如何創(chuàng)建進程 11
4.1.3 Linux的進程與Win32的進程/線程的區(qū)別 12
4.2多線程設(shè)計 12
4.3多線程具體實現(xiàn)代碼 13
5. 斷點續(xù)傳的基本原理 17
5.1 主站請求文件信息 17
5.2主站設(shè)置升級文件信息 18
5.3文件傳輸 19
5.4實現(xiàn)斷點續(xù)傳 20
6.遠程升級流程圖 22
6.1升級流程時序圖 23
6.2升級流程活動圖 24
7. 測試結(jié)果和分析 25
7.1文件傳輸 25
7.2斷點續(xù)傳 26
7.3 錯誤檢測 27
8. 工作總結(jié)和展望 29
8.1總結(jié) 29
8.2畢業(yè)設(shè)計的主要工作 29
8.3下一步工作 29
致謝 30
參考文獻 31
附錄 服務(wù)器端源代碼 32


參考文獻
[1] 鮑衛(wèi)兵,杜豐,周云水.GPRS 在遠程抄表終端中應(yīng)用[J]. 浙江工業(yè)大學(xué)學(xué)報, 2006,34(4):420-425.
[2] 趙睿明,錢東平,秦瑞果.配電網(wǎng)電力線遠程集中抄表系統(tǒng)[J]. 微計算機信息, 2006,22(8):130-133.
[3] 吳軍基,王文斌,張鵬.基于GSM短消息遠程抄表系統(tǒng)研究[J]. 電力自動化設(shè)備, 2006,26(4):53-56.
[4] 王子健, 張軍;,羅喜伶。基于TFFS的嵌入式系統(tǒng)在線升級設(shè)計與實現(xiàn)[J]. 計算機工程,2006,13(91):72-74.


附錄 服務(wù)器端源代碼
/*server.c*/
#include
#include
#include
#include
#include
#include
#include
#include
#include
#include
......
久re热| 日本最新中文字幕在线| 亚洲免费视频99| 亚洲av入口| 久久久人| 国产乱妇乱子在线视频| www.com国产| 91在线免费播放| 狠狠色 图| 亚洲天堂之少妇| 外国无码一级大全免费| 西吉县| 又嫩又硬又黄又爽的视频| 羞羞视频麻豆视频| 浪荡艳妇爆乳JUFD汗だく肉感| 少妇人妻一区二区| 射进来av| 亚州国产一级毛片| 欧美成人精品H无码| 久久精品a v| 久久r国产精品| 9夜夜夜夜夜视频| 国产成人精品一区二区| 另娄欧美| 狠狠躁狠狠躁东京热无码专区| 全部孕妇孕交bbbbbb| 一级自拍偷拍网站网址| 无码综合图色| 100ksb.com| 国产精密黄又大| 亚洲高清无在码在线电影不卡| 精品免费国产污网站| 亚洲av日韩av激情亚洲| 人妻中文字幕系列| 美国一级欧美三级| 世界一级毛片| 一区两区小视频| 亚洲免费成人电影| 白韩AV教育片| 欧美日韩综合一二| 9久9久9久女女女九九九一九|