搜索资源列表
paint2
- Bresenham直线生成算法,初始华起点和终点后就可以画出直线了-Bresenham algorithm, the initial starting point and destination, China can draw straight after the
draw
- 计算机图形学 此系统由本人独自开发; CGraph类中是画图函数; 画直线: DDA算法 中点Bresenham算法 改进的Bresenham算法 画圆: 中点Bresenham算法 画椭圆: 中点Bresenham算法
Line_CircleView
- 生成任意斜率的直线的中点画线算法和Bresenham算法和圆的中点画线算法和Bresenham算法-Generated a straight line of arbitrary slope in stipple line algorithm and Bresenham algorithm and round in stipple line algorithm and Bresenham algorithm
lab1_1
- Bresenham画线算法画直线,用opengl实现-Bresenham line drawing algorithm draw a straight line, with opengl implementation
bresenhamMFC
- 基于mfc用bresenham算法画的直线,可以用鼠标拖动,预览直线。-on mfc use bresenham paint line-Based mfc with bresenham algorithm painting a straight line, you can use the mouse to drag the preview straight line.-On mfc use bresenham paint line
DrawLine
- 使用Bresenham算法生成直线.Bresenham算法的基本原理就是将光栅设备的各行各列象素中心连接起来构造一组虚拟网格线。按直线从起点到终点的顺序计算直线与各垂直方向网格线的交点,然后确定该列象素中与此交点最近的象素。-Using the Bresenham algorithm to generate a straight line.The basic principle of Bresenham algorithm is to each row of each column of pix
ulgbritwm
- 图形直线中点生成算法,Bresenham画直线,Bresenham画椭圆-Graphical linear midpoint generation algorithm, Bresenham draw a straight line, Bresenham drawing ellipse
8775250
- 图形直线中点生成算法,Bresenham画直线,Bresenham画椭圆()