搜索资源列表
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
WOpenGL
- 在c++下用MFC调用opengl库函数,实现了多种图形的显示以及填充。-In c++ Call opengl using MFC library functions to achieve a variety of graphical display, as well as filling.
TextureLighting
- 用c++的MFC,调用opengl函数库完成图形显示。这个为了演示光线质地。-With c++ The MFC, call completion opengl graphics library. This to demonstrate the light texture.
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
TEST
- 使用visual c++实现的一个MFC画图程序,输入要画几边形后,点击几次鼠标左键就可生成几边形-Using visual c++ to achieve a MFC Paint program, enter the draw a few-gon, then click the left mouse button you can generate a few hundreds gon
DrawDemo
- 基于Visual C++的MFC画图程序-Based on Visual C++ Paint program in MFC
BSpline
- B样条C++源程序大作业基于MFC希望各位有用-B-spline large C++ source code useful for job-based MFC hope that
Degree
- mfc 在visual 2008上实现 显示随机显示24小时气温-MFC degree descr iption on visual c++
drawcli
- 各种画图功能,很强大,基于VC++,MFC等,有利于C++,数据结构的学习-many good codes for photos
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中使用鼠标交互进行涂鸦式绘制