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

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

            多功能聊天軟件的設計與開發——音頻/視頻聊天模塊

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

            論文字數:14851,頁數:25

            摘  要
            隨著互聯網技術的飛速發展,基于網絡的即時通信給人們帶來諸多便利,也成為當今網絡應用的主流。聊天工具作為當今使用最為廣泛的即時通信工具之一,可以方便人們隨時隨地進行在線交流,比如騰訊公司的QQ聊天軟件。本畢業設計就是模擬QQ聊天軟件,開發一個包括文字聊天、文件傳輸、語音及視頻交流等功能的聊天軟件。
            本設計的開發采用C/S結構,在基于.NET開發環境下,使用C#編程語言進行本軟件的開發。本文首先論述國內外聊天工具的發展情況和現今的發展方向,并對開發環境和開發語言進行了簡單介紹;對本設計所要開發的多功能聊天軟件作了較為詳細的需求分析,并給出了多功能聊天軟件的設計方案,主要功能包括文字聊天、文件傳輸、語音聊天及視頻聊天等;本畢業設計主要實現的是多功能聊天軟件的部分功能,即語音聊天、視頻聊天等功能,主要實現用戶注冊、用戶登錄、用戶之間語音、視頻聊天功能;與另一位同學開發實現的文字聊天與文件傳輸模塊集成在一起,構成一個實用的、功能完善的聊天軟件,達到預期目標;通過運行、測試與分析說明,該多功能聊天軟件運行穩定、可靠,具有一定的實用價值。

            關鍵詞:聊天軟件;視頻聊天;語音聊天;C/S結構;QQ聊天軟件

            Design and Development of the Multi-function Chat Software——Audio ideo Chat Module
            Abstract
            With the rapid development of Internet technology, the instant messenger based on network brings many conveniences to the people, also becomes the focus of network application in present. Chat is one of the most widespread instant messengers, may facilitate the people to carry on the online information exchange at anytime and anywhere, such as the QQ chat software of Tencent Company. This graduation project simulates QQ chat software, develops chat software, which includes the writing, file transfer, audio and 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 audio chat, the video chat and so on, which mainly realizes the user registration, the user login, audio chat and video chat. 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. Through the running, the test and analysis, it shows, this multi-function chat software is stable, reliable, and has some practical values.

            Key words: Chat Software; Video Chat; Audio Chat; C/S Structure; QQ Chat Software

            目  錄

            1  引言 1
            1.1 課題背景 1
            1.2 國內外主要聊天工具的發展狀況 1
            1.3 本課題研究的意義 2
            1.4 本文的主要工作 3
            2  需求分析及開發工具 3
            2.1 需求分析 3
            2.2 開發工具 4
            2.2.1 C#語言的介紹 4
            2.2.2 C/S結構的介紹 5
            2.2.3 開發環境 6
            2.2.4 SQL Server 2000數據庫介紹 7
            3  多功能聊天軟件的設計方案 8
            3.1 聊天系統流程的分析與設計 8
            3.2 注冊模塊的分析與設計 9
            3.3 登錄模塊的分析與設計 9
            4  語音、視頻聊天模塊的具體實現 10
            4.1 Video for Windows簡介 10
            4.2 G729.dll的簡介 10
            4.3 LanMsgLibrary.dll的簡介 11
            4.4 語音、視頻聊天的模塊設計思想 11
            4.5 視頻聊天與語音聊天模塊功能的具體實現 13
            5  登錄、注冊模塊功能模塊及其它特殊功能模塊實現分析 14
            5.1 登錄模塊功能的具體實現 14
            5.2 注冊模塊功能的具體實現 14
            5.3 頭像閃動功能的具體實現 15
            6  系統的綜合測試與分析 16
            結    論 18
            參考文獻 19
            致    謝 20
            聲    明 21


            相關論文
            本論文在計算機論文欄目,由論文格式網整理,轉載請注明來源www.donglienglish.cn,更多論文,請點論文格式范文查看
            上一篇:多功能聊天軟件的設計與開發——.. 下一篇:局域網飛鴿傳書軟件的設計與實現
            Tags:多功能 聊天 軟件 設計 開發 音頻 視頻聊天 模塊 【收藏】 【返回頂部】
            最新文章
            熱門文章
            計算機論文
            推薦文章

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

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

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

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

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