搜索资源列表
Bresenham&DDA
- 《计算机图形学》用DDA和Bresenham算法画直线-"Computer Graphics" with DDA and the Bresenham algorithm painting line
Bresenham
- 计算机图形学Bresenham算法实现画1/8圆,使用C语言编写-computer graphics Bresenham algorithm paintings 1 / 8 round, the use of C language
圆弧的 Bresenham 算法
- 圆的bresenham算法-round bresenham Algorithm
直线的Bresenham算法
- 直线的Bresenham算法-linear Bresenham algorithm
tuxing
- MFC下实现DDA算法、一般直线的Bresenham算法、Bresenham画圆算法 、中点圆整数优化-MFC DDA Bresenham
Bresenham
- 使用Bresenham算法画圆,VC实现-Drawcircle use Bresenham algorithm, VC implementation
Bresenham
- 实现Bresenham算法画线 4个象限都可以画-Bresenham alog
1-10
- 椭圆中点Bresenham算法-Bresenham midpoint ellipse algorithm
Bresenham
- 经典的Bresenham算法,对与初学直线算法的人,有一点用处-Classical Bresenham algorithm, a straight line algorithms with beginners who have use
vc
- MFC编程Bresenham算法源代码,MFC编程Bresenham算法源代码。-MFC programming Bresenham algorithm source code, MFC programming Bresenham algorithm source code.
Bresenham
- 用OpenGl实现了种子填充和Bresenham算法,并且有橡皮筋功能。-Achieved using OpenGl seed filling and Bresenham algorithm, and has rubber band functionality.
Bresenham
- BresenhamCircle算法,利用TurboC实现用Bresenham算法画圆的程序-BresenhamCircle algorithm, implemented by the Bresenham algorithm using TurboC circle program
Bresenham
- 用c++实现Bresenham算法,打开应用程序 在需要产生点的地方 “双击鼠标左键” “双击鼠标右键” 将复原-C++ implementation with the Bresenham algorithm, open the application where the need to generate points, " Double-click the left mouse button" " Double-click the right mouse bu
Bresenham
- 本程序基于MFC编写,可实现圆的Bresenham算法。-The MFC-based application written in a round of Bresenham algorithm can be realized.
line-Bresenham
- 本程序基于MFC编写,可实现直线的Bresenham算法-The MFC-based application written in a straight line of the Bresenham algorithm can achieve
bresenham
- 通过bresenham算法画直线,不必计算斜率,计算速度快-By bresenham algorithm for drawing a straight line, do not have to calculate the slope, fast calculation
Bresenham
- 用c++实现Bresenham算法,打开应用程序在需要产生点的地方 “双击鼠标左键”“双击鼠标右键” 将复原-C++ implementation with the Bresenham algorithm, open the application where the need to generate points, " Double-click the left mouse button" " Double-click the right mouse button&q
bresenham
- 用bresenham算法画直线,电价鼠标左键确定起始点,右键消除-bresenham algorithm,line
bresenham算法演示
- 简单的bresenham算法,包括圆和线的生成,计算机图形学必会编程,写的垃圾,希望能过(A simple Bresenham algorithm, generating circle and line, computer graphics will be programming, write, hoping)
图形学算法
- DDA,Bresenham直线曲线级填充算法