搜索资源列表

  1. curve and fill

    0下载:
  2. 图形学课程设计.1,扫描转换的四种常用算法:逐点扫描,扫描线算法,边界标志法,边缘填充法. 2,曲线生成算法:bezier算法,3次均匀B样条- The graph study curriculum designs four commonly used algorithms which 1, the scanning transforms: Point-by-point scanning, scan line algorithm,
  3. 所属分类:GDI/图象编程

    • 发布日期:2024-06-04
    • 文件大小:133120
    • 提供者:杨康顺
  1. scanexample

    0下载:
  2. 基于opengl的多边形扫描算法演示系统,可以演示出多边形填充过程中扫描线扫描的结果,动态的演示出来。-on opengl polygon scan algorithm demonstration system that can demonstrate Polygon Fill out the process of scanning line scan results, dynamic demo out.
  3. 所属分类:OpenGL

    • 发布日期:2024-06-04
    • 文件大小:1244160
    • 提供者:0
  1. Scan&RegFill

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

    • 发布日期:2024-06-04
    • 文件大小:111616
    • 提供者:陈新新
  1. scan_line_polygonfilling

    0下载:
  2. OPENGL中实现多边形的扫描线算法,能够动态地表现多边形的填充过程。 -achieve OpenGL polygon scan line algorithm performance can be dynamically polygon filling process.
  3. 所属分类:OpenGL

    • 发布日期:2024-06-04
    • 文件大小:3072
    • 提供者:ldx
  1. PolyFill

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

    • 发布日期:2024-06-04
    • 文件大小:1024
    • 提供者:罗亮
  1. CG-3

    0下载:
  2. 多边形扫描转换填充 A C++ program to fill a Polygon using Scan Line Polygon Fill Algorithm.-Polygon scan conversion Fill A C++ Program to fill a Polygon using Scan Line Polygon Fill Algorithm.
  3. 所属分类:2D图形编程

    • 发布日期:2024-06-04
    • 文件大小:2048
    • 提供者:艾文
  1. fill

    0下载:
  2. disp() { setTitle("扫描线种子填充算法") setSize(width,height) setBackground(Color.white) addWindowListener(this) addMouseListener(this) addMouseMotionListener(this) setVisible(true) -disp () (setTi
  3. 所属分类:JSP源码/Java

    • 发布日期:2024-06-04
    • 文件大小:2048
    • 提供者:李默
  1. fill

    0下载:
  2. 扫描线填充程序,自由画点,然后进行填充,处理了直线等特殊的地方-Scan line fill process, freedom of painting point, and then proceed to filling, the straight-line treatment, such as special place
  3. 所属分类:绘图程序

    • 发布日期:2024-06-04
    • 文件大小:58368
    • 提供者:zhangyulong
  1. scatt21

    0下载:
  2. 描述种子填充算法和扫描线填充算法的算法原理,比较这两种算法的优缺点。-Descr iption of seed filling algorithm and the scan line fill algorithm algorithms to compare the advantages and disadvantages of these two algorithms.
  3. 所属分类:绘图程序

    • 发布日期:2024-06-04
    • 文件大小:2048
    • 提供者:lin
  1. Scanline

    0下载:
  2. 扫描线算法,包括区域填充算法、种子填充算法等-Scan line algorithm, including regional filling algorithm, seed fill algorithm
  3. 所属分类:图形图象

    • 发布日期:2024-06-04
    • 文件大小:2006016
    • 提供者:侯锦
  1. Scan-line-seed-fill

    0下载:
  2. 种子扫描线填充,动态画多边形,并填充颜色。-Scan line seed fill, dynamic polygon drawing and filling color.
  3. 所属分类:绘图程序

    • 发布日期:2024-06-04
    • 文件大小:1397760
    • 提供者:王上册
  1. sweep

    0下载:
  2. 用C++和opengl实现的图形学中的扫描线填充算法,对初学图形学很有帮助-Using C++ and opengl graphics to achieve the scan line fill algorithm, useful for the beginner Graphics
  3. 所属分类:OpenGL

    • 发布日期:2024-06-04
    • 文件大小:658432
    • 提供者:倪翔
  1. circle

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

    • 发布日期:2024-06-04
    • 文件大小:4096
    • 提供者:姚月
  1. Scan-LinePolygonFillAlgorithm)

    0下载:
  2. 扫描线多边形填充算法适用于水平扫描线的逐行填充-Scan-Line Polygon Fill Algorithm
  3. 所属分类:图形图象

    • 发布日期:2024-06-04
    • 文件大小:6144
    • 提供者:zhao_xinping
  1. Scan-line-filling

    0下载:
  2. 可以实现扫描线填充的算法,语言为C++,在VS2008中实现的程序-Can scan line fill algorithm
  3. 所属分类:绘图程序

    • 发布日期:2024-06-04
    • 文件大小:10553344
    • 提供者:乔晶
  1. Scan-Line-Seed-Fill

    0下载:
  2. Visual Basic 扫描线种子填充.-Visual Basic for Scan line seed fill algorithm.
  3. 所属分类:扫描程序

    • 发布日期:2024-06-04
    • 文件大小:9216
    • 提供者:谢拉
  1. Seed-filling-the-scan-line-algorithm

    0下载:
  2. 计算机图像学中的简单实用的种子填充扫描线算法-Simple and practical in the seed in the school of computer image to fill the scan line algorithm
  3. 所属分类:绘图程序

    • 发布日期:2024-06-04
    • 文件大小:211968
    • 提供者:袁剑
  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. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-06-04
    • 文件大小:1627136
    • 提供者:yuandandan
  1. Scan-line-fill

    0下载:
  2. 利用VC环境,进行二维平面图形的填充,希望大家可以用得上-Using VC graphics fill the plane
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-06-04
    • 文件大小:2299904
    • 提供者:李坤
  1. Scan-Line-Seed-Fill-Algorithm

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

    • 发布日期:2024-06-04
    • 文件大小:7168
    • 提供者:灿钿
« 12 3 4 5 6 7 »

源码中国 www.ymcn.org