搜索资源列表

  1. 图形实验

    0下载:
  2. 用delphi开发的图形学边界点和内点的区域种子填充算法和扫描线种子填充算法-with graphics developed by the border point and the point within the regional seed filling algorithm and scanning lines of seed filling algorithm
  3. 所属分类:2D图形编程

    • 发布日期:2024-05-20
    • 文件大小:215040
    • 提供者:ch.nan
  1. Scan&RegFill

    1下载:
  2. 用“扫描线填充法”和“边界填充算法”填充椭圆-With scan-line fill and border filling algorithm Filled Ellipse
  3. 所属分类:GDI/图象编程

    • 发布日期:2024-05-20
    • 文件大小:111616
    • 提供者:陈新新
  1. saomiaoxian

    0下载:
  2. 用c语言实现的扫描线填充算法!其中包括用floodfill()函数模拟的扫描线填充算法!可能对初学者可能有些帮助!-language used by scanning fill algorithm! These include using floodfill () function simulation of scan lines filling algorithm! May beginners may help!
  3. 所属分类:图形图象

    • 发布日期:2024-05-20
    • 文件大小:4096
    • 提供者:赵若琳
  1. tuxingzuoye

    0下载:
  2. c语言写的绘图函数,包括多边形的扫描线填充算法,编译通过。-write graphics functions, including polygon scan fill algorithm, compile.
  3. 所属分类:绘图程序

    • 发布日期:2024-05-20
    • 文件大小:3072
    • 提供者:
  1. sao

    0下载:
  2. 任意多边形的填充算法 扫描线发式 可能对初学者可能有些帮助!-arbitrary polygon filling algorithm scanning lines hair style may beginners may help!
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-20
    • 文件大小:1024
    • 提供者:静静
  1. scanseedfill

    0下载:
  2. 一个超强的扫描种子填充算法程序,使用VC++开发,效果不错。-a super scan seed filling algorithm, the use of VC development effectiveness.
  3. 所属分类:绘图程序

    • 发布日期:2024-05-20
    • 文件大小:1355776
    • 提供者:翔苗洒
  1. dfcsdfzsdgzdfgtsrtyfujgjcgjyiuykujhke

    0下载:
  2. 图形学扫描线填充算法,具有填充选择功能的代码体,C语言编写,以编译-graphics scanning fill algorithm, filled with choice of body function code, C language, compiler
  3. 所属分类:2D图形编程

    • 发布日期:2024-05-20
    • 文件大小:30720
    • 提供者:cswggod
  1. tianchongsaomiaoxian

    0下载:
  2. 计算机图形学区域填充算法。扫描线填充算法的实现。-computer graphics regional filling algorithm. Scan Line filling algorithm.
  3. 所属分类:OpenGL

    • 发布日期:2024-05-20
    • 文件大小:3072
    • 提供者:丘志光
  1. IanPolyganfill1022

    0下载:
  2. 很有名的扫描线填充算法实现。可以用左键画完所有的封闭线段,然后点击右键填充所有封闭区域-famous scanning lines filling algorithm. Left unfinished can use all the closed segment, then right-click to fill all the closed region
  3. 所属分类:2D图形编程

    • 发布日期:2024-05-20
    • 文件大小:78848
    • 提供者:Ian
  1. jflsdkjf

    0下载:
  2. 区域填充的算法 扫描线的填充算法 图形学的作业实验基本内容-area filling algorithm scanning lines filling algorithm graphics operations as basic experiment
  3. 所属分类:绘图程序

    • 发布日期:2024-05-20
    • 文件大小:40960
    • 提供者:张鹏宇
  1. colorcircle

    0下载:
  2. 用C语言实现的中点画圆算法,并根据扫描线种子填充算法来填充圆形。-C Language Circle the midpoint algorithm, and in accordance with scanning lines seed fill algorithm to fill round.
  3. 所属分类:2D图形编程

    • 发布日期:2024-05-20
    • 文件大小:33792
    • 提供者:ffff
  1. fill_point

    0下载:
  2. 种子填充算法,先把种子像素如栈,再逐点扫描该点左右边界之间的像素,并置成新的像素,即完成一条扫描线的转换,然后再取上下扫描线并重复上面的过程,即完成填充.-seed filling algorithm, the first seed pixels as stack, then scan the point-by-point about the border between the pixels, home and a new image
  3. 所属分类:绘图程序

    • 发布日期:2024-05-20
    • 文件大小:1024
    • 提供者:木可
  1. Computer_Graphics_Algorithm

    0下载:
  2. 该程序实现了图形学中的一些算法,如画线、画圆,填充、直线多边形、扫描转换,扫描线消隐算法以及一个简单的Gouraud光照模型。-the realization of a number of graphics algorithms, painting lines, the Circle, filling, linear polygon scan conversion, Lines scanning algorithm and a simp
  3. 所属分类:绘图程序

    • 发布日期:2024-05-20
    • 文件大小:724992
    • 提供者:青海长云
  1. shiyang1

    0下载:
  2. 实现DDA直线生成算法、Bresenham直线生成算法、中点绘圆算法,以及多边形扫描线填充算法-achieve DDA line drawing algorithm, the Bresenham algorithm, which generates the midpoint painted circle algorithm, and polygon scan line filling algorithm
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-20
    • 文件大小:61440
    • 提供者:dangdang
  1. tuxingxueshiyan1

    0下载:
  2. 《计算机图形学》 实验一 基本图形的生成 实验目的: 1、编写直线的DDA和Bresenham算法的实现程序,验证算法的正确性。 2、编写圆的Bresenham算法或中点算法的实现程序,验证算法的正确性。 3、用多边形的扫描线填充算法对一多边形进行填充,验证算法的正确性。 4、使用Cohen-Sutherland算法裁减二维线段或使用Sutherland-Hodgman算法对多边形进行裁减,验证算法的正确性。
  3. 所属分类:绘图程序

    • 发布日期:2024-05-20
    • 文件大小:718848
    • 提供者:fisherman
  1. TC-graphics

    0下载:
  2. DDA画线算法 种子填充算法 扫描线种子填充算法 增量算法画线 三视图算法-DDA line drawing algorithm seed filling algorithm scanning lines seed filling algorithm incremental algorithm line drawing algorithm View 3
  3. 所属分类:绘图程序

    • 发布日期:2024-05-20
    • 文件大小:4096
    • 提供者:jonny
  1. LB3

    0下载:
  2. 可以进行柱状图,饼状图和多边形的绘制, 并能对多边形进行扫描,使用扫描线算法-can histogram, pie slice and polygon rendering, polygon and is able to scan, use scan line algorithm
  3. 所属分类:其他小程序

    • 发布日期:2024-05-20
    • 文件大小:16384
    • 提供者:盼盼
  1. fill

    0下载:
  2. 主要是计算机图形学中扫描线填充算法的实现-Mainly in computer graphics scanline fill algorithm
  3. 所属分类:绘图程序

    • 发布日期:2024-05-20
    • 文件大小:44032
    • 提供者:
  1. 0

    0下载:
  2. 压入区段端点的扫描线填充算法,vc编写,编译通过,希望对大家有用!-Pressure into the section of the scan line endpoint filling algorithm, vc prepared, the compiler is passed, everyone would like to be useful!
  3. 所属分类:图形/文字识别

    • 发布日期:2024-05-20
    • 文件大小:93184
    • 提供者:zhangfan
  1. PolyFill

    0下载:
  2. 图形学中经典的扫描线填充算法,对学习图形学有帮助。仅供学习,严禁商用。-Graphics classical scan line fill algorithm, for learning has helped graphics. For learning, business is strictly prohibited.
  3. 所属分类:图形图象

    • 发布日期:2024-05-20
    • 文件大小:1024
    • 提供者:罗亮
« 1 2 3 4 5 67 8 9 10 11 ... 19 »

源码中国 www.ymcn.org