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

搜索资源列表

  1. 扫描线算法的图案填充

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

    • 发布日期:2008-10-13
    • 文件大小:47542
    • 提供者:李春雷
  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. 判定扫描线算法

    0下载:
  2. 介绍用VC++开发的可见面判定的扫描线算法!
  3. 所属分类:OpenGL

    • 发布日期:2014-01-18
    • 文件大小:64727
    • 提供者:su
  1. 扫描线算法

    0下载:
  2. 扫描线算法_扫描转换多边形-scanning algorithm _ polygon scan conversion
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:27171
    • 提供者:月光
  1. 扫描线填充

    0下载:
  2. 一个很简单的扫描线填充图例,对于大学本科同学有帮助-a very simple scan lines filled legend for college students help
  3. 所属分类:图形图象

    • 发布日期:2008-10-13
    • 文件大小:4774
    • 提供者:林中南
  1. zhongzitianchong扫描线

    0下载:
  2. 扫描线算法中的一种,在vb下运行,比较好用-scan lines of an algorithm, vb running, the better quality
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:891
    • 提供者:tina
  1. OpenGL实现多边形扫描转换的扫描线算法(源码)

    0下载:
  2. OpenGL实现多边形扫描转换的扫描线算法
  3. 所属分类:OpenGL

    • 发布日期:2009-06-17
    • 文件大小:64727
    • 提供者:chenshuna2006
  1. 扫描线算法生成多边形

    0下载:
  2. 扫描线算法填充多边形
  3. 所属分类:其他小程序

  1. 计算机图形学的扫描线填充算法,MFC 实现

    0下载:
  2. 计算机图形学的扫描线填充算法,MFC 实现,,Computer Graphics of the scan line fill algorithm, MFC achieved
  3. 所属分类:2D图形编程

    • 发布日期:2017-03-22
    • 文件大小:49135
    • 提供者:liuxing
  1. 用OpenGL实现扫描线算法填充多边形的源代码

    2下载:
  2. 这是计算机图形学中用OpenGL实现扫描线算法填充多边形的源代码-This is a computer graphics using OpenGL implementations scan line polygon filling algorithm source code
  3. 所属分类:GDI/图象编程

    • 发布日期:2013-11-11
    • 文件大小:1714
    • 提供者:张玺
  1. duobianxingsaomiao.rar

    0下载:
  2. 用多边形扫描线填充算法,实现对多边形围成区域的填充。,Filled with polygon scan line algorithm for polygon filling surrounding region.
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-03-30
    • 文件大小:419417
    • 提供者:王晓燕
  1. Draw_Line_circle_fill.rar

    0下载:
  2. 扫描线种子填充算法的OpengGL+MFC实现。 本程序是在上次的画直线、画圆的程序上修改的,添加了扫描线填充算法,使用OpenGL+MFC实现。,Scan line seed fill algorithm OpengGL+ MFC to achieve. This procedure is a straight line in the last painting, drawcircle procedural changes, add a scan line fill algorithm, th
  3. 所属分类:OpenGL program

    • 发布日期:2017-05-20
    • 文件大小:5642770
    • 提供者:同济
  1. scanfill

    0下载:
  2. 扫描线填充算法,在VC下能超常运行,下载学习有价值.-Scan line fill algorithm, the VC can under extraordinary run, download the learning value.
  3. 所属分类:2D Graphic

    • 发布日期:2017-04-05
    • 文件大小:1146
    • 提供者:
  1. ScanLineFillAlgorithm

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

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

    0下载:
  2. 是我的计算机图形学的大作业,其中包括的算法有: 直线绘制的DDA算法,bresenham算法,中点算法,绘制圆和椭圆的中点算法,扫描线种子填充算法。N次贝塞尔曲线的绘制以及对他的平移旋转和缩放变换。还有颜色对话框的调用等等,操作方法在帮助里也写明了。另外,还附有一个编写说明书,适合初学者一步步的自己编写出程序来。-Is my great work in computer graphics, including the algorithm are: line drawing of the DDA
  3. 所属分类:2D Graphic

    • 发布日期:2017-05-19
    • 文件大小:5458547
    • 提供者:隗平
  1. tianchong

    0下载:
  2. 实现多边形区域扫描线填充的有序边表算法,并将实现的算法应用于任意多边形的填充,多边形的顶点可由键盘输入或鼠标拾取,填充要准确,不能多填也不能少填。 要求掌握边形区域扫描线填充的有序边表算法的基本原理和算法设计,画出算法实现的程序流程图,使用C或者VC++实现算法,并演示。 -Scan-line polygon fill the region to achieve the orderly side of the table algorithm, and the algorithm is a
  3. 所属分类:Graph Drawing

    • 发布日期:2017-04-09
    • 文件大小:1930702
    • 提供者:linym
  1. exer1

    0下载:
  2. 图形学中的扫描线填充算法,用VC6.0的MFC实现,较为精炼。使用Getpixel函数和setpixel对像素点颜色取反。-Graphics of the scan line fill algorithm, the MFC with VC6.0 achieve more refined. Setpixel use Getpixel function and color of pixel anti-access.
  3. 所属分类:Graph Drawing

    • 发布日期:2017-05-15
    • 文件大小:3724071
    • 提供者:du
  1. Fill_SeedScanLine

    0下载:
  2. 实现扫描线种子填充,只要是闭合图形都能进行填充-Achieve the Scan Line Seed Fill, as long as closed graph can be filled ..
  3. 所属分类:CSharp

    • 发布日期:2017-04-04
    • 文件大小:1471
    • 提供者:Monss
  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, side-stripe markings law, edge
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-11-09
    • 文件大小:133629
    • 提供者:杨康顺
  1. 三二维填充图元的扫描线算法01

    0下载:
  2. 图形学中的二维填充算法,没有用到MFC,很好用的简单算法-the 2D graphics filling algorithm, did not use MFC, very good with a simple algorithm
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-11-09
    • 文件大小:17894
    • 提供者:杨琴
« 12 3 4 5 6 7 8 9 10 ... 19 »
搜珍网 www.dssz.com