搜索资源列表
OgreMFCDialog 将Ogre嵌入MFC的代码
- 将Ogre嵌入MFC的代码,是嵌入自定义的对话框中,网大多数都是嵌入到主对话框中的,用的是Ogre1.7.2版本,该源码是参照网上的写的-Ogre embedded in the MFC code is embedded in a custom dialog box, embedded in the network most of the main dialog, using Ogre1.7.2 version of the source code is written in reference
Ellipse
- 基于VC++ MFC的对话框画圆,并可通过滚动条改变圆的颜色-Based on VC++ MFC dialog Circle, and through the scroll bar to change the color circle
2009DIPFrame
- 基于vc2008的MFC的对话框,分别用button控件和list控件显示图片,后者显示图片的缩略图并能在static控件中显示放大图;是一个图片分类结果的展示界面-Vc2008 the MFC-based dialog box, respectively, with button controls and list controls display picture, which shows thumbnails of images and can display static control
readVideo
- 基于MFC对话框的OpenCV视频的播放程序-OpenCV MFC dialog-based video player
OpenGLDialog
- 基于MFC Dialog的opengl显示程序,提供一个opengl的显示框架-MFC Dialog based on the opengl display program, to provide a display opengl framework
Dialog
- 姚领田的《精通MFC程序设计》的源代码,里面讲的是对话框的使用-The source code of 《master in MFC program design 》of Yao Lingtian
VC_Graphics_rendering_and_image_display
- VC++图形绘制与图片显示小例子,MFC的与设备无关的图形设备环境类CDC的应用和MFC中图像处理类CImage的应用例子,在对话框中显示图片,绘制图形-VC++ graphics rendering and picture shows a small example, MFC has nothing to do with the equipment, graphics equipment, environmental CDC in MFC application and type of ima
mymfc
- MFC界面基于对话框的OpenCV+VS2008实现图像读取,边缘提取-MFC dialog-based interface to achieve the image OpenCV+ VS2008 read, edge extraction
SkinDemoDLG_
- MFC中,基于图像,皮肤对话框的处理及编程,很实用。-MFC, based on the image, the skin of the dialog box processing and programming, very practical.
CEdit-transp
- mfc显示gif图片的方法,封装类,可以在model dialog中显示gif动画-mfc gif image display method, package type, can be displayed in the model dialog animated gif
LookMaSDI
- Visual C++6.0 MFC 时尚编程 在视图对话框组件中显示漂亮的图文菜单-Visual C++6.0 MFC style programming component in the view dialog box is displayed beautiful graphics menu
mfc-and-opengl
- 该代码适用于vc++环境下,并在mfc对话框下用opengl仿真,这对于初学计算机图形的学者来说,是容易上手的!-The code for vc++ environment, and use opengl mfc dialog box under the simulation, which for a scholar beginning computer graphics, it is easy to use!
GifPicture
- mfc框架下的对话框中加载显示动态Gif图片-mfc dialog box under the framework of the dynamic loading Gif image display
Rubiks-Cube-Solver
- 这是Windows基于对话框的应用程序,在Visual C++ / MFC的环境下,得到了一个杂乱的鲁比克魔方的显示步骤。一个魔方的配置可以由一个二维视图表示。 3D视图采用的是OpenGL技术。-This is a windows Dialog based application written in Visual C++/MFC that solves a scrambled Rubik s cube, showing the steps. A Rubik s cube configurat
MFC
- mfc 下对话框的界面美化 内有源码 美化过程相见代码-mfc source within the next dialog box interface landscaping beautification process to meet code
MFC-opencv
- MFC对话框和opencv的结合 读入视频.doc-Combination of MFC dialog opencv read into the video. Doc
MFC-tuxiangxianshi
- 通过调用OpenCV库函数,用VC++6.0,新建基于对话框的工程,实现图像的显示功能。-By calling the OpenCV library functions, with VC++6.0, a new dialog-based project, the image display function.
SplineInterpolation-in-mfc
- 1、将三次样条插值功能封装成CCubicSplineInterpolation类,所采用的是第二类边界条件:在端点的二阶导数值为0. 2、基于对话框设计了使用界面,通过打开文件夹内的test.xls可以载入全部数据,并可利用上述三次样条类进行单点插值和全部插值。 3、经检验,该程序插值结果与matlab中: pp=csape(a,b, second ,[0 0]) result=ppval(pp,x0) 插值结果一致。-1, will be packaged into a cub
OpenGL-MFC
- 基于对话框的OpenGL的程序搭建包括源程序和word文档说明-The OpenGL graphics program based on the dialog box
GDI画笔
- 基于对话框的 MFC 工程,主要是GDI 对象之画笔 CPen的代码:在对话框上有一个 Picture 控件,将此控件的背景填充为黑色;启动一个定时器,每次定时器到时,所有波形数据都前移一个单位,并获取一个 80 以内的随机数作为波形的最后一个数据,然后以绿色画笔在绘图控件上绘制波形。这样就实现了波形的绘制及动态变化。(Dialog based MFC project, GDI is the main object of the brush CPen Code: there is a Pictu