搜索资源列表
图形学的算法直线生成算法1
- 图形学的算法直线生成算法1-graphics algorithms straight Algorithm 1
图形学的算法直线生成算法2
- 图形学的算法直线生成算法2-graphics algorithms straight Algorithm 2
图形学的算法直线生成算法3
- 图形学的算法直线生成算法3-graphics algorithms straight Algorithm 3
直线算法
- 高速直线生成算法-high-speed linear Algorithm
图形学的算法直线生成算法1
- 图形学的算法直线生成算法1-graphics algorithms straight Algorithm 1
图形学的算法直线生成算法2
- 图形学的算法直线生成算法2-graphics algorithms straight Algorithm 2
图形学的算法直线生成算法3
- 图形学的算法直线生成算法3-graphics algorithms straight Algorithm 3
直线算法
- 高速直线生成算法-high-speed linear Algorithm
li
- bresenham直线生成算法-Algorithm
直线、圆弧、椭圆弧生成
- 图形学的一个作业,通过对话框画直线、圆弧、椭圆弧-graphics of an operation, through dialog painting line, arc, ellipse
图形学直线的生成算法
- 圆心在原点,半径为R的第一个4分圆的Bresenham画圆算法程序,将该算法程序推广到任一四分圆,从而形成一般的Bresenham画圆算法。并利用Bresenham画圆算法画出一个圆心在点(xc,yc), 半径为R, 圆周颜色为color的圆-Center in the basics of radius R for the first four hours round the Bresenham algorithm Circle pro
DDAandBresenham
- DDA直线生成算法在屏幕上绘制直线和Bresenham圆的生成算法在屏幕上绘制一个圆按一画直线按二画圆-DDA line algorithm to generate a straight line drawn on the screen and the Bresenham circle generation algorithm on the screen by drawing a circle draw a straight line
openGL--Bemhan
- 本代码为Bresenham直线生成代码,在窗体中可以以任意角度画出直线。-The code for Bresenham line generated code, in the form we can draw a straight line to any angle.
renji
- 《计算机图形学》algorithm,bresenham直线生成算法 ,与方向无关的Bresenham算法 ,用DirectX画直线.都是一些算法。
ALL_Line
- 该程序可实现直线生成的各种算法,如DDA法、Bresenham法、中点法等;还可实现图形区域的填充等。-The program can be a straight line to generate a variety of algorithms, such as the DDA Act, Bresenham method, midpoint method, etc. can realize, such as graphics-fill
Graphic
- 计算机图形学中用经典算法实现的绘图程序,包括直线生成、圆弧生成、线段裁剪、多边形裁剪等-Computer graphics with the classic algorithm of mapping procedures, including a straight-line generation, arc formation, line cutting, cutting, such as polygon
DDALine
- 本次实验的目的就是验证直线生成的三种扫描算法,并要求对基本算法进行扩充和改进,包括:利用Visual C++实现三种直线生成算法,验证算法的正确性;-DDALineDDALineDDALineDDALineDDALineDDALineDDALineDDALine
两种直线划线算法
- 使用DDA划线算法和Bresenham划线算法生成两种不同的直线,并构思图形(Using the DDA scribing algorithm and the Bresenham scribing algorithm, two different straight lines are generated, and the graphics are conceived)
DDA、中点及Bresenham算法生成直线
- 运用DDA算法、中点算法及Bresenham算法,用C++语言编写的实现二维直线的绘制(Using DDA algorithm, midpoint algorithm and Bresenham algorithm, C++ language is used to draw two-dimensional straight line.)