搜索资源列表
2006010511
- dda、bresenham 画直线 ,bresenham 画圆 ,填充算法,几何变换(平移、缩放、旋转等), 小型绘图软件(用鼠标绘制直线、矩形、多边形、圆、填充、平移)-dda, bresenham painting straight bresenham Circle, filling algorithm, Geometric Transformations (translation, scaling, rotating, etc.), small graphics software (u
绘制各种图形-直线-多边形
- 1.PaintDCDemo 演示如何利用用类CPaintDC绘图。 2.ClientDCDemo 演示用类CClientDC管理用户区。 3.CPenDemo 类CPen的使用。 4.CBrushDemo 演示刷子CBursh的使用。 5.CRgnDemo 演示CRgn的用法。 6.MapModeDemo 演示不同映射模式下图形绘制。 7.DrawPointDemo 演示点的绘制。 8.DrawLineDemo 演示绘制直线。 9.DrawPol
directdrawpolygon
- direct编程绘制多边形-polygon rendering direct programming!
gat_shiyan3
- 这是我的计算机图形学的大作业,其中包括的算法有: 直线绘制的DDA算法,中点算法,绘制抛物线的正负法,中点法。 扫描转换多边形扫描线算法,种子填充算法。 线段裁剪(CohenSutherland)编码算法,多边形逐边裁剪(SutherlandHodgman)算法 注:分别设计了功能完整的类-This is my big computer graphics operations, including the algorithm are : DDA linear mapping al
ComputerGraphics
- 4——连通填充算法的实现 1.用户能够用鼠标绘制多边形。 2.可以清除屏幕,重新绘制。 3.填充颜色及多边形的颜色
draw
- 计算机图形学多边形绘制与填充采用扫描线算法
tuxingxue
- 1.圆的绘制 输入圆心的位置与半径的大小,即可绘制圆。 2.多边形的填充 根据扫描线求交法,排序法,气泡法等,对一个多边形进行填充
wodehuatu
- 画图软件的基本功能包括基本图形绘制和填充,有直线,圆,椭圆,多边形,填充等
ClipRgn.rar
- 多边形裁剪算法的实现,使用做多变形 绘制测试,Polygon clipping algorithm implementation, the use of testing to do many deformation mapping
DrawLib.rar
- 绘图库 1. 设计和实现一个图形函数库,具有绘制直线 段、任意圆弧、椭圆弧、多边形区域的阴影填 充和颜色填充等功能。(仅调用画点函数) Windows API: setpixel(hdc,x,y,color),Drawing 1. Design and Implementation of a graphics library, with the straight-line drawing, arbitrary arc, elliptical arc, polygon area fill
Bresenham
- Bresenham算法绘制线段并利用“橡皮筋”功能绘制折线 将绘制的折线连接成多边形,并选择种子填充法或扫描线填充法进行填充 鼠标交互生成矩形裁剪框,实现对绘制的折线的裁剪-Bresenham algorithm for drawing line segments using the " rubber band" feature to draw the line draw the line connected into polygons, and select the me
DrawMap
- Drawmap程序具备基本的画圆、椭圆、直线、多边形等绘制矢量图形功能及图幅整饰功能,-Equipped with the basic procedures Drawmap drawcircle, ellipse, straight line, polygon rendering vector graphics and other functions and Maps finishing functions,
graph
- 一个绘制基本图像(直线,圆,多边形)的好例子!很值得看看!-A basic image map (a straight line, circle, polygon) a good example! Is worth to see!
drawing
- 本程序实现绘制矩形、圆、线段、多边形、填充的多边形等图像-The program draws rectangular, circle, line, polygon, fillde polygon and so on.
Polygan
- 可以绘制任意多边形,并且可以选择不同颜色-You can draw an arbitrary polygon, and can choose different colors
Graphics
- 该程序主要是实现简单图形绘制,如点,线,圆,多边形,种子填充,还有关于线条的选取,坐标轴平移等问题-The procedure is to achieve a simple graphics rendering, such as points, lines, circles, polygons, seed filling, as well as on the selection of lines, axis translation and other issues
Graphics
- 一个集成的图形界面的程序,可调用每一次作业子程序。一、调用画点的函数,用DDA、中点算法画直线和中点算法画圆和椭圆。二、多边形扫描转换算法和区域填充算法实现(扫描线算法为必做,基于求余运算的边缘填充和边标志算法为任选;基于种子的区域填充采用4连通区域的递归种子填充算法,或扫描线种子填充算法,要求种子点(x,y)可交互输入)。三、线段裁剪和多边形裁剪算法的动画演示实现。(两种线段裁剪算法和H-S多边形逐边裁剪算法)多边形裁剪算法的动画演示要求先画出一个封闭的多边形,再画矩形的裁剪窗口,然后选择裁剪
Point_In_Polygon
- 鼠标操作绘制任意形状的多边形,操作非常简单-Point in Polygon
Fill
- 点击鼠标绘制多边形,然后选择种子填充或者扫描线填充实现对此多边形的填充效果-Click the mouse to draw a polygon, and then select seed filling or scan line fill this polygon fill effects
ComputerGraphic
- 计算机图形学课程中的实现,包括二维和三维图形中平移,旋转,缩放的实现,DDA,中点画线法,Bressenhanm算法绘制直线,多边形扫描算法和种子扫描线算法绘制多边形。-Courses in computer graphics implementations, including 2D and 3D graphics in translation, rotation, scaling to achieve, DDA, were dotted line, Bressenhanm algorithm
