搜索资源列表
深入了解MFC文档视结构
- 帮助VC的初学者了解向导生成程序的整体结构 Visual C++ 以其功能强大、用户界面友好而倍受程序员们的青睐。但是,在当前的Microsoft 基本类库4.2 版本中,大约有将近200 个类,数千个函数,加之Microsoft 公司隐藏了一些技术细节,使得人们深入学习MFC变得十分困难。 MFC的AppWizard可以生成三种类型的应用程序:基于对话框的应用、单文档应用(SDI)和多文档应用(MDI)。前两者的结构较简单,本
SDI_project
- 用MFC开发的SDI程序,里面实现了大量的相关的功能。-with MFC SDI procedures, which achieved a number of related functions.
VTK-MFC-SDI
- 在VC6.0环境下利用VTK5.0.3建立单文档读取VTK文件,显示三维图形-VC6.0 environment in the use of the establishment of a single document VTK5.0.3 VTK read documents, 3D graphics show
nomovewindow
- MFC,SDI,窗口不可最大化,最小化,改变尺寸,移动。vc++6.0,win2000调试通过。-MFC, SDI, the window can not maximize, minimize, change size, mobile. Vc 6.0, WIN2000 debugging through.
MFC中应用OpenCV教程
- MFC中应用OpenCV教程:SDI,几页而已
nomovewindow
- MFC,SDI,窗口不可最大化,最小化,改变尺寸,移动。vc++6.0,win2000调试通过。-MFC, SDI, the window can not maximize, minimize, change size, mobile. Vc 6.0, WIN2000 debugging through.
深入了解MFC文档视结构
- 帮助VC的初学者了解向导生成程序的整体结构 Visual C++ 以其功能强大、用户界面友好而倍受程序员们的青睐。但是,在当前的Microsoft 基本类库4.2 版本中,大约有将近200 个类,数千个函数,加之Microsoft 公司隐藏了一些技术细节,使得人们深入学习MFC变得十分困难。 MFC的AppWizard可以生成三种类型的应用程序:基于对话框的应用、单文档应用(SDI)和多文档应用(MDI)。前两者的结构较简单,本
VTK-MFC-SDI
- 在VC6.0环境下利用VTK5.0.3建立单文档读取VTK文件,显示三维图形-VC6.0 environment in the use of the establishment of a single document VTK5.0.3 VTK read documents, 3D graphics show
DrawPolyG
- MFC画多边形 先单击左键,移开鼠标,单击右键就可以画出一条直线,再移开鼠标,双击右键就可以画出个三角形。 其他多边形,以此类推。 注意,以“单击左键”开始。 本程序只完成简单的功能。-MFC painting left polygon first click, remove the mouse, right-click can draw a straight line, and then move the mouse, d
SDI
- 自己编写的SDI源码,程序基于MFC框架,但愿对初学者有帮助!-I have written SDI source, procedures based on the MFC fr a mework, I hope to be helpful for beginners!
MFC
- VC++ MFC SDI/MDI 框架各部分指针获取方式-VC++ MFC SDI/MDI fr a me pointer access to all parts of the way
BSpline
- 本程序框架采用OpenGL+MFC SDI,其中B样条曲线曲面网格视图采用OpenGL绘制,基函数视图采用MFC GDI绘制。整个程序采用了MFC单文档、多视图类型。其中B样条相关的属性与操作都封装于BH_BSpline类。-This procedure used the fr a mework OpenGL+ MFC SDI, one B-spline curves and surfaces using OpenGL view gri
ImageViewer
- Visual c++ mfc应用,具有打开图片,放大缩小图片的功能,给图象处理爱好者参考.-Visual c++ mfc application has to open pictures, picture zoom function, a reference to the image processing enthusiasts.
ImageViewer
- 使用APP Wizard 创建MFC SDI应用程序,用来装载并显示图片。-APP Wizard used to create MFC SDI application, used to load and display the picture.
MFC
- 拼图游戏是同学们喜欢的益智游戏之一,带着浓厚的兴趣,我们选择拼图游戏设计作为我们小组本次MFC课程设计的课题。在讨论中,有的同学希望用单文档(SDI)的形式完成本次设计,有的同学则偏向于用对话框(Dialogue)的形式,最终我们小组讨论决定最终的设计采用对话框形式实现拼图功能。-Classmates like jigsaw puzzle is one of the puzzles, with strong interest, we c
FullScreen-show-SDI-and-MDI-in-MFC-
- MFC 实现单文档和多文档全屏显示功能 代码可供学习-Fullscreen show SID and MDI in MFC
SDI
- windows mfc SID开发 , 开发环境WINDOWS VC++6.0
MFC-OpenGL---SDI-Template
- MFC CView OpenGL SDI Use this as template for creating an application (MFC SDI) with OpenGL
show-circle-in-VCPP6(MFC)-SDI
- hi ,this software Show a Circle in VC++6(MFD) SDI. When you click on the screen, determining the coordinates of the circle and When you Closing Software Save Massage Box Display.
Sequence-of-Function-call(MFC-SDI)
- Sequence of Function call(MFC SDI).zip This is about the sequence of function call in MFC. You need to know which function is called first.