文件名称:MiniCAD
- 所属分类:
- 文件操作
- 资源属性:
- [Windows] [Visual C] [源码]
- 上传时间:
- 2012-11-26
- 文件大小:
- 5.06mb
- 下载次数:
- 0次
- 提 供 者:
- 李**
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
在MFC中,文档类负责管理数据,提供保存和加载数据的功能。视图类负责数据的显示,以及给用户提供对数据的编辑和修改功能。
MFC给我们提供Document/View结构,将一个应用程序所需要的“数据处理与显示”的函数空壳都设计好了,这些函数都是虚函数,我们可以在派生类中重写这些函数。有关文件读写的操作在CDocument的Serialize函数中进行,有关数据和图形显示的操作在CView的OnDraw函数中进行。我们在其派生类中,只需要去关注Serialize和OnDraw函数就可以了,其它的细节我们不需要去理会,程序就可以良好地运行.
-L in MFC, document class responsible for the management of the data, provide save and load the function of the data. View class responsible for data display, and offer users to edit the data and modify functions.
MFC provide us with Document/View to structure, an application needs "data processing and display" shell designed all function, these functions are virtual function, we can in the derived class rewrite these functions. The relevant documents in the operation of the reading and writing in the CDocument Serialize function, the relevant data and graph showing the operation in the CView OnDraw function. We in the derived class, only need to pay attention to Serialize and OnDraw function, other details we don t need to pay attention to, program can good operation
MFC给我们提供Document/View结构,将一个应用程序所需要的“数据处理与显示”的函数空壳都设计好了,这些函数都是虚函数,我们可以在派生类中重写这些函数。有关文件读写的操作在CDocument的Serialize函数中进行,有关数据和图形显示的操作在CView的OnDraw函数中进行。我们在其派生类中,只需要去关注Serialize和OnDraw函数就可以了,其它的细节我们不需要去理会,程序就可以良好地运行.
-L in MFC, document class responsible for the management of the data, provide save and load the function of the data. View class responsible for data display, and offer users to edit the data and modify functions.
MFC provide us with Document/View to structure, an application needs "data processing and display" shell designed all function, these functions are virtual function, we can in the derived class rewrite these functions. The relevant documents in the operation of the reading and writing in the CDocument Serialize function, the relevant data and graph showing the operation in the CView OnDraw function. We in the derived class, only need to pay attention to Serialize and OnDraw function, other details we don t need to pay attention to, program can good operation
(系统自动生成,下载前可以参看下载内容)
下载文件列表
MiniCAD\Debug\BuildLog.htm
.......\.....\MainFrm.obj
.......\.....\MainFrm.sbr
.......\.....\MiniCAD.bsc
.......\.....\MiniCAD.exe
.......\.....\MiniCAD.exe.embed.manifest
.......\.....\MiniCAD.exe.embed.manifest.res
.......\.....\MiniCAD.exe.intermediate.manifest
.......\.....\MiniCAD.ilk
.......\.....\MiniCAD.obj
.......\.....\MiniCAD.pch
.......\.....\MiniCAD.pdb
.......\.....\MiniCAD.res
.......\.....\MiniCAD.sbr
.......\.....\MiniCADDoc.obj
.......\.....\MiniCADDoc.sbr
.......\.....\MiniCADView.obj
.......\.....\MiniCADView.sbr
.......\.....\mt.dep
.......\.....\Shape.obj
.......\.....\Shape.sbr
.......\.....\StdAfx.obj
.......\.....\StdAfx.sbr
.......\.....\vc60.idb
.......\.....\vc60.pdb
.......\.....\vc90.idb
.......\.....\vc90.pdb
.......\MainFrm.cpp
.......\MainFrm.h
.......\MiniCAD.aps
.......\MiniCAD.clw
.......\MiniCAD.cpp
.......\MiniCAD.dsp
.......\MiniCAD.dsw
.......\MiniCAD.h
.......\MiniCAD.ncb
.......\MiniCAD.opt
.......\MiniCAD.plg
.......\MiniCAD.rc
.......\MiniCAD.sln
.......\MiniCAD.suo
.......\MiniCAD.vcproj
.......\MiniCAD.vcproj.RUIDAKEJ-DC1EFC.Administrator.user
.......\MiniCADDoc.cpp
.......\MiniCADDoc.h
.......\MiniCADView.cpp
.......\MiniCADView.h
.......\ReadMe.txt
.......\res\bitmap1.bmp
.......\...\cursor1.cur
.......\...\MiniCAD.ico
.......\...\MiniCAD.rc2
.......\...\MiniCADDoc.ico
.......\...\Toolbar.bmp
.......\...\toolbar1.bmp
.......\resource.h
.......\Shape.cpp
.......\Shape.h
.......\StdAfx.cpp
.......\StdAfx.h
.......\新图形.dat
.......\新图形1.dat
.......\新图形2.dat
.......\新图形3.dat
.......\新图形4.dat
.......\新图形5.dat
.......\新图形6.dat
.......\鸡蛋.dat
.......\Debug
.......\res
MiniCAD
.......\.....\MainFrm.obj
.......\.....\MainFrm.sbr
.......\.....\MiniCAD.bsc
.......\.....\MiniCAD.exe
.......\.....\MiniCAD.exe.embed.manifest
.......\.....\MiniCAD.exe.embed.manifest.res
.......\.....\MiniCAD.exe.intermediate.manifest
.......\.....\MiniCAD.ilk
.......\.....\MiniCAD.obj
.......\.....\MiniCAD.pch
.......\.....\MiniCAD.pdb
.......\.....\MiniCAD.res
.......\.....\MiniCAD.sbr
.......\.....\MiniCADDoc.obj
.......\.....\MiniCADDoc.sbr
.......\.....\MiniCADView.obj
.......\.....\MiniCADView.sbr
.......\.....\mt.dep
.......\.....\Shape.obj
.......\.....\Shape.sbr
.......\.....\StdAfx.obj
.......\.....\StdAfx.sbr
.......\.....\vc60.idb
.......\.....\vc60.pdb
.......\.....\vc90.idb
.......\.....\vc90.pdb
.......\MainFrm.cpp
.......\MainFrm.h
.......\MiniCAD.aps
.......\MiniCAD.clw
.......\MiniCAD.cpp
.......\MiniCAD.dsp
.......\MiniCAD.dsw
.......\MiniCAD.h
.......\MiniCAD.ncb
.......\MiniCAD.opt
.......\MiniCAD.plg
.......\MiniCAD.rc
.......\MiniCAD.sln
.......\MiniCAD.suo
.......\MiniCAD.vcproj
.......\MiniCAD.vcproj.RUIDAKEJ-DC1EFC.Administrator.user
.......\MiniCADDoc.cpp
.......\MiniCADDoc.h
.......\MiniCADView.cpp
.......\MiniCADView.h
.......\ReadMe.txt
.......\res\bitmap1.bmp
.......\...\cursor1.cur
.......\...\MiniCAD.ico
.......\...\MiniCAD.rc2
.......\...\MiniCADDoc.ico
.......\...\Toolbar.bmp
.......\...\toolbar1.bmp
.......\resource.h
.......\Shape.cpp
.......\Shape.h
.......\StdAfx.cpp
.......\StdAfx.h
.......\新图形.dat
.......\新图形1.dat
.......\新图形2.dat
.......\新图形3.dat
.......\新图形4.dat
.......\新图形5.dat
.......\新图形6.dat
.......\鸡蛋.dat
.......\Debug
.......\res
MiniCAD