CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 搜索资源 - 线段裁剪

搜索资源列表

  1. 二维裁剪算法

    0下载:
  2. 实现裁剪直线段的Cohen-Sutherland算法和裁剪多边形的Sutherland-Hodgman算法的程序 -realization of the linear cutting Cohen-Sutherland algorithm and cutting polygons Sutherland-Hodgman algorithm procedures
  3. 所属分类:GDI/图象编程

    • 发布日期:2008-10-13
    • 文件大小:27.61kb
    • 提供者:kuld
  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
    • 文件大小:85.5kb
    • 提供者:于心不甘
  1. Cohen_Sutherland

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

    • 发布日期:2008-10-13
    • 文件大小:30.05kb
    • 提供者:柯南
  1. 计算数目

    0下载:
  2. 这是 我编的一个小程序,请大家指点。 内容简介:计算机图形学的原理、算法及系统,并用c语言编写绘图程序。主要内容包括计算机图形学的发展概况、图形设备及系统;线段、园、区域填充、线型线宽、字符、裁剪、等基本图形生成算法;样条、Bezier、B样条等常用曲线的概念、生成算法和性质;Coons曲面、Bezier曲面、B样条曲面等常用曲面的基本概念和生成算法;用c语言编写绘图程序。-This Part I of a small program, please guidance. Descr iption
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:967byte
    • 提供者:张元
  1. 编码裁剪0

    0下载:
  2. 在VC++中实现的2维线段的编码裁减,何以扩展到3维线段-Code cut of two dimension line section is achieved in VC++, and it can be extended to three dimension line section.
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:63.11kb
    • 提供者:王远
  1. 裁剪线段算法

    0下载:
  2. 实现计算机图形学的Cohen Sutherland 算法 实现剪裁 颜色填充等功能 功能强大 代码可重用性强-implement the Cohen Sutherland arithmetic on computer graphics,implement cutting filling collor ,with a powerful reused function
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:12.17kb
    • 提供者:鲸鱼
  1. clip

    0下载:
  2. 裁剪算法源码,实现计算机图形学中经典的线段裁剪算法-Clip
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-05-08
    • 文件大小:1.58mb
    • 提供者:廖波
  1. CaiJian

    0下载:
  2. 分别用编码法和中点法对编码进行运算,进行裁剪的判断,找出窗口内线段的两个端点。-Coding method, respectively, and the mid-point method of computing code, the judge cut to identify the two segments within the window endpoint.
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-09
    • 文件大小:1.87mb
    • 提供者:王娟
  1. graphics

    0下载:
  2. 1)给出系统框架。 2)调用画点的函数,分别用DDA、中点Bresenham算法和改进Bresenham算法绘制直线和中点算法绘制直线、用不同的算法绘制圆和椭圆 ,并各自比较算法精度与效率的差别 。 3)实现二维图形的变换。(包括平移,放缩,旋转,错切以及复合变换) 4)运用所学的区域填充算法实现区域填充。 5)运用所学算法实现线段裁剪以及多边形裁剪(多边形裁剪为可选)。 6)自己实现其它附加以及需要完善的功能。 -1) give system framework.
  3. 所属分类:Console

    • 发布日期:2017-04-03
    • 文件大小:319.49kb
    • 提供者:元宝
  1. TextWGL

    0下载:
  2. 梁友栋-Barsky裁剪算法,算法的基本思想:当要裁剪的线段是P0P1, P0P1和窗口边界交于A,B,C,D四点。从A,B和P0三点中找出最靠近的P1的点,从C,D和P1中找出最靠近P0的点。-Liangyou Dong-Barsky clipping algorithm, the algorithm' s basic idea: When you want to cut the line is P0P1, P0P1 and window borders intersect at A,
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-10
    • 文件大小:1.81mb
    • 提供者:liqianmei
  1. Cohen_SutherLand-Liang_Barsky

    0下载:
  2. VS2008下MFC编程,研究生课程:计算机图形学编程,包括:Cohen_SutherLand,Liang_Barsky线段裁剪算法-VS2008 under MFC programming, postgraduate courses: computer graphics programming, including: Cohen_SutherLand, Liang_Barsky Line Clipping Algorithm
  3. 所属分类:Windows Develop

    • 发布日期:2017-11-13
    • 文件大小:135.88kb
    • 提供者:LEO_山
  1. zhongdianfenge

    0下载:
  2. 线段裁剪中点分割算法,线段裁剪中点分割算法-The midpoint of the line cutting segmentation algorithm
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-12-03
    • 文件大小:2.92mb
    • 提供者:杨抒怡
  1. zhixian

    0下载:
  2. cohen直线裁剪算法 包含矩形框对线段的裁剪 以及多边形的绘制-cohen linear cutting algorithm contains clipping rectangle on the line and polygon drawing
  3. 所属分类:Console

    • 发布日期:2017-05-11
    • 文件大小:2.25mb
    • 提供者:weng
  1. caijian

    0下载:
  2. 实现线段的裁剪 画个框作为裁剪窗口 保留框内线段-Draw a line cut to achieve a crop window box frame line reservations
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-28
    • 文件大小:10.61mb
    • 提供者:王秀杰
  1. PolygonCutPolyline

    1下载:
  2. 运用C#编程语言完成多边形裁剪算法程序。实现输入一个多边和一段线后能够自动将线裁剪并保留多边形内的线段而舍弃多边形外的线段。-Using C# programming language to complete polygon clipping algorithm program. Enter a multilateral and achieve some line after line can automatically crop and retained within the polygon
  3. 所属分类:CSharp

    • 发布日期:2017-04-30
    • 文件大小:251.21kb
    • 提供者:caojuan
  1. cut

    0下载:
  2. 交互式画线段,并实现对直线段的裁剪算法(Cohen-Sutnerland算法与梁友栋-Barskey算法)-Interactive painting line and clipping algorithm to achieve the straight section (Cohen-Sutnerland algorithm 梁友栋-Barskey algorithm)
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-30
    • 文件大小:55.03kb
    • 提供者:刘凯丽
  1. The-homework-of-Fan-Chunnan

    0下载:
  2. 基于Visual Studio2013的Ling线段的裁剪算法,可以实现画线、裁剪。-Based on the Visual Studio2013 Ling segment of the crop algorithm can be achieved painting lines, crop.
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-04
    • 文件大小:140.75kb
    • 提供者:陈作桓
  1. 14990066(06)

    0下载:
  2. 对线段进行裁剪(Cut line segments)
  3. 所属分类:Windows编程

    • 发布日期:2017-12-24
    • 文件大小:62kb
    • 提供者:奥黛丽
  1. 算法实现

    0下载:
  2. Cyrus和Beck用参数化方法提出了比Cohen-Sutherland更有效的算法。后来梁友栋和Barsky独立地提出了更快的参数化线段裁剪算法,也称为Liany-Barsky(LB)算法。(Cyrus Beck Cohen-Sutherland Barsky Liany-Barsky Cyrus Beck Cohen-Sutherland Barsky Liany-Barsky)
  3. 所属分类:GDI/图象编程

    • 发布日期:2018-01-01
    • 文件大小:1kb
    • 提供者:黎明哥哥
  1. 45457736

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

    • 发布日期:2018-04-21
    • 文件大小:25kb
    • 提供者:qlx_856
搜珍网 www.dssz.com