搜索资源列表
HU
- Bresenham弧形算法
huayuan
- 这是一个生成圆周的源代码,首先用Bresenham算法生成八分圆坐标,再计算出8个对称点,生成圆周的所有点之后,按y值排序,转换成线段表。-This is a generation of source code circumference, first using Bresenham algorithm generated nearly circular coordinates, and then work out eight symmetry, circumferential generate
Vesa_w
- 函数int line_coor(int x1,int y1,int x2,int y2,struct DOT *dot) 采用Bresenham算法生成直线段的坐标-function int line_coor (int x, int y1, x2 int, int y2, struct * dot DOT) Bresenham algorithm used to create line and the coordinates of
graphic_demo
- 帮助学习图形学的学生和工程人员的好工具,里面动态的演示了图形生成过程,详细的源代码使你粘贴后就可以运行,其中包括DDA、resenham、 逐点比较法直线生成算法;bresenham,DDA,中点画圆算法;n次bezier, spline,Bspling,Hermite曲线生成算法;单线性,双线性, Bezier曲面生成算法;矢量,点阵字符生成算法;扫描填充, 种子填充算法,多边形,直线裁剪算法;平移,比例,旋转, 原点对称,错切变换算法;-help students lea
画圆算法
- 两种画圆的算法,中点画圆算法和Bresenham画圆算法-the algorithm, the midpoint of Bresenham algorithm and Circle Circle Algorithm
Bresenham&DDA
- 《计算机图形学》用DDA和Bresenham算法画直线-"Computer Graphics" with DDA and the Bresenham algorithm painting line
圆弧的 Bresenham 算法
- 圆的bresenham算法-round bresenham Algorithm
直线的Bresenham算法
- 直线的Bresenham算法-linear Bresenham algorithm
BRESENHAM
- 通过BRESENHAM判定算法,绘制指定端点的直线,用来测试tuborC的图形编程
Ellipse-Bresenham
- Draw ellipse use Bresenham Algorithm
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
Bresenham
- BresenhamCircle算法,利用TurboC实现用Bresenham算法画圆的程序-BresenhamCircle algorithm, implemented by the Bresenham algorithm using TurboC circle program
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算法画直线,电价鼠标左键确定起始点,右键消除-bresenham algorithm,line
Bresenham-zhuanhuanfa
- Bresenham 转换法采用与Bresenham直线转换法相同的策略,八分圆的走向被限制在水平线与向下45度的斜线之间-Bresenham conversion method using Bresenham straight conversion method with the same strategy, the trend is limited octants between horizontal and 45 degrees downward slash
Bresenham
- VC++实现的bresenham算法画线,可以实时存储线条经过的点,可以参考《计算机图形学》-VC++ bresenham line drawing algorithm implemented in real time storage lines through a point, you can refer to "Computer Graphics"
圆中点Bresenham算法_指定线型大小和颜色
- 在CirclePoint()里面修改圆的线型大小和颜色即可(Modify the line size and color of the circle)