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

搜索资源列表

  1. zhuerPolygon

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

    • 发布日期:2008-10-13
    • 文件大小:34.99kb
    • 提供者:jnz
  1. 多边形简单填充

    1下载:
  2. 该程序是计算机图形学的一个实验题,实现多边形的扫描填充-the program is a computer graphics experiment and achieve filled polygon scan
  3. 所属分类:图形图像处理(光照,映射..)

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

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

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

    0下载:
  2. 多边形扫描转换 通过实现光栅图形学经典的多边形填充算法,深入理解光栅图形学的原理。-polygon scan conversion raster graphics through the realization of the classic polygon filling algorithm, raster graphics, in-depth understanding of the principle.
  3. 所属分类:2D图形编程

    • 发布日期:2008-10-13
    • 文件大小:10.36kb
    • 提供者:陆俊
  1. 多边形扫描转换

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

    • 发布日期:2008-10-13
    • 文件大小:1.15kb
    • 提供者:张婷
  1. 三.非自交多边形扫描转换及区域填充扫描线算法

    0下载:
  2. 二维非自交多边型的扫描转换算法及区域填充算法-two-dimensional self multilateral type of scan conversion algorithm and regional filling algorithm
  3. 所属分类:GDI/图象编程

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

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

    • 发布日期:2009-06-17
    • 文件大小:63.21kb
    • 提供者:chenshuna2006
  1. ScanLineFillAlgorithm

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

    • 发布日期:2017-03-27
    • 文件大小:4.97kb
    • 提供者:zhao_xinping
  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
    • 文件大小:1.84mb
    • 提供者:linym
  1. duobianxing

    0下载:
  2. 最近学习计算机图形学,写了个多边形扫描转换算法,贴出来分享一下-Recent study in computer graphics, writing a polygon scan conversion algorithm, and pasted them to share
  3. 所属分类:Algorithm

    • 发布日期:2017-04-09
    • 文件大小:70.04kb
    • 提供者:wu吴冰
  1. polychange

    0下载:
  2. 一个程序,属于计算机图形学范畴,是一个多边形扫描转换算法,可以运行-A process belongs to the scope of computer graphics is a polygon scan conversion algorithm, you can run
  3. 所属分类:File Formats

    • 发布日期:2017-03-29
    • 文件大小:1.52kb
    • 提供者:
  1. Fill

    1下载:
  2. 用MFC编写的多边形扫描线填充程序。 支持凹多边形,非种子点算法,而是用顶点算出边界实现填充。-MFC prepared with polygon scan-line filling procedures. Concave polygon support, non-seed-point algorithm, but with the realization of vertex fill out the border.
  3. 所属分类:OpenGL program

    • 发布日期:2014-07-14
    • 文件大小:34.81kb
    • 提供者:konger
  1. Ex3

    0下载:
  2. 程序实现多边形扫描转换的扫描线算法--多边形的输入(鼠标)--非自相交多边形-- 三角形的特殊性,利用OpenGL函数实现柱状图和饼图函数 -Polygon scan conversion process to achieve the scan line algorithm- POLYGON input (mouse)- non-self-intersecting polygons- triangles are unique, the use of OpenGL function functio
  3. 所属分类:OpenGL program

    • 发布日期:2017-04-06
    • 文件大小:25.47kb
    • 提供者:liling
  1. graphics

    0下载:
  2. 一个计算机图形学的vc++程序示例.调用画点的函数,用DDA、中点算法画直线和中点算法画圆和椭圆 多边形扫描转换算法和区域填充算法实现-A computer graphics vc++ program examples. Call draw point function with DDA, the midpoint algorithm and the midpoint algorithm to draw lines circle and ellipse polygon scan convers
  3. 所属分类:2D Graphic

    • 发布日期:2017-03-24
    • 文件大小:123.77kb
    • 提供者:Jack
  1. Graphics

    0下载:
  2. 计算机图形学很好的资料,包括种子填充,多边形扫描算法。 b样条曲线,曲面等-Very good computer graphics, including seed filling, polygon scan algorithm. b-spline curves, surfaces, etc.
  3. 所属分类:Special Effects

    • 发布日期:2017-03-23
    • 文件大小:83.7kb
    • 提供者:xie wenkui
  1. Computergraphics

    0下载:
  2. 直线的生成 圆的生成 椭圆的生成 多边形扫描转换与区域填充 字符的生成 -The formation of a straight line generated ellipse circle generated polygon scan conversion and the formation of regional fill character
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-09
    • 文件大小:1.58mb
    • 提供者:xuehu
  1. ScanarithDemo

    0下载:
  2. 程序具有以下功能: 1、 采用鼠标输入顶点的方法确定待填充多边形; 2、 实现多边形扫描转换算法完成对该多边形的填充,包括实现边表与活跃边表的构造,要求完成使用自己学号的后四位数字对多边形内部进行填充。-Program has the following features: 1, using the mouse input method to determine the vertices to be filled polygons 2, polygon scan conversion
  3. 所属分类:Graph Drawing

    • 发布日期:2017-04-09
    • 文件大小:2.38mb
    • 提供者:Jack
  1. 1

    0下载:
  2. 多边形扫描转换算法,最近学习计算机图形学,写了个多边形扫描转换算法,贴出来分享一下-Polygon scan conversion algorithm ,Recent study in computer graphics, to write a polygon scan conversion algorithm, and pasted them to share
  3. 所属分类:Special Effects

    • 发布日期:2017-04-07
    • 文件大小:3.47kb
    • 提供者:王浩
  1. quyu

    0下载:
  2. 计算机图形学,简单地实现多边形扫描转换算法,可直接编译运行-Computer graphics, simple implementation of polygon scan conversion algorithm can be directly compiled and run
  3. 所属分类:OpenGL program

    • 发布日期:2017-03-22
    • 文件大小:1.02kb
    • 提供者:陈絮圆
  1. ComGraphic

    0下载:
  2. 基于Visual C++的多边形扫描转换算法实现(Implementation of polygon scan conversion algorithm)
  3. 所属分类:绘图程序

    • 发布日期:2018-01-05
    • 文件大小:2.4mb
    • 提供者:FORVER
« 12 3 4 5 6 7 »
搜珍网 www.dssz.com