CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - bresenham画圆

搜索资源列表

  1. 2006010511

    4下载:
  2. dda、bresenham 画直线 ,bresenham 画圆 ,填充算法,几何变换(平移、缩放、旋转等), 小型绘图软件(用鼠标绘制直线、矩形、多边形、圆、填充、平移)-dda, bresenham painting straight bresenham Circle, filling algorithm, Geometric Transformations (translation, scaling, rotating, etc.), small graphics software (u
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:740998
    • 提供者:唐伟
  1. DDA&Bresenham

    0下载:
  2. DDA,Bresenham算法来实现画圆,画直线,画椭圆。-DDA, the Bresenham algorithm to achieve Circle, linear paintings, painted oval.
  3. 所属分类:绘图程序

    • 发布日期:2008-10-13
    • 文件大小:248490
    • 提供者:李冰海
  1. Ellipticalscanningconversionandachieve

    0下载:
  2. 中点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.
  3. 所属分类:GDI/图象编程

    • 发布日期:2008-10-13
    • 文件大小:6985
    • 提供者:管声俊
  1. 0372244

    0下载:
  2. 中点画圆,bresenham画圆,中点画线,bresenham画仙,-midpoint Circle, bresenham Circle, Stipples line bresenham painting cents
  3. 所属分类:绘图程序

    • 发布日期:2008-10-13
    • 文件大小:78707
    • 提供者:许斌
  1. 58941

    0下载:
  2. 中点画圆,直线,bresenham画圆以及直线-midpoint Circle, Line, Circle and straight bresenham
  3. 所属分类:绘图程序

    • 发布日期:2008-10-13
    • 文件大小:12007
    • 提供者:徐琼霞
  1. Bresenham

    1下载:
  2. Bresenham画直线线算法与画圆算法实现
  3. 所属分类:2D图形编程

    • 发布日期:2008-10-13
    • 文件大小:48700
    • 提供者:Kword
  1. Project1

    0下载:
  2. 用c++ builder实现bresenham 画圆算法
  3. 所属分类:绘图程序

    • 发布日期:2008-10-13
    • 文件大小:8878
    • 提供者:李宋清
  1. 3qwes

    0下载:
  2. 用Bresenham画圆算法绘制椭圆-with Bresenham algorithm mapping Circle Oval
  3. 所属分类:GDI/图象编程

    • 发布日期:2008-10-13
    • 文件大小:28082
    • 提供者:几米
  1. DrawGraph

    1下载:
  2. 计算机图形学的上机:bresenham画线算法,bresenham画圆,拾取算法,种子填充算法-computer graphics programs: bresenham drawing line algorithm,bresenham circle algorithm,etc.
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:72399
    • 提供者:小分
  1. 图形圆的生成算法

    0下载:
  2. 斜率为0~1和大于1的Bresenham画线程序,将该算法程序扩展到任一八分圆坐标空间图,从而形成一般的Bresenham画线算法。-slope of 0 to 1 and more than a line drawing of Bresenham procedures, the extension of this algorithm, arrived on January 8 pm Yuan map coordinates space, thus forming a general line
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:899
    • 提供者:成龙
  1. 图形学直线的生成算法

    0下载:
  2. 圆心在原点,半径为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 procedures, procedures for the pr
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:878
    • 提供者:成龙
  1. Graphics-generation-and-filling

    1下载:
  2. 基本图形的生成与填充VC源码。实现了: 1,点与直线生成算法(数值微分法(DDA算法),中点画线法,Bresenham画线法)。 2,圆的生成算法(中点画圆算法,Bresenham画圆算法)。 3,椭圆生成算法。 4,区域填充(种子填充算法,扫描线填充算法)。 5,汉字的显示技术。 6,曲线的生成(最小二乘直线拟合,三次Bezier直线生成,任意次Bezier直线生成 )。-Basic graphics generation and fill VC source. Rea
  3. 所属分类:Special Effects

    • 发布日期:2017-05-16
    • 文件大小:4493407
    • 提供者:
  1. ComputerGraphics

    0下载:
  2. 图形学中简单图形的生成。画线,画圆,画椭圆。DDA,Bresenham,中点算法。-Simple graphics to generate graphics. Painting line, circle, oval painting. DDA, Bresenham, the mid-point algorithm.
  3. 所属分类:Graph Drawing

    • 发布日期:2017-04-03
    • 文件大小:28569
    • 提供者:budget
  1. draw(vc)

    1下载:
  2. VC6.0实现画图功能,包括基本图形:直线(数值微分法、中点画线法,Bresenham画线算法),圆与椭圆(中点画圆法、Bresenham画圆算法、椭圆生成算法),区域填充(边填充算法、种子填充算法、圆与椭圆的填充、图案填充),裁剪、线宽与线型的处理。还有简单的图形变换,以及简单曲线和曲面的实现-VC6.0 implement drawing functions, including basic graphics: linear (numerical differential method, t
  3. 所属分类:Graph Drawing

    • 发布日期:2017-02-19
    • 文件大小:29973504
    • 提供者:鈞天下
  1. opengl

    1下载:
  2. 使用OpenGL实现DDA、中点画线法、Bresenham算法绘制;中点画圆法、Bresenham画圆算法;多边形扫描线转换算法;多边形裁剪--逐边裁剪法等计算机图形学基本算法。-Use OpenGL, DDA, the dotted line method, Bresenham algorithm to draw midpoint drawcircle, Bresenham circle algorithm polygon scan line conversion algorithm p
  3. 所属分类:OpenGL program

    • 发布日期:2017-05-17
    • 文件大小:4977409
    • 提供者:
  1. compiled-graphical-clock

    0下载:
  2. 汇编语言编写的图形化时钟,采用了Bresenham算法画圆-Graphical assembly language clock, using the Bresenham circle algorithm
  3. 所属分类:assembly language

    • 发布日期:2017-04-08
    • 文件大小:9036
    • 提供者:李明
  1. Bresenham

    0下载:
  2. Bresenham画圆算法,采取圆的8个对称点画圆,增添鼠标控制事件-On Bresenham algorithm, take a round of eight symmetrical point circle, adding mouse control events
  3. 所属分类:OpenGL program

    • 发布日期:2017-04-04
    • 文件大小:1372
    • 提供者:张博
  1. Bresenham-Line-Drawing

    0下载:
  2. 计算机图形学中Bresenham画圆和画线的C++代码,用于VGA等图形显示。Bresenham本人仍在为IBM工作。-Bresenham is a pretty smart cookie (note the use of the word is , last I heard he was still working for IBM). This file contains the algorithms he developped for drawing lines and c
  3. 所属分类:2D Graphic

    • 发布日期:2017-04-16
    • 文件大小:11040
    • 提供者:w
  1. opengl画圆和直线

    0下载:
  2. c++,使用OpenGL库,运用bresenham 算法进行画圆和画直线的操作并显示(The use of Bresenham algorithm for circle and draw a straight line operation and display.USE c++ AND OPENGL)
  3. 所属分类:OpenGL

    • 发布日期:2017-12-15
    • 文件大小:1024
    • 提供者:夕饮冰
  1. ComputerGraphicsexci3

    0下载:
  2. 用Bresenham算法和中点算法画圆和椭圆(Using the Bresenham algorithm and the midpoint algorithm of circle and ellipse)
  3. 所属分类:其他

    • 发布日期:2018-05-03
    • 文件大小:33792
    • 提供者:xiaomenghui
« 1 23 4 5 6 7 8 9 »
搜珍网 www.dssz.com