搜索资源列表
VC6DrawBezier
- 这是用VC6.0编写的绘制三次Bezier曲线的程序,使用MFC框架文档视图结构。程序除实现三次Bezier曲线的绘制,还实现了点,直线,圆的绘制,可做为学习计算机图形算法的参考。与其它Bezier曲线绘制程序的不同是,本程序实现了Bezier曲线上型值点的计算显示。程序中编写了Bezier曲线类来完成Bezier曲线的绘制,并能对绘制的曲线数据进行保存与打开。对学习文件操作也有一定帮助。这是我第一次上传源码,有什么不妥之处还请管理员指点。谢谢!-VC6.0 prepared by the cu
MYDraw
- 自己平时作的关于画图的小程序,可以实现圆形,矩形,直线的绘制,基于单文档以及许多基本函数的使用,适用于初学MFC的人使用。-their peacetime for the drawing of a small procedure can be achieved round, rectangular, linear mapping, Based on a single document, and many of the basic functions used in the MFC novice
DrawLineDemo
- 基于cda系统开发实例,多种直线类型绘制演示, MFC图形编程初学有用
Draw
- 用MFC编写的一个绘制直线的单文档应用程序
alterline
- 应用VC++的MFC绘制颜色渐变直线,可以很光滑的过度渐变。
简单的绘图系统
- 一个绘图程序,可以在窗口中绘制圆、椭圆、矩形、直线等基本图形,是在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
OpenGL.rar
- 创建一个基于MFC 的Single Document 应用程序,利用OpenGL 进行图形的绘制: 1.实现OpenGL 绘图环境和Windows 绘图环境兼容。 2.利用OpenGL 绘图函数进行一些基本图形如直线、多边形的绘制。 3.利用OpenGL 设置图形的颜色。 ,Create a Single Document in MFC-based applications, using OpenGL for graphics rendering: 1. Achieve OpenGL g
Drawing2D
- 在MFC下以多文档视图形式编写的简单绘图程序,可以实现直线、圆、椭圆、曲线、矩形等的简单绘制,并可以选择线型和颜色。-Simple drawing program, can be written in the form of multi-document view in MFC simple draw straight lines, circles, ellipses, curves, rectangles, and can choose the line type and color.
Sketcher
- 这是一个用MFC开发的绘制草图的程序,可以绘制直线、曲线、矩形、圆、文本。-This is a sketch developed with MFC program, you can draw lines, curves, rectangles, circles, text
DrawingProject
- 利用MFC和OpenGL制作了一个基于菜单的图形应用程序,能够使用菜单绘制圆,直线,矩形,并且能够使用鼠标拾取并且拖动,还可以通过键盘控制选择物体的转动-Using MFC and OpenGL has produced a menu-based graphical applications, can use the menu draw circles, straight lines, rectangles, and can use the mouse to pick up and drag,
My_work4
- MFC绘图程序,可以绘制直线、折线、圆形、矩形、五角星,选择线形、线宽等-MFC-based drawing program
gy1
- 在VS2008中MFC应用程序中 主要实现直线,矩形,椭圆,自由线的绘制(不能重绘) 以及图形颜色的填充 以及Bresenham画圆-MFC in VS2008 application in the main straight, rectangular, oval, the Liberal line drawing (not redraw), as well as color graphics and filled Bresenham drawcircle
mDrowPen
- 可以绘制矩形,椭圆形,曲线,直线等的MFC源程序-Can draw rectangular, oval, curve, straight line, such as the MFC source code
Graphic
- Graphic是基于MFC开发的一个具有简单功能的绘图软件。 它具有以下功能 1、点击“绘图”菜单,可以选择绘制直线、矩形、圆形 2、点击“设置”菜单,有两个设置选项,可以设置线型、线宽以及线的颜色 3、点击“清除”菜单,可清除当前画板上的全部图形 4、绘图板具有重绘功能,即改变绘图板大小,图形仍然正常显示 5、绘图板具有保存及打开功能,可以保存已画好的图形为*.draw,并可以在需要时打开已保存的图形-Graphic is based on the MFC fu
Drawpad
- 基于MFC编写的小型绘图程序,可绘制直线,椭圆,矩形,支持颜色选择,可以保存到本地(按文本格式存储),将绘制图形视为一个对象,利用链表进行存储和读取,可以选择并执行删除(基于链表操作),希望对学习MFC和链表的朋友有用-MFC-based drawing program, can draw a straight line, oval, rectangular, color selection support, you can save to a local file and open the s
CMyView
- 基于MFC单文档像是绘制直线,圆,椭圆。治安先画法有DDA,中点,Breaseme画法,圆有两种画法-Like to draw a straight line, circle, ellipse-based MFC single document. The law and order first painting DDA, the midpoint the, Breaseme painting, round two painting
BSpline
- MFC程序包含绘制直线、圆、Bezier曲线、B样条曲线四种绘制类型,能够动态修改曲线控制顶点,从而改变曲线形状。能够绘制相应的伯恩斯坦基函数图象。-The MFC program includes draw straight lines, circles, Bezier curves, B-spline curve four draw type, able to dynamically modify the curve control points, thus changing the sha
easy-draw
- MFC界面,可以绘制直线、椭圆、矩形,并可以改变线条的颜色、类型、宽度。-MFC interface, you can draw a straight line, oval, rectangle, and you can change the color of the line, type width.
LQCGraphic
- vc++上mfc绘制图形,包括直线,像素点,圆,矩形等(MFC draw graphics on vc++, including straight lines, pixels, circles, rectangles and so on)
例2-3
- 本函数从当前位置绘制直线段,但不包括(x,y)点。不包括终点坐标是为了实现多线段连接时公共点的处理,即采用起点闭区间,终点开区间的处理方法。绘制直线段函数的参数不包含颜色,直线段的颜色通过画笔来指定。(This function draws a straight line segment from the current position, but does not include (x, y) points. The end point coordinate is not used to re