論文格式
    電氣工程 會計論文 金融論文 國際貿易 財務管理 人力資源 輕化工程 德語論文 工程管理 文化產業管理 信息計算科學 電氣自動化 歷史論文
    機械設計 電子通信 英語論文 物流論文 電子商務 法律論文 工商管理 旅游管理 市場營銷 電視制片管理 材料科學工程 漢語言文學 免費獲取
    制藥工程 生物工程 包裝工程 模具設計 測控專業 工業工程 教育管理 行政管理 應用物理 電子信息工程 服裝設計工程 教育技術學 論文降重
    通信工程 電子機電 印刷工程 土木工程 交通工程 食品科學 藝術設計 新聞專業 信息管理 給水排水工程 化學工程工藝 推廣賺積分 付款方式
    • 首頁 |
    • 畢業論文 |
    • 論文格式 |
    • 個人簡歷 |
    • 工作總結 |
    • 入黨申請書 |
    • 求職信 |
    • 入團申請書 |
    • 工作計劃 |
    • 免費論文 |
    • 合作期刊 |
    • 論文同學網 |
    搜索 高級搜索

    當前位置:論文格式網 -> 畢業論文 -> 計算機論文
    畢業論文標題:

    多功能聊天軟件的設計與開發——文字聊天/文件傳輸模塊

     本文ID:LWGSW14224 價格:收費積分/100
    掃一掃 掃一掃
    本站會員可自行下載:下載地址 多功能聊天軟件的設計與開發——文字聊天/文件傳輸模塊 (收費:1000 積分)  

    論文字數:13805,頁數:28

    摘  要
    當前中國的互聯網技術已經進入了一個飛速發展的時期,即時通訊工具作為當今網絡應用的主流,越來越受到了人們的青睞,使人們的網上生活更加豐富多彩。當今使用最為廣泛的即時通信工具——聊天軟件,可以方便人們隨時隨地進行在線交流,比如騰訊公司的QQ聊天軟件。本畢業設計就是模擬QQ聊天軟件,開發一個包括文字聊天、文件傳輸、語音及視頻交流等功能的聊天軟件。
    本設計的開發采用C/S結構,在基于.NET開發環境下,使用C#編程語言進行開發。本文首先論述國內外聊天工具的發展情況和現今的發展方向,并對開發環境和開發語言進行了簡單介紹;對本設計所要開發的多功能聊天軟件作了較為全面的需求分析,并給出了多功能聊天軟件的設計方案,主要功能包括文字聊天、文件傳輸、語音聊天及視頻聊天等;本畢業設計主要實現的是多功能聊天軟件的部分功能,即文字聊天、文件傳輸等功能,主要完成的任務包括服務器模塊的設計、數據庫的設計、添加好友、文字聊天和文件傳輸等功能。與另一位同學開發實現的語音聊天與視頻聊天模塊集成在一起,構成一個實用的、功能完善的聊天軟件,達到預期目標;通過運行、測試與分析,該多功能聊天軟件運行穩定、可靠,具有一定的實用價值。
         
    關鍵詞:聊天軟件;文字聊天;文件傳輸;C/S結構;QQ聊天軟件
    Design and Development of the Multi-function Chat Software——Writing/File Transferring Module
    Abstract
    Nowadays,China's Internet technology has already entered a rapid development times, the instant messenger takes now the mainstream of network application, which causes people's online life to be more richly colorful, and has also received people's favors simultaneously. At present, the most widespread instant messenger—chat software, may facilitate the people to carry on the online information exchange at anytime and anywhere, for instance the QQ chat software of Tencent company. This graduation project simulates QQ chat software, and develops a chat software that includes the writing, file transfer, audio chat, video chat and so on.
    This design development uses the C/S structure, uses the C# programming language to carry on developing this software based on .NET environment. This paper first elaborates the development situation of domestic and foreign chats tool and the development direction nowadays, and has carried on the simple introduction to the development environment and the development language. The demand of multi-function chat software is analyzed in detail, and its plan is provided. It’s main functions include the writing, file transfer, audio and video chat and etc. This graduation project mainly realizes the partial functions of multi-function chat software, namely the writing chat, the file transfer and so on, which mainly realizes the design of server module, the design of database, adding of good friend, writing chat, file transfer and so on. Finally, this design integrates the functions that another schoolmate designs the writing and file transfer, which forms chat software of practical and full functions. This software achieves the anticipated target. By running, testing and analyzing, it shows that this multi-function chat software is stable, reliable, and has some practical values.

    Key words: Chat Software; Writing Chat; File Transfer; C/S Structure; QQ Chat Software

     

    目    錄

    1 引言 1
    1.1 課題背景 1
    1.2 國內的發展現狀 1
    1.3 本課題研究的意義 2
    1.4 本文的主要工作 2
    2 系統需求分析 2
    3 開發環境及開發工具 3
    3.1 開發環境的概述 3
    3.2 C#語言的概述 5
    3.3 SQL數據庫的介紹 5
    4 多功能聊天軟件的設計方案 6
    4.1 聊天系統流程的分析與設計 6
    4.2 數據庫模塊的分析與設計 7
    4.3 添加好友模塊的分析與設計 8
    4.4 服務器模塊的分析與設計 9
    5 文字聊天、文件傳輸模塊的設計與分析 9
    5.1 文字聊天模塊的分析 9
    5.2 文字聊天模塊功能具體實現 9
    5.3 文件傳輸模塊的分析 12
    5.4 文件傳輸模塊功能具體實現 13
    6 添加好友、服務器以及其它特殊功能模塊實現分析 15
    6.1 添加好友模塊功能具體實現 15
    6.2 服務器模塊功能具體實現 15
    6.3 好友信息窗體顯示、排序功能具體實現 16
    7 系統的綜合測試與分析 17
    結    論 21
    參考文獻 22
    致    謝 23
    聲    明 24


    相關論文
    本論文在計算機論文欄目,由論文格式網整理,轉載請注明來源www.donglienglish.cn,更多論文,請點論文格式范文查看
    上一篇:某店POS積分管理系統——積分實績.. 下一篇:多功能聊天軟件的設計與開發——..
    Tags:多功能 聊天 軟件 設計 開發 文字 文件 傳輸 模塊 【收藏】 【返回頂部】
    最新文章
    熱門文章
    計算機論文
    推薦文章

    本站部分文章來自網絡,如發現侵犯了您的權益,請聯系指出,本站及時確認刪除 E-mail:349991040@qq.com

    論文格式網(www.donglienglish.cn--論文格式網拼音首字母組合)提供計算機論文畢業論文格式,論文格式范文,畢業論文范文

    Copyright@ 2010-2018 LWGSW.com 論文格式網 版權所有 蜀ICP備09018832號

    感谢您访问我们的网站,您可能还对以下资源感兴趣:

    论文格式网:毕业论文格式范文