CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 图形图象 绘图程序 搜索资源 - Scan

搜索资源列表

  1. zhuerPolygon

    0下载:
  2. 图形学上机实验 区域填充:多边形扫描转换-graphics on the plane experimental area filling : polygon scan conversion
  3. 所属分类:绘图程序

    • 发布日期:2008-10-13
    • 文件大小:35827
    • 提供者:jnz
  1. 图形的生成

    0下载:
  2. 实现二维基本图元直线段生成的基本算法(DDA,中点法,Bresenham)实现二维基本图元圆弧/椭圆圆弧生成的基本算法(中点法)实现对线型线宽的属性的控制实现二维多边形扫描转换的扫描线算法实现二维多边形扫描转换的边缘填充算法或栅栏填充算法实现二维连通区域填充的扫描线种子填充算法(四连通或八连通)实现二维直线段裁剪的Cohen-Sutherland裁剪算法和中点分割裁剪算法-basic 2D linear map of the yuan generated by the basic algorit
  3. 所属分类:绘图程序

    • 发布日期:2008-10-13
    • 文件大小:228823
    • 提供者:张伟
  1. tuxingzuoye

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

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

    0下载:
  2. 实验内容: 1 实现扫描转换多边形的算法填充多边形。 实现内容: 1, 可以画任意多边形。 2, 三角形也是通过扫描转换多边形的算法实现。 具体实现: 画多边形用moveto(),lineto(),两个函数实现画没一条边。 构造ET表,AEL表,通过这两个表填充多边形。 画图步骤: 1. 取顶点:用n记录顶点个数,按下鼠标开始取点,第二次按下取得第二个顶点,第i次按下取得第i 个顶点。取得的顶点放到Verex[]中。 2. 画多边形:按下菜单按钮----多
  3. 所属分类:绘图程序

    • 发布日期:2008-10-13
    • 文件大小:51309
    • 提供者:god
  1. scanseedfill

    0下载:
  2. 一个超强的扫描种子填充算法程序,使用VC++开发,效果不错。-a super scan seed filling algorithm, the use of VC development effectiveness.
  3. 所属分类:绘图程序

    • 发布日期:2008-10-13
    • 文件大小:1355903
    • 提供者:翔苗洒
  1. scan-line

    2下载:
  2. 这是本人整理的区域填充算法中种子扫描线算法的vc 源代码,希望能给学习计算机图形学的编程初学者一点帮助-this is my finishing area filling algorithm seed scan line algorithm vc source code, hope that they will learn computer graphics programming help beginners 1:00
  3. 所属分类:绘图程序

    • 发布日期:2008-10-13
    • 文件大小:1588
    • 提供者:赵先生
  1. fill_point

    0下载:
  2. 种子填充算法,先把种子像素如栈,再逐点扫描该点左右边界之间的像素,并置成新的像素,即完成一条扫描线的转换,然后再取上下扫描线并重复上面的过程,即完成填充.-seed filling algorithm, the first seed pixels as stack, then scan the point-by-point about the border between the pixels, home and a new image, namely, the completion of a
  3. 所属分类:绘图程序

    • 发布日期:2008-10-13
    • 文件大小:1012
    • 提供者:木可
  1. Computer_Graphics_Algorithm

    1下载:
  2. 该程序实现了图形学中的一些算法,如画线、画圆,填充、直线多边形、扫描转换,扫描线消隐算法以及一个简单的Gouraud光照模型。-the realization of a number of graphics algorithms, painting lines, the Circle, filling, linear polygon scan conversion, Lines scanning algorithm and a simple scan illumination model.
  3. 所属分类:绘图程序

    • 发布日期:2008-10-13
    • 文件大小:725652
    • 提供者:青海长云
  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. scansuanfa

    0下载:
  2. 这是一个图形学的程序,它采用了多边形扫描算法实现了多边形的绘制以及填充.-This is a graphics process, using the polygon scan algorithm achieved a polygon drawing and filling.
  3. 所属分类:绘图程序

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

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

    • 发布日期:2008-10-13
    • 文件大小:44947
    • 提供者:fisherman
  1. Scan304

    0下载:
  2. 扫描线算法是扫描转换多变形的常用算法,它充分利用了相邻向素之间的连贯性,该程序实现多变形扫描转换算法,-scan line scan conversion algorithm is more commonly used deformation of the algorithm, it makes full use of the ratio between adjacent to the coherence, The procedure multi - deformation scan conve
  3. 所属分类:绘图程序

    • 发布日期:2008-10-13
    • 文件大小:25210
    • 提供者:zhang
  1. scan

    0下载:
  2. 通过扫描实现了椭圆和任意多边形的生成,可以让用户输入关于圆和多边形的数据,并输出相应的图形
  3. 所属分类:绘图程序

    • 发布日期:2008-10-13
    • 文件大小:11115
    • 提供者:zhangyun
  1. lineRubber

    1下载:
  2. 自己开发的,多边形扫描线填充算法,采用橡皮筋模式确定多边形轮廓,经调试通过,此代码效率很高-its own development, filled polygon scan line algorithm, using rubber-band model to determine polygon outline, debugger, this code efficiency
  3. 所属分类:绘图程序

    • 发布日期:2008-10-13
    • 文件大小:52087
    • 提供者:寒冬
  1. ObjectARX.rar

    4下载:
  2. 这是对基于ObjectARX和VC的CAD二次开发简介,里面详细的介绍了如何设置以及如何给CAD添加命令,是一本不错的CAD二次开发参考书。另外不是扫描版本,非常清晰。,This is based on ObjectARX and VC Introduction of CAD secondary development, which detail how to set up and how to add commands to the CAD is a good CAD secondary de
  3. 所属分类:Graph Drawing

    • 发布日期:2017-05-09
    • 文件大小:2130690
    • 提供者:巢歌
  1. duobianxingtianchongsuanfa

    0下载:
  2. 扫描线法多边形填充算法,是计算机图形学中基本的作图算法-Scan line polygon fill algorithm method is the basic mapping computer graphics algorithms
  3. 所属分类:Graph Drawing

    • 发布日期:2017-04-08
    • 文件大小:41505
    • 提供者:Simon
  1. Scan-line-seed-fill

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

    • 发布日期:2017-04-09
    • 文件大小:1398076
    • 提供者:王上册
  1. Scan-line-filling

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

    • 发布日期:2017-05-27
    • 文件大小:10553166
    • 提供者:乔晶
  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. 所属分类:Graph Drawing

    • 发布日期:2017-03-28
    • 文件大小:211623
    • 提供者:袁剑
  1. polygon-scan-line

    0下载:
  2. 此程序用于演示和验证多边形转换的扫描线算法。-This program is used to demonstrate and validate polygon scan line conversion algorithm.
  3. 所属分类:Graph Drawing

    • 发布日期:2017-11-11
    • 文件大小:62013
    • 提供者:王崇来
« 12 3 4 »
搜珍网 www.dssz.com