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

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

              虛擬實驗平臺的網絡化改進方向---教師管理模塊的設計與實現

               本文ID:LWGSW13751 價格:收費積分/100
              掃一掃 掃一掃
              本站會員可自行下載:下載地址 虛擬實驗平臺的網絡化改進方向---教師管理模塊的設計與實現 (收費:1000 積分)  

              論文字數:10311,頁數:30

              摘    要
              為了實現課程實驗教學的網絡化工程,網絡虛擬實驗平臺已成為我們的迫切需求。這次畢業設計的目的主要是為了檢查使學生綜合運用以前所學知識的能力,開發一個多功能的網絡虛擬實驗臺軟件。教師管理模塊主要實現C/S模式系統的服務器管理功能,包括響應客戶端的連接請求、用戶注冊、登陸、登陸通知、顯示在線用戶列表、用戶退出通知、對系統數據庫文件管理、服務器根據路由算法分配最佳節點給客戶端進行P2P通信、客戶端能隨時存取數據等。這次課題分為2個模塊:服務器模塊和客戶端模塊。其中客戶端模塊又包括了網絡模塊、數據分析模塊。服務器模塊分為網絡模塊、數據庫接口模塊、數據分析模塊。網絡模塊負責提供最基本的數據傳輸功能,數據庫接口模塊負責提供對數據的查詢、添加、刪除功能,數據分析模塊解析接收到的數據,并生成需要回復的信息。服務器的數據分析模塊還要根據客戶端應用層的指令,生成與指令相應的發送信息。網絡虛擬實驗平臺可以更好的幫助學生掌握實驗技巧。

              關鍵詞:虛擬實驗平臺;C/S模式;最佳節點;P2P通信;路由算法
              The Direction of Improving the Virtual Experimental Platform Network
              --The Design and Implement of Teacher Administration Module
              Abstract
              In order to realize network engineering for experiment teaching later, the virtual experiment platform has become our urgent demand. The purpose of the thesis is mainly to develop a multifunctional virtual experiment software for inspecting the students’ ability of comprehensive utilization of the knowledge.  The teacher administration module mainly realizes the C/S pattern system server management function, including the response customer end connection request, the user registration ,lands, lands the notice, demonstrated the on-line user tabulates, the user withdrawal notice, to the system database file management, the server carries on the P2P correspondence, the customer end according to the route algorithm assignment best pitch point for the customer end can deposit and withdraw the data as necessary and so on . The thesis is divided into 2 modules: Server module and customer module. Customer module includes the network module and the data analysis module. The server module is divided into the network module, the database interface module, and the data analysis module. The network module provides the basic data transmission function. The database interface module provides the functions to inquire, add, and delete data. While, the data analysis module analysis the received data, and produce the reply information. The server data analysis module also needs to produce the relative sending information with the instruction, according to the customer application instructions. The network virtual experiment platform can help student grasp the experiment skill in a better way.

              Key words: Virtual experiment platform; C/S mode; best pitch point; P2P technology; route algorithm

              目  錄
              論文總頁數:26頁
              1 引  言 1
              2 概  述 1
              2.1 項目背景 1
              2.2 項目介紹 1
              2.2.1 虛擬實驗平臺的網絡化 1
              2.2.2 項目設計思路 2
              2.2.3 項目功能簡圖 3
              2.3 項目要求 3
              2.3.1 工作任務及要求 3
              2.3.2 B/S與 C/S 4
              2.4 項目難點及解決方法 4
              2.4.1 IP處理問題 4
              2.4.2 Client之間的通信問題 4
              2.4.3 服務器分配鄰居節點的問題 4
              3 項目模塊的劃分 5
              3.1 服務器端/客戶端數據傳輸過程簡圖 5
              3.2 網絡通信模塊 5
              3.3 數據接口模塊 7
              3.3.1 數據庫的建立 7
              3.3.2 數據庫連接控件ADO介紹 10
              3.3.3 對數據庫操作實現 12
              3.4 數據分析模塊 13
              3.4.1 提供基本網絡事件處理功能類CCommandProcessor 13
              3.4.2 提供其它應用層功能類 CCrealCmdProcessor 15
              3.4.3 服務器如何分配最佳節點 16
              3.4.4 Floyed算法實現 17
              4 測試程序效果演示 20
              4.1 程序效果演示說明 20
              4.2 注冊 20
              4.3 登陸 21
              4.4 顯示在線用戶 21
              4.5 退出及退出通知 21
              4.6 服務器記錄用戶狀態 22
              4.7 服務器退出通知所有在線用戶 23
              結    論 23
              參考文獻 23
              致    謝 25
              聲    明 26


              相關論文
              本論文在計算機論文欄目,由論文格式網整理,轉載請注明來源www.donglienglish.cn,更多論文,請點論文格式范文查看
              上一篇:基于網絡的虛擬實驗平臺---遠程指.. 下一篇:基于網絡的虛擬實驗平臺—電路管..
              Tags:虛擬 實驗 平臺 網絡化 改進 方向 --- 教師 管理 模塊 設計 實現 【收藏】 【返回頂部】
              最新文章
              熱門文章
              計算機論文
              推薦文章

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

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

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

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

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