搜索资源列表
DDA&Bresenham
- DDA,Bresenham算法来实现画圆,画直线,画椭圆。-DDA, the Bresenham algorithm to achieve Circle, linear paintings, painted oval.
Bresenham
- 计算机图形学中使用Bresenham算法实现线段裁减
bresenham
- Bresenham算法的优点是: 1、不必计算直线之斜率,因此不做除法; 2、不用浮点数,只用整数; 3、只做整数加减法和乘2运算,而乘2运算可以用硬件移位实现。 Bresenham算法速度很快,并适于用硬件实现。
Graphics
- 作为图形图像课程的设计,内容有椭圆中点(Bresenham算法),圆中点(Bresenham算法),直线中点Bresenham算法,画椭圆,画多边形(5边),画折线(6个点)。运行在VC6.0下用MFC-As a graphic image curriculum design, content elliptical midpoint (Bresenham algorithm), round the mid-point (Bresenham algorithm), a straight line
line
- 自编的,MFC,Bresenham算法生成直线-The self, MFC, Bresenham algorithm to generate a straight line
Bresenham
- 这个是用Bresenham画线算法绘制任意方向的直线-This is drawing a line using Bresenham algorithm for drawing a straight line in any direction
Bresenham-circle
- 这是用VC++6.0开发的一个用Bresenham算法的绘制圆形的源码。-This is used VC++ 6.0 developed by Bresenham algorithm for a circular source drawing.
Bresenham
- 图形学课程设计 2-直线中点Bresenham算法.rar-Graphics Course Design 2- a straight line mid-point Bresenham algorithm. Rar
Bresenham
- 圆中点Bresenham算法 VC++ 6.0-Round the mid-point Bresenham algorithm Bresenham midpoint circle algorithm for VC++ 6.0
draw_line_circle
- 本程序实现了直线(Bresenham算法和DDA算法),和圆(中点Bresenham算法和正负法)的绘制,并能够选取其颜色。-This procedure has a straight line (Bresenham algorithm and DDA algorithm) and round (mid-point of Bresenham algorithm and plus or minus method) drawing, and be able to select the color.
bresenham
- bresenham算法,画圆,计算机图形学 bresenham algorithm, drawcircle, Computer Graphics-bresenham algorithm, drawcircle, Computer Graphics
ii
- 实现绘制各种情况直线的Bresenham算法,并将实现的算法应用于任意多边形的绘制,要求多边形的顶点由键盘输入或鼠标拾取,绘制的多边形顶点要准确,图形应该封闭。 要求掌握Bresenham算法的基本原理和算法设计,画出算法实现的程序流程图,使用C或者VC++实现算法,并演示。 -Implementation of the Bresenham line drawing algorithm for various situations, and to achieve an arbitrary
Bresenham_Line
- 在Visual Studio 2005环境下采用Bresenham算法绘制直线。-In Visual Studio 2005 environment using Bresenham algorithm for drawing lines.
Bresenham-Draw_Circle
- 在TC下,利用Bresenham算法,在指定位置画出一个指定半径的圆(显示画圆过程)-In the TC, the use of Bresenham algorithm to draw a specified location in the specified radius of the circle (shown Circle process)
Bresenham
- Bresenham算法代码,实现直线的画图-Bresenham algorithm code
bresenham-suan-fa-hua-xian
- 适用于用Bresenham算法画直线,有点简单-Applies to draw a straight line using the Bresenham algorithm
Bresenham
- 直线中点Bresenham算法 图形学案例-A straight line midpoint Bresenham algorithm
bresenham算法
- bresenham算法,用于计算机图形学,这是一种很好的画直线工具。-bresenham algorithms for computer graphics, which is a good tool for drawing straight lines.
bresenham
- 将中点Bresenham算法推广到绘制任意斜率的直线段。使用对话框输入直线的起点和终点坐标。-Midpoint Bresenham algorithm will be extended to the slope of the straight line segments drawn arbitrarily using dialog to enter the line start and end coordinates.
Bresenham
- 简单计算机图形学算法,通过直线中点Bresenham算法,绘制直线。- Simple computer graphics algorithms, Bresenham line passing through the midpoint algorithm, draw a straight line.