搜索资源列表
实验三圆的中点转换算法
- 课堂上老师要求做的实验三。实现圆的中点转换算法。-class, the teacher asked to do the experiment three. Circle the midpoint conversion algorithm.
中点算法
- 扫描转换直线段的中点算法、描转换圆弧的中点算法和扫描转换椭圆弧的中点算法-linear scan conversion of the midpoint algorithm depiction of the mid-point arc conversion algorithm and scan conversion ellipse the midpoint algorithm
TuXingXueZongHeShiXi
- 这是我图形学的综合实习程序,里面实现直线的dda算法,中点Bresenham算法,改进Bresenham算法的绘图,椭圆的中点Bresenham算法,圆的八分画圆结合中点Bresemham算法的绘制,并包含了图形的翻转,平移,对称,比例变换,内有说明文档-integrated graphics attachment procedures, straight line inside the dda algorithm, the midpoint of Bresenham algorithm, im
Ellipticalscanningconversionandachieve
- 中点Bresenham画圆算法扫描转换的基本原理,用C语言编程实现这个算法。本算法只讨论圆心位于坐标原点的圆。-midpoint Bresenham algorithm scan conversion Circle to the basic principles C language programming algorithm to achieve this. The algorithm is discussed only at the origin of the center circle.
LBline
- 1、编程实现DDA算法、Bresenham算法、中点递归算法绘制直线段 2、分析对比三种算法的像素逼近效果和程序执行速度 3、输出要求:每种算法要分别在八个二分之一象限内画一条直线段
DrawGraph
- 计算机图形学实验,画出DDA算法、Bresonman算法、中点圆、椭圆算法
bmp_xuanzhuan
- 用算法对BMP图片旋转例子(算法试验) 运行后点打开一个BMP图像 按钮 在打开框中 选中lena256.bmp 点打开 然后在弹出框中点确定 点两次后看到效果
Graphics12
- 图形学 包括直线DDA、中点算法,圆的中点、正负算法,线宽控制。射线填充等算法-linear graphics including DDA, the midpoint algorithm, the midpoint of the round, plus or minus algorithm, linewidth control. Ray fill in the blanks Algorithm
二.二维线画图元算法
- 北大版计算机图形学算法实现之中点法画线椭圆圆的VC程序-Beijing University computer graphics version algorithm among Point line drawing elliptical round VC Program
Graphics_project
- C#实现的画图工具,可以绘制直线,圆,椭圆,直线采用DDA算法,圆采用中点圆算法,椭圆采用中点椭圆算法-C
Bresenham
- 直线的中点生成算法,通过输入两个坐标点,生成斜率<1的直线!可以改变颜色!-The midpoint of a straight line generating algorithm, by entering the coordinates of two points, to generate the slope of <1 in a straight line! Can change the color!
1-10
- 椭圆中点Bresenham算法-Bresenham midpoint ellipse algorithm
MidpointLine
- 基于中点算法的画直线程序,任意两点都能画-The mid-point algorithm based on the procedures for painting a straight line, any two points can be drawn
exp02
- 图元生成算法:DDA算法,Brehensam算法,中点绘制算法-Metafile generation algorithm: DDA algorithm, Brehensam algorithm, the mid-point rendering algorithm
MinLine
- 有中点bresenham算法画多边形 中点bresenham算法在OnDraw()的MidBresenhamLine()中-Bresenham midpoint algorithm for drawing a polygon
33
- 最基本的划线画圆算法,利用基础的中点法和一些延伸算法-basic picture made
ZHONGDIA
- 用一些基本的算法以及中点法画椭圆,内容很简单-draw a ovel
cg
- 金刚石算法,直线中点算法,圆及椭圆中点算法,完整源代码,MFC-Diamond algorithms, linear midpoint algorithm, round and oval midpoint algorithm, complete source code, MFC
MidPointCircle
- 中点算法画圆,利用了圆的八对称性,为了显示八对称性用了颜色进行区分-Midpoint circle algorithm
圆中点Bresenham算法_指定线型大小和颜色
- 在CirclePoint()里面修改圆的线型大小和颜色即可(Modify the line size and color of the circle)