搜索资源列表
直线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语言源程序
Bresenhamline.rar
- 描述了Bresenham直线反走样算法,可以在c环境中直接编译运行,Bresenham straight line describes the anti-aliasing algorithm, can be directly compiled c environment running
bresenham
- bresenham画直线,非常经典的画直线算法-good
Lcd_DrawLine
- Bresenham画直线算法程序,在320240LCD上用过,很好用。-Bresenham line drawing algorithm program used in 320240LCD on, very good use.
Bresenham
- 用Turbo C 画直线 算法是经典的中点Bresenham算法 该算法是计算机图形学中的经典算法-Bresenham
angel_11
- 这是根据Bresenham算法做的画直线程序,用vc实现 更加接近实际情况-This is done under the Bresenham algorithm paintings linear process, with vc achieve a more closer to reality
Bresenham
- 直线中点Bresenham算法-Straight-line mid-point Bresenham algorithm
Bresenham
- 这个是用Bresenham画线算法绘制任意方向的直线-This is drawing a line using Bresenham algorithm for drawing a straight line in any direction
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直线曲线级填充算法
DDA、Bresenham、MidBresenham画直线算法
- DDA、Bresenham、MidBresenham画直线算法(DDA,BresenhamLine,MidBresenhamLine)