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

搜索资源列表

  1. Thelinesegmentcutsout

    0下载:
  2. 线段裁剪:区域内的线段用红色标志,区域外为黑色-Line Clipping : Line in the region with red signs outside the region to the black
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:2632
    • 提供者:张敬
  1. liujunpeng20060618

    0下载:
  2. 1. 实现编码线段裁剪算法 1.1 段和裁剪窗口顶点坐标由鼠标输入 1.2 裁剪结果用红色绘制 1. 实现编码线段裁剪算法 实验步骤 1. 点画线段菜单,在客户区中按下鼠标左键,移动鼠标,鼠标左键弹起时画出线段 2. 选取颜色 3. 点裁剪菜单,在客户区中按下鼠标左键,移动鼠标,鼠标左键弹起时就可以得到裁剪到的线段用2中的颜色绘制出来 -1. Line Clipping achieve coding algorithm 1.1 of the window and
  3. 所属分类:绘图程序

    • 发布日期:2008-10-13
    • 文件大小:48096
    • 提供者:刘俊朋
  1. 2D_LineClipping

    0下载:
  2. 本程序实现了图形学中的二维线段裁剪算法,VC6工程-the realization of the two-dimensional graphics Line Clipping algorithm works VC6
  3. 所属分类:2D图形编程

    • 发布日期:2008-10-13
    • 文件大小:10716
    • 提供者:JohnnyAnn
  1. cg2.rar

    0下载:
  2. program to implement liang barsky line clipping algorithm,program to implement liang barsky line clipping algorithm
  3. 所属分类:GUI Develop

    • 发布日期:2017-04-01
    • 文件大小:7318
    • 提供者:opengl
  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. 用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. 利用Visual C++编写的Cohen_Sutherland直线裁剪算法演示程序,图形界面,可以拖拉画直线,裁剪窗口大小可以自由变换,也可以准确定位输入直线和点-The use of Visual C++ Prepared Cohen_Sutherland line clipping algorithm demo program, graphical interface, you can drag and drop drawing a straight line, cutting window
  3. 所属分类:2D Graphic

    • 发布日期:2017-03-29
    • 文件大小:32022
    • 提供者:wuyiliang
  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. clipping

    0下载:
  2. line clipping algorithm
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-07
    • 文件大小:6425
    • 提供者:Siner
  1. Cohen_And_Sutherland

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

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

    0下载:
  2. OpenGL实现的直线裁剪算法,比较简单,梁友栋Barsky裁剪算法-OpenGL, cutting a straight line algorithms is relatively simple, Liang Youdong Barsky clipping algorithm
  3. 所属分类:OpenGL program

    • 发布日期:2016-12-22
    • 文件大小:1204224
    • 提供者:代码
  1. Liangyou-Dong-Barsky-line

    0下载:
  2. 在Windows环境下用visual C++实现梁友栋-Barsky直线裁剪算法的编程-In the Windows environment using visual C++ implementation Liangyou Dong-Barsky line clipping algorithm programming
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-03-29
    • 文件大小:283451
    • 提供者:jack
  1. two-dimension-line-clipping

    0下载:
  2. 二维线段剪裁代码,用了多次取中值的方法进行的,内容还包括实验报告。-Two-dimensional cut line code, with a number of methods to take the value, and also includes test reports.
  3. 所属分类:2D Graphic

    • 发布日期:2017-04-04
    • 文件大小:85530
    • 提供者:牛文龙
  1. Liang-Barsky-line

    0下载:
  2. ,梁友栋算法实现画直线,VC++写的mfc程序,可以实现所有功能。-Liang Dong-Barsky line clipping algorithm
  3. 所属分类:Special Effects

    • 发布日期:2017-11-03
    • 文件大小:269161
    • 提供者:David-Yang
  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. Cyrus-Beck-Line-Clipping

    0下载:
  2. Cyrus-Beck Line clipping using OpenGL
  3. 所属分类:OpenGL program

    • 发布日期:2017-04-14
    • 文件大小:2713
    • 提供者:Sly Code
  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 4 5 6 7 8 »
搜珍网 www.dssz.com