搜索资源列表
DDA_and_Bresenham
- that plot a line with dda and bresenham algorithm
jisuanji-tuxingxue-DDAsuanfa
- 直线的生成是用计算机生成图形最基本的技能,通过本实验使学生掌握如何用计算机生成直线。熟悉开发环境,生成直线。 熟悉Turbo C开发环境 分别用DDA算法、Bresenham算法生成直线-Line with computer-generated graphics to generate the most basic skills, through this experiment so that students learn how to use computer-generated li
CSharpjibentuyuan
- c#实现基本的线扫描。包括DDA bresenham等算法-c# achieve the basic line scan. Including DDA bresenham algorithm
bresenham
- 用DDA算法和中点bresenham算法分别实现任意给定两点的直线段的绘制-By using DDA and Mid-bresenham algorithms to realize the line drawing which is given by any two points.