搜索资源列表

  1. BresenhanLine

    0下载:
  2. Bresenhan Line生成算法-Bresenhan Line Algorithm
  3. 所属分类:图形图象

    • 发布日期:2008-10-13
    • 文件大小:27863
    • 提供者:尹章才
  1. XHZ

    0下载:
  2. DDA直线绘制,中点法直线绘制,Bresenhan法直线绘制,圆弧生成
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:1306
    • 提供者:王文浩
  1. XHZ

    0下载:
  2. 直线绘制,包括递归实现中点算法、BRESENHAN算法和圆的绘制,都是4个象限全部可以的。
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:1084
    • 提供者:王文浩
  1. BresenhanLine

    0下载:
  2. Bresenhan Line生成算法-Bresenhan Line Algorithm
  3. 所属分类:图形图象

    • 发布日期:2024-05-16
    • 文件大小:27648
    • 提供者:尹章才
  1. XHZ

    0下载:
  2. DDA直线绘制,中点法直线绘制,Bresenhan法直线绘制,圆弧生成-DDA Draw a straight line, the midpoint of a straight-line drawing method, Bresenhan Law Drawing a straight line, arc generated
  3. 所属分类:绘图程序

    • 发布日期:2024-05-16
    • 文件大小:1024
    • 提供者:王文浩
  1. XHZ

    0下载:
  2. 直线绘制,包括递归实现中点算法、BRESENHAN算法和圆的绘制,都是4个象限全部可以的。-Draw a straight line, including the recursive algorithm to achieve the mid-point, BRESENHAN rendering algorithms and round, are all four quadrants can.
  3. 所属分类:2D图形编程

    • 发布日期:2024-05-16
    • 文件大小:1024
    • 提供者:王文浩
  1. DDA_Bresenham_Circle_Ellispe

    0下载:
  2. DDA画线算法,Bresenhan画线算法,中点圆算法,中点椭圆算法-DDA line drawing algorithm, Bresenhan painted line algorithm, the midpoint circle algorithm, the midpoint ellipse algorithm
  3. 所属分类:绘图程序

    • 发布日期:2024-05-16
    • 文件大小:1982464
    • 提供者:yangpan
  1. Bresenhan_Line

    0下载:
  2. 利用C#实现bresenhan算法画线,是一种高效的绘制直线算法-Algorithm using C# to achieve bresenhan draw lines, is a highly efficient algorithm for drawing a straight line
  3. 所属分类:C#编程

    • 发布日期:2024-05-16
    • 文件大小:1024
    • 提供者:Monss
  1. IntegralBresenhan_Line

    0下载:
  2. 利用C#实现整数bresenhan算法画线,是一种高效的直线绘制算法-The use of C# algorithms to achieve an integer bresenhan drawing lines, is a highly efficient line drawing algorithm
  3. 所属分类:C#编程

    • 发布日期:2024-05-16
    • 文件大小:1024
    • 提供者:Monss
  1. Bresenham_Pie

    0下载:
  2. 在点阵中用Bresenhan画填充扇形的方法-Draw pie using Bresenhan algorithm
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-16
    • 文件大小:123904
    • 提供者:我就是我
  1. Draw

    0下载:
  2. 计算机图形学中的Bresenhan画线画圆等算法的简单实现,使用VC6 MFC-Computer Graphics Bresenhan draw lines round and other simple implementation of the algorithm, using VC6 MFC
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-16
    • 文件大小:235520
    • 提供者:xujian
  1. Graphic-Formation-and-transformation

    0下载:
  2. 计算机图形学,用VC++ MFC实现,可实现用DDA、中点、bresenham算法画直线,用中点、正负、bresenhan算法画圆以及画多边形,还可实现图形填充、图形平移、旋转、放大缩小等图形变换功能。-Computer graphics, VC++ MFC achieve, can be realized DDA, the midpoint, bresenham algorithms draw a straight line, wit
  3. 所属分类:图形图象

    • 发布日期:2024-05-16
    • 文件大小:3309568
    • 提供者:李强
  1. mywork

    0下载:
  2. 模拟计算机绘制格网,验证圆的中点画圆算法,bresenhan算法-The analog computer drawing grid verify round midpoint circle algorithm, bresenhan algorithm
  3. 所属分类:其他小程序

    • 发布日期:2024-05-16
    • 文件大小:2141184
    • 提供者:赵玮丹
  1. Bresenhan

    0下载:
  2. bresenhan生成直线算法,主要面向学习计算机图形学课程的学生,采用VB编程。-bresenhan generate linear algorithms, mainly for the students to learn computer graphics courses, using VB programming.
  3. 所属分类:2D图形编程

    • 发布日期:2024-05-16
    • 文件大小:2048
    • 提供者:Irene
  1. circle

    0下载:
  2. Bresenhan 算法的圆的生成程序设计,在VC++ 的环境下-Circle generation programming Bresenhan algorithm in VC++ Environments
  3. 所属分类:2D图形编程

    • 发布日期:2024-05-16
    • 文件大小:1545216
    • 提供者:zhailihua
  1. line

    0下载:
  2. 1、编写函数LineDDA(),实现任意斜率直线的扫描转换,算法为DDA算法; 2、编写函数LineBre(),实现斜率任意斜率直线的扫描转换,算法为改进的Bresenhan算法; 3、编写函数LineMidPointBre(),实现任意斜率直线的扫描转换,算法为中点Bresenhan算法。-1, write the function LineDDA (), arbitrary slope of the line scan co
  3. 所属分类:OpenGL

    • 发布日期:2024-05-16
    • 文件大小:1024
    • 提供者:李宇鹏
  1. algodtthmgeneration

    0下载:
  2. Bresenhan Line generation algorithm
  3. 所属分类:绘图程序

    • 发布日期:2024-05-16
    • 文件大小:20480
    • 提供者:Idalevc

源码中国 www.ymcn.org