搜索资源列表
midpointcircle-coding
- 自己用C语言编写的中点画圆算法,根据用户输入的圆心坐标和半径画出相应的圆形。-own use C language prepared by the midpoint drawcircle algorithm, According to user input center coordinates and radius of the circle corresponding paint.
colorcircle
- 用C语言实现的中点画圆算法,并根据扫描线种子填充算法来填充圆形。-C Language Circle the midpoint algorithm, and in accordance with scanning lines seed fill algorithm to fill round.
midcircle
- 简单的计算机图形学的中点画圆算法,用Vc++描述,可以实现绘制,供参考
draw.rar
- Bresenham算法生成直线,中点算法生成直线,DDA算法生成直线,中点画圆,Bresenham画圆,中点画椭圆,画多边形,多边形填充,the detail information is above
Draw
- java 仿windows 画图 中点画圆算法,中点画线算法,边界剪裁,多边形平移-java midpoint circle drawing algorithm imitation windows, the dotted line algorithm, the boundary cut, polygon translation
yuan
- 编程实现中点画圆法和圆的Bresenham算法; 2.编程实现一种区域填充算法,能够对任意绘制一个N边形(N>=5)进行填充。 -Programming midpoint drawcircle and round Bresenham algorithm 2. Programming to achieve a region filling algorithm can arbitrarily draw a N-gon (N> = 5) were filled.
graphic
- 图形学,实现中点画线算法、DDA画线算法、画圆、画椭圆,实现裁剪-Graphics, to achieve the dotted line algorithm, DDA line drawing algorithm, circle, ellipse, cut to achieve
circle
- 1、编程实现 利用1/8圆中点算法和Bresenham算法生成圆,并显示。 2、推导1/4圆的中点画圆算法,并编程实现。 3.、构造任意一个边界表示的多边形,假定该多边形内部是四连通的。要求:用种子填充算法实现对多边形内部的填充。-1, the programming system to use the 1/8 round midpoint circle algorithm and Bresenham algorithm to generate and display. 2,
pro3
- c++实现任意选坐标点中点画圆算法和bresenham八分画圆法-c++ arbitrary midpoint circle algorithm selected coordinate points and eight bresenham Circle
graphsj
- 图形学 中点画圆算法实现,cs线段剪裁,活性边表扫描填充,图形界面显示 mfc dialog 实现 环境vs2012-Graphics midpoint circle algorithm, cs line cut, side table scan activity filled graphical display mfc dialog achieve environmental vs2012
circle
- 这是用VS2005实现的中点画圆算法程序,对学习计算机图形学的朋友有帮助。-This is implemented using VS2005 stipple round algorithm procedures, computer graphics friends help in learning.
GpDraw
- 计算机图形学 DDA算法 bresenham算法 中点画圆算法 bresenham画圆算法 椭圆算法 扫描线算法(Computer graphics DDA algorithm Bresenham algorithm Midpoint circle algorithm Bresenham circle algorithm Ellipse algorithm Scan line algorithm)