国产精品婷婷久久久久久,国产精品美女久久久浪潮av,草草国产,人妻精品久久无码专区精东影业

小型網(wǎng)絡(luò)通信系統(tǒng).doc

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

小型網(wǎng)絡(luò)通信系統(tǒng),---------服務(wù)器端應(yīng)用子系統(tǒng) 摘要本文介紹了一種利用tcp/ip網(wǎng)絡(luò)進行通信的系統(tǒng),采用client/server體系結(jié)構(gòu),其功能包括文字和語音聊天、文件傳送等。分析了服務(wù)器端應(yīng)用系統(tǒng)軟件的結(jié)構(gòu)和功能,闡述了系統(tǒng)的實現(xiàn)方法和實現(xiàn)思路。關(guān)鍵詞:通信、tcp/ip、unix、網(wǎng)絡(luò)編程、計算機應(yīng)用ab...
編號:5-2031大小:100.00K
分類: 論文>計算機論文

內(nèi)容介紹

此文檔由會員 superjunior 發(fā)布

小型網(wǎng)絡(luò)通信系統(tǒng)
---------服務(wù)器端應(yīng)用子系統(tǒng)


摘要
本文介紹了一種利用TCP/IP網(wǎng)絡(luò)進行通信的系統(tǒng),采用Client/Server體系結(jié)構(gòu),其功能包括文字和語音聊天、文件傳送等。分析了服務(wù)器端應(yīng)用系統(tǒng)軟件的結(jié)構(gòu)和功能,闡述了系統(tǒng)的實現(xiàn)方法和實現(xiàn)思路。

關(guān)鍵詞:通信、TCP/IP、UNIX、網(wǎng)絡(luò)編程、計算機應(yīng)用

Abstract
This paper has introduced a kind of network communication system based on TCP/IP, adopt Client/Server system structure, Its function including chat of the characters, speech chat, file transfer etc.. Have analysed the structure and function of the server application software, explain the implementation method and the train of thought .

Keywords: communication 、TCP/IP、UNIX、programming of the network、
application of computer

目錄

第1章 引言 ……………………………………………………………… 3
第2章 系統(tǒng)實現(xiàn)的功能及設(shè)計要求 …………………………………… 3
2.1 系統(tǒng)實現(xiàn)的功能 ………………………………………………… 3
2.2 設(shè)計要求 ………………………………………………………… 4
第3章 系統(tǒng)開發(fā)過程 …………………………………………………… 4
第4章 方案設(shè)計 ………………………………………………………… 5
4.1 系統(tǒng)結(jié)構(gòu) ………………………………………………………… 5
4.2 設(shè)計中要解決的問題及采用的關(guān)鍵技術(shù) ……………………… 6
第5章 系統(tǒng)設(shè)計 ………………………………………………………… 11
5.1 系統(tǒng)軟件模塊結(jié)構(gòu) ……………………………………………… 11
5.2 數(shù)據(jù)結(jié)構(gòu)設(shè)計 …………………………………………………… 14
第6章 系統(tǒng)的實現(xiàn)及關(guān)鍵技術(shù) ………………………………………… 19
6.1 開發(fā)環(huán)境及工具 ………………………………………………… 19
6.2 程序的流程設(shè)計 ………………………………………………… 20
6.3 關(guān)鍵技術(shù)(代碼)分析 ………………………………………… 20
第7章 運行效果及改進意見 …………………………………………… 40
第8章 工作總結(jié) ………………………………………………………… 41
第9章 結(jié)束語 …………………………………………………………… 41
第10章 致謝 ……………………………………………………………… 42
參考文獻 …………………………………………………………………… 43
附錄 ………………………………………………………………………… 44