搜索资源列表
dda&bres
- DDA算法和bresham算法画图,运用OPENGL的一个简单例子-DDA algorithm and bresham drawing algorithm, using the OpenGL a simple example
DDA
- DDA直线, DDA直线实例
DDA
- DDA 算法 achieve DDA line drawing algorithm, the Bresenham algorithm, which generates the midpoint painted circle algorithm, and polygon scan line filling algorithm
DDABresenham.rar
- 鼠标点击的DDA算法 Bresenham算法,Mouse to click the DDA algorithm Bresenham algorithm
glutdlls37beta.zip
- 图形学的重要算法,使用鼠标右键操作。包括直线DDA算法,Bresenham算法,OpenGL画法,以及圆,椭圆的画法。三角形的平移、旋转、缩放操作。环境配置在rar的注释里有说明。,The importance of graphics algorithms, using the right mouse button operation. Including linear DDA algorithm, Bresenham algorithm, OpenGL drawing, as well as
openglbresenhamDDA
- 运用netbean,基于java语言,bresenham算法,DDA算法画直线的比较-The use of netbean, based on the java language, bresenham algorithm, DDA draw a straight line algorithms comparison
dda
- 利用OpenGL实现直线光栅化的DDA算法,还可以继续优化!-GOOD
include
- 直线生产算法,理解基本图形元素光栅化的基本原理,掌握一种基本图形元素光栅化算法,利用OpenGL实现直线光栅化的DDA算法。-Straight-line production method, understanding the basic graphic elements of the basic principles of grating, have a basic graphic elements rasterization algorithms, the use of OpenGL to
20091227linedda
- 本文对直线的生成的3种算法:逐点比较法、数值微分法(DDA法)、Bresenham算法进行研究。本文对逐点比较法、数值微分法(DDA法)、Bresenham算法进行推导,研究了逐点比较法、数值微分法(DDA法)、Bresenham算法在第一象限的实现和改进后逐点比较法、数值微分法(DDA法)、Bresenham算法在所有象限的实现。通过编程实践,可以掌握VC和opengl的使用方法。-In this paper, a straight line generated by three kinds
DDA
- dda算法实实现画线,并且是用c++和OpenGL实现的。-DDA to plot a line,to apply with the c++ and the opengl!
DDA
- 采用C#和CSOPENGL实现计算机图形课程中DDA画直线算法-Using C# and CSOPENGL computer graphics course to achieve DDA line drawing algorithm
openGL
- 此程序的功能是实现基本的openGL中的画线算法,总共有四个算法。DDA画线算法,中点Bresenham算法画直线,改进Bresenham算法画直线以及 四分法绘制椭圆-Feature of this program is to achieve the basic openGL draw lines in the algorithm, a total of four algorithms. DDA line drawing algorithm, Bresenham midpoint line d
DDA
- Algorithm - Drawing a line - DDA
DDA-linear-programming-algorithm
- 1. 编程实现DDA直线生成算法或其它直线生成算法 2. 编程实现Bresenham圆弧生成算法或其它圆弧生成算法 -1 DDA linear programming algorithm to generate a straight line or other generation algorithm 2 to generate programming Bresenham algorithm or other circular arc generation algorithm
DDA
- 用DDA算法画直线,y用像素点画的,主要是在opengl中的-use DDA
DDA
- 图形学作业:DDA画线算法的OPENGL实现。-the homework of Computer Graphics:the realization of DDA algorithm in OpenGL
dda
- 关于DDA算法,同时有五个功能实现,可以按键盘调节大小-About the DDA algorithm, while five functions can adjust the size of the keyboard
DDA
- 计算机图形学上课实验之DDA生成直线算法,运行无误-Computer graphics class experiment DDA generate linear algorithm run correctly
DDA
- DDA算法,严格按照课本上的算法而来,代码简洁,有详细的注释-DDA algorithm, in strict accordance with the textbook algorithm from the code simple, detailed notes
DDA
- 使用DDA的画线的方法画出不同象限的直线。-DDA line drawing method to draw a different quadrant of the straight line
