搜索资源列表
jsjtuxingxue
- 计算机图形学程序 BRESENHACircle.C BRESEN算法圆 LINEDDA.C DDA算法画直线 unicursal.C 一笔画成图形-computer graphics algorithms procedures BRESENHACircle.C BRESEN Yuan LIN EDDA.C DDA algorithm painting a stroke unicursal.C straight into graphics
CG_Line
- 计算机图形学的简单设计,包括dda算法,brem算法和矩形,圆的绘制-simple computer graphics design, including dda algorithm, Brem algorithm and rectangular, circular mapping
DDA-line
- 自己用C语言编写的直线DDA算法。可以根据输入的坐标,在屏幕上画出直线。-own use C language prepared by the DDA linear algorithms. Can be imported under the coordinates on the screen paint line.
DDArenderingAlg
- 画线DDA算法,可以绘制直线,并对直线的精度进行调整。-line drawing algorithm, can draw straight lines, as well as the accuracy of linear adjustments.
DDAandBresenham
- DDA直线生成算法在屏幕上绘制直线和Bresenham圆的生成算法在屏幕上绘制一个圆按一画直线按二画圆
ddanew1
- 实现三种画线方法及画圆,DDA画线,中点画线,BRESENHAM画线法,可画任意直线及圆弧和圆
2ddraw
- 计算机图形学大作业,一、 调用画点的函数,用DDA、中点算法画直线和中点算法画圆和椭圆。二、多边形扫描转换算法和区域填充算法实现。三、线段裁剪和多边形裁剪算法的动画演示实现。四、交互式的二维直线求交:如果存在交点,用实心圆显示交点,并用文字显示其坐标。五、自行车行走和绕固定点旋转的自旋转物体动画。六、简单三维图形系统:凸多面体的建模、透视投影,隐藏面的消除及基本图形变换(平移、旋转、缩放)。七、交互式Bezier曲线的输入绘制程序实现
DDA法画椭圆.rar
- 画椭圆的方法有很多,这是其中一种,用DDA算法画的,oval paintings are lots of ways, this is one of those painted with the DDA Algorithm
draw.rar
- Bresenham算法生成直线,中点算法生成直线,DDA算法生成直线,中点画圆,Bresenham画圆,中点画椭圆,画多边形,多边形填充,the detail information is above
DDADrawingprogramplusdelaytime
- DDA画线算法, 此处加上了延时,更便于观察画线过程,演示效果好。-DDA line drawing algorithm, here coupled with the delay, but also easy to observe the process of drawing lines to demonstrate good results.
DDA
- DDA算法画直线 部分中点画线 还需完善 谢谢提议-DDA algorithm for drawing a straight line section of the proposal stipple line needs to improve thanks
DDA
- 图形学相关的算法实现,使用DDA算法画直线-Graphics-related algorithms, using DDA line drawing algorithm
DDA
- MFC aplicacion DDA linea
algoritmo-dda
- implementacion algoritmo dda
DDA
- 该代码是用DDA画线的方法实现的,方便大家学习计算机图形图像学,适合初学者-The code is to use the DDA crossed the method, to facilitate them to learn computer graphics school for beginners
DDA
- 使用VC6.0编译的DDA算法画直线程序,在程序编译前要手动添加graphics.h图形库-The the VC6.0 compiler DDA algorithm painting a straight line program, before the program compiles To manually add graphics.h graphics library
DDA
- DDA生成直线的算法,主要面向学习计算机图形学课程的学生。-DDA to generate linear algorithm, mainly for students learning computer graphics courses.
DDA
- 直线段的dda算法 程序可执行,有输入和输出结果-Linear algorithm DDA procedures section of the executable, input and output results
DDA
- DDA Line Drawing without OpenGL in C-DDA Line Drawing without OpenGL in CPP
DDA、中点及Bresenham算法生成直线
- 运用DDA算法、中点算法及Bresenham算法,用C++语言编写的实现二维直线的绘制(Using DDA algorithm, midpoint algorithm and Bresenham algorithm, C++ language is used to draw two-dimensional straight line.)
