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

搜索资源列表

  1. Sutherland_Cohen

    0下载:
  2. 一个用OpenGL实现的Sutherland-Cohen裁剪算法。-use OpenGL one of Sutherland-Cohen cutting algorithm.
  3. 所属分类:OpenGL

    • 发布日期:2008-10-13
    • 文件大小:2002
    • 提供者:陈晓岚
  1. tuxingxuedazouye

    2下载:
  2. 1. 做一个集成的图形界面的程序,可调用每一次作业子程序。 2. 调用画点的函数,用DDA、中点算法画直线和中点算法及正负法画圆和抛物线。 3. 交互式的二维直线求交:如果存在交点,用实心圆显示交点,并用文字显示其坐标。 4. 用动画实现二维图形变换的各种算法,实现对指定形体的平移、旋转和缩放。(包括自行车行走和绕固定点旋转的自旋转物体动画。) 5. 线段裁剪和多边形裁剪算法的动画演示实现。(两种线段裁剪算法和H-S多边形逐边裁剪算法)多边形裁剪算法的动画演示要求先画出一个封闭的
  3. 所属分类:绘图程序

    • 发布日期:2008-10-13
    • 文件大小:108711
    • 提供者:张斌
  1. Cohen_SutherLand

    0下载:
  2. 图形学课程的区域裁剪算法,共列举了三个有代表性的直线裁剪,分别为区域外的,区域上的和区域中的直线的裁剪算法-graphics courses regional cutting algorithm, a total of three listed representative linear cutting, for outside the region, the region and the region of a straight line cutting algorithm
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:1806
    • 提供者:efeffeef
  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. liujunpeng20060618polygon

    0下载:
  2. 实验内容: 2. 实现逐边裁剪算法 2.1 段和裁剪窗口顶点坐标由鼠标输入 2.2 裁剪结果用红色绘制 实验步骤 1. 点取点菜单,在客户区中按下鼠标左键取点 2. 取点完毕后,点画菜单 多边形 把多边形画出 3. 点裁剪菜单裁剪-experiment : 2. By cutting edge achieve 2.1 of the algorithm and cutting window vertex coordinates input from the mou
  3. 所属分类:绘图程序

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

    0下载:
  2. 了解二维图形裁剪的原理(点的裁剪、直线的裁剪、曲线和文字的裁剪),利用TurboC实现直线的裁剪算法。-2D graphics cutting understand the principle (point cut, straight cut, curve and the letter cutting), using Turbo achieve linear cutting algorithm.
  3. 所属分类:绘图程序

    • 发布日期:2008-10-13
    • 文件大小:1160
    • 提供者:刘碧茜
  1. clip_graph

    0下载:
  2. 本源码给出了实现线段和矩形的裁剪算法. 包含有一\"图形裁剪\"文件夹 实验步骤的简要提示的WORD文档--Grphics experiment NO4-图形裁剪.doc 一可执行文件-- 图形裁剪.exe - The source code has produced the realization line segment and the rectangle cuts out the algorithm Contains has a \"graph to cut out
  3. 所属分类:GDI/图象编程

    • 发布日期:2008-10-13
    • 文件大小:87551
    • 提供者:于心不甘
  1. Choen-Sutherland

    0下载:
  2. 如何在Visual C++中实现Choen-Sutherland线段裁剪算法,实现了基本交互-how to achieve Visual C Choen-Sutherland line cutting algorithm, to achieve the basic interactive
  3. 所属分类:绘图程序

    • 发布日期:2008-10-13
    • 文件大小:47858
    • 提供者:liu
  1. Sutherland-Hodgman

    0下载:
  2. 在Visual C++中实现的Sutherland-Hodgman多边形裁剪算法-achieved by Sutherland-Hodgman polygon clipping algorithm
  3. 所属分类:绘图程序

    • 发布日期:2008-10-13
    • 文件大小:48260
    • 提供者:liu
  1. TwoWork

    0下载:
  2. 1\\直线段的裁剪算法Cohen-Sutherland 2\\二次、三次Bezier曲线,二次、三次均匀B样条曲线(过首末顶点)(不会抖动)-1 \\ line of the cutting algorithm Cohen-Sutherland 2 \\ Second, Bezier curves, second, third uniform B-spline curves (after the end of the first peak) (no jitter)
  3. 所属分类:绘图程序

    • 发布日期:2008-10-13
    • 文件大小:1218425
    • 提供者:heiniu532
  1. barsky

    0下载:
  2. OpenGl中的二维裁剪算法,实现直线段相对于给定窗口的裁减,主要采用梁友栋-barsky算法,-OpenGl the two-dimensional cutting algorithm, and of the linear phase for a given window of the reduction, used mainly friends of Liang Dong-barsky algorithm,
  3. 所属分类:OpenGL

    • 发布日期:2008-10-13
    • 文件大小:2006
    • 提供者:魏然
  1. Liangyoudunsuanfa

    0下载:
  2. 梁友栋-Barskey裁剪算法,在裁剪算法中比较快的一种算法,-friends of Liang Dong-Barskey cutting algorithm, the algorithm cutting a faster algorithm,
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:881
    • 提供者:skywyj
  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. CDA1

    1下载:
  2. Sutherland-Hodgeman多边形裁剪算法:-Sutherland-Hodgeman polygon clipping algorithm :
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:43429
    • 提供者:王强军
  1. Bezier_CutLIne

    0下载:
  2. 直线段的裁剪和绘制,1、自由曲线包括:二次、三次Bezier曲线,二次、三次均匀B样条曲线; 2、Bezier曲线的实现算法要求选用细分算法; 3、均匀B样条曲线过控制多边形的首末顶点; 4、利用B样条曲线的局部控制性来动态修改曲线形状; 5、界面设计友好、几何直观。 裁剪算法选用Cohen-Sutherland算法; -straight of the cutting and painting, a free curve include : second, third B
  3. 所属分类:绘图程序

    • 发布日期:2008-10-13
    • 文件大小:331797
    • 提供者:rtshen
  1. 2D_Clip

    0下载:
  2. 图形学的2D裁剪算法,自己写的,比较简单,没有写的过多其他功能!-2D graphics cutting algorithm, wrote and relatively simple and not too much was made of other functions.
  3. 所属分类:2D图形编程

    • 发布日期:2008-10-13
    • 文件大小:3750512
    • 提供者:yql
  1. daimacaijian

    0下载:
  2. 实现了直线的裁剪算法,得到区域里需要的线段-achieved a straight cut algorithm, is a region where the line needs
  3. 所属分类:2D图形编程

    • 发布日期:2008-10-13
    • 文件大小:1053
    • 提供者:mr3
  1. caijian

    0下载:
  2. 图形学中一个基本的裁剪算法的实现,里面是呈现的源代码!-graphics, a basic method for the cut, which is showing the source code!
  3. 所属分类:绘图程序

    • 发布日期:2008-10-13
    • 文件大小:36159
    • 提供者:zhanglibo
  1. dujunli_337

    2下载:
  2. 想学好计算机图形学的大学生,老师和工程人员内容:动态的演示了图形生成过程,详细的源代码使你粘贴后就可以运行,其中包括DDA、bresenham、逐点比较法直线生成算法;bresenham,DDA,中点画圆算法;n次bezier,spline,Bspling,Hermite曲线生成算法;单线性,双线性,Bezier曲面生成算法;矢量,点阵字符生成算法;扫描填充,种子填充算法,多边形,直线裁剪算法;平移,比例,旋转,原点对称,错切变换算法;斜测投影,一点,二点,三点透视算法;消影,斜平行投影,正轴测
  3. 所属分类:文件操作

    • 发布日期:2008-10-13
    • 文件大小:39573
    • 提供者:隋毅
  1. cut-outarithmetic

    0下载:
  2. 这里将以前编写的一个简单的Cohen-Sutherland线段裁剪算法的实现程序共享给大家。希望能给大家一点点帮助。
  3. 所属分类:并行运算

    • 发布日期:2008-10-13
    • 文件大小:31278
    • 提供者:和海波
« 1 2 3 4 56 7 8 9 10 ... 24 »
搜珍网 www.dssz.com