基于mfc的圖形系統(tǒng)開發(fā).doc
約27頁DOC格式手機打開展開
基于mfc的圖形系統(tǒng)開發(fā),基于mfc的圖形系統(tǒng)開發(fā)頁數(shù) 27字?jǐn)?shù) 9746摘 要本文主要介紹了基于vc++環(huán)境下的圖形開發(fā)的基本過程。該系統(tǒng)依據(jù)圖形學(xué)的基本原理以及vc++的基礎(chǔ)類庫mfc開發(fā)而成,用于實現(xiàn)基本的繪圖功能以及圖形的編輯、保存與修改等功能。本系統(tǒng)采用oop技術(shù),是一個開放式系統(tǒng),易于擴(kuò)充和維護(hù)。計算機圖形學(xué)是計算機科學(xué)的重要分支,...
內(nèi)容介紹
此文檔由會員 錢陽 發(fā)布
基于MFC的圖形系統(tǒng)開發(fā)
頁數(shù) 27 字?jǐn)?shù) 9746
摘 要
本文主要介紹了基于VC++環(huán)境下的圖形開發(fā)的基本過程。該系統(tǒng)依據(jù)圖形學(xué)的基本原理以及VC++的基礎(chǔ)類庫MFC開發(fā)而成,用于實現(xiàn)基本的繪圖功能以及圖形的編輯、保存與修改等功能。本系統(tǒng)采用OOP技術(shù),是一個開放式系統(tǒng),易于擴(kuò)充和維護(hù)。計算機圖形學(xué)是計算機科學(xué)的重要分支,真實感圖形生成技術(shù)更是目前研究的熱點。本系統(tǒng)
的設(shè)計與開發(fā),為圖形系統(tǒng)的研究提供了一個直觀、便捷的集成環(huán)境,為今后圖形系統(tǒng)的大規(guī)模開發(fā)提供了一個很好的平臺。
關(guān)鍵詞:圖形,MFC類庫,對象,多態(tài)性,繼承,重載
Abstract
The thesis mostly introduce the basic process of the graphic program
development based on visual c++ circumstance. The grpahics system is developed according to the basic principle of the Graphics and the MFC(Microsoft Fundation Class). There are some basic function in common use and the advanced function of editing graph,modify graph in the graphics system. The graphics system is an opening system. It uses the OOP technology, and is easily expanded and maintained. Computer Graphics is an important branch of computer science. The technology of authenticity graphics is a hot topic of current researches in computer graphics. The Design and Development of the graphics system provide a direct and friendly integrated circumstance. Futhermore, it also provides a good platform for large scale exploitation of the graphics system.
Keywords:Graphics,MFC, Object, Multiplicity, Inherit, Reload
目 錄
第1章 概述
1. 圖形學(xué)概述
2. MFC基礎(chǔ)
第2章 圖形軟件的設(shè)計
1. 軟件介紹
2. 軟件總體結(jié)構(gòu)
第3章 圖形軟件的基本實現(xiàn)
1. 圖形軟件的初步實現(xiàn)
2. 基礎(chǔ)位置類Position
3. 基類CEntity類和CCommand類
4. 直線的繪制
5. 其他圖元的繪制
6. 文件存儲及內(nèi)存管理
第4章 圖元編輯和縮放顯示
1. 給圖元類添加編輯成員函數(shù)
2. 圖元的包圍盒計算
3. 圖元的拾取算法
4. 實現(xiàn)圖元的選取
5. 圖元的編輯算法
第5章 美化軟件界面
1. 添加工具欄
2. 修改狀態(tài)條
3. 設(shè)置不同狀態(tài)時的坐標(biāo)
第6章 結(jié)束語
參考文獻(xiàn):
[1] 黃維通《Visual C++ 面向?qū)ο笈c可視化程序設(shè)計》 清華大學(xué)出版社 2000.5
[2] 北京博彥科技發(fā)展有限責(zé)任公司《Visual C++ 編程高手》 北京博彥科技發(fā)展有限責(zé)任公司 2001.2
[3] 何斌等《Visual C++ 數(shù)字圖形處理》人民郵電出版社 2001.4
頁數(shù) 27 字?jǐn)?shù) 9746
摘 要
本文主要介紹了基于VC++環(huán)境下的圖形開發(fā)的基本過程。該系統(tǒng)依據(jù)圖形學(xué)的基本原理以及VC++的基礎(chǔ)類庫MFC開發(fā)而成,用于實現(xiàn)基本的繪圖功能以及圖形的編輯、保存與修改等功能。本系統(tǒng)采用OOP技術(shù),是一個開放式系統(tǒng),易于擴(kuò)充和維護(hù)。計算機圖形學(xué)是計算機科學(xué)的重要分支,真實感圖形生成技術(shù)更是目前研究的熱點。本系統(tǒng)
的設(shè)計與開發(fā),為圖形系統(tǒng)的研究提供了一個直觀、便捷的集成環(huán)境,為今后圖形系統(tǒng)的大規(guī)模開發(fā)提供了一個很好的平臺。
關(guān)鍵詞:圖形,MFC類庫,對象,多態(tài)性,繼承,重載
Abstract
The thesis mostly introduce the basic process of the graphic program
development based on visual c++ circumstance. The grpahics system is developed according to the basic principle of the Graphics and the MFC(Microsoft Fundation Class). There are some basic function in common use and the advanced function of editing graph,modify graph in the graphics system. The graphics system is an opening system. It uses the OOP technology, and is easily expanded and maintained. Computer Graphics is an important branch of computer science. The technology of authenticity graphics is a hot topic of current researches in computer graphics. The Design and Development of the graphics system provide a direct and friendly integrated circumstance. Futhermore, it also provides a good platform for large scale exploitation of the graphics system.
Keywords:Graphics,MFC, Object, Multiplicity, Inherit, Reload
目 錄
第1章 概述
1. 圖形學(xué)概述
2. MFC基礎(chǔ)
第2章 圖形軟件的設(shè)計
1. 軟件介紹
2. 軟件總體結(jié)構(gòu)
第3章 圖形軟件的基本實現(xiàn)
1. 圖形軟件的初步實現(xiàn)
2. 基礎(chǔ)位置類Position
3. 基類CEntity類和CCommand類
4. 直線的繪制
5. 其他圖元的繪制
6. 文件存儲及內(nèi)存管理
第4章 圖元編輯和縮放顯示
1. 給圖元類添加編輯成員函數(shù)
2. 圖元的包圍盒計算
3. 圖元的拾取算法
4. 實現(xiàn)圖元的選取
5. 圖元的編輯算法
第5章 美化軟件界面
1. 添加工具欄
2. 修改狀態(tài)條
3. 設(shè)置不同狀態(tài)時的坐標(biāo)
第6章 結(jié)束語
參考文獻(xiàn):
[1] 黃維通《Visual C++ 面向?qū)ο笈c可視化程序設(shè)計》 清華大學(xué)出版社 2000.5
[2] 北京博彥科技發(fā)展有限責(zé)任公司《Visual C++ 編程高手》 北京博彥科技發(fā)展有限責(zé)任公司 2001.2
[3] 何斌等《Visual C++ 數(shù)字圖形處理》人民郵電出版社 2001.4
TA們正在看...
- db21t1220-2009農(nóng)產(chǎn)品質(zhì)量安全魟鱒魚養(yǎng)殖技術(shù)規(guī)程.doc
- db21t1700-2008中華蜜蜂品種(東北型).doc
- db21t1750.1-2009紅鰭東方鲀海水養(yǎng)殖技術(shù)規(guī)范.doc
- db21t1750.2-2009紅鰭東方鲀海水苗種繁主育技術(shù)規(guī)范.doc
- db21t1827-2008玉米對生種子雙株栽培技術(shù)規(guī)程.doc
- db3201t076-2005油麥菜生產(chǎn)技術(shù)規(guī)程.doc
- db3201t087-2005墨西哥落羽杉穴盤苗生產(chǎn)技術(shù)規(guī)程.doc
- db3201t088-2005有機食品水芹生產(chǎn)技術(shù)規(guī)程.doc
- db3201t089-2005有機食品不結(jié)球小白菜生產(chǎn)技術(shù)規(guī)程.doc
- db3201t092-2005出口四季豆生產(chǎn)技術(shù)規(guī)程.doc