搜索资源列表
CAD_Book_CD
- 王清辉、王彪编写的《Visual C++ CAD应用程序开发技术》书本的源程序代码。本书内容包括:总体程序框架的分析与设计、功能模块的划分、相关DLL库的开发与使用、CAD基础几何类库的开发、在MFC环境下使用OpenGL进行图形绘制、开发面向CAD应用程序的OpenGL通用绘图类、使用面向对象技术设计CAD软件的几何内核等。-Wang Qing, Wang Biao prepared by the "Visual C CAD application development techn
IsmyDIP
- 本程序用MFC编写,运用了书本上的灰度拉伸和中值滤波的知识对图像进行处理。 实现功能如下: 灰度拉伸的变亮和变暗(对8位24位图有效): 运用了幂次变换。分别是s = r2 和s = r1/2 . 反色(对8位24位图有效): s = 1 - r 中值滤波(对8位图有效): 对3×3网格进行滤波处理,边沿的1圈像素没有处理。 复原(对8位24位图有效): 将图像还原成未处理前的数据。-the procedures used to prep
cpuandmouse
- 利用Visual C++中的MFC实现CPU以及MOUSE信息,以用来实现保护电脑的功能-use the Visual C MFC CPU and MOUSE information, to achieve protection for the computer's functions
wylovezbpy
- 一个用MFC写的图象平移程序,觉得不错!-with MFC wrote an image translation process, think it's good!
mfc_advanced_cube
- CUBE is a simple OpenGL™ application. It demonstrates how to integrate OpenGL with the MFC single document interface (SDI), and how OpenGL s resource contexts are used in conjunction with device contexts.-CUBE is a simple OpenGL
VegaMini
- Vega 在MFC下的基本框架,可漫游,其中town.adf为场景文件,编译前倾确保已安装vega3.7。-Vega's basic framework, roaming, which town.adf to document the scene, lean forward to ensure that the compiler has been installed vega3.7.
ContourBitmapSrc
- ContourBitmapSrc.zip CContourBitmap - A Region Creator Introduction A few weeks ago I was looking for a way to create irregularly shaped windows from a bitmap with a user defined transparent color. The MFC samples, that I found so far, have the
OSGMDIMFC.rar
- osg的MFC多文档界面程序,双窗口显示,包括主视角和俯视角,OSG s MFC Multiple Document Interface program, double-window display, including perspective and overlooking the main angle
OSG_MDIMFC
- osg的MFC多文档界面程序,双窗口显示,包括主视角和俯视角-OSG s MFC Multiple Document Interface program, double-window display, including perspective and overlooking the main angle
OpenGL
- 此源码是vs2005。mfc单文档实现opengl的一些基本功能,包括:点,直线,虚线,三角形,sierpinski,实现鼠标拖动的和bresham算法,和中点园算法..也可以输入坐标点-It s based on Opengl,and it can draw points,lines,triangle,polygon.cricle,use some algorithm such as bresham amd mid_circle...you can also use mouse or set
BOOK_TEST
- openCV实现打开图片,同时采用哈里检测得到人脸部分,实现了图像的识别。-Open the image openCV achieved while using some of Harry' s face detection to be achieved image recognition.
opencv_tracking001
- 基于opencv里的函数,在vc的mfc类库下,利用帧差法做的人体跟踪人体系统-Opencv-based functions where, in the vc' s mfc libraries, using the frame difference method to do the human body tracking system
AddnoiseView
- MFC+OpenCV的AddnoiseView-MFC+ OpenCV' s AddnoiseView
laji2
- 这是我在MFC单文档应用程序的OnDraw()函数中写的代码,程序实现了坐标系的绘制,对初学MFC的很有帮助。-This is my MFC single document application in the OnDraw () function to write the code, the program implements the drawing coordinate system, MFC' s very helpful for beginners.
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
TryGL
- mfc读入stl文件,用opengl进行变换-mfc read stl file, transformed with opengl
LearnOpenGL
- 在MFC的单文档框架下,运用OpenGL显示任意大小的BMP图片。-In the MFC s SDI Framework, display bmp picture that its size is any size by OpenGL.
test
- MFC的双缓冲技术应用例程,主要是在客户区显示位图。-MFC s double buffering application routines, mainly displayed in the client area of the bitmap
MFC
- 图像处理项目,实现对苹果的识别和定位功能,采用二值化和均衡化等处理方法。-Image processing project, the realization of Apple s recognition and positioning function
DrawMap
- 创建工具条,使用户能够通过工具条选择自己想要绘制的图形。使用鼠标绘图,通过添加鼠标消息处理函数对用户进行的鼠标操作进行监控并完成相应的图形绘制。(Create a toolbar that allows users to select the graphics they want to draw through the toolbar. Using mouse drawing, the user's mouse operation is monitored by adding a mouse m