搜索资源列表
FlatComboDemo_demoabc
- 一个有提示的c++类,mfc,希望对大家有用,不需帐号就可自由下载此源码-a prompt c categories, mfc hope useful for all, without account can download this free source
HappyDraw
- 一个简单的绘图程序,MFC ,C++,鼠标放在画布上移动即可绘制图形线条。-a simple drawing program, MFC, C + +, the mouse movement on the canvas graphic lines can be drawn.
Animate
- 用Visual C++实现动态画直线,三角形,圆的算法.而非面向直接调用MFC的RECTANGLE ,CIRCLE
Draw
- 本次综合设计实验是用C++语言在MFC环境下实现一个的画图程序。程序主要由两个类构成,分别是实现响应菜单和实现作图与图形处理的功能。在作图类里有计算机图形学课本中的各种的与图形相关的算法的具体实现,如DDA画线算法、中点圆算法、种子填充算法、平移、旋转、比例缩放等。
简单的绘图系统
- 一个绘图程序,可以在窗口中绘制圆、椭圆、矩形、直线等基本图形,是在VC++中的MFC中编写的-a drawing program can be drawn in the window round, oval, rectangular, linear basic graphics, the Visual C + + in the preparation of the MFC
vc-CAD.rar
- 一个不错的图形编程实例,有很高的参考价值,值得一看,A good example of graphical programming, a high reference value, worth a visit
Code
- 讲述MFC AppWizard的原理与MFC程序框架的剖析。AppWizard是一个源代码生成工具,是计算机辅助程序设计工具,WinMain在MFC程序中是如何从源程序中被隐藏的,theApp全局变量是如何被分配的,MFC框架中的几个类的作用与相互关系,MFC框架窗口是如何产生和销毁的,对窗口类的PreCreateWidow和OnCreate两个函数的着重分析,Windows窗口与C++中的CWnd类的关系。-MFC AppWizard on Principle and analysis of
DrawWave_SaveAsBmp
- MFC双缓冲绘图,正弦波移动,适合工控数据采集.-MFC double buffering graphics, sine-wave movement, suitable for industrial data acquisition.
EastDraw
- c++ MFC下实现的绘图程序,是一个很好的学习代码-c++ MFC achieve a drawing program, is a good learning experience for the code
drawcli
- 各种画图功能,很强大,基于VC++,MFC等,有利于C++,数据结构的学习-many good codes for photos
Accelero
- 本程序利用在VISUAL C++ 下的MFC实现一个传感器的图形界面。-This procedure using the VISUAL C++ MFC implementation of a sensor under the graphical interface.
computer-graphic
- 这个程序是用C++MFC编写的有关绘图的简单小程序。它只能绘出一个蝴蝶结形状的图画,很漂亮。-It is a program about how to draw a picture. The program only draw a bowknot,but it looks beatiful.
rectangle
- C++ MFC程序 用彩色线条在界面不同地方绘出不同的矩形-Draw different rectangles with colored lines in different places of the interface using MFC
line2Doc
- 画直线,在C++环境下建立一个MFC工程,建议一个鼠标事件,并在此基础上,定义一个画刷,填充所花的区域-Draw a straight line, to establish an environment in C++ MFC project, suggested a mouse event, and on this basis, define a brush, filling the area spent
ChildFrm
- 画一条抛物线,在C++环境下建立一个MFC工程,定义一个鼠标事件,并定义一个画刷,填充所画的图形-Draw a parabola, to establish an environment in C++ MFC project, define a mouse event, and define a brush, filling the painting graphics
draw
- 一个用C++mfc编写的简易绘图程序,对于初学者有一定帮助,拥有简易的画直线、更改颜色、画集合图形等功能-C++mfc prepared by a simple drawing program, for beginners to have some help, with a simple painting line, to change the color, painting collection graphics and other functions
Curve
- mfc编写的画图小程序,可以画出来曲线,贝塞尔和b样条(MFC prepared drawing applet, you can draw out the circle)
DrawingBoard-master
- 基于MFC框架的画图板应用,基本的画图,重绘等功能都实现。(The application of drawing board based on MFC framework, basic drawing, redrawing and other functions are realized.)
ExDrawLine
- 运用C++语言编程,基于MFC的对话框进行画线操作(Using the C++ language programming, the drawing line operation based on the MFC dialog box)
MFC鼠标交互
- 基于visual c++,在MFC中使用鼠标交互进行涂鸦式绘制