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

搜索资源列表

  1. scan_line_fill

    1下载:
  2. 该程序点击鼠标左键是为多边形添加顶点,顶点添加完成后点击右键即可填充!目前个人已经测试可以填充凹多边形,如果下载的朋友发现什么地方运行不对请及时回复本人(希望能够把运行不对时候整个屏幕拷下来,这样方便本人查找问题,谢谢)!该程序写得不是很流畅,只是可以完成扫描线填充的功能而已!-Click the left mouse button, the program is to add a polygon vertex, vertex right-click you can add a finished
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-10
    • 文件大小:2018393
    • 提供者:刘勇
  1. GraphFill5_29_2

    0下载:
  2. 使用边相关多边形扫描线填充、扫描线种子填充这2种算法实现多边形的填充-Fill polygon
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-04-16
    • 文件大小:48037
    • 提供者:张龙
  1. tianchong

    0下载:
  2. 基于MFC环境的多边形扫描线填充和区域填充算法。-MFC environment based on scan line polygon fill, and region filling algorithm.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-10
    • 文件大小:1976876
    • 提供者:肖健
  1. Padding

    0下载:
  2. 实现橡皮绳功能,颜色选择对话框,扫描线种子填充算法,对与初学者很有帮助-Rubber rope to achieve function, color selection dialog box, scan line seed fill algorithm, and helpful for beginners
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-04-09
    • 文件大小:2045653
    • 提供者:王哲瑜
  1. SeedFilling

    0下载:
  2. 多边形区域的扫描线填充、扫描线种子填充算法实现-Scan line polygon area fill, scan line seed fill algorithm
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-05-15
    • 文件大小:3738267
    • 提供者:maksim
  1. Form1

    0下载:
  2. 计算机图形学实验-扫描线实现的便填充算法,可以填充多边形。采用的是清华的那本课本上所写的伪代码。-Computer Graphics Lab- scan line filling algorithm to achieve it, you can fill the polygon. Tsinghua is used textbook that is written in this pseudo-code.
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-04-04
    • 文件大小:1896
    • 提供者:Michael Zhou
  1. Dscanbeamr

    1下载:
  2. 使用opengl 绘制的带余辉的扫描线线可以用于实现雷达ppi扫描线的动态绘制 -Opengl draw the line of scan lines with afterglow radar ppi scan lines can be used to dynamically draw
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-30
    • 文件大小:445858
    • 提供者:zxcvva
  1. fffortuneo

    0下载:
  2. fortune扫描线算法生成voronoi图的演示代代码,可以动态观察算法运行,对原理的理解有很大的帮助! -fortune scan line algorithm to generate voronoi diagram demonstrates the generation of code, you can dynamically observe the algorithm run on the understanding of the principles of great help!
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-05
    • 文件大小:11092
    • 提供者:baress
  1. OpenGLtianchong

    0下载:
  2. 基于OPENGL的图形填充,计算机图像学作业。该程序用了两个填充方法,一种是简单种子填充,一种是扫描线种子填充-OPENGL-based graphics filling, computer graphics school job. The program uses two filling method, a simple seed filling, a scan line seed fill
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-22
    • 文件大小:4185088
    • 提供者:刘杨
  1. tuxingxue

    0下载:
  2. 计算机图形学实验,实现裁剪算法和扫描线填充算法,给大家一个参考-Computer graphics experiments clipping algorithm and the scan line filling algorithm to a reference
  3. 所属分类:CSharp

    • 发布日期:2017-12-06
    • 文件大小:406528
    • 提供者:杜艳丽
  1. FillRegion

    0下载:
  2. 图形学上机程序,利用种子填充和扫描线算法实验区域的填充。有助于学习者掌握填充算法。进一步理解和学习图形学。-Graphics on procedures, the use of seed filling and scan line algorithm experimental area fill. Help learners fill algorithm. Further understanding and learning graphics.
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-12-02
    • 文件大小:24010
    • 提供者:wm
  1. Recursive-seed-filling

    0下载:
  2. VS2008xia MFC编程,计算机图形学画图程序:包括递归种子填充、简单种子填充、扫描线种子填充、图案填充-The MFC programming of VS2008xia, computer graphics drawing program: including recursive seed filling, simple seed fill, scan line seed fill, pattern fill
  3. 所属分类:Windows Develop

    • 发布日期:2017-11-17
    • 文件大小:82487
    • 提供者:LEO_山
  1. Scan-conversion-algorithm

    0下载:
  2. 扫描转换算法: 数学上的直线是没有宽度、由无数个点构成的集合,显然,光栅显示器只能近地似显示直线。当我们对直线进行光栅化时,需要在显示器有限个象素中,确定最佳逼近该直线的一组象素,并且按扫描线顺序,对这些象素进行写操作,这个过程称为用显示器绘制直线或直线的扫描转换。-Scan conversion algorithm: mathematical line is no width, composed of innumerable points set, obviously, raster disp
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-13
    • 文件大小:3501721
    • 提供者:minpeng
  1. ScanLineSeedFilling

    0下载:
  2. 基于扫描线填充算法,图形可以任意画,可以任何图形的填充。-Scan line filling algorithm fill any shape.
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-17
    • 文件大小:4501048
    • 提供者:方科
  1. 1151

    0下载:
  2. 线段树,加离散化,加扫描线求面积,数据库算法-Segment tree, add discrete, add scan lines for the area, the algorithm
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-11
    • 文件大小:1295
    • 提供者:毛昱枫
  1. shiyan3

    0下载:
  2. 实现了区域填充的递归算法 区域填充的扫描线算法-Achieve a recursive algorithm for area filling scan line algorithm for area filling
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-17
    • 文件大小:60413
    • 提供者:洗澡啦
  1. Scan-Line-Seed-Fill-Algorithm

    0下载:
  2. 扫描线种子填充算法,基于C++面向对象。-Scan line seed fill algorithm, based on C++ object-oriented
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-17
    • 文件大小:4425639
    • 提供者:chenshuli
  1. X-ray-scan-line-algorithm

    0下载:
  2. X-扫描线算法,按扫描线顺序,计算扫描线与多边形的相交区间,再用要求的颜色显示这些区间的所有象素。可以运行-X-ray scan line algorithm, can run
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-17
    • 文件大小:224746
    • 提供者:pangjyong
  1. Arbitrary-polygon-scan-line-filling

    0下载:
  2. 这是一个运用OpenGL编程的实例,是在VC++6.0中编写的一个控制台程序,能够实现任意多边形的填充,基于的算法是扫描线填充算法。-This is a use of OpenGL programming examples, is a console program written in VC++6.0, filling to achieve arbitrary polygon, the algorithm is based on scan line filling algorithm.
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-03
    • 文件大小:2962
    • 提供者:谢伟康
  1. PICTURE

    0下载:
  2. 理解扫描转换多边形的扫描线算法原理 利用扫描线算法实现多边形的扫描转换 -Understand the scan line polygon scan conversion algorithm principle The scan line algorithm polygon scan conversion
  3. 所属分类:Static control

    • 发布日期:2017-05-26
    • 文件大小:8837239
    • 提供者:yangqi
« 1 2 34 »
搜珍网 www.dssz.com