搜索资源列表
2006010511
- dda、bresenham 画直线 ,bresenham 画圆 ,填充算法,几何变换(平移、缩放、旋转等), 小型绘图软件(用鼠标绘制直线、矩形、多边形、圆、填充、平移)-dda, bresenham painting straight bresenham Circle, filling algorithm, Geometric Transformations (translation, scaling, rotating, etc.), small graphics software (u
0102050202
- 计算机图形学设计,实现画线、画圆、画多边形,用DDA算法实现画线,用Bresenham 算法实现画圆。还有实现区域的填充和多边形的裁剪,填充用种子填充算法,多边形的裁剪用的是Sutherland_Hodgman算法!本程序只是实现这些算法,如要使用,还可以进行完善!谢谢!-computer graphics design, realization of line drawing, Circle, drawing polygons, DDA algorithm used for line draw
DrawCircleEllipse
- (计算机图形学)用Bresenham实现画圆的算法,用MidPoint实现画椭圆的算法
Graphics-generation-and-filling
- 基本图形的生成与填充VC源码。实现了: 1,点与直线生成算法(数值微分法(DDA算法),中点画线法,Bresenham画线法)。 2,圆的生成算法(中点画圆算法,Bresenham画圆算法)。 3,椭圆生成算法。 4,区域填充(种子填充算法,扫描线填充算法)。 5,汉字的显示技术。 6,曲线的生成(最小二乘直线拟合,三次Bezier直线生成,任意次Bezier直线生成 )。-Basic graphics generation and fill VC source. Rea
PolygonFill
- 实现多边形的种子及扫描线的填充算法,同时实现画圆 、直线的功能-To realize Polygon fill and Ellipse 、Line
roughdraw
- 本程序为关于画线的算法:DDA(数值微分)法、中点画线算法、Bresenham算法中点画圆算法。可以画出相应的图线。-This procedure to draw the line about algorithms: DDA (Numerical Differentiation) Act, in stipple line algorithm, Bresenham midpoint circle algorithm algorithm. Can draw the corresponding dia
ComputerGraphics
- 三种算法绘制直线,种子填充,画圆画圆弧,绘制二次曲线,贝塞尔曲线等-Draw a straight line of three algorithms, seed filling, drawcircle circular painting, drawing the second curve, Bezier curves, etc.
MidpointCircle
- 计算机图形学 中点画画圆算法的Matlab程序-Computer graphics algorithms in Matlab stipple procedures drawcircle
grafic
- 这个文件中有两个代码:分别实现画线,画圆. 代码程序是用的计算机图形学中关于线,圆的生成算法.-This document there are two codes: the realization of painting lines respectively, drawcircle. Code procedure is used in computer graphics on the line, circle generation algorithm.
2
- bresenham画线算法,bresenham画圆-bresenham Line algorithm, bresenham Circle
DDAMouseLine
- 计算机图形学 DDA算法 画圆 点击鼠标画圆-DDA Circle Algorithm
Draw
- 计算机图形学中的Bresenhan画线画圆等算法的简单实现,使用VC6 MFC-Computer Graphics Bresenhan draw lines round and other simple implementation of the algorithm, using VC6 MFC
experiment
- 计算机图形学的最基本的几个实验 包括三种画 直线的算法 画圆和椭圆 直线段的裁剪 多边形的裁剪-Several computer graphics most basic experiment includes three draw a straight line algorithms draw a circle and oval cutting straight line polygon clipping
Graphics
- 一个集成的图形界面的程序,可调用每一次作业子程序。一、调用画点的函数,用DDA、中点算法画直线和中点算法画圆和椭圆。二、多边形扫描转换算法和区域填充算法实现(扫描线算法为必做,基于求余运算的边缘填充和边标志算法为任选;基于种子的区域填充采用4连通区域的递归种子填充算法,或扫描线种子填充算法,要求种子点(x,y)可交互输入)。三、线段裁剪和多边形裁剪算法的动画演示实现。(两种线段裁剪算法和H-S多边形逐边裁剪算法)多边形裁剪算法的动画演示要求先画出一个封闭的多边形,再画矩形的裁剪窗口,然后选择裁剪
MidpointCircle
- 计算机图形学 中点 画圆算法 C语言实现-MidpointCircle
lab
- 用MFC写的实现直线(DDA算法,中点算法和Bresenham算法)、圆(八分画圆)。-Line with the implementation of MFC write (DDA algorithm, Bresenham midpoint algorithm and the algorithm), round (eighth of the circle.)
DDAsuanfa
- 用VB 实现DDA算法画圆 划线等。。。实现方法简便易行-Implement DDA Circle Algorithm with VB
zhongzitianchongsuanfa
- 种子填充算法最精简的,tc画圆,可以说是最为简单的一个算法了,可以最为大家的tc填充算法的一个模板~我上个星期好不容易弄出来的。-Seed filling algorithm the most streamlined, tc circle, we can say is the most simple of an algorithm, and most everyone can be a template filling algorithm tc- I finally get out of las
Code
- VC++ 利用半径画圆程序,比较好用,是用的计算机图形学的经典算法-VC++ program using the radius of a circle, more useful, is a classical algorithm of computer graphics
OpenGLBresenhamCircle
- 输入圆心坐标和半径长度,利用Bresenham画圆算法交互式绘制圆。(Input the center of the center and the length of the radius, using the Bresenham circle algorithm to interactive drawing circle.)