搜索资源列表
GraphicsAlg
- 多种图形学算法的实现,如DDA直线法等,比较全面。-multiple graphics algorithm for example, the DDA straight, more comprehensive.
DrawLine
- 中点画线,DDA算法,计算机图形学,计算机基本算法,计算机图形处理基础
line_dda
- 这学期选修图形学的时候用c#写的实现dda算法的代码.-this semester elective graphics when used to write c # dda algorithm for the realization of the code.
DDA_Line
- 利用C#实现DDA算法画直线,是经典的绘制直线算法-To use C# to achieve DDA line drawing algorithm is a classical algorithm for drawing a straight line
BHcircle
- 数值微分(DDA)法: 设过端点P0(x0 ,y0)、P1(x1 ,y1)的直线段为L(P0 ,P1),则直线段L的斜率 L的起点P0的横坐标x0向L的终点P1的横坐标x1步进,取步长=1(个象素),用L的直线方程y=kx+b计算相应的y坐标,并取象素点(x,round(y))作为当前点的坐标。因为: yi+1 = kxi+1+b = k1xi+b+kDx = yi+kDx 所以,当Dx =1 yi+1 = yi+k。也就是说,当x
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
DDA-Line-DAB
- 在visual studio 环境下建立一个窗口程序,实现DDA画线方法 新建坐标系 -Program to create a window in visual studio environment, DDA line drawing new coordinate system
DDA-line-and-midpoint-circle
- 包含了DDA方法画线及中点法画圆,在绘图区域任意指定圆心及半径即可实现画圆命令-DDA method of drawing a line and the midpoint method to draw a circle, circle command can be achieved in any specified center and radius of the drawing area
CSharpjibentuyuan
- c#实现基本的线扫描。包括DDA bresenham等算法-c# achieve the basic line scan. Including DDA bresenham algorithm
DrawLine
- 计算机图形学__直线的生成算法的实现利用Visual C++实现直线生成的DDA算法,在屏幕上任意生成一条直线,实现圆输入、显示输出的方法和基本流程实现椭圆输入、显示输出的方法和基本流程-__ Straight line to realize computer graphics generation algorithm using Visual C++ implementation of the DDA line drawing algorithm, randomly generated a l
DrawLineCircleROOT
- 计算机图形学__直线的生成算法的实现利用Visual C++实现直线生成的DDA算法,在屏幕上任意生成一条直线,实现圆输入、显示输出的方法和基本流程实现椭圆输入、显示输出的方法和基本流程-__ Straight line to realize computer graphics generation algorithm using Visual C++ implementation of the DDA line drawing algorithm, randomly generated a l
bresenham
- 用DDA算法和中点bresenham算法分别实现任意给定两点的直线段的绘制-By using DDA and Mid-bresenham algorithms to realize the line drawing which is given by any two points.
