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

搜索资源列表

  1. Clipping&Reflections

    0下载:
  2. 该程序教会你如何利用stencil buffer, clipping和multi-texturing构造图形真实的反射。-Church of the procedures you use stencil buffer, clipping and multi-texturing tectonic graphics true reflection.
  3. 所属分类:OpenGL

    • 发布日期:2008-10-13
    • 文件大小:72642
    • 提供者:潘君
  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. draw2.rar

    0下载:
  2. 多边形裁剪程序:用到的是比较常见的裁剪算法:Sutherland-Hodgman算法。本程序中的裁剪顺序为左边、下边、右边、上边,那么裁剪是这样进行的:原待裁剪多边形作为输入多边形被裁剪矩形的左边裁剪,然后输出的裁剪结果作为下边裁剪的输入多边形,……,依次类推,直到最后一边矩形上边裁剪结束。,Polygon clipping process: it is more commonly used method of cutting: Sutherland-Hodgman algorithm. Thi
  3. 所属分类:Graph Drawing

    • 发布日期:2017-03-28
    • 文件大小:65920
    • 提供者:tomomoon
  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. Sutherland_Hodgeman_Clip

    0下载:
  2. OPENGL 多边形裁剪 基于S_H算法-OPENGL polygon clipping algorithm based on S_H
  3. 所属分类:OpenGL program

    • 发布日期:2017-04-04
    • 文件大小:7495
    • 提供者:oy
  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. deduceR

    0下载:
  2. 是一个通过削波来减少OFDM的PAPR的示范,有图示-Is an adoption of clipping to reduce the PAPR of OFDM model, there are icons
  3. 所属分类:Communication

    • 发布日期:2017-04-04
    • 文件大小:1055
    • 提供者:fan
  1. caijiansu

    0下载:
  2. 对一个不断转动的茶壶进行三维裁剪动画,按鼠标右键停止转动,继续按右键可以观看不同裁剪平面的效果-Of a continuous three-dimensional rotating cutting teapot animation, click the right mouse button to stop rotating, right-click can continue to watch the effects of different clipping plane
  3. 所属分类:OpenGL program

    • 发布日期:2017-05-03
    • 文件大小:13635
    • 提供者:明明
  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. SHPCA

    0下载:
  2. a Ploygon Clipping algorithm
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-13
    • 文件大小:2166
    • 提供者:rand123
  1. centrklipf0

    0下载:
  2. Matlab simulinkMatlab center clipping
  3. 所属分类:Editor

    • 发布日期:2017-04-12
    • 文件大小:655
    • 提供者:db.fish2
  1. gh

    0下载:
  2. 1. 简单图元的生成(如直线、圆、长方形等) 2. 用DDA算法或中点(Besenham)算法实现直线段、椭圆或圆的绘制 3. 用扫描线填充算法进行区域填充,用Sutherland 裁剪算法裁减多边形 4. BEZIER曲线或B样条曲线的绘制 5. 个性化图形软件包的开发 6. 所有文件包括源码和截图-1. Easy metafile generation (such as linear, round, rectangular, etc) 2. Using DDA algor
  3. 所属分类:Graph Drawing

    • 发布日期:2017-05-04
    • 文件大小:1445148
    • 提供者:lixuan
  1. 08-clipping

    0下载:
  2. clipping as used in visual c++ using opengl
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-25
    • 文件大小:218881
    • 提供者:sana
  1. clipping

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

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

    1下载:
  2. 关于ofdm 限幅法的matlab仿真程序-Clipping on the matlab ofdm simulation program
  3. 所属分类:matlab

    • 发布日期:2016-03-12
    • 文件大小:13278
    • 提供者:胡颖
  1. Graphics-Clipping

    0下载:
  2. 图形裁剪 计算机图形学 多边形裁剪 Visual C-Graphics computer graphics polygon clipping Visual C++
  3. 所属分类:Special Effects

    • 发布日期:2017-04-10
    • 文件大小:1945968
    • 提供者:sleepylion
  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. Clipping

    0下载:
  2. Graphics clipping algorithms of both classifications Cohen sutherland Sutherland hodgeman weller liang barsky
  3. 所属分类:Algorithm

    • 发布日期:2017-03-31
    • 文件大小:5792
    • 提供者:Daisy
  1. clipping

    0下载:
  2. PAPR OFDM clipping and filtering
  3. 所属分类:matlab

    • 发布日期:2017-04-08
    • 文件大小:843
    • 提供者:sun2012flower
« 12 3 4 5 6 7 8 9 10 ... 28 »
搜珍网 www.dssz.com