freepeople性欧美熟妇, 色戒完整版无删减158分钟hd, 无码精品国产vα在线观看DVD, 丰满少妇伦精品无码专区在线观看,艾栗栗与纹身男宾馆3p50分钟,国产AV片在线观看,黑人与美女高潮,18岁女RAPPERDISSSUBS,国产手机在机看影片

正文內(nèi)容

基于vcsocket的多線程網(wǎng)絡(luò)聊天系統(tǒng)開發(fā)與設(shè)計(jì)(已修改)

2024-11-26 03:24 本頁面
 

【正文】 基于 VC++ Socket 的多線程網(wǎng)絡(luò)聊天系統(tǒng)開發(fā)與設(shè)計(jì) 南 陽 理 工 學(xué) 院 本科生 畢業(yè)設(shè)計(jì) ( 論文 ) 學(xué)院(系): 軟件學(xué)院 專 業(yè): 軟件工程 學(xué) 生: 趙藝飛 指導(dǎo)教師: 韓璞 完成日期 2020 年 4 月基于 VC++ Socket 的多線程網(wǎng)絡(luò)聊天系統(tǒng)開發(fā)與設(shè)計(jì) 南陽理工學(xué)院本科生畢業(yè)設(shè)計(jì)(論文) 基于 VC++ Socket的多線程網(wǎng)絡(luò)聊天系統(tǒng) 開發(fā)與設(shè)計(jì) Design and Development of VC + + Socketbased Multithreaded chat system 總 計(jì): 畢業(yè)設(shè)計(jì)( 論文 ) 33 頁 表 格 : 2 個(gè) 插 圖 : 19 幅 基于 VC++ Socket 的多線程網(wǎng)絡(luò)聊天系統(tǒng)開發(fā)與設(shè)計(jì) 南 陽 理 工 學(xué) 院 本 科 畢 業(yè) 設(shè) 計(jì)(論文) 基于 VC++ Socket 的多線程網(wǎng)絡(luò)聊天系統(tǒng) 開發(fā)與設(shè)計(jì) Design and Development of VC + + Socketbased Multithreaded chat system 學(xué) 院(系): 軟件學(xué)院 專 業(yè): 軟件工程 學(xué) 生 姓 名: 趙藝飛 學(xué) 號(hào): 68107210 指 導(dǎo) 教 師(職稱): 韓璞 (講師) 評(píng) 閱 教 師: 完 成 日 期: 2020 年 4 月 南陽理工學(xué)院 Nanyang Institute of Technology 基于 VC++ Socket 的多線程網(wǎng)絡(luò)聊天系統(tǒng)開發(fā)與設(shè)計(jì) 1 基于 VC++ Socket 的多線程網(wǎng)絡(luò)聊天系統(tǒng) 開發(fā)與設(shè)計(jì) 軟件工程 專業(yè) 趙藝飛 [摘 要] 隨著計(jì)算機(jī)科學(xué)和 Inter 的飛速發(fā)展 , 網(wǎng)上聊天已成為人們相互交流的一種方式 , 與 Email、電話相比 , 聊天服務(wù)更具有實(shí)時(shí)性和有效性。 本 論文提出一個(gè)運(yùn)行于 VC++ 平臺(tái)上的局域網(wǎng)聊天軟件的解決方案,采用了 Socket 網(wǎng)絡(luò)編程思想和多線程技術(shù)。 該聊天軟件包括服務(wù)器端和客戶端兩個(gè)模塊,客戶端 通過服務(wù)器端進(jìn)行通信。服務(wù)器端模塊主要實(shí)現(xiàn)了服務(wù)器的配置和數(shù)據(jù)的傳遞;客戶端模塊主要實(shí)現(xiàn)了用戶注冊(cè)、登錄、文字聊天和文件傳輸?shù)裙δ?。該軟件采用多線程技術(shù)支持多用戶操作,并采用相關(guān)技術(shù)進(jìn)行了優(yōu)化,加快了文字和文件的傳遞速度。 [關(guān)鍵詞] 局域網(wǎng); 網(wǎng)絡(luò) 聊天; 多線程 ;套接字 Design and Development of VC + + Socketbased Multithreaded chat system Software Engineering Zhao Yifei Abstract: Along with the highspeed development of the puter science and Inter, chatting on line has been an important method in our munication. Comparing with Email and telephone, the chatline service is more realtime and effective. This thesis proposes a solution of a LAN chatting software based on C++ language, which is operated on the Visual C++ platform by using the Socket. This chatting software includes two modules: the server and the client, which can municate with each other. The server module mainly pletes the sever device?s configuration. And the client module mainly pletes the users? login, registration, instant messaging and so on. This software uses the multithread technical to support multiusers? operation, and uses the correlation technique to carry on the optimization to speed up the writing transmission speed. Key words: LAN。 Web Chat。 Multithread。Socket 基于 VC++ Socket 的多線程網(wǎng)絡(luò)聊天系統(tǒng)開發(fā)與設(shè)計(jì) 2 目 錄 1 概論 .................................................................................................................. 1 選題背景 ................................................................................................. 1 課題開發(fā)背景 .............................................................................. 1 課題開發(fā)意義 .............................................................................. 1 課題開發(fā)目標(biāo) ......................................................................................... 2 論文結(jié)構(gòu) .................................................................................................. 2 2 系統(tǒng)運(yùn)行環(huán)境及系統(tǒng)開發(fā)關(guān)鍵技術(shù) .............................................................. 3 系統(tǒng)運(yùn)行環(huán)境 ......................................................................................... 3 硬件環(huán)境 ...................................................................................... 3 軟件開 發(fā)環(huán)境 .............................................................................. 3 系統(tǒng)開發(fā)關(guān)鍵技術(shù) ................................................................................. 3 C++簡介 ....................................................................................... 3 Access 2020 數(shù)據(jù)庫 ..................................................................... 4 WINDOWS SOCKETS 網(wǎng)絡(luò)編程接口 ....................................... 5 多線程開發(fā)技術(shù) .......................................................................... 6 TCP/IP 協(xié)議、 UDP 協(xié)議 ............................................................. 8 C/S 模式(客戶機(jī) /服務(wù)器模式) ............................................... 9 3 需求分析系統(tǒng)與概要設(shè)計(jì) .............................................................................. 11 系統(tǒng)總體需求分析 ............................................................................... 11 系統(tǒng)功能需求分析 .................................................................... 11 系統(tǒng)性能需求分析 .................................................................... 12 系統(tǒng)設(shè)計(jì) ............................................................................................... 12 架構(gòu)設(shè)計(jì) ............................................................................................ 12 工作流程 .................................................................................... 14 功能設(shè)計(jì) .................................................................................... 15 數(shù)據(jù)庫設(shè)計(jì) ................................................................................ 15 4 系統(tǒng)詳細(xì)設(shè)計(jì)與實(shí)現(xiàn) .................................................................................... 19 系統(tǒng)的通信過程與方式 ....................................................................... 19 客戶端與服務(wù)器端 ............................................................................... 20 數(shù)據(jù)結(jié)構(gòu)設(shè)計(jì) ....................................................................................... 22 服務(wù)器端設(shè)計(jì)實(shí)現(xiàn) ................................................................................ 23 服務(wù)器端工作原理 ..................................................................... 23 初始化對(duì)話框 ............................................................................ 24 基于 VC++ Socket 的多線程網(wǎng)絡(luò)聊天系統(tǒng)開發(fā)與設(shè)計(jì) 3 啟動(dòng)服務(wù) .................................................................................... 24 停止服務(wù) ...........................................
點(diǎn)擊復(fù)制文檔內(nèi)容
試題試卷相關(guān)推薦
文庫吧 www.dybbs8.com
公安備案圖鄂ICP備17016276號(hào)-1