搜索资源列表

  1. CohenSoutherlandLineClipping

    0下载:
  2. Cohen-Southerland线段裁剪算法的Matlab程序-Cohen-Southerland Line Clipping Algorithm in Matlab procedures
  3. 所属分类:matlab例程

    • 发布日期:2024-05-21
    • 文件大小:1024
    • 提供者:章礼平
  1. cg5

    0下载:
  2. progrma to implement cohen sutherland line clipping algorithm
  3. 所属分类:界面编程

    • 发布日期:2024-05-21
    • 文件大小:8192
    • 提供者:opengl
  1. Cohen_Sutherland

    0下载:
  2. 本程序实现的是Cohen—Sutherland裁剪算法,一复制就能用。本来是要用.cpp 文件上传的,到考虑到.cpp文件包含很多预算法无关的代码行,所以就用.txt上传了。-Cohen-Sutherland algorithm, Graphics Analysis。
  3. 所属分类:绘图程序

    • 发布日期:2024-05-21
    • 文件大小:1024
    • 提供者:tonyshen
  1. shiyan4

    0下载:
  2. 了解二维图形裁剪的原理(点的裁剪、直线的裁剪、多边形的裁剪),利用VC+OpenGL实现直线的裁剪算法。 2.实验内容: (1) 理解直线裁剪的原理(Cohen-Surtherland算法、梁友栋算法) (2) 利用VC+OpenGL实现直线的编码裁剪算法,在屏幕上用一个封闭矩形裁剪任意一条直线。 (3) 调试、编译、修改程序 -Understanding of the principles of cutti
  3. 所属分类:OpenGL

    • 发布日期:2024-05-21
    • 文件大小:566272
    • 提供者:jing
  1. LineCLIP

    0下载:
  2. Program runs Cohen-Sutherland Line Clipping algorithm, used for the Cartesian coordinates Cartesian coordinate system. Start-shaped: the user to enter the draw line segments start and end coordinates of the end of state:
  3. 所属分类:2D图形编程

    • 发布日期:2024-05-21
    • 文件大小:2048
    • 提供者:noha seddik
  1. Suther_cohen

    0下载:
  2. sutherland cohen line clipping algortithm
  3. 所属分类:绘图程序

    • 发布日期:2024-05-21
    • 文件大小:1024
    • 提供者:Preeti
  1. Caijian

    0下载:
  2. 计算机图形学裁剪算法,包括梁友栋算法和Cohen-Sutherland算法-Computer graphics clipping algorithms, including Liang Dong algorithms and Cohen-Sutherland Algorithm
  3. 所属分类:2D图形编程

    • 发布日期:2024-05-21
    • 文件大小:1024
    • 提供者:Leo
  1. Cohen_Suther_LineClipping

    0下载:
  2. Implementation of Cohen Sutherland Line Clipping alogorithm
  3. 所属分类:其他小程序

    • 发布日期:2024-05-21
    • 文件大小:6144
    • 提供者:sm89
  1. CG-50

    0下载:
  2. Cohen Sutherland Algorithm
  3. 所属分类:绘图程序

    • 发布日期:2024-05-21
    • 文件大小:2048
    • 提供者:anam
  1. Clipping_CohenSutherland

    0下载:
  2. 实现Cohen Sutherland方法对直线进行剪裁,剪裁后原来直线仍保持,可供对比。-Cohen Sutherland method to achieve a straight line to cut, cut a straight line after the original remain, which can be compared.
  3. 所属分类:Internet/网络编程

    • 发布日期:2024-05-21
    • 文件大小:1024
    • 提供者:Monss
  1. dda

    0下载:
  2. 计算机图形学中sutherland算法来进行区域切割,用矩形剪裁直线-Sutherland algorithm in computer graphics to regional cut, straight cut with rectangular
  3. 所属分类:绘图程序

    • 发布日期:2024-05-21
    • 文件大小:1049600
    • 提供者:lipeng
  1. Desktop

    0下载:
  2. Cohen-Sutherland Line Clipping algorithm
  3. 所属分类:C#编程

    • 发布日期:2024-05-21
    • 文件大小:6144
    • 提供者:fatima
  1. COHEN

    0下载:
  2. Cohen sutherland algorithm for line clipping
  3. 所属分类:2D图形编程

    • 发布日期:2024-05-21
    • 文件大小:1024
    • 提供者:Sahana
  1. Cohen_And_Sutherland

    0下载:
  2. Cohen & sutherland algo for line clipping
  3. 所属分类:数值算法/人工智能

    • 发布日期:2024-05-21
    • 文件大小:17408
    • 提供者:vishal
  1. xianduan

    0下载:
  2. 从直线的Cohen-Sutherland、中点分割和参数化裁剪算法中,任选一种,编程实现; 2.编程实现Bezier曲线分割递推de Casteljau算法。 3.任选一种曲面,并编程实现 -From the line of Cohen-Sutherland, the midpoint of segmentation and parametric clipping algorithm, Choose one, program
  3. 所属分类:2D图形编程

    • 发布日期:2024-05-21
    • 文件大小:1024
    • 提供者:孙伟
  1. SutherlandTriCubeIntersectTest

    0下载:
  2. 三角形和立方体的相交测试demo,OpenGL实现 使用3维Sutherland算法做优化 线段与三角的相交测试技术与D3D的拾取示例实现相同-Triangle and cube intersection test demo, OpenGL implementation. use3-D Sutherland algorithm for optimization .line segment and triangle interse
  3. 所属分类:OpenGL

    • 发布日期:2024-05-21
    • 文件大小:17408
    • 提供者:ZZP
  1. cut

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

    • 发布日期:2024-05-21
    • 文件大小:1958912
    • 提供者:
  1. COHEN-1

    0下载:
  2. cohen algorithm in c language-cohen algorithm in c language
  3. 所属分类:数值算法/人工智能

    • 发布日期:2024-05-21
    • 文件大小:3072
    • 提供者:tejas
  1. CohenSutherland

    0下载:
  2. its sutherland and cohen computer graphics algorithm ana code-its sutherland and cohen computer graphics algorithm ana code
  3. 所属分类:绘图程序

    • 发布日期:2024-05-21
    • 文件大小:5120
    • 提供者:tejas
  1. VCcaijian

    0下载:
  2. 理解二维图形裁剪的基本原理,掌握常见的二维图形裁剪算法,利用TC实现直线段的编码裁剪(Cohen-Sutherland)算法。-Master common 2d graphics cutting algorithm, using TC realization of a line segment code cutting (Cohen- Sutherland) algorithm.
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-21
    • 文件大小:53248
    • 提供者:下坡
« 1 2 3 4 5 6 7 89 10 11 »

源码中国 www.ymcn.org