搜索资源列表
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
画圆算法
- 两种画圆的算法,中点画圆算法和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
BresenH
- Bresenham算法演示,鼠标交互实现算法-Bresenham algorithm demonstration of the mouse interactive algorithm
TuXingXueZongHeShiXi
- 这是我图形学的综合实习程序,里面实现直线的dda算法,中点Bresenham算法,改进Bresenham算法的绘图,椭圆的中点Bresenham算法,圆的八分画圆结合中点Bresemham算法的绘制,并包含了图形的翻转,平移,对称,比例变换,内有说明文档-integrated graphics attachment procedures, straight line inside the dda algorithm, the midpoint of Bresenham algorithm, im
Bresenham_Layer2
- bresenham 算法 绘制椭圆 及圆形-bresenham elliptical and circular
圆弧的 Bresenham 算法
- 圆的bresenham算法-round bresenham Algorithm
直线的Bresenham算法
- 直线的Bresenham算法-linear Bresenham algorithm
DrawLine1
- 根据bresenham算法 可以对任意象限的直线进行绘制
LBline
- 1、编程实现DDA算法、Bresenham算法、中点递归算法绘制直线段 2、分析对比三种算法的像素逼近效果和程序执行速度 3、输出要求:每种算法要分别在八个二分之一象限内画一条直线段
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
- 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)