搜索资源列表
DDA&Bresenham
- DDA,Bresenham算法来实现画圆,画直线,画椭圆。-DDA, the Bresenham algorithm to achieve Circle, linear paintings, painted oval.
DDA
- 两种常用的DDA算法的主要程序, void Line::Draw_Bresenham(CDC *pDC)
DDA
- 用DDA画一个圆,很不错的,你也可以在上面进行一些修改,一个小的修改也许就是一个很大的创造。
角度DDA法产生圆弧
- 这是用VC++中的MFC事项的,用角度DDA法产生圆弧-This is the VC MFC matters with DDA point arc generated Act
DDA法直线插补程序
- 数控DDA直线插补程序
DDA_Bresenham_Circle_Ellispe.r
- DDA画线算法,Bresenhan画线算法,中点圆算法,中点椭圆算法,DDA line drawing algorithm, Bresenhan painted line algorithm, the midpoint circle algorithm, the midpoint ellipse algorithm
CG
- 学计算机图形学所画的图形,有画线(DDA,中点,Bresenham),画圆(中点和Bresenham),填充(扫描线和种子),裁剪,Bezier曲线,动画,三维形体。-By painting computer graphics school graphics, a painted line (DDA, the mid-point, Bresenham), Circle (mid-point and Bresenham), filling (scan line and seeds), cut, B
ComputerGraphics
- 图形学中简单图形的生成。画线,画圆,画椭圆。DDA,Bresenham,中点算法。-Simple graphics to generate graphics. Painting line, circle, oval painting. DDA, Bresenham, the mid-point algorithm.
Draw
- 计算机图像学绘图程序 DDA,BH,MP,中点圆及中点椭圆。-Computer graphics imaging procedures DDA, BH, MP, mid-point of the mid-point circle and ellipse.
dda
- 直线的数字微分求解程序。其中包括典型其算法过程。-DDA arithmetic
DDA
- 计算机图形学作业,里面是用mfc做的DDA算法-Computer graphics work, which is done with mfc DDA algorithm
DDA
- DDA画直线,画任意斜率,可为填充算法准备。-Any straight line the slope of the DDA painting, but as the filling algorithm to prepare.
DDA
- 直线生成算法的DDA算法 DDA生成算法 生成直线段-Linear Algorithm DDA algorithm, DDA generated algorithm to generate a straight line segment
DDA
- 详细的DDA直线算法,运行环境VC++6.0-Details of the DDA linear algorithms running environment VC++6.0
DDA
- DDA算法画直线,可以实现在网格下逐点画直线。-DDA algorithm for drawing straight lines, can be achieved in a grid-by drawing straight line.
DDA
- 用 DDA算法算法实现直线段的绘制。 已知直线段的两个端点坐标分别为 P1(0,0) 和 P2(600,200),请用 DDA 算法 绘制出连接 P1 和 P2 的线段。背景要求为黑色,线段要求为白色。 -DDA algorithm algorithm line segment drawn. The known coordinates of the two endpoints of the line segment P1 (0,0) P2 (600,200), respective
DDA
- DDA算法画直线--计算机图形学 这是我在计算机图形课上做的实验题,程序写的不是太好,仅供参考吧。-DDA algorithm for drawing a straight line- This is my computer graphics courses in computer graphics to do experiment, a program written is not very good, it is for reference only.
dda
- 杜晓增计算机图形学基础DDA直线算法源程序-Du Xiaozeng computer graphics DDA linear algorithm source code
DrawLine
- 采用VC++编写的画线程序,有3种实现算法,包括DDA,Midpoint,Breseham,计算机图形学。(Drawing a line using C++ written procedures, there are three kinds of realization of algorithms, including the DDA, Midpoint, Breseham, computer graphics.)
DDA、Bresenham、MidBresenham画直线算法
- DDA、Bresenham、MidBresenham画直线算法(DDA,BresenhamLine,MidBresenhamLine)
