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

搜索资源列表

  1. Fill

    0下载:
  2. 点击鼠标绘制多边形,然后选择种子填充或者扫描线填充实现对此多边形的填充效果-Click the mouse to draw a polygon, and then select seed filling or scan line fill this polygon fill effects
  3. 所属分类:Special Effects

    • 发布日期:2017-11-21
    • 文件大小:1627525
    • 提供者:yuandandan
  1. Fill

    0下载:
  2. 计算机图形学三种种子填充算法,实现了有序边表填充,边标志填充,种子填充三种算法。-three fill alogrithm
  3. 所属分类:Windows Kernel

    • 发布日期:2017-12-01
    • 文件大小:2008714
    • 提供者:
  1. fill-color-five-pointed

    1下载:
  2. MFC中先绘制五角星,并使用扫描线算法对区域进行填充-Draw a five-pointed star, and use the scan line algorithm fill color
  3. 所属分类:Special Effects

    • 发布日期:2017-06-02
    • 文件大小:1974272
    • 提供者:1061441
  1. Scan-line-fill

    0下载:
  2. 利用VC环境,进行二维平面图形的填充,希望大家可以用得上-Using VC graphics fill the plane
  3. 所属分类:Special Effects

    • 发布日期:2017-11-10
    • 文件大小:2299560
    • 提供者:李坤
  1. Fill

    0下载:
  2. 用递归算法实现对多边形内部的填充,要求内部颜色和边界不一致。-Recursive algorithm on the interior of the polygon fill, color and requirements of internal borders is inconsistent.
  3. 所属分类:OpenGL program

    • 发布日期:2017-04-10
    • 文件大小:1048371
    • 提供者:泪无痕
  1. Scan-Line-Seed-Fill-Algorithm

    0下载:
  2. 计算机图形学多边形填充算法,扫描线种子填充的伪代码-Computer graphics polygon fill algorithm, scan line seed fill pseudo code
  3. 所属分类:2D Graphic

    • 发布日期:2017-03-29
    • 文件大小:6869
    • 提供者:灿钿
  1. cvfloodfill-Fill-voids

    0下载:
  2. 通过 cvfloodfill对图像区域进行填充。具有较好的填充效果-By cvfloodfill fill the image area. Has good filling effect
  3. 所属分类:OpenCV

    • 发布日期:2017-05-10
    • 文件大小:2189542
    • 提供者:cheng hui
  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. fill-an-array

    0下载:
  2. How to fill an array using java
  3. 所属分类:Java Develop

    • 发布日期:2017-04-15
    • 文件大小:7626
    • 提供者:hare
  1. seed-fill

    0下载:
  2. 1.扫描线种子填充算法实现多边形内实面积填充。 2.用边标志填充算法实现多边形内实面积填充。--1.scan line seed fill algorithm implemented within the polygon area fill. 2. with the edge flag filling algorithm implemented within the polygon area fill.
  3. 所属分类:Graph Drawing

    • 发布日期:2017-04-11
    • 文件大小:848
    • 提供者:宁儒林
  1. fill-area.tar

    0下载:
  2. C++ program for different types of filling (seed fill, boundary fill and flood fill)
  3. 所属分类:2D Graphic

    • 发布日期:2017-04-12
    • 文件大小:647
    • 提供者:Pinaki Ghosh
  1. fill

    0下载:
  2. 在openGL的环境中实现非交互式的图形填充,即给固定图形填充-Achieve non-interactive graphics fill in openGL environment, that is, to a fixed pattern fill
  3. 所属分类:OpenGL program

    • 发布日期:2017-05-25
    • 文件大小:8279561
    • 提供者:yaoyaqi
  1. Serpentine-number-fill

    0下载:
  2. 蛇形填数。。。。。。。C++优化程序,时间较短,更适于ACM竞赛。-Serpentine number fill, C++ optimizer
  3. 所属分类:Data structs

    • 发布日期:2017-04-12
    • 文件大小:554
    • 提供者:
  1. contour-and-fill

    0下载:
  2. 用于地学绘制等值线图 及颜色填充,填充效果非常好-Geoscience for contour mapping and color fill, filling effect is very good
  3. 所属分类:Dialog_Window

    • 发布日期:2017-05-21
    • 文件大小:5833159
    • 提供者:张兆桥
  1. Edge-fill

    0下载:
  2. 多边形边缘填充算法,利用该算法可对多边形区域进行像素填充-Edge polygon fill algorithm, polygon area to make use of the algorithm can be pixel filling
  3. 所属分类:2D Graphic

    • 发布日期:2017-05-03
    • 文件大小:580901
    • 提供者:赵永
  1. fill

    0下载:
  2. 算法基本思想:首先填充种子点所在扫描线上位于区域内的区段,然后 确定与该区段相邻的上下两条扫描线上位于区域内的区段,并依次将各区段的起始位置保存, 这些区段分别被用区域边界色显示的像素点所包围。随后,逐步取出一开始点并重复上述过程,直到所保存各区段都填充完毕为止。-Algorithm basic idea: first fill the seed point is located in the area of the scanning section, and then determine th
  3. 所属分类:Special Effects

    • 发布日期:2017-05-22
    • 文件大小:6452722
    • 提供者:tiantian
  1. Gradient-Fill

    0下载:
  2. The following code example demonstrates how to form the background as displayed in custom gradient fi-The following code example demonstrates how to form the background as displayed in custom gradient fill
  3. 所属分类:CSharp

    • 发布日期:2017-04-30
    • 文件大小:35844
    • 提供者:汪凯宇
  1. Zero-fill-reconstruction

    0下载:
  2. 对一副脑图像进行隔行采样,然后对采样的没有采样的部分填零重建,方法比较简单,可以拿来练手。-On a pair of brain images are interlaced sampling, then sampling without sampling part fill zero reconstruction, the method is simple, can be brought together.
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-05-07
    • 文件大小:1098568
    • 提供者:wangxv
  1. Fill

    0下载:
  2. 一个实现多边形填充的算法,可以通过读取文件来绘制多边形,也可以手动绘制-A polygon fill algorithm, you can draw a polygon by reading the file,or you can manually draw
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-01
    • 文件大小:37518
    • 提供者:kx
  1. fill

    0下载:
  2. 一个小的填充软件,各种颜色各种填,可以选不同的颜色,有一点算法技巧-just a little game,fill the picture
  3. 所属分类:Other Games

    • 发布日期:2017-05-24
    • 文件大小:7554640
    • 提供者:汪明阳
« 1 2 34 5 6 7 8 9 10 ... 50 »
搜珍网 www.dssz.com