CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - 扫描线填充

搜索资源列表

  1. ScanConversion

    0下载:
  2. 扫描线填充算法-计算机图形学基本算法-scan lines filling algorithm-the basic algorithms of computer graphics
  3. 所属分类:图形图象

    • 发布日期:2008-10-13
    • 文件大小:59012
    • 提供者:李春雷
  1. 扫描线算法的图案填充

    0下载:
  2. 扫描线算法的图案填充-scan line algorithm pattern filling
  3. 所属分类:图形图象

    • 发布日期:2008-10-13
    • 文件大小:47542
    • 提供者:李春雷
  1. 0下载:
  2. 二维图形中扫描线填充算法,本程序根据鼠标左键选择图形每个顶点,用右键闭合图形,然后填充-2D scanning fill algorithm, the procedures under the left mouse button to choose graphics for each vertex, right-Closed graphics, then filled
  3. 所属分类:2D图形编程

    • 发布日期:2008-10-13
    • 文件大小:69519
    • 提供者:
  1. 二维填充图元的扫描线算法

    1下载:
  2. 实现扫描转换多边形的扫描线算法和填充区域的扫描线算法算法的程序-achieve polygon scan conversion algorithm scanning lines in the region and filling algorithm scanning algorithm procedures
  3. 所属分类:GDI/图象编程

    • 发布日期:2008-10-13
    • 文件大小:43606
    • 提供者:kuld
  1. PICS

    0下载:
  2. 计算机图形学的程序,有DDA直线和园,四种曲线,还有二维变换,种子填充和扫描线填充。-computer graphics procedures, and the DDA Linear Park, the four curves, two-dimensional transform, filled with seeds and scanning lines filled.
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:121151
    • 提供者:刘铁
  1. Scan&RegFill

    0下载:
  2. 用“扫描线填充法”和“边界填充算法”填充椭圆
  3. 所属分类:GDI/图象编程

    • 发布日期:2008-10-13
    • 文件大小:112276
    • 提供者:陈新新
  1. saomiaoxian

    1下载:
  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. 所属分类:图形图象

    • 发布日期:2008-10-13
    • 文件大小:4690
    • 提供者:赵若琳
  1. tuxingzuoye

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

    • 发布日期:2008-10-13
    • 文件大小:3080
    • 提供者:张炯
  1. qw123434

    0下载:
  2. 用VC++实现扫描线填充算法,用交互式技术实现,功能强大.-with VC scanning fill algorithm, using interactive technology and powerful.
  3. 所属分类:绘图程序

    • 发布日期:2008-10-13
    • 文件大小:106529
    • 提供者:黎明
  1. dfcsdfzsdgzdfgtsrtyfujgjcgjyiuykujhke

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

    • 发布日期:2008-10-13
    • 文件大小:31119
    • 提供者:cswggod
  1. tianchongsaomiaoxian

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

    • 发布日期:2008-10-13
    • 文件大小:3287
    • 提供者:丘志光
  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图形编程

    • 发布日期:2008-10-13
    • 文件大小:79036
    • 提供者:Ian
  1. MY_G

    0下载:
  2. 图形学作业之扫描线填充,左键画出框图,右键为填充,用MFC做的.个人认为基本还好,需要的看看吧-graphics operations, scan line filling, left-painted frame, as right-filling, MFC used to do. personally think that the basic Fortunately, the need to watch it
  3. 所属分类:绘图程序

    • 发布日期:2008-10-13
    • 文件大小:46595
    • 提供者:陆树阳
  1. shiyang1

    1下载:
  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. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:61869
    • 提供者:dangdang
  1. tuxingxueshiyan1

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

    • 发布日期:2008-10-13
    • 文件大小:44947
    • 提供者:fisherman
  1. 种子填充算法

    1下载:
  2. 这是一个计算机图形学中图形填充的算法,包括种子填充中简单填充算法和扫描线填充算法!-This is a computer graphics to fill the graphics algorithms, including seeds filling simple filling algorithm and scanning fill algorithm!
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:57305
    • 提供者:朱先强
  1. ScanLineFillAlgorithm

    0下载:
  2. 扫描线填充算法画多边形 说明: 可以是边相交的多边形-Scan Line Fill Algorithm
  3. 所属分类:Graph program

    • 发布日期:2017-03-27
    • 文件大小:5086
    • 提供者:zhao_xinping
  1. circle

    0下载:
  2. 基于vb的圆的扫描线填充算法,通俗易懂,便于理解和操作,有详细说明-Vb round based on the scan line fill algorithm, user-friendly, easy to understand and operate, is described in detail
  3. 所属分类:Graph program

    • 发布日期:2017-03-28
    • 文件大小:3981
    • 提供者:姚月
  1. 区域填充

    0下载:
  2. 用水平扫描线从上到下扫描由点线段构成的多段构成的多边形。每根扫描线与多边形各边产生一系列交点。将这些交点按照x坐标进行分类,将分类后的交点成对取出,作为两个端点,以所填的色彩画水平直线。多边形被扫描完毕后,填色也就完成。(A polygon consisting of a plurality of segments consisting of a line segment from bottom to bottom by horizontal scanning. Each scan line p
  3. 所属分类:OpenGL

    • 发布日期:2017-12-15
    • 文件大小:7168
    • 提供者:hhaijoy
  1. scanline

    0下载:
  2. 扫描线填充算法,图形学算法,填充算法,java版(Scan line filling algorithm)
  3. 所属分类:图形图象

    • 发布日期:2018-04-30
    • 文件大小:2048
    • 提供者:eewewe
« 1 23 4 5 6 7 8 9 10 ... 13 »
搜珍网 www.dssz.com