搜索资源列表
paint2
- Bresenham直线生成算法,初始华起点和终点后就可以画出直线了-Bresenham algorithm, the initial starting point and destination, China can draw straight after the
直线bresenham
- bresenham 直线算法 值得大家参考-valuable reference
Bresenham&DDA
- 《计算机图形学》用DDA和Bresenham算法画直线-"Computer Graphics" with DDA and the Bresenham algorithm painting line
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算法-linear Bresenham algorithm
CGHomework
- 这个程序是我的一个图形学课程的小作业,其中实现了Bresenham直线插补算法、Barsky线框裁剪算法、平行六面体自消隐算法以及绕任意轴的旋转算法。-this procedure is a small graphics course operations, which achieved a Bresenham interpolation algorithm, Barsky wireframe cutting algorithm, parallel hexahedron since blanki
renji
- 《计算机图形学》algorithm,bresenham直线生成算法 ,与方向无关的Bresenham算法 ,用DirectX画直线.都是一些算法。
DDAandBresenham
- DDA与Bresenham直线算法:DDA法画线段。端点位置间水平和垂直差值赋给参数dx和dy。绝对值的参数参数steps的值。从像素位置(Xa,Ya)开始,确定沿线段生成下一个像素位置的每一步所需的偏移量,并循环上述过程steps次。
BRESENHAM
- 通过BRESENHAM判定算法,绘制指定端点的直线,用来测试tuborC的图形编程
Bresenham
- 基于Vsiual C++的直线绘制breseham算法,可根据提供的两个点绘制直线。-Vsiual C++ based line drawing breseham algorithm, can provide two points to draw a straight line.
tuxing
- MFC下实现DDA算法、一般直线的Bresenham算法、Bresenham画圆算法 、中点圆整数优化-MFC DDA Bresenham
Bresenham_line
- Bresenham直线算法的一些资料,包括推理过程-Bresenham line algorithm for some of the information, including the reasoning process
Bresenham
- 经典的Bresenham算法,对与初学直线算法的人,有一点用处-Classical Bresenham algorithm, a straight line algorithms with beginners who have use
CGPainter_lineCircle
- 编程实现DDA line algorithm(DDA直线算法); 实现Bresenham’s line algorithm (Bresenham直线算法); 实现Midpoint circle algorithm。 -Programming DDA line algorithm (DDA line algorithm) to achieve Bresenham' s line algorithm (Bresenham line algorithm) to achiev
0867431
- bresenham 直线算法 值得大家参考,很好的,可以学习一下-Bresenham line algorithm is worth reference, very good, can learn
thguu7
- bresenham 直线算法 值得大家参考,很好的,可以学习一下-Bresenham line algorithm is worth reference, very good, can learn
两种直线划线算法
- 使用DDA划线算法和Bresenham划线算法生成两种不同的直线,并构思图形(Using the DDA scribing algorithm and the Bresenham scribing algorithm, two different straight lines are generated, and the graphics are conceived)
2824392
- bresenham 直线算法 值得大家参考,很好的,可以学习一下(Bresenham line algorithm is worth reference, very good, can learn)
BresenHam
- 在Qt中由纯C++实现BresenHam直线算法(The realization of BresenHam linear algorithm by pure C++ in Qt)
图形学算法
- DDA,Bresenham直线曲线级填充算法