搜索资源列表

  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-13
    • 文件大小: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-13
    • 文件大小:81920
    • 提供者:张巧芳
  1. graphics0

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

    • 发布日期:2024-05-13
    • 文件大小:228352
    • 提供者:盖大明
  1. Cohen-Sutherland

    0下载:
  2. C++源代码,实现裁剪直线的功能,没有经过修改即可应用。-C++ Source code, to achieve the functions of cutting a straight line, you can not modify the application.
  3. 所属分类:Windows编程

    • 发布日期:2024-05-13
    • 文件大小:288768
    • 提供者:陈小军
  1. PolygonClipping

    0下载:
  2. 基于divide and conquer策略的Sutherland-Hodgeman多边形裁剪算法的Matlab程序-Divide and conquer strategy based on the Sutherland-Hodgeman polygon clipping algorithm of Matlab procedures
  3. 所属分类:绘图程序

    • 发布日期:2024-05-13
    • 文件大小:2048
    • 提供者:章礼平
  1. tuxingxueVC6

    0下载:
  2. 主要是各种算法思想及程序,包括:直线的DDA画线、中点画线、Bresenham画线算法;中点画圆、Bresenham画圆、中点画椭圆算法;有序边表填充、种子填充、圆和椭圆的填充、图案填充算法;线型和线宽处理;Cohen-Sutherland裁剪算法、中点分割裁剪算法、Liang-Barsky裁剪算法、多边形逐边裁剪算法-AppWizard has created this Draw application for you. This
  3. 所属分类:绘图程序

    • 发布日期:2024-05-13
    • 文件大小:2285568
    • 提供者:文网文
  1. 1111111111111111

    0下载:
  2. 个有OPENGL实验的一个裁剪算法,用的是 sutherland-cohen的算法-an experimental OpenGL is a cutting algorithm, using the Sutherland-cohen algorithm-OPENGL experiments which have a cutting algorithm is used in the sutherland-cohen algorithm-an
  3. 所属分类:OpenGL

    • 发布日期:2024-05-13
    • 文件大小:2048
    • 提供者:dawei
  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-13
    • 文件大小:2048
    • 提供者:Aboy
  1. Clip

    0下载:
  2. 裁剪算法采用java实现,包括LiangBarskyClip和Sutherland-Hodgman_Clip的实现-Clipping algorithm uses the java implementation, including LiangBarskyClip and Sutherland-Hodgman_Clip realization
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-13
    • 文件大小:53248
    • 提供者:arlin
  1. cut

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

    • 发布日期:2024-05-13
    • 文件大小:1958912
    • 提供者:
  1. Cohen-Hodgman

    0下载:
  2. Choen-Hodgam algorithm
  3. 所属分类:数值算法/人工智能

    • 发布日期:2024-05-13
    • 文件大小:2831360
    • 提供者:ilie
  1. Sutherland-Hodgman

    0下载:
  2. 基于divide and conquer策略的Sutherland-Hodgeman多边形裁剪算法-Sutherland-Hodgeman polygon clipping algorithm based on the strategy of divide and conquer
  3. 所属分类:绘图程序

    • 发布日期:2024-05-13
    • 文件大小:3072
    • 提供者:
  1. Cohen_Sutherland

    0下载:
  2. 实验四 编程实现Cohen-Sutherland线段裁剪算法或者Sutherland-Hodgman多边形裁剪算法 对各种情况进行测试,验证算法实现的完整性 -Experiments four programming Cohen-Sutherland line clipping algorithm or Sutherland-Hodgman polygon clipping algorithms for testing a
  3. 所属分类:OpenGL

    • 发布日期:2024-05-13
    • 文件大小:221184
    • 提供者:林伟鸿
  1. Sutherland_Hodgman

    0下载:
  2. 实验四 编程实现Cohen-Sutherland线段裁剪算法或者Sutherland-Hodgman多边形裁剪算法 对各种情况进行测试,验证算法实现的完整性 -Experiments four programming Cohen-Sutherland line clipping algorithm or Sutherland-Hodgman polygon clipping algorithms for testing a
  3. 所属分类:OpenGL

    • 发布日期:2024-05-13
    • 文件大小:223232
    • 提供者:林伟鸿
  1. jsjImage

    0下载:
  2. 掌握sutherland-hodgman多边形裁剪算法- master Sutherland-Hodgman polygon clipping algorithm
  3. 所属分类:组合框控件

    • 发布日期:2024-05-13
    • 文件大小:4743168
    • 提供者:yangqi
  1. sutherlandHodgman

    0下载:
  2. sutherland-Hodgman polygon clipping
  3. 所属分类:2D图形编程

    • 发布日期:2024-05-13
    • 文件大小:1024
    • 提供者:koncard1
  1. Sutherland-Hodgman

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

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

源码中国 www.ymcn.org