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

正文內(nèi)容

網(wǎng)絡(luò)聊天軟件的設(shè)計(jì)與實(shí)現(xiàn)論文-全文預(yù)覽

  

【正文】 Socket接口定義了許多函數(shù)或例程,程序員可以用它們來開發(fā)TCP/IP網(wǎng)絡(luò)上的應(yīng)用程序。這才是Visual C++和整個(gè)Visual Studio的精華和靈魂,雖然我們很少能直接接觸到它。從理論上來講,MFC也不是專用于Visual C++,Borland C++,C++Builder和Symantec C++同樣可以處理MFC。  Visual C++它大概可以分成三個(gè)主要的部分: ?、貲eveloper Studio。所以實(shí)際中,更多的是以Visual C++。Microsoft公司的Visual C++編程開發(fā)環(huán)境在進(jìn)行網(wǎng)絡(luò)應(yīng)用程序開發(fā)方面有以下幾個(gè)特點(diǎn): ①開發(fā)出的應(yīng)用程序占有資源少; ②開發(fā)人員有靈活多變的開發(fā)方式; ③如果使用VC的MFC類庫(kù)則可以使開發(fā)人員從很大程度上簡(jiǎn)化開發(fā)過程; ④可使應(yīng)用程序有很強(qiáng)的擴(kuò)展性。因?yàn)檫@種結(jié)構(gòu)的應(yīng)用軟件可以充分發(fā)揮網(wǎng)絡(luò)的作用和數(shù)據(jù)庫(kù)系統(tǒng)的優(yōu)勢(shì),以滿足人們各種應(yīng)用的需求。在現(xiàn)實(shí)生活中人們可以通過多種手段與家人親戚朋友交流通訊,像電話,電子郵件等等。研究的主要內(nèi)容是如何利用套接字編寫網(wǎng)絡(luò)聊天程序,主要完成了客戶端的注冊(cè),發(fā)送信息與顯示在線用戶及服務(wù)器端的廣播信息,在線用戶顯示等工作。本課題是開發(fā)一個(gè)基于TCP/IP的局域網(wǎng)聊天室系統(tǒng),采用軟件工程的方法,綜合運(yùn)用Windows程序設(shè)計(jì)技術(shù)、網(wǎng)絡(luò)通訊技術(shù),以Visual C++ 。關(guān)鍵詞:套接字 服務(wù)器 客戶端中圖分類號(hào):Design and Implementation of Chat Software Based on InternetZhangYanmin(Director:Shi Shudong)(Department of Computer Science and Technology, Hubei Normal University, 435002)Abstract: With the development of networking technology and the living demand of people, chatting on network is more and more acceptable by people. This topic is going to talk about that to develop the local area internet chatroom system which based on TCP/IP, It adopts the method of software engineer, and uses the technology of Windows program designing technique and the network munication technology, makes Visual C++ as the front application design tool to develop the software. The prinary content of researching is how to use the sleeve to joint the procedure of piling the network chat, it is main to finish the task of the number’s application of clients, transmiting the message, displaying the online users and the server’s broadcast message, and the displaying of online users. Through the using of chatting tool, it can make a group of users who distribute in different place ,and use different machine to municate with senting messages timely, then achieved the goal of information sharing, and inprove the efficiency of work or adapts to use the network chatting tool in local internet ,it’s operation is simple , the flexibility is good and movement is also guite stable.Key Words:Socket;Server;Client 目 錄1. 引言 12. 基礎(chǔ)知識(shí)原理介紹 1 Visual C++ 1 Socket 2 C/S架構(gòu) 33. 系統(tǒng)框架 44. 服務(wù)器設(shè)計(jì) 4 5 5 55. 客戶端設(shè)計(jì) 6 6 6 76. 設(shè)計(jì)細(xì)節(jié) 8 8 97. 結(jié)束語(yǔ) 98. 致謝 109. 參考文獻(xiàn) 11附錄 12網(wǎng)絡(luò)聊天軟件的設(shè)計(jì)與實(shí)現(xiàn)張艷敏(指導(dǎo)老師 石曙東)(計(jì)算機(jī)科學(xué)與技術(shù)學(xué)院0503班 湖北 黃石 435002)1. 引言隨著網(wǎng)絡(luò)的普及化,網(wǎng)絡(luò)作為人們相互間溝通與交流聯(lián)系的現(xiàn)代化工具日益重要,可以說現(xiàn)在人們的生活已經(jīng)離不開網(wǎng)絡(luò)。 隨著網(wǎng)絡(luò)技術(shù)和數(shù)據(jù)庫(kù)管理系統(tǒng)的發(fā)展,C/S體系結(jié)構(gòu)在軟件的開發(fā)中越來越流行。 網(wǎng)絡(luò)的飛速發(fā)展使網(wǎng)絡(luò)應(yīng)用程序的開發(fā)地位顯的越來越重要,而網(wǎng)絡(luò)應(yīng)用程序的開發(fā)和傳統(tǒng)應(yīng)用程序的開發(fā)在思想和實(shí)現(xiàn)上有很大的區(qū)別?! ‰m然微軟公司推出了Visual C++.NET(Visual C++),但它的應(yīng)用的很大的局限性,只適用于Wind
點(diǎn)擊復(fù)制文檔內(nèi)容
公司管理相關(guān)推薦
文庫(kù)吧 www.dybbs8.com
備案圖鄂ICP備17016276號(hào)-1