搜索资源列表
画圆、直线过程演示(算法)
- 图形学算法+演示,比如直线画法,圆的算法等-demo graphics algorithm, such as linear method of painting, the algorithm Yuan
画圆算法
- 两种画圆的算法,中点画圆算法和Bresenham画圆算法-the algorithm, the midpoint of Bresenham algorithm and Circle Circle Algorithm
Ellipticalscanningconversionandachieve
- 中点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.
画圆的算法
- 画圆的算法 和演示图。希望可以帮助到你
3qwes
- 用Bresenham画圆算法绘制椭圆-with Bresenham algorithm mapping Circle Oval
重点画圆
- .中点画圆算法,即画出图形界面,当电机不同按钮时会出不同的图形。具体实现算法是中点画圆算法。
计算机图形算法演
- 计算机图形算法演示 包括画直线、反走样直线、画圆、画椭圆、画矩形、画多边形、矩形填充、多边形填充、3D变换、光照、贴图等。-computer graphics algorithms demonstration included painting line, anti-aliasing straight Circle, painted oval, rectangular painting, drawing polygon, rectangle filling, polygon filling, 3
GDI 画图的各种算法
- 实现多种算法(DDA、midpoint、bresenhanm画直线,中点画圆,区域填充扫面线等多种计算机图形学算法)是课堂演示,课程设计,毕业设计的必需参考资料,欢迎大家踊跃积极下载
tuxing
- MFC下实现DDA算法、一般直线的Bresenham算法、Bresenham画圆算法 、中点圆整数优化-MFC DDA Bresenham
Graphics_project
- C#实现的画图工具,可以绘制直线,圆,椭圆,直线采用DDA算法,圆采用中点圆算法,椭圆采用中点椭圆算法-C
draw_round-opengl
- 使用 VC++ 实现 opengl画圆,算法实现。-Use VC++ Achieve opengl drawcircle, algorithm.
PLine
- 画图算法,包括数值微分法、中点画圆法、Bresenham画线、画圆算法等-Drawing algorithms, including numerical differential method, the midpoint drawcircle, Bresenham line draw, drawcircle algorithm
drawcircle
- Bresenham画圆算法,利用圆的对称性,同时在四个方向画点-Bresenham circle algorithm, the use of circular symmetry, the direction of painting at the same time point in four
MidpointCircle
- 计算机图形学,这是计算机图形学中画圆算法(中点圆算法)-Computer graphics, this is draw a circle in computer graphics algorithm (midpoint circle algorithm)
jin
- 用VB开发金刚石画圆算法,较为简易,供初学者参考-VB-Diamond Circle algorithms, the more easy for beginners reference
Computer-Graphic-Algorithm
- 计算机图形学相关算法实现,如DDA算法,中点画线算法、Bresenham画线(画圆)算法等-Computer graphics-related algorithms, such as the DDA algorithm, the dotted line algorithm, Bresenham line drawing (circle) algorithm
33
- 最基本的划线画圆算法,利用基础的中点法和一些延伸算法-basic picture made
1
- 进一步理解和掌握中点bresenham画圆算法的基本原理;掌握以上算法生成圆和圆弧的基本过程 掌握在C/C++环境下完成用中点bresenham算法圆或圆弧的绘制方法 -bresenham MFC
circle
- 基于VC中MFS环境下画圆算法的实现源代码-draw a circle
ComputerGraphicsexci3
- 用Bresenham算法和中点算法画圆和椭圆(Using the Bresenham algorithm and the midpoint algorithm of circle and ellipse)