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

正文內(nèi)容

基于java的android即時(shí)通訊軟件計(jì)算機(jī)科學(xué)與技術(shù)畢業(yè)論文(已修改)

2025-07-06 15:45 本頁(yè)面
 

【正文】 畢業(yè)論文(畢業(yè)設(shè)計(jì))題目 :android 即時(shí)通訊軟件系 院: XXXXX學(xué)生姓名:XX學(xué) 號(hào): XXX專(zhuān) 業(yè):計(jì)算機(jī)科學(xué)與技術(shù)年 級(jí): 計(jì)本 0902 班完成日期: XXX指導(dǎo)教師:XXXXX 1 摘 要在網(wǎng)絡(luò)越來(lái)越發(fā)達(dá)的今天,人們對(duì)網(wǎng)絡(luò)的依賴(lài)越來(lái)越多,越來(lái)越離不開(kāi)網(wǎng)絡(luò),由此而產(chǎn)生的聊天工具越來(lái)越多,例如,國(guó)外的 ICQ、國(guó)內(nèi)騰訊公司開(kāi)發(fā)的 OICQ?;?Java 網(wǎng)絡(luò)編程的強(qiáng)大功能,本次畢業(yè)設(shè)計(jì)使用 Java 編寫(xiě)一個(gè)運(yùn)行在 版本以上的即時(shí)通訊軟件。 一般來(lái)說(shuō),聊天工具大多數(shù)由客戶(hù)端程序和服務(wù)器程序外加服務(wù)器端用于存放客戶(hù)數(shù)據(jù)的數(shù)據(jù)庫(kù)組成,本系統(tǒng)采用客戶(hù)端/服務(wù)器架構(gòu)模式通過(guò) Java 提供的 Socket 類(lèi)來(lái)連接客戶(hù)機(jī)和服務(wù)器并使客戶(hù)端和服務(wù)器之間相互通信,由于聊天是多點(diǎn)對(duì)多點(diǎn)的,Java 提供的多線程功能用多線程可完成多點(diǎn)對(duì)多點(diǎn)的聊天,數(shù)據(jù)庫(kù)管理系統(tǒng)用 MYSQL 完成并通過(guò) 訪問(wèn)數(shù)據(jù)庫(kù)。本系統(tǒng)建立在 JAVA 平臺(tái)上,系統(tǒng)的設(shè)計(jì)使用了面向?qū)ο蠹夹g(shù)和面向?qū)ο蟮脑O(shè)計(jì)原則。系統(tǒng)采用 C/S 結(jié)構(gòu),客戶(hù)端與客戶(hù)端以及客戶(hù)端與服務(wù)器端之間通過(guò) Socket 傳送消息。使用 JAVA 語(yǔ)言編寫(xiě),開(kāi)發(fā)工具采用 Eclipse。服務(wù)器端設(shè)計(jì)與實(shí)現(xiàn)過(guò)程中,采用了多線程技術(shù),可以在單個(gè)程序當(dāng)中同時(shí)運(yùn)行多個(gè)不同的線程,執(zhí)行不同的任務(wù)。大大增強(qiáng)了程序?qū)Ψ?wù)器資源的利用。即時(shí)通訊系統(tǒng)完成后將可進(jìn)行多人對(duì)多人的聊天,對(duì)好友進(jìn)行查找和添加,對(duì)新用戶(hù)的注冊(cè),發(fā)送消息、接受消息等等功能。關(guān)鍵字:多線程 ;客戶(hù)機(jī)/服務(wù)器 ;JAVA ; Socket ; Eclipse ; TCP/IP 2 Abstractas the work bee more and more developed, people bee more and more lean to the work, and can not leave with out it. This caused the chat materials bee more numerous, as the overseas ICQ system, the OICQ system that invented by Tencent Co., and so on. So we create a work chat medium just like the . Java work programming based on the power, the use of Java designed to prepare graduates a chat system.In general, the majority of the chat tool for client and server program in addition to serverside storage of customer data for the database, the system uses a client / server architecture model the adoption of Java provided Socket class connect client and server and between the client and server municate with each other, as the chat is to provide pointtomultipoint and multithreaded Java function to be pleted by using multithreaded chat and more pointtomultipoint, database management system with MYSQL the pletion and adoption of JDBCODBC Bridge access the database.The system built on the JAVA platform, the system design using objectoriented technology and objectoriented design principles. System uses the C / S structure, client and clientside and serverside client and send messages through Socket. The use of JAVA language, development tools using Eclipse. Design and Implementation of serverside process, the use of multithreading technology, which can process in a single run at the same time a number of different threads, the implementation of different tasks. Procedures greatly enhanced the use of server resources.Chat system will allow people to plete chat to more friends,and the system can search and add, can deal with new user registration, send messages, receive messages and so on. Keywords : Multithreading 。 Client/Server 。JAVA 。Socket 。Eclipse 。TCP/IP 3 目 錄1 緒論 .............................................................................................................................................1 國(guó)內(nèi)外聊天系統(tǒng)的研究現(xiàn)狀 .......................................................................1 JAVA 語(yǔ)言 ......................................................................................................2 Java 的發(fā)展歷史 .....................................................................................2 Java 的特點(diǎn) .............................................................................................3 Java 與 Inter .......................................................................................4 SOCKET 編程 ..................................................................................................4 關(guān)于 TCP/IP 協(xié)議 ..................................................................................4 服務(wù)器和客戶(hù)機(jī) ....................................................................................5 本文內(nèi)容安排 ...............................................................................................62 需求分析 ...................................................................................................................................7 可行性研究 ...................................................................................................7 可行性分析 ............................................................................................7 系統(tǒng)功能需求 .........................................................................................7 系統(tǒng)性能需求 ............................
點(diǎn)擊復(fù)制文檔內(nèi)容
外語(yǔ)相關(guān)推薦
文庫(kù)吧 www.dybbs8.com
公安備案圖鄂ICP備17016276號(hào)-1