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

搜索资源列表

  1. 案例10-Cohen-Sutherland直线裁剪算法

    1下载:
  2. Cohen-Sutherland直线裁剪算法,调试无错误。实现的功能很强大,易于理解-Cohen-Sutherland line clipping algorithm, debug error-free. Realize the function is powerful, easy to understand
  3. 所属分类:2D图形编程

    • 发布日期:2017-03-23
    • 文件大小:279675
    • 提供者:哟哦哦
  1. Cohen-Sutherland

    0下载:
  2. opengl中的直线裁剪算法,包括cohensutherland算法,中点法等-line clipping algorithm in opengl, including cohensutherland algorithm, the midpoint method
  3. 所属分类:OpenGL program

    • 发布日期:2017-03-29
    • 文件大小:60630
    • 提供者:wy
  1. shiyan4

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

    • 发布日期:2017-03-23
    • 文件大小:566130
    • 提供者:jing
  1. Cohen-Sutherland

    0下载:
  2. 计算机图形学中Cohen-Sutherland裁剪算法裁剪线段-Computer graphics, Cohen-Sutherland line clipping algorithm for cutting
  3. 所属分类:Special Effects

    • 发布日期:2017-03-31
    • 文件大小:1217
    • 提供者:小丫
  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 Graphic

    • 发布日期:2017-03-28
    • 文件大小:2087
    • 提供者:Aboy
  1. Cohen-Sutherland

    1下载:
  2. 程序运行Cohen-Sutherland线段裁剪算法 ,所用坐标系为笛卡尔直角坐标系. 起始状:用户输入所画线段的起点和终点坐标 结束状态:程序打印出裁剪以后的线段-Program runs Cohen-Sutherland Line Clipping algorithm, used for the Cartesian coordinates Cartesian coordinate system. Start-shaped: the user to enter the draw
  3. 所属分类:OpenGL program

    • 发布日期:2017-03-28
    • 文件大小:4347
    • 提供者:
  1. Cohen-Sutherland

    0下载:
  2. Using C + + implementation of the Cohen-Sutherland line clipping algorithm-Using C++ implementation of the Cohen-Sutherland line clipping algorithm
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-10
    • 文件大小:2408829
    • 提供者:pigniao
  1. CohenSoutherlandLineClipping

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

    • 发布日期:2017-04-02
    • 文件大小:1239
    • 提供者:章礼平
  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: The procedure to print out af
  3. 所属分类:2D Graphic

    • 发布日期:2017-03-30
    • 文件大小:1687
    • 提供者:noha seddik
  1. case10

    0下载:
  2. Cohen-Sutherland直线裁剪算法,设置裁剪窗口,任意画一条直线进行裁剪-Cohen-Sutherland line clipping algorithm, set the cutting window, draw a straight line to cut any
  3. 所属分类:Special Effects

    • 发布日期:2017-03-28
    • 文件大小:288130
    • 提供者:winsome
  1. COHEN

    0下载:
  2. Cohen sutherland algorithm for line clipping
  3. 所属分类:2D Graphic

    • 发布日期:2017-04-05
    • 文件大小:916
    • 提供者:Sahana
  1. Cohen_And_Sutherland

    0下载:
  2. Cohen & sutherland algo for line clipping
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-17
    • 文件大小:17716
    • 提供者:vishal
  1. cutout

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

    • 发布日期:2017-04-10
    • 文件大小:1959513
    • 提供者:
  1. Cohen-Sutherland

    0下载:
  2. 实现Cohen-Sutherland线段裁剪-Implement Cohen-Sutherland Line Clipping
  3. 所属分类:OpenGL program

    • 发布日期:2017-03-31
    • 文件大小:38798
    • 提供者:薛吉霆
  1. Cohen-Sutherland-algorithm

    0下载:
  2. This a Cohen-Sutherland line clipping program. It shows the clipping of a line using OpenGL. -This is a Cohen-Sutherland line clipping program. It shows the clipping of a line using OpenGL.
  3. 所属分类:OpenGL program

    • 发布日期:2017-05-20
    • 文件大小:5814140
    • 提供者:Juan
  1. Cohen-Sutherland

    0下载:
  2. 利用OpenGL实现Cohen-Sutherland裁剪算法(编码裁剪算法),是最早的直线段裁剪算法。-The use of OpenGL implementations Cohen-Sutherland clipping algorithm (coded clipping algorithm), is the first straight line clipping algorithm.
  3. 所属分类:OpenGL program

    • 发布日期:2017-03-29
    • 文件大小:1801
    • 提供者:陈韬
  1. Cohen-Sutherland

    0下载:
  2. This a C++ program which shows the Cohen-Sutherland Line Clipping Algorithm using Opengl.-This is a C++ program which shows the Cohen-Sutherland Line Clipping Algorithm using Opengl.
  3. 所属分类:Education soft system

    • 发布日期:2017-11-14
    • 文件大小:1152
    • 提供者:shakith
  1. line-clipping

    0下载:
  2. OpenGL计算机图形学的Cohen-Sutherland线段裁剪算法-OpenGL, line clipping algorithm based on Cohen-Sutherland
  3. 所属分类:OpenGL program

    • 发布日期:2017-03-29
    • 文件大小:2265
    • 提供者:Archer钦
  1. Cohen-Sutherland-line-clipping

    0下载:
  2. Cohen-Sutherland Line clipping using openGL
  3. 所属分类:OpenGL program

    • 发布日期:2017-04-24
    • 文件大小:17889
    • 提供者:Sly Code
  1. LINE-CLIPPING

    0下载:
  2. It contains cohen sutherland line clipping executable program.
  3. 所属分类:Compiler program

    • 发布日期:2017-04-12
    • 文件大小:959
    • 提供者:Shivam
« 12 3 »
搜珍网 www.dssz.com