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

搜索资源列表

  1. ChunkLodDemo

    0下载:
  2. 基于D3D9的ChunkLod地形Demo,C++封装,有比较初级的四叉树场景管理,Frustum裁剪,天空盒和基本摄像机功能.适合DX进阶学习.-Based on D3D9 s ChunkLod terrain Demo, C++, a relatively junior quadtree scene management, Frustum clipping, sky boxes, and basic camera support,it s for DX advanced learning.
  3. 所属分类:3D Graphic

    • 发布日期:2017-05-26
    • 文件大小:9087127
    • 提供者:mage
  1. liangyoud

    0下载:
  2. 该程序在C环境下运行,实现了梁友栋-Barsky 线段裁剪算法。-This process is running at the c circumstance,and it accomplished the youdongliang-Barsky clipping algorithm of line .
  3. 所属分类:Special Effects

    • 发布日期:2017-04-02
    • 文件大小:695
    • 提供者:wangpu
  1. exp2

    0下载:
  2. 多边形世界 裁剪体 图形学 实验二,以点画面,同时拉动图形旋转-Polygon clipping the world body graphics test two
  3. 所属分类:3D Graphic

    • 发布日期:2017-04-03
    • 文件大小:311827
    • 提供者:崔婷
  1. CG

    0下载:
  2. 基于VC6.0编写的MFC计算机图形学程序编写,实现了如下功能: (1)画直线、画多边形、画圆、画字符 (2)对多边形进行填充 (3)图形裁剪 (4)图形的几何变换 (5)三维图形的消隐及着色 -Prepared based on VC6.0 MFC computer graphics programming, to achieve the following functions: (1) draw a straight line, draw the polygon, c
  3. 所属分类:GUI Develop

    • 发布日期:2017-03-29
    • 文件大小:114048
    • 提供者:李若
  1. Clip

    0下载:
  2. VC6.0实现多边形裁剪。单击左键记录目标多边形,右键记录多边形定点,双击右键闭合多边形。再左键记录裁剪多边形,右键记录多边形定点,双击右键闭合多边形。实现裁剪。-VC6.0 achieve polygon clipping. Click the left records the target polygon, right-record fixed-point polygon, double-click the right-closed polygon. Polygon Clipping rec
  3. 所属分类:Special Effects

    • 发布日期:2017-04-09
    • 文件大小:54450
    • 提供者:yu
  1. vccut

    0下载:
  2. 多边形裁剪算 法多边形裁剪算法-Polygon Clipping Algorithm Polygon Clipping Algorithm
  3. 所属分类:Special Effects

    • 发布日期:2017-03-28
    • 文件大小:168859
    • 提供者:leowang
  1. polygon_clipping

    0下载:
  2. windows 平台下比较好用的多边形裁减实现-windows platform compare-to-use polygon reduction to achieve
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-02
    • 文件大小:218334
    • 提供者:cj
  1. LQJ

    0下载:
  2. 利用Visual C++编程,实现简单几何图形的生成以及相关的操作,如:几何变换,裁剪-Using Visual C++ programming, to achieve a simple geometry generation and the related operations, such as: geometric transformations, clipping
  3. 所属分类:Graph program

    • 发布日期:2017-05-19
    • 文件大小:821252
    • 提供者:刘波
  1. ofdm_sim

    4下载:
  2. OFDM系统中ZF均衡和MMSE均衡算法源码-OFDM system ZF equalization and MMSE equalization algorithm source code
  3. 所属分类:Other systems

    • 发布日期:2014-04-11
    • 文件大小:2184
    • 提供者:贾风
  1. lineclip

    0下载:
  2. Line Clipping program in C
  3. 所属分类:2D Graphic

    • 发布日期:2017-04-12
    • 文件大小:723
    • 提供者:Meriya
  1. CSLCA

    0下载:
  2. Line clipping using cohen sutherland algo
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-12
    • 文件大小:1009
    • 提供者:rand123
  1. clip

    0下载:
  2. 裁剪算法,基于Liangbasky的算法思想-Clipping Algorithm
  3. 所属分类:OpenGL program

    • 发布日期:2017-05-09
    • 文件大小:1646999
    • 提供者:Michael
  1. js

    0下载:
  2. 裁剪坐标计算,通过输入一组数值坐标,可以求解裁剪坐标-Cutting coordinates calculated by entering a set of numerical coordinates, you can solve the clipping coordinates
  3. 所属分类:Other systems

    • 发布日期:2017-04-29
    • 文件大小:186552
    • 提供者:cch
  1. clip

    0下载:
  2. 利用vc++实现的裁剪功能,可实现凹多边形、凸多边形的线裁剪-Using vc++ implementation of the clipping function can be realized concave polygon, convex polygon of the line cutting
  3. 所属分类:Special Effects

    • 发布日期:2017-04-16
    • 文件大小:269914
    • 提供者:王伟伟
  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. cg5

    0下载:
  2. progrma to implement cohen sutherland line clipping algorithm
  3. 所属分类:GUI Develop

    • 发布日期:2017-04-15
    • 文件大小:8270
    • 提供者:opengl
  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. caijian

    0下载:
  2. 学图形学的时候的小程序,可以对线段和多边形进行裁剪-School when a small graphics program can be carried out on the line and polygon clipping
  3. 所属分类:Graph program

    • 发布日期:2017-04-10
    • 文件大小:1957383
    • 提供者:
  1. LineClipping

    0下载:
  2. Line Clipping Algorithm
  3. 所属分类:GUI Develop

    • 发布日期:2017-04-25
    • 文件大小:390847
    • 提供者:Roy Antony
  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 2 3 4 5 6 78 9 10 11 12 ... 26 »
搜珍网 www.dssz.com