搜索资源列表
画圆算法
- 两种画圆的算法,中点画圆算法和Bresenham画圆算法-the algorithm, the midpoint of Bresenham algorithm and Circle Circle Algorithm
DDA&Bresenham
- DDA,Bresenham算法来实现画圆,画直线,画椭圆。-DDA, the Bresenham algorithm to achieve Circle, linear paintings, painted oval.
Bresenham
- 计算机图形学Bresenham算法实现画1/8圆,使用C语言编写-computer graphics Bresenham algorithm paintings 1 / 8 round, the use of C language
圆弧的 Bresenham 算法
- 圆的bresenham算法-round bresenham Algorithm
Bresenham
- 运用vc++6完成Bresenham算法的360度橡皮条算法还有中心画圆共享一下-use vc Bresenham algorithm completed six of the 360 degree rubber of the algorithm is in the central Sharing Circle what
Bresenham
- 使用Bresenham方法绘制直线和圆,可以作为计算机图形学的例子
DDAandBresenham
- DDA直线生成算法在屏幕上绘制直线和Bresenham圆的生成算法在屏幕上绘制一个圆按一画直线按二画圆
Bresenham
- Bresenham画直线线算法与画圆算法实现
中点bresenham算法画圆
- 中点bresenham算法圆
Bresenham
- Bresenham圆生成 生成Bresenham圆-Bresenham circle generated generate Bresenham Circle
Bresenham
- 使用Bresenham算法画圆,VC实现-Drawcircle use Bresenham algorithm, VC implementation
drawcircle
- Bresenham画圆算法,利用圆的对称性,同时在四个方向画点-Bresenham circle algorithm, the use of circular symmetry, the direction of painting at the same time point in four
bresenham
- 1.实验目的: 理解基本图形元素光栅化的基本原理,掌握一种基本图形元素光栅化算法,利用OpenGL实现直线光栅化的DDA算法。 2.实验内容: (1) 根据所给的直线光栅化的示范源程序,在计算机上编译运行,输出正确结果; (2) 指出示范程序采用的算法,以此为基础将其改造为中点线算法或Bresenham算法,写入实验报告; (3) 根据示范代码,将其改造为圆的光栅化算法,写入实验报告; (4) 了解和使用OpenGL的生成直线的命令,来验证程序运行结果。 -shi
bresenham
- 用matlab实现画圆,采用bresenham的画圆方法,内含代码还有文档-Draw a circle with matlab implementation, using bresenham the Circle method, there is a document containing the code
Bresenham
- 计算机图形学圆的中点的Brsenham算法代码-Midpoint circle algorithm in computer graphics code
Bresenham
- Bresenham直线生成算法和中点圆圆弧生成算法-Bresenham line generation algorithm and the midpoint of the arc circle generation algorithm
Bresenham
- 此程序用于演示Bresenham生成椭圆算法,总体思路与Bresenham圆生成算法相似。 -This program is used for demonstration Bresenham ellipse algorithm is generated, and the general idea of Bresenham circle generation algorithm similar.
bresenham算法演示
- 简单的bresenham算法,包括圆和线的生成,计算机图形学必会编程,写的垃圾,希望能过(A simple Bresenham algorithm, generating circle and line, computer graphics will be programming, write, hoping)
圆中点Bresenham算法_指定线型大小和颜色
- 在CirclePoint()里面修改圆的线型大小和颜色即可(Modify the line size and color of the circle)
bresenham和中点画圆画圆
- 用bresenham和中点画圆法实现画圆(Realization of the algorithm of drawing circle using c++)