Welcome![Sign In][Sign Up]
Location:
Search - Bresenham画圆

Search list

[GDI-Bitmap画圆算法

Description: 两种画圆的算法,中点画圆算法和Bresenham画圆算法-the algorithm, the midpoint of Bresenham algorithm and Circle Circle Algorithm
Platform: | Size: 34404 | Author: 刘宇 | Hits:

[ARM-PowerPC-ColdFire-MIPSS3C44B0X 驱动 SSD1289 TFT 模块例程

Description: S3C44B0X 驱动 SSD1289 TFT 模块例程,内有图形库包含了一些简单的二维图形函数 如:画线函数 Bresenham画圆等...并且是带uCOS操作系统的,附源程序.
Platform: | Size: 641826 | Author: xyz543 | Hits:

[SourceCode中点bresenham算法画圆

Description: 中点bresenham算法圆
Platform: | Size: 1954181 | Author: 627746958@qq.com | Hits:

[Windows DevelopBresenhamCircle

Description: 利用Bresenham画圆法画同心圆-use Concentric Circle paintings
Platform: | Size: 1024 | Author: | Hits:

[Fractal program图形基础

Description: 中点画线法,中点画圆法,DDA画线法,Bresenham画线法,Bresenham画圆法-were dotted line, the midpoint Circle, DDA line drawing, Bresenham line drawing, Bresenham Circle France
Platform: | Size: 5120 | Author: 波波 | Hits:

[GDI-Bitmap3qwes

Description: 用Bresenham画圆算法绘制椭圆-with Bresenham algorithm mapping Circle Oval
Platform: | Size: 32768 | Author: 几米 | Hits:

[Windows DevelopDrawGraph

Description: 计算机图形学的上机:bresenham画线算法,bresenham画圆,拾取算法,种子填充算法-computer graphics programs: bresenham drawing line algorithm,bresenham circle algorithm,etc.
Platform: | Size: 89088 | Author: 小分 | Hits:

[Other图形学直线的生成算法

Description: 圆心在原点,半径为R的第一个4分圆的Bresenham画圆算法程序,将该算法程序推广到任一四分圆,从而形成一般的Bresenham画圆算法。并利用Bresenham画圆算法画出一个圆心在点(xc,yc), 半径为R, 圆周颜色为color的圆-Center in the basics of radius R for the first four hours round the Bresenham algorithm Circle procedures, procedures for the promotion of this algorithm, arrived on January 4 pm yen, thus forming a general Circle Bresenham algorithm. Circle and the use of Bresenham algorithm to identify a point in the center of a circle (xc, yc), the radius R, Circle color color circle
Platform: | Size: 1024 | Author: | Hits:

[GDI-Bitmap画圆算法

Description: 两种画圆的算法,中点画圆算法和Bresenham画圆算法-the algorithm, the midpoint of Bresenham algorithm and Circle Circle Algorithm
Platform: | Size: 33792 | Author: 刘宇 | Hits:

[Graph DrawingDDA&Bresenham

Description: DDA,Bresenham算法来实现画圆,画直线,画椭圆。-DDA, the Bresenham algorithm to achieve Circle, linear paintings, painted oval.
Platform: | Size: 247808 | Author: 李冰海 | Hits:

[GDI-BitmapEllipticalscanningconversionandachieve

Description: 中点Bresenham画圆算法扫描转换的基本原理,用C语言编程实现这个算法。本算法只讨论圆心位于坐标原点的圆。-midpoint Bresenham algorithm scan conversion Circle to the basic principles C language programming algorithm to achieve this. The algorithm is discussed only at the origin of the center circle.
Platform: | Size: 7168 | Author: 管声俊 | Hits:

[Graph Drawing0372244

Description: 中点画圆,bresenham画圆,中点画线,bresenham画仙,-midpoint Circle, bresenham Circle, Stipples line bresenham painting cents
Platform: | Size: 78848 | Author: 许斌 | Hits:

[Graph Drawing58941

Description: 中点画圆,直线,bresenham画圆以及直线-midpoint Circle, Line, Circle and straight bresenham
Platform: | Size: 13312 | Author: 徐琼霞 | Hits:

[Graph Drawingbresenhamhuayuan

Description: 运用Bresenham画圆法实现圆的扫描转换-Drawcircle realize the use of Bresenham circle scan conversion
Platform: | Size: 19456 | Author: 燕子 | Hits:

[GDI-Bitmap61549808DDABresenham

Description: 运用Bresenham画圆法实现圆的扫描转换-Drawcircle realize the use of Bresenham circle scan conversion
Platform: | Size: 2538496 | Author: dailiu | Hits:

[Special Effectsjisuanji2

Description: bresenham画圆法 和填充也是计算机图形学里的小程序的实现-Bresenham drawcircle and fill is a small computer graphics procedures realize
Platform: | Size: 53248 | Author: caojunchao | Hits:

[Graph Drawingmyproduction

Description: 计算机图形学的中点画圆法,Bresenham画圆,中点画椭圆及种子填充算法,用VC05实现,还有实验报告-The mid-point of computer graphics drawcircle, Bresenham Circle, Ellipse and seeds in stipple fill algorithm, the VC05 to achieve, there are experimental reports
Platform: | Size: 8365056 | Author: xgdlhdgj | Hits:

[Graph programprogram

Description: 计算机图形学课程算法演示系统 (1)画线算法演示:实现画线的三个算法---DDA画线算法、中点画线算法、Bresenham画线算法。建立坐标系,由用户输入两点坐标,体现直线的走势,最后给出算法的参数值以及实现清除功能。 (2)画圆算法演示:实现画圆的两个基本算法---Bresenham画圆算法、中点画圆算法。由用户输入圆的半径,体现圆的四个象限的走势,最后给出算法的误差值以及实现清除功能。 (3)填充算法演示:实现边填充和种子填充这两个基本填充算法。其中边填充由用户画出多边形,对封闭的多边形进行由上而下用带颜色的边逐一填充,直至填满封闭区域。种子填充则由用户点击后在主窗体用运动的圆点体现其填充的效果。 -Computer Graphics Algorithm Demonstration System
Platform: | Size: 2332672 | Author: 于小鱼 | Hits:

[Graph Drawingbresenham

Description: 用matlab实现画圆,采用bresenham的画圆方法,内含代码还有文档-Draw a circle with matlab implementation, using bresenham the Circle method, there is a document containing the code
Platform: | Size: 486400 | Author: 武艳美 | Hits:

[Othertuxing

Description: MFC下实现DDA算法、一般直线的Bresenham算法、Bresenham画圆算法 、中点圆整数优化-MFC DDA Bresenham
Platform: | Size: 1949696 | Author: 胡亚 | Hits:
« 12 3 4 5 6 7 8 9 10 »

CodeBus www.codebus.net