搜索资源列表
DrawPaintCode
- 代码实现了计算机图形学中画线算法(包括DDA,中点法,Bresenham)以及画圆算法(包括中点法,Bresenham)以及多边形的填充(包括边填充,种子填充,扫描填充)多边形的二维变换,多边形的裁减等功能.根据不同的控件进行选择,然后实现各算法.-code realized the computer graphics line drawing algorithm (including DDA, the midpoint method, Bresenham) and Circle algorit
line
- java写的画图程序,可以划线和画圆,两种算法
DrawImage
- 该程序是用JAVA来实现图形学中的中点算法来画直线,圆,椭圆!-The program is a JAVA Graphics to achieve the mid-point algorithm to draw a straight line, round, oval!
ArcChaBu
- 圆弧插补(时间分割法) 输入参数:圆心,圆上任一点(xe,ye)。 在面板上画出插补算法直线(顺圆)。 以(xe,ye)为起点,画出顺时针整圆。 计算次数n为:圆周长c除以一个周期的步进长度f。f越小越精确。 以起点计算第一个动点,(x,y)坐标变换,再计算下一个动点。 所有坐标值及计算量为double型。-shijianfenge
TuXingXue
- 计算机图形学课内实验 有画线(两种算法)、椭圆、中点圆-Computer graphics class lab A painting lines (two algorithms), oval, round the midpoint
jsp_bresenham_line_circle
- 用bresenham算法在javascr ipt下实现简单的画圆和bresenham画直线内容~-With javascr ipt the html a simple circle bresenham and bresenham draw a straight line content to