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

小型網絡通信系統(tǒng).doc

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

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

內容介紹

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

小型網絡通信系統(tǒng)
---------服務器端應用子系統(tǒng)


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

關鍵詞:通信、TCP/IP、UNIX、網絡編程、計算機應用

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