搜索资源列表
shiyan
- 画直线的方法:数值微分法,中点划线法,bresenham划线算法-Draw a straight line method
Bresenham_Circle(600X800)
- Bresenham画直线的方法,根据中点划线法演变过来的,是很经典的算法-Bresenham draw a straight line method, in accordance with law crossed the mid-point of evolution is very classical algorithm
Liang_Barsky
- 梁友栋算法画直线,可以画出任何直线。程序开始会弹出windows界面,通过输入端点的数值,点击划线按钮可以画出直线。-Liang-Barsky draw a line in the windows form,when the program is running ,you can input the end points the click the botton,the line will appear in the form
Dshiyannr
- 画直线的方法:数值微分法,中点划线法,breseenham划线算法 , -Draw a straight line method: numerical differentiation, the midpoint of line method breseenham crossed algorithm
Line
- 基于MFC的简单划线。该程序实现用异或法画橡皮筋直线 算法主要看CLineView.cpp文件中的OnMouseMove函数-Simple MFC Program.
两种直线划线算法
- 使用DDA划线算法和Bresenham划线算法生成两种不同的直线,并构思图形(Using the DDA scribing algorithm and the Bresenham scribing algorithm, two different straight lines are generated, and the graphics are conceived)