小型網(wǎng)絡(luò)通信系統(tǒng)—服務(wù)器端應(yīng)用子系統(tǒng).doc
約43頁DOC格式手機打開展開
小型網(wǎng)絡(luò)通信系統(tǒng)—服務(wù)器端應(yīng)用子系統(tǒng),頁數(shù) 43字數(shù) 13635摘要本文介紹了一種利用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ò)編程,計算機...


內(nèi)容介紹
此文檔由會員 張陽陽 發(fā)布
小型網(wǎng)絡(luò)通信系統(tǒng)—服務(wù)器端應(yīng)用子系統(tǒng)
頁數(shù) 43 字數(shù) 13635
摘要
本文介紹了一種利用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
參考文獻
⑴《UNIX環(huán)境高級編程》 (美)W.Richard Stevens 著 尤晉元 等譯
機械工業(yè)出版社
⑵《數(shù)據(jù)結(jié)構(gòu)(用面向?qū)ο蠓椒ㄅcC++描述)》 殷人昆 陶永雷 謝若陽 盛絢華 編著
清華大學(xué)出版社
⑶《C++程序設(shè)計教程》 錢能 主編
清華大學(xué)出版社
⑷《實用軟件工程》 鄭人杰 殷人昆 陶永雷
清華大學(xué)出版社
⑸《UNIX網(wǎng)絡(luò)編程(第1卷) 套接口API和X/OPEN傳輸接口API》
(美)W.Richard Stevens 著 施振川 周利民 孫宏暉 等譯 楊繼張 審較
清華大學(xué)出版社
頁數(shù) 43 字數(shù) 13635
摘要
本文介紹了一種利用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
參考文獻
⑴《UNIX環(huán)境高級編程》 (美)W.Richard Stevens 著 尤晉元 等譯
機械工業(yè)出版社
⑵《數(shù)據(jù)結(jié)構(gòu)(用面向?qū)ο蠓椒ㄅcC++描述)》 殷人昆 陶永雷 謝若陽 盛絢華 編著
清華大學(xué)出版社
⑶《C++程序設(shè)計教程》 錢能 主編
清華大學(xué)出版社
⑷《實用軟件工程》 鄭人杰 殷人昆 陶永雷
清華大學(xué)出版社
⑸《UNIX網(wǎng)絡(luò)編程(第1卷) 套接口API和X/OPEN傳輸接口API》
(美)W.Richard Stevens 著 施振川 周利民 孫宏暉 等譯 楊繼張 審較
清華大學(xué)出版社