搜索资源列表
直线bresenham
- bresenham 直线算法 值得大家参考-valuable reference
8-direction-bresenham
- 直线算法和我的实现,在底层操作液晶时很实用,程序在我的4510+320x240的液晶上画过,速度很快。-linear algorithm and I realized, the bottom operation LCD very practical procedures in my 4510 320x240 LCD on the painting, very fast.
中点Bresenham画直线算法
- 中点Bresenham画直线算法-midpoint Bresenham algorithm for drawing straight lines
DDAandBresenham
- DDA与Bresenham直线算法:DDA法画线段。端点位置间水平和垂直差值赋给参数dx和dy。绝对值的参数参数steps的值。从像素位置(Xa,Ya)开始,确定沿线段生成下一个像素位置的每一步所需的偏移量,并循环上述过程steps次。
BRESENHAM
- 通过BRESENHAM判定算法,绘制指定端点的直线,用来测试tuborC的图形编程
用bresenham算法实现画直线
- 主要是图形学课程中的一个小实验,采用bresenham算法实现直线的一个C语言源程序
直线的Bresenham算法
- 直线的Bresenham算法-linear Bresenham algorithm
li
- bresenham直线生成算法-Algorithm
中点Bresenham画直线算法
- 中点Bresenham画直线算法-midpoint Bresenham algorithm for drawing straight lines
直线bresenham
- bresenham 直线算法 值得大家参考-valuable reference
angel_11
- 这是根据Bresenham算法做的画直线程序,用vc实现 更加接近实际情况-This is done under the Bresenham algorithm paintings linear process, with vc achieve a more closer to reality
8-direction-bresenham
- 直线算法和我的实现,在底层操作液晶时很实用,程序在我的4510+320x240的液晶上画过,速度很快。-linear algorithm and I realized, the bottom operation LCD very practical procedures in my 4510 320x240 LCD on the painting, very fast.
Bresenham
- 这个是用Bresenham画线算法绘制任意方向的直线-This is drawing a line using Bresenham algorithm for drawing a straight line in any direction
bresenham
- bresenham画直线,非常经典的画直线算法-good
Bresenham
- bresenham直线算法,可实现8方向的直线绘制-bresenham line algorithm can achieve 8 to draw a straight line direction
Bresenham
- Bresenham直线生成算法和中点圆圆弧生成算法-Bresenham line generation algorithm and the midpoint of the arc circle generation algorithm
Bresenham
- 对Bresenham直线算法的全面分析程序代码-Comprehensive analysis of the program code of the Bresenham line algorithm
两种直线划线算法
- 使用DDA划线算法和Bresenham划线算法生成两种不同的直线,并构思图形(Using the DDA scribing algorithm and the Bresenham scribing algorithm, two different straight lines are generated, and the graphics are conceived)
BresenHam
- 在Qt中由纯C++实现BresenHam直线算法(The realization of BresenHam linear algorithm by pure C++ in Qt)
DDA、Bresenham、MidBresenham画直线算法
- DDA、Bresenham、MidBresenham画直线算法(DDA,BresenhamLine,MidBresenhamLine)