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

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

約44頁DOC格式手機(jī)打開展開

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

內(nèi)容介紹

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

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


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

關(guān)鍵詞:通信、TCP/IP、UNIX、網(wǎng)絡(luò)編程、計(jì)算機(jī)應(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)實(shí)現(xiàn)的功能及設(shè)計(jì)要求 …………………………………… 3
2.1 系統(tǒng)實(shí)現(xiàn)的功能 ………………………………………………… 3
2.2 設(shè)計(jì)要求 ………………………………………………………… 4
第3章 系統(tǒng)開發(fā)過程 …………………………………………………… 4
第4章 方案設(shè)計(jì) ………………………………………………………… 5
4.1 系統(tǒng)結(jié)構(gòu) ………………………………………………………… 5
4.2 設(shè)計(jì)中要解決的問題及采用的關(guān)鍵技術(shù) ……………………… 6
第5章 系統(tǒng)設(shè)計(jì) ………………………………………………………… 11
5.1 系統(tǒng)軟件模塊結(jié)構(gòu) ……………………………………………… 11
5.2 數(shù)據(jù)結(jié)構(gòu)設(shè)計(jì) …………………………………………………… 14
第6章 系統(tǒng)的實(shí)現(xiàn)及關(guān)鍵技術(shù) ………………………………………… 19
6.1 開發(fā)環(huán)境及工具 ………………………………………………… 19
6.2 程序的流程設(shè)計(jì) ………………………………………………… 20
6.3 關(guān)鍵技術(shù)(代碼)分析 ………………………………………… 20
第7章 運(yùn)行效果及改進(jìn)意見 …………………………………………… 40
第8章 工作總結(jié) ………………………………………………………… 41
第9章 結(jié)束語 …………………………………………………………… 41
第10章 致謝 ……………………………………………………………… 42
參考文獻(xiàn) …………………………………………………………………… 43
附錄 ………………………………………………………………………… 44