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

搜索资源列表

  1. Weiler-Atherton

    1下载:
  2. 这是基于VC++采用链表结构设计的多边形裁剪算法,可适用于内、外裁剪
  3. 所属分类:2D图形编程

    • 发布日期:2008-10-13
    • 文件大小:67749
    • 提供者:kangjianrong
  1. graphics0

    0下载:
  2. 实现二维基本图元直线段生成的基本算法(DDA,中点法,Bresenham)实现二维基本图元圆弧/椭圆圆弧生成的基本算法(中点法)实现对线型线宽的属性的控制实现二维多边形扫描转换的扫描线算法实现二维多边形扫描转换的边缘填充算法或栅栏填充算法实现二维连通区域填充的扫描线种子填充算法(四连通或八连通)实现二维直线段裁剪的Cohen-Sutherland裁剪算法和中点分割裁剪算法实现二维多边形裁剪的Sutherland-Hodgman算法和Weiler-Athenton算法 实现二维图形的平移变换实现二
  3. 所属分类:JSP源码/Java

    • 发布日期:2008-10-13
    • 文件大小:228744
    • 提供者:盖大明
  1. 图形学DrawPaintCode

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

    • 发布日期:2011-01-17
    • 文件大小:229341
    • 提供者:cnmzhg
  1. weiler-atherton.rar

    0下载:
  2. 基于weiler-atherton算法的多边形裁剪程序实现,use the weiler-atherton algorithm to clip the polygons.
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-26
    • 文件大小:90901
    • 提供者:里几
  1. liang-barsky

    0下载:
  2. Weiler-Atherton算法实现多边形裁剪-Weiler-Atherton polygon clipping algorithm
  3. 所属分类:OpenGL program

    • 发布日期:2017-03-29
    • 文件大小:1248
    • 提供者:huang
  1. WEILER-ATHERTON

    1下载:
  2. WEILER ATHERTON的程序实现
  3. 所属分类:Other systems

    • 发布日期:2017-05-10
    • 文件大小:2157990
    • 提供者:xxxx
  1. Xcad

    1下载:
  2. 根据Weiler-Atherton算法开发的经典多边形布尔运算小程序。-Weiler-Atherton algorithm developed classic polygon Boolean operator procedures.
  3. 所属分类:2D图形编程

    • 发布日期:2012-11-06
    • 文件大小:4654592
    • 提供者:ES
  1. Clip

    0下载:
  2. 二维图形裁剪算法,矩形与任意多边形剪裁, Weiler-Atherton边界裁剪法,-Two-dimensional graph cut algorithm
  3. 所属分类:Special Effects

    • 发布日期:2017-03-28
    • 文件大小:109661
    • 提供者:a
  1. opengl_refer

    0下载:
  2. Weiler_Atherton的多边形裁剪算法-Weiler Polygon Clipping
  3. 所属分类:OpenGL program

    • 发布日期:2017-03-24
    • 文件大小:369071
    • 提供者:tracy
  1. PolygonCut

    1下载:
  2. 用weiler-atherton算法完成图形的多边形裁剪。-The Polygon is clipped using weiler-atherton algorithm.
  3. 所属分类:Special Effects

    • 发布日期:2017-03-26
    • 文件大小:62680
    • 提供者:wxn
  1. duobianxingjiancai

    0下载:
  2. 计算机图形学-基于weiler-atherton算法的多边形裁剪程序实现-Computer Graphics- weiler-atherton algorithm based on polygon cutting process to achieve
  3. 所属分类:Graph program

    • 发布日期:2017-05-25
    • 文件大小:8436918
    • 提供者:
  1. WeilerAtherton

    0下载:
  2. 实现了Weiler-Atherton剪裁算法以及基本图形的绘制,C#实现-implete Weiler-Atherton algorithm
  3. 所属分类:Special Effects

    • 发布日期:2017-05-08
    • 文件大小:1718335
    • 提供者:zhangshuo
  1. SketchPad

    0下载:
  2. 图形学Weiler-Atherton裁剪算法、Brensenham画线、画圆算法和扫描线填充算法。做成一个类似于Windows画笔的东西。-Graphics Weiler-Atherton clipping algorithm, Brensenham drawing a line, circle algorithm and scan line fill algorithm. A brush made of something similar to Windows. May be required
  3. 所属分类:Graph Drawing

    • 发布日期:2017-03-30
    • 文件大小:149700
    • 提供者:王宇翔
  1. weiler

    0下载:
  2. The Delphi program. Weiler method for the removal of hidden lines.
  3. 所属分类:Delphi VCL

    • 发布日期:2017-04-01
    • 文件大小:203655
    • 提供者:Alexander
  1. PolylineSectionClip

    0下载:
  2. 扩展Weiler裁剪算法,并在delphi中实现其功能。-Extended the Weiler cutting algorithm, and its function in delphi.
  3. 所属分类:Delphi VCL

    • 发布日期:2017-04-15
    • 文件大小:6912
    • 提供者:
  1. CAD

    0下载:
  2. Weiler-Atherton算法的C程序实现,实现多边形并交差运算。-Polygon and cross operator
  3. 所属分类:CAD

    • 发布日期:2017-03-30
    • 文件大小:61836
    • 提供者:张永川
  1. polygonClipping

    0下载:
  2. weiler polygon algorithm click and move green rectangle
  3. 所属分类:2D Graphic

    • 发布日期:2017-04-13
    • 文件大小:1553
    • 提供者:Zero
  1. Clipping

    0下载:
  2. >I m looking for a source code coded either in Pascal or C (C++) for the >Weiler-Atherton algorithm. The page http://members.xoom.com/msleonov/pbcomp.html has a comparison of many packages for boolean operations on polygons. Links
  3. 所属分类:LabView

    • 发布日期:2017-04-08
    • 文件大小:1587
    • 提供者:Zero
  1. main

    0下载:
  2. Weiler-Atherton 算法,还有注释!-Weiler-Atherton clipping
  3. 所属分类:Console

    • 发布日期:2017-04-15
    • 文件大小:5251
    • 提供者:wulei
  1. Polycut_weiler-atherton

    1下载:
  2. 基于weiler-atherton算法的多边形裁剪程序实现,使用OpenGL库实现基本的多边形裁剪动画。-Based weiler-atherton polygon clipping algorithm program implementation, using OpenGL library implements basic polygon clipping animation.
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-05-09
    • 文件大小:2034786
    • 提供者:t-mac
« 12 »
搜珍网 www.dssz.com