搜索资源列表
计算机图形学小项目
- 实现了 DAA画线法画直 (1) 中点画线法画圆(输入x坐标,y坐标,圆心) (必做) (2) 二维区域填充(四向种子填充颜色算法) (选作) (3) 直线裁减(任选一种) (必做) (4) 贝塞尔曲线(输入四个控制点,或者直接用鼠标点,要求坐标会随右键显示)(必做) -realized DAA painting painting straight line method (1) dotted line method Circle (input coordinates x,
完成通过鼠标在视图窗口内绘制任意形状的线
- 所绘画出的线段类型、颜色和粗细,还有如何定 义画刷的填充颜色和类型。如何用Rectangle函数绘画矩形、用Ellipse函数绘画圆和椭圆和运用 -drawn up by the line type, color and thickness, and how to define the brush paintings filled with color and type. How Rectangle function rectangular painting, painting w
146165
- DAA画线法画直线 (1) 中点画线法画圆(输入x坐标,y坐标,圆心) (2) 二维区域填充(四向种子填充颜色算法) (3) 直线裁减 (4) 贝塞尔曲线(输入四个控制点,或者直接用鼠标点,要求坐标会随右键显示)-DAA painting painting straight line method (1) dotted line method Circle (input coordinates x, y coordinates, Center) (2) two-dimensi
sphereinVC
- 这个是VC上面的小程序,可以画出圆的框架,并能够填充颜色-this is a small VC above procedures can be painted round the framework and can fill color
d7_graphics_system
- 这个一个delphi编写的个人图形系统 能以矢量方式保存图像,支持画线,方形,椭圆,圆,填充颜色,移动图形,删除图形等 -the preparation of a delphi personal graphics systems can be used to vector form of images, support for line drawing, square, oval, round, filling color, mobile graphics, graphics and o
GandyDraw_MFC
- 一个简单的交互式绘图程序(MFC) 可以选择图形的种类(直线、折线、矩形、[椭]圆、多边形及对应的填充图形)、绘图颜色(使用颜色公用对话框)、笔的粗细和风格、填充模式(包括填充颜色[与图案])、背景模式与颜色; 可以动态拖动绘图,并显示鼠标当前位置坐标以及拖动矩形的大小; [可以用选择的字体、大小和颜色(使用字体公用对话框)在指定的位置按指定的对齐方式来输出文字串; 可以清屏(调用CWnd类的函数Invalidate()或用背景色画填充客户区矩形)、可以按Esc键取消正在进行的绘
DrawCirclePrj
- 用MFC画一圆,填充颜色,不段变大成指定半径,然后右移,重画时删除过去的画像
DrawCircle
- 自己用mfc写的画圆程序,在VC2005上编写。并有拖动的功能。可以选择圆的填充颜色。
322500
- 实现了: DAA画线法画直线 ,中点画线法画圆(输入x坐标,y坐标,圆心) 二维区域填充(种子填充颜色算法) 直线裁减 贝塞尔曲线-realized : DAA painting straight line method, the dotted line method Circle (input coordinates x, y coordinates of the center) two-dimensional area filling (seed filling color algorith
500927318
- 1. 实现了 DAA画线法画直线 (必做) (1) 中点画线法画圆(输入x坐标,y坐标,圆心) (必做) (2) 二维区域填充(四向种子填充颜色算法) (选作) (3) 直线裁减(任选一种) (必做) (4) 贝塞尔曲线(输入四个控制点,或者直接用鼠标点,要求坐标会随右键显示)(必做)-1. To achieve the DAA painting painting straight line method (regimen) (a) Midpoint Circle Line (input coo
tuxx
- 计算机图形学的作业 有画圆 填充颜色等-computer graphics operations are filled with colors such as Circle
draw
- 基本的绘图程序 画圆直线各类曲线 填充颜色等 不错-Basic drawing program drawcircle linear curve fill color, etc. all kinds of good
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
huayuan
- 该程序能够实现动态画圆,每隔一段时间画一个填充颜色的圆。-The program can dynamically draw a circle, from time to time to draw a fill color circle.
Painter
- 一个简单的绘图板,可以画直线,圆,填充颜色等。-A simple drawing board, can draw a straight line, circle, fill color.
program
- 计算机图形学课程算法演示系统 (1)画线算法演示:实现画线的三个算法---DDA画线算法、中点画线算法、Bresenham画线算法。建立坐标系,由用户输入两点坐标,体现直线的走势,最后给出算法的参数值以及实现清除功能。 (2)画圆算法演示:实现画圆的两个基本算法---Bresenham画圆算法、中点画圆算法。由用户输入圆的半径,体现圆的四个象限的走势,最后给出算法的误差值以及实现清除功能。 (3)填充算法演示:实现边填充和种子填充这两个基本填充算法。其中边填充由用户画出多边形,对封闭
MyEasyDraw
- 该小型绘图软件,可实现工具栏画圆,椭圆,线,点,并能改变其长度大小、填充颜色等功能-The Small graphics software can make Circle, ellipse, line, point,Change the length of the size, fill color and so on
Draw_Line_circle_fill
- Opengl实现的用图形学算法那DDA和Bresenham算法画直线和画圆及颜色填充算法。-Opengl achieved with graphics algorithm that DDA and Bresenham algorithm draw a straight line and draw a circle and color fill algorithm.
delphi画图2system
- 这个一个delphi编写的个人图形系统 能以矢量方式保存图像,支持画线,方形,椭圆,圆,填充颜色,移动图形,删除图形等(This is a delphi prepared by the personal graphics system Ability to save images in vector mode, support lines, squares, ellipses, circles, fill colors, move graphics, delete graphics, etc
circle4
- 可以在QT界面上用程序画圆,并且可以指定填充颜色,可以代替指示灯的功能(You can use a program to draw a circle on the QT interface, and you can specify a filling color that can replace the function of the indicator.)