- 相關(guān)推薦
數(shù)字邏輯實驗仿真系統(tǒng)操作界面設(shè)計XML+VC++
畢業(yè)論文
數(shù)字邏輯實驗仿真系統(tǒng)操作界面設(shè)計
摘 要:數(shù)字邏輯設(shè)計是1門比較注重實驗的課程,然而由于實驗設(shè)備更新?lián)Q代速度慢,導(dǎo)致實驗條件與手段日益落后。因此,用軟件模擬實現(xiàn)這類實驗非常必要,這樣既可以降低實驗設(shè)備經(jīng)費,又便于更新實驗內(nèi)容。我們的課題是開發(fā)1個數(shù)字邏輯實驗仿真平臺軟件,基本功能類似于EWB。利用它可以實現(xiàn)數(shù)字邏輯設(shè)計中的1些簡單電路圖的仿真和實驗。本設(shè)計的主要工作是數(shù)字邏輯實驗仿真平臺的操作界面設(shè)計。本論文首先介紹VC++開發(fā)環(huán)境和可擴展標識語言(XML)的1些基本知識 ,接著介紹了數(shù)字邏輯實驗仿真系統(tǒng)的組成和原理,最后具體的介紹了該實驗仿真平臺操作界面的設(shè)計與實現(xiàn)。
關(guān)鍵字:VC++;XML;實驗仿真系統(tǒng);數(shù)字邏輯
Operating Interface Design for the Digital Logic Experiment Simulating System
Abstract:The digital logic design is a course that relatively attaches importance to experiments. However, as the renewal speed of the experiment equipments is slow, the experiment condition and means fall behind accordingly. Therefore, it is necessary to simulate this experiment through software. By doing this, we can lower the budget of equipments and easily renew the experiment contents.Our topic is to design a kind of software which can simulate the digital logic experiment, whose basic function is similar to that of EWB. Therefore, simulation experiment of some simple circuit diagrams can be carried out in the digital logic design.The main work is the design of simulation platform operation interface in the digital logic experiment. This thesis firstly introduces some basic knowledge of the VC++ development environment and the eXtensible Markup Language (xml), then introduces the construction and principle of the digital logic experiment simulation system, finally introduces the design and realization of simulation platform operation interface in details.
Keyword: VC++;XML;Experiment simulation system;Digital logic
目 錄
引 言 1
1 開發(fā)環(huán)境與相關(guān)技術(shù)介紹 2
1.1 Visual C++可視化集成開發(fā)環(huán)境簡介 2
1.2 MFC編程 7
1.2.1 MFC類庫概念和組成 8
1.2.2 MFC消息的管理 8
1.3 VC++圖形編程 8
1.3.1 設(shè)備環(huán)境類 8
1.3.2 圖形設(shè)備接口以及GDI對象 9
2 XML 簡介 10
2.1 XML介紹 10
2.2 XML 基本語法 11
2.3 Schema介紹 13
2.4 DOM介紹 18
2.4.1 DOM的組成和DOM樹 18
2.4.2 DOM的4個基本接口 19
2.5 MSXML介紹 20
3 數(shù)字邏輯實驗仿真系統(tǒng)分析 22
3.1 仿真系統(tǒng)框架 22
3.2 任務(wù)概述 24
3.3 詳細需求 24
3.4 系統(tǒng)模塊劃分 24
4 仿真系統(tǒng)操作界面的詳細設(shè)計與實現(xiàn) 26
4.1 任務(wù)概述 26
4.2功能描述 26
4.3 仿真文檔架構(gòu)設(shè)計 26
4.4 界面設(shè)計的具體實現(xiàn) 28
4.4.1 模塊劃分 28
4.4.2 各模塊的具體實現(xiàn) 28
5 系統(tǒng)測試與運行結(jié)果 42
6 結(jié)束語 44
參考文獻 45
致謝 46
附錄A 基于XML的仿真文檔架構(gòu) 47
附錄B 測試電路圖保存后的xml文檔的完整內(nèi)容 50
引 言
目前,很多高校的計算機硬件類課程的實驗教學(xué)都是在實驗室中特定的硬件試驗平臺上完成的。但是由于受到經(jīng)費的限制,實驗室所能提供的實驗設(shè)備種類、數(shù)量都有限。同時,實驗設(shè)備每年的維護費用也很高。此外,由于計算機技術(shù)的飛速發(fā)展,實驗設(shè)備更新?lián)Q代速度慢,導(dǎo)致試驗條件與手段日益落后。因此,用軟件模擬實現(xiàn)硬件類課程的教學(xué)實驗室非常有必要和有意義的,既可以降低實驗設(shè)備經(jīng)費,又便于更新實驗內(nèi)容。同時,他也可以用于計算機輔助教學(xué),使課堂教學(xué)更形象、更生動。
【數(shù)字邏輯實驗仿真系統(tǒng)操作界面設(shè)計XML+VC++】相關(guān)文章:
探析仿真模擬系統(tǒng)在口腔醫(yī)學(xué)實驗教學(xué)中的應(yīng)用03-21
船舶遠程操縱仿真系統(tǒng)的研究03-07
跳頻通信系統(tǒng)的仿真研究12-05
數(shù)字監(jiān)控系統(tǒng)設(shè)計方案01-01
數(shù)字通信系統(tǒng)的應(yīng)用方法11-15