搜索资源列表

  1. Sutherland-Hodgman

    0下载:
  2. 在Visual C++中实现的Sutherland-Hodgman多边形裁剪算法-achieved by Sutherland-Hodgman polygon clipping algorithm
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:48260
    • 提供者:liu
  1. 裁剪线段,VC

    0下载:
  2. Cohen-Sutherland裁剪线段程序,VC-Cohen-Sutherland line cutting procedures, VC
  3. 所属分类:图形图象

    • 发布日期:2024-05-10
    • 文件大小:12288
    • 提供者:gf
  1. 裁剪线段算法

    0下载:
  2. 实现计算机图形学的Cohen Sutherland 算法 实现剪裁 颜色填充等功能 功能强大 代码可重用性强-implement the Cohen Sutherland arithmetic on computer graphics,implement cutting filling collor ,with a powerful reused function
  3. 所属分类:Windows编程

    • 发布日期:2024-05-10
    • 文件大小:12288
    • 提供者:鲸鱼
  1. polygonclip_demo

    0下载:
  2. Polygon clipping is one of those humble tasks computers do all the time. It s a basic operation in creating graphic output of all kinds. There are several well-known polygon clipping algorithms, each having its strengths
  3. 所属分类:绘图程序

    • 发布日期:2024-05-10
    • 文件大小:57344
    • 提供者:cc
  1. Cohen-Sutherland

    0下载:
  2. Cohen-Sutherland算法,有一些简单的交互-Cohen-Sutherland algorithm, there are some simple interactive
  3. 所属分类:绘图程序

    • 发布日期:2024-05-10
    • 文件大小:443392
    • 提供者:黄禹
  1. Choen-Sutherland

    0下载:
  2. 如何在Visual C++中实现Choen-Sutherland线段裁剪算法,实现了基本交互-how to achieve Visual C Choen-Sutherland line cutting algorithm, to achieve the basic interactive
  3. 所属分类:绘图程序

    • 发布日期:2024-05-10
    • 文件大小:416768
    • 提供者:liu
  1. Sutherland-Hodgman

    0下载:
  2. 在Visual C++中实现的Sutherland-Hodgman多边形裁剪算法-achieved by Sutherland-Hodgman polygon clipping algorithm
  3. 所属分类:绘图程序

    • 发布日期:2024-05-10
    • 文件大小:411648
    • 提供者:liu
  1. tuxingxueshiyan1

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

    • 发布日期:2024-05-10
    • 文件大小:718848
    • 提供者:fisherman
  1. Sutherland-Hodgeman

    0下载:
  2. 可以正确执行的Sutherland-Hodgeman多边形裁剪,不过一些小问题需要优化。-can correct implementation of the Sutherland-Hodgeman polygon clipping, But some small problems needed to improve.
  3. 所属分类:2D图形编程

    • 发布日期:2024-05-10
    • 文件大小:1986560
    • 提供者:王强军
  1. Cohen-Sutherland

    0下载:
  2. Cohen-Sutherland算法 -Cohen-Sutherland脣茫 篓
  3. 所属分类:2D图形编程

    • 发布日期:2024-05-10
    • 文件大小:136192
    • 提供者:威尔浮
  1. cohen-sutherland

    0下载:
  2. 改进的cohen-sutherland线段裁剪算法-Improved cohen-sutherland line clipping algorithm
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-10
    • 文件大小:11264
    • 提供者:hy
  1. sutherland

    0下载:
  2. 该文件是对计算机图形学中的基本的sutherland算法,使的学习这些抽象知识具体化-The document is a computer graphics Sutherland in the basic algorithm, making the learning of these abstract and concrete knowledge
  3. 所属分类:图形图象

    • 发布日期:2024-05-10
    • 文件大小:1024
    • 提供者:陈手枪
  1. Cohen-Sutherland

    0下载:
  2. 1、裁剪算法选用Cohen-Sutherland算法; 2、界面设计友好、直观。 Windows xp,Microsoft Visual C++ 6.0中的MFC AppWizard(exe)下实现的 -1, cutting algorithm selection of Cohen-Sutherland algorithm 2, interface design, friendly, and intuitive. Wind
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-10
    • 文件大小:81920
    • 提供者:张巧芳
  1. draw2

    0下载:
  2. 多边形裁剪程序:用到的是比较常见的裁剪算法:Sutherland-Hodgman算法。本程序中的裁剪顺序为左边、下边、右边、上边,那么裁剪是这样进行的:原待裁剪多边形作为输入多边形被裁剪矩形的左边裁剪,然后输出的裁剪结果作为下边裁剪的输入多边形,……,依次类推,直到最后一边矩形上边裁剪结束。-Polygon clipping process: it is more commonly used method of cutting: Sut
  3. 所属分类:绘图程序

    • 发布日期:2024-05-10
    • 文件大小:65536
    • 提供者:tomomoon
  1. Cohen-Sutherland

    0下载:
  2. 用C语言实现了Cohen-Sutherland算法,代码可以直接复制到tc里面运行,很好实现了线段裁剪-With the C language to implement Cohen-Sutherland algorithm, the code can be directly copied to the tc run inside, well realized Line Clipping
  3. 所属分类:2D图形编程

    • 发布日期:2024-05-10
    • 文件大小:2048
    • 提供者:Aboy
  1. SutherlandHodgmanAlgorithm

    0下载:
  2. Sutherland-Hodgman算法-Sutherland-Hodgman Algorithm
  3. 所属分类:2D图形编程

    • 发布日期:2024-05-10
    • 文件大小:1024
    • 提供者:zzq
  1. cutout

    0下载:
  2. 在定义了窗口之后,我们只需将窗口内的图形显示出来,对于窗口之外的图形我们是不关心的。因此,必须将窗口外的图形裁剪下去。在本资料中,实现如下对直线段进行裁剪的算法:Cohen-Sutherland算法、中点分割算法、梁友栋-Barsky算法,并且利用Sutherland-Hodgman算法实现对多边形的裁剪,最后,实现当裁剪域是任意凸多边形时的裁剪算法。-In the definition of the window, we simply
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-10
    • 文件大小:1959936
    • 提供者:
  1. Sutherland

    0下载:
  2. 图形学用Sutherland-Hodgman算法进行多边形裁剪-Sutherland- with Hodgman algorithm polygon cropping
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-10
    • 文件大小:781312
    • 提供者:star
  1. Sutherland-Hodgman

    0下载:
  2. 编程实现Sutherland-Hodgman-Programming Sutherland-Hodgman algorithm
  3. 所属分类:Windows编程

    • 发布日期:2024-05-10
    • 文件大小:4096
    • 提供者:陈向前
  1. Sutherland-Hodgman

    0下载:
  2. Sutherland-Hodfman多边形裁剪(Sutherland-Hodfman polygon clipping algorithm)
  3. 所属分类:图形图象

    • 发布日期:2024-05-10
    • 文件大小:2048
    • 提供者:ProHanziiee
« 12 3 »

源码中国 www.ymcn.org