搜索资源列表

  1. ComputerGraphic

    0下载:
  2. VC++编程实现计算机图形学中几种画线算法,并有填充算法。-VC++ programming in several computer graphics line drawing algorithm, and a fill algorithm.
  3. 所属分类:绘图程序

    • 发布日期:2024-05-14
    • 文件大小:86016
    • 提供者:王明
  1. Line_Bre

    0下载:
  2. bresenham画线算法,实现简单的2点连线算法-bresenham line drawing algorithm to achieve a simple algorithm for 2-point connection
  3. 所属分类:OpenGL

    • 发布日期:2024-05-14
    • 文件大小:272384
    • 提供者:林涵
  1. Bresenham

    0下载:
  2. 实现了Bresenham画线算法,实现了橡皮筋功能,并且实现了种子填充算法,同时对种子填充算法进行了改进,解决了种子填充算法过于耗资源从而导致内存溢出的缺点。-Bresenham line drawing algorithm implemented to achieve a rubber band function, and to achieve a seed filling algorithm, while the seed fill
  3. 所属分类:OpenGL

    • 发布日期:2024-05-14
    • 文件大小:1024
    • 提供者:Tom
  1. Final

    0下载:
  2. 集成了动态坐标显示、鼠标按键响应、bresenham画线算法、DDA算法画线、OpenGL画线和裁剪功能-Integrated dynamic coordinates of the mouse button response, bresenham line drawing algorithm, the DDA algorithm and draw lines, OpenGL drawing lines and cutting funct
  3. 所属分类:OpenGL

    • 发布日期:2024-05-14
    • 文件大小:2143232
    • 提供者:张金威
  1. OpenGL_line

    0下载:
  2. 用OpenGL实现了Bresenham画线算法。-Bresenham line drawing algorithm using OpenGL.
  3. 所属分类:OpenGL

    • 发布日期:2024-05-14
    • 文件大小:264192
    • 提供者:刘禹
  1. DDA

    0下载:
  2. 图形学作业:DDA画线算法的OPENGL实现。-the homework of Computer Graphics:the realization of DDA algorithm in OpenGL
  3. 所属分类:OpenGL

    • 发布日期:2024-05-14
    • 文件大小:252928
    • 提供者:王亚峰
  1. DDDADrawingprD

    0下载:
  2. DDA画线算法, 此处加上了延时,更便于观察画线线过程,演示效果好。 ,经测试可直接使用。 -DDA line drawing algorithm, here coupled with the delay observed line drawing line process easier, demonstration effect. Has been tested and can be used directly.
  3. 所属分类:Windows编程

    • 发布日期:2024-05-14
    • 文件大小:15360
    • 提供者:澄清
  1. lab1_1

    0下载:
  2. Bresenham画线算法画直线,用opengl实现-Bresenham line drawing algorithm draw a straight line, with opengl implementation
  3. 所属分类:工具条

    • 发布日期:2024-05-14
    • 文件大小:1024
    • 提供者:木头
  1. ellipse

    0下载:
  2. Eclipse 椭圆画线算法!是课程资源!值得参考!-Eclipse elliptical line drawing algorithm! Curriculum resources! Worth considering!
  3. 所属分类:OpenGL

    • 发布日期:2024-05-14
    • 文件大小:45056
    • 提供者:zhangjiawen
  1. Bresenham

    0下载:
  2. VC++实现Bresenham画线算法,中点画线算法的实现,是学校的作业。-VC++ realization of Bresenham algorithm
  3. 所属分类:2D图形编程

    • 发布日期:2024-05-14
    • 文件大小:101376
    • 提供者:胡军
  1. TuXingFinally

    0下载:
  2. 本程序可完成三种画线算法:DDA画线算法、中点画线算法、Breharm画线算法。还有清屏功能,还有两种裁剪算法,还有中点画圆算法的实现。-This program can complete three painting line algorithm: DDA painting line algorithm, stipple line algorithm, Breharm painting line algorithm. There ar
  3. 所属分类:绘图程序

  1. cgdemo

    0下载:
  2. 利用Visual studio2008实现了中点划线,Breasenham画线算法等实现-Visual studio2008 dotted line, Breasenham, line drawing algorithm to achieve
  3. 所属分类:Windows编程

    • 发布日期:2024-05-14
    • 文件大小:13413376
    • 提供者:陈玉麟
  1. Bresenham

    0下载:
  2. Bresenham画线算法 与DDA算法相似,Bresenham画线算法也要在每列象素中找到与理想直线最逼近的象素点。-Bresenham line drawing algorithm with similar DDA algorithm, Bresenham line algorithm should find the most ideal straight-line approximation pixels in each co
  3. 所属分类:.net编程

    • 发布日期:2024-05-14
    • 文件大小:1024
    • 提供者:罗琳
  1. DrawLine

    0下载:
  2. 图形学上机实验,用三种算法画线。包括Bresenham画线算法、中点画线和数值微分画线算法-Graphics on an experiment with three algorithms draw the line. Bresenham line algorithm, the dotted line and numerical differential line drawing algorithm
  3. 所属分类:GDI/图象编程

    • 发布日期:2024-05-14
    • 文件大小:2508800
    • 提供者:wm
  1. tuxingxue

    0下载:
  2. DDA.中点。Bresenham画线算法。-failed to translate
  3. 所属分类:图片显示浏览

    • 发布日期:2024-05-14
    • 文件大小:1921024
    • 提供者:薛俊君
  1. Graphics

    0下载:
  2. 基础图形学 DDA画线算法 中点画圆算法 边界标志算法 区域填充的扫描算法 LB裁剪算法 SH算法-DDA line drawing algorithm based graphics midpoint circle algorithm boundary markers regional filling algorithm scanning algorithm LB clipping algorithm SH algorithm
  3. 所属分类:OpenCV

    • 发布日期:2024-05-14
    • 文件大小:120832
    • 提供者:唐存志
  1. homework1_1

    0下载:
  2. 图形学作业 自己稍微改进了的DDA画线算法-Their improved graphics operations DDA line drawing algorithm
  3. 所属分类:OpenCV

    • 发布日期:2024-05-14
    • 文件大小:1024
    • 提供者:唐存志
  1. Draw_Line

    0下载:
  2. opengl画线算法 是我使用的最为快速的一个版本 代码效率很高-opengl draw line good algorithm
  3. 所属分类:分形几何

    • 发布日期:2024-05-14
    • 文件大小:1024
    • 提供者:陈曦
  1. ex1

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

    • 发布日期:2024-05-14
    • 文件大小:17408
    • 提供者:zsp
  1. line

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

    • 发布日期:2024-05-14
    • 文件大小:1024
    • 提供者:摆放花草
« 1 2 3 4 5 6 7 89 10 11 12 13 ... 20 »

源码中国 www.ymcn.org