CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 图形图象 搜索资源 - cohen sutherland

搜索资源列表

  1. 20050924165256_cat

    0下载:
  2. 裁剪算法源码 一个简单的Cohen-Sutherland线段裁剪算法的实现程序共享给大家-cutting a simple algorithm source of Cohen-Sutherland line cutting algorithm implementation procedures for everyone to share
  3. 所属分类:2D图形编程

    • 发布日期:2008-10-13
    • 文件大小:29786
    • 提供者:张茜
  1. 裁剪算法源码

    0下载:
  2. cohen-sutherland线裁减算法实现
  3. 所属分类:2D图形编程

    • 发布日期:2008-10-13
    • 文件大小:175968
    • 提供者: 何婷
  1. Cohen-Sutherlandkjf

    0下载:
  2. 用C语言实现的Cohen-Sutherland算法,对学习计算机图形学有很大的帮助-C language to the Cohen-Sutherland algorithm. to learn computer graphics is a great help! !
  3. 所属分类:2D图形编程

    • 发布日期:2008-10-13
    • 文件大小:1574
    • 提供者:ffff
  1. Cohen

    0下载:
  2. 编码裁剪法,Cohen-Sutherland算法的实现~-coding method, Cohen-Sutherland Algorithm of ~
  3. 所属分类:2D图形编程

    • 发布日期:2008-10-13
    • 文件大小:1364
    • 提供者:谌诗影
  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. 3dCohenCutOut

    0下载:
  2. 使用Cohen-Sutherland方法完成的三维空间裁剪。-Cohen-Sutherland method used to complete the three-dimensional cutting.
  3. 所属分类:OpenGL program

    • 发布日期:2017-05-02
    • 文件大小:13232
    • 提供者:dcj
  1. poly_cut

    0下载:
  2. 计算机图形学中的Cohen-Sutherland裁剪算法的C++实现-Computer Graphics in the Cohen-Sutherland clipping algorithm of the C++ to achieve
  3. 所属分类:Graph Drawing

    • 发布日期:2017-04-16
    • 文件大小:54113
    • 提供者:陈星华
  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 experimental OpenGL is a cutt
  3. 所属分类:OpenGL program

    • 发布日期:2017-04-13
    • 文件大小:2026
    • 提供者:dawei
  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. COHEN

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

    • 发布日期:2017-04-05
    • 文件大小:916
    • 提供者:Sahana
  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. ScanFill-Sutherland

    0下载:
  2. 该程序包含两部分,一部分使用扫描线区域填充算法完成多边形的扫描显示,另一部分使用Cohen-Sutherland算法实现直线裁剪-The program consists of two parts, using the scan line polygon area fill algorithm scans showed complete, the other using the Cohen-Sutherland line clipping algorithm
  3. 所属分类:Graph program

    • 发布日期:2017-03-29
    • 文件大小:274692
    • 提供者:sjgao
  1. Cohen-SutherlandLiang-Barsky

    0下载:
  2. 基于VC环境下的直线裁剪算法Cohen-Sutherland算法和Liang-Barsky算法的实现-Based on the realization of linear cutting algorithm VC environment under the Cohen-Sutherland algorithm and Liang-Barsky algorithm
  3. 所属分类:OpenGL program

    • 发布日期:2017-10-31
    • 文件大小:67734
    • 提供者:郑斌
  1. Cohen-SutherlandMFC

    0下载:
  2. Cohen-Sutherland算法实现直线裁剪在MFC下实现,opengl-Cohen-Sutherland algorithm implemented in MFC linear cutting, opengl
  3. 所属分类:2D Graphic

    • 发布日期:2017-11-17
    • 文件大小:36832
    • 提供者:啊而
  1. Cohen-Sutherland

    0下载:
  2. Cohen-Sutherland 剪裁算法-Cohen-Sutherland
  3. 所属分类:2D Graphic

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

    0下载:
  2. 简单计算机图形学算法,通过Cohen-Sutherland算法,处理裁剪直线。-Simple computer graphics algorithms, by Cohen-Sutherland algorithm to handle cutting a straight line.
  3. 所属分类:Graph Drawing

    • 发布日期:2017-05-11
    • 文件大小:2372337
    • 提供者:Elaine
  1. Cohen-Sutherland-line-clipping

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

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

    0下载:
  2. 计算机图形学-Cohen-Sutherland直线裁剪算法-Cohen-Sutherland straight line
  3. 所属分类:OpenGL program

    • 发布日期:2017-05-11
    • 文件大小:2522963
    • 提供者:陈惠丽
  1. 2D-cohen-sutherland

    0下载:
  2. 计算机图形学 Cohen-Sutherland算法在VC++ 6.0 平台下的实现-computer graphics Cohen-Sutherland under VC++ 6.0
  3. 所属分类:2D Graphic

    • 发布日期:2017-04-30
    • 文件大小:188597
    • 提供者:
  1. src

    0下载:
  2. 采用Sutherland-Hodeman多边形裁剪算法和Cohen-Sutherland直线裁减算法在java界面实现(The implementation of the Sutherland-Hodeman polygon clipping algorithm and the Cohen-Sutherland line reduction algorithm in the java interface)
  3. 所属分类:绘图程序

    • 发布日期:2018-04-19
    • 文件大小:4096
    • 提供者:李木华
« 1 23 4 »
搜珍网 www.dssz.com