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

搜索资源列表

  1. DDA画直线实验一

    0下载:
  2. DDA直线画线算法,希望能用得上。是老师在课堂上要求的,希望对大家有用-DDA straight line drawing algorithm, hope to ebb and flow. The teachers in the classroom requirements, I hope useful for all
  3. 所属分类:GDI/图象编程

    • 发布日期:2008-10-13
    • 文件大小:4.22kb
    • 提供者:郑平
  1. Bresenham高效画线算法

    0下载:
  2. 画线的算法不少,但要作到高速、简单并不容易。斜率相乘法是最简单的方法之一,但计算每个点均要花费不少时间用于乘、除法运算;下面介绍的是Bresenham s高效画线算法,对每个点的坐标计算只要加、减法就能完成。-line drawing algorithm, but a lot to be done fast, simple is not easy. The slope is the most simple multiplication is one of the ways, but each p
  3. 所属分类:2D图形编程

    • 发布日期:2008-10-13
    • 文件大小:4.08kb
    • 提供者:小倪
  1. 画线算法

    0下载:
  2. 采用brezar的画线算法程序-using the line drawing algorithm
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:50.72kb
    • 提供者:王小乔
  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
    • 文件大小:899byte
    • 提供者:成龙
  1. 计算机图形学

    1下载:
  2. C#编写,计算机图形学数值微分法画线,中点画线,中点画圆算法实现
  3. 所属分类:源码下载

    • 发布日期:2011-06-13
    • 文件大小:46.65kb
    • 提供者:happyls
  1. DDA画线算法

    0下载:
  2. DDA高效画线算法
  3. 所属分类:源码下载

  1. bresenham画线算法

    0下载:
  2. bresenham画线算法
  3. 所属分类:OpenGL

    • 发布日期:2011-11-15
    • 文件大小:266.07kb
    • 提供者:erguotou521
  1. line.rar

    0下载:
  2. 画线算法,bresenham画线算法,opengl,bresenham line-drawing procedure
  3. 所属分类:OpenGL program

    • 发布日期:2017-03-24
    • 文件大小:953byte
    • 提供者:小胖
  1. tuxingxueVC6.rar

    0下载:
  2. 主要是各种算法思想及程序,包括:直线的DDA画线、中点画线、Bresenham画线算法;中点画圆、Bresenham画圆、中点画椭圆算法;有序边表填充、种子填充、圆和椭圆的填充、图案填充算法;线型和线宽处理;Cohen-Sutherland裁剪算法、中点分割裁剪算法、Liang-Barsky裁剪算法、多边形逐边裁剪算法,AppWizard has created this Draw application for you. This application
  3. 所属分类:Graph Drawing

    • 发布日期:2017-05-10
    • 文件大小:2.18mb
    • 提供者:文网文
  1. Graphics 实习1

    0下载:
  2. 图形学上机实习1 四种画线算法!-graphics on an internship for four line drawing algorithm!
  3. 所属分类:Windows Develop

    • 发布日期:2017-11-19
    • 文件大小:57.85kb
    • 提供者:乖乖
  1. sdl_draw_line_arc

    1下载:
  2. SDL中画线,画圆以及填充的算法[出自计算机图形学,潘云鹤主编]-the algorithm of draw line, circle and fill with SDL [from the computer graphics, Pan Yunhe editor]
  3. 所属分类:2D Graphic

    • 发布日期:2015-02-03
    • 文件大小:3.13kb
    • 提供者:lys
  1. graph

    0下载:
  2. 用MFC做的绘图程序,里面的画线算法,画圆算法,梁友栋算法,扫描线种子填充算法等等都是严格按照书本的编写,适合学计算机图形学的初学者参考-Using MFC to do the drawing program, draw lines inside algorithm, drawcircle algorithm, You-Xin Liang Dong algorithms, scan line seed fill algorithm and so on are all in strict acco
  3. 所属分类:Graph Drawing

    • 发布日期:2017-05-18
    • 文件大小:627.8kb
    • 提供者:www
  1. DDA

    0下载:
  2. 计算机图形学中直线段扫描画线算法的源代码-Computer graphics in a straight line segment Scan Line algorithm source code
  3. 所属分类:Applet

    • 发布日期:2017-03-27
    • 文件大小:1.71kb
    • 提供者:Lee
  1. program

    0下载:
  2. 计算机图形学课程算法演示系统 (1)画线算法演示:实现画线的三个算法---DDA画线算法、中点画线算法、Bresenham画线算法。建立坐标系,由用户输入两点坐标,体现直线的走势,最后给出算法的参数值以及实现清除功能。 (2)画圆算法演示:实现画圆的两个基本算法---Bresenham画圆算法、中点画圆算法。由用户输入圆的半径,体现圆的四个象限的走势,最后给出算法的误差值以及实现清除功能。 (3)填充算法演示:实现边填充和种子填充这两个基本填充算法。其中边填充由用户画出多边形,对封闭
  3. 所属分类:Graph program

    • 发布日期:2017-04-09
    • 文件大小:2.22mb
    • 提供者:于小鱼
  1. DrawLine

    1下载:
  2. 用matlab编写的计算机图形学中的画线算法。包括几种经典的画线算法,如中点画线等。-Prepared using matlab draw line in computer graphics algorithms. Includes several classic line drawing algorithm, such as the dotted lines.
  3. 所属分类:Graph Drawing

    • 发布日期:2016-05-13
    • 文件大小:4.13kb
    • 提供者:wuxi
  1. DDA

    0下载:
  2. 在Visual C++ 的MFC中实现DDA 画线算法 通过网格的形式表现出来(The implementation of the DDA drawing algorithm in the MFC of Visual C++ is shown in the form of the grid)
  3. 所属分类:图形图象

    • 发布日期:2018-01-01
    • 文件大小:355kb
    • 提供者:Mihriban
  1. tuxingxue

    1下载:
  2. 中点画线算法 Breseham画线算法 DDA画线算法(Midpoint line drawing algorithm, Breseham line drawing algorithm, DDA line drawing algorithm.)
  3. 所属分类:其他

    • 发布日期:2018-05-01
    • 文件大小:2kb
    • 提供者:izayoiakatsuki
  1. 中点画线(提高)

    0下载:
  2. 在OpenGL环境下用c++语言实现中点画线算法画一万条直线(In the OpenGL environment, we use the c++ language to realize the midpoint line drawing algorithm and draw ten thousand straight lines.)
  3. 所属分类:OpenGL

    • 发布日期:2018-05-03
    • 文件大小:19.55mb
    • 提供者:theone123
  1. 提高(Bresenham)

    0下载:
  2. 在OpenGL环境下用c++语言实现Bresenham画线算法画一万条直线(In the OpenGL environment, we use the c++ language to realize the Bresenham drawing algorithm and draw ten thousand straight lines.)
  3. 所属分类:OpenGL

    • 发布日期:2018-05-03
    • 文件大小:9.95mb
    • 提供者:theone123
  1. 补全画线算法

    0下载:
  2. 补全画线算法补全画线算法补全画线算法补全画线算法补全画线算法补全画线算法补全画线算法补全画线算法补全画线算法
  3. 所属分类:源码下载

« 12 3 4 5 6 7 8 9 10 ... 16 »
搜珍网 www.dssz.com