搜索资源列表

  1. Cutter

    0下载:
  2. 本程序实现了直线裁减和多边形裁剪!窗口由鼠标输入算法为Liang-Barsky算法-the realization of linear reduction and polygon clipping! Window from the mouse input to the algorithm Liang - Barsky algorithm
  3. 所属分类:OpenGL

    • 发布日期:2008-10-13
    • 文件大小:22514
    • 提供者:赵赵
  1. computer

    0下载:
  2. liang-barsky裁剪算法,给定窗口裁剪直线,设置线宽
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:293970
    • 提供者:yujia
  1. CGHomework

    0下载:
  2. 这个程序是我的一个图形学课程的小作业,其中实现了Bresenham直线插补算法、Barsky线框裁剪算法、平行六面体自消隐算法以及绕任意轴的旋转算法。-this procedure is a small graphics course operations, which achieved a Bresenham interpolation algorithm, Barsky wirefr a me cutting algorithm,
  3. 所属分类:GDI/图象编程

    • 发布日期:2008-10-13
    • 文件大小:31501
    • 提供者:聂青阳
  1. scissor

    0下载:
  2. 用一个矩形窗口模拟裁减多变形,对线段进行Liang-Barsky裁减。例如矩形窗口参数(XL=150,XR=350,YB=150,YT=300),线段端点(x1=50 y1=250 x2=400 y2=90 )
  3. 所属分类:GDI/图象编程

    • 发布日期:2008-10-13
    • 文件大小:60854
    • 提供者:赵华
  1. LiangBarsky

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

    • 发布日期:2008-10-13
    • 文件大小:13000
    • 提供者:杨杨
  1. pic

    0下载:
  2. 源码简介: 这是我上图形学实验课时写的程序,实现了以下功能: 第一次作业:(第一课时) 要求:用Bresenham算法画出一个多边形,然后用扫描线填充 第二次作业:(第二课时) 要求:二维空间变换 第三次作业:(第三、四课时) 要求:三维空间变换及投影 第四次作业:(第五,六课时) 要求:Cohen_Sutherland裁剪,梁友栋-Barsky裁剪,裁剪开窗算法,多边形裁剪。 第五次作业:(第七
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:70221
    • 提供者:罗森
  1. snowtiger

    1下载:
  2. 本图形学人课程设计报告,内容详尽 里面附带原码和说明文档以及exe程序。 内容包括Breseham算法画直线,圆,椭圆。 还有多边型二维填充算法,还有二维图形的包括平移,旋转,对称,比例,错切等基本变换。以及用Liang-Barsky算法实现的直线段的裁剪。-curriculum design, detailed fringe inside the original code and documentation, and exe. Br
  3. 所属分类:GDI/图象编程

    • 发布日期:2008-10-13
    • 文件大小:46847
    • 提供者:刘雪虎
  1. 《计算机图形学的算法基础 (David F.Rogers)原书第2版

    0下载:
  2. 本书从图形学最基础的光栅扫描、区域填充、画直线和圆弧等算祛讲起,详细介绍了线裁剪和面裁剪、凸区域裁剪和四区域裁剪的异同、景物空间消隐算法和图像空间消隐算法的差别、具体讲述了一』又空间剖分([135P)、八叉树等图形学中常用的数据结构。新版本增加了图形用户界面、椭圆、图像压缩和线条反走样算法等,还增加}Liaug-Barsky裁剪算法和Nicholf-Lee-Nichoif裁剪算法。新版本大大扩充了可见面光线跟踪算法。在绘制这一章中新增
  3. 所属分类:电子书籍

    • 发布日期:2010-12-13
    • 文件大小:20499598
    • 提供者:w21k@21cn.com
  1. CGHomework

    0下载:
  2. 这个程序是我的一个图形学课程的小作业,其中实现了Bresenham直线插补算法、Barsky线框裁剪算法、平行六面体自消隐算法以及绕任意轴的旋转算法。-this procedure is a small graphics course operations, which achieved a Bresenham interpolation algorithm, Barsky wirefr a me cutting algorithm,
  3. 所属分类:GDI/图象编程

    • 发布日期:2024-05-21
    • 文件大小:31744
    • 提供者:聂青阳
  1. LYD-Barskey

    0下载:
  2. 这是我的计算机图形学的实验——梁友栋算法-This is my experimental computer graphics-- friends of Liang Dong Algorithm
  3. 所属分类:其他小程序

    • 发布日期:2024-05-21
    • 文件大小:1024
    • 提供者:czq
  1. lyd

    0下载:
  2. 这是一个计算机图形学中关于梁友栋算法实现的程序-This is a computer graphics on the friends of Liang Dong algorithm procedures
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-21
    • 文件大小:1024
    • 提供者:黄海涛
  1. 二维裁剪算法

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

    • 发布日期:2024-05-21
    • 文件大小:27648
    • 提供者:kuld
  1. hueituchenxudaquan

    0下载:
  2. 程序的功能: 一、用两种不同算法(DDA法和中点法)画任意直线,输入方式有鼠标取点点法,和对话框输入直线端点法。直线颜色在画线前任意选取。 二、直线的属性控制。可以从对话框中任意输入线宽画直线。还有画虚线的功能,你可以输入虚线中实线部分的长度和空白间隔的长度来画虚线。 三、用两种算法(中点法和正负法)画任意圆。 四、画任意椭圆。画椭圆时限任意取两点确定一矩形,由该矩形确定椭圆的大小。 五、多边形填充。用鼠标
  3. 所属分类:绘图程序

    • 发布日期:2024-05-21
    • 文件大小:1928192
    • 提供者:upcorange
  1. Liang-Barsky-Algorithm

    0下载:
  2. Liang-Barsky-Algorithm的算法实现。计算机图形学的作业,算法较为复杂。用C#编写,带图形演示-Liang-Barsky-Algorithm of the algorithm. Computer graphics operations, the algorithm is more complicated. Written with C#, with graphic presentation
  3. 所属分类:C#编程

    • 发布日期:2024-05-21
    • 文件大小:61440
    • 提供者:徐刚
  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/图象编程

    • 发布日期:2024-05-21
    • 文件大小:283648
    • 提供者:jack
  1. Cohen-SutherlandLiang-Barsky

    0下载:
  2. 基于VC环境下的直线裁剪算法Cohen-Sutherland算法和Liang-Barsky算法的实现-Based on the realization of linear cutting algorithm VC environment under the Cohen-Sutherland algorithm and Liang-Barsky algorithm
  3. 所属分类:OpenGL

    • 发布日期:2024-05-21
    • 文件大小:67584
    • 提供者:郑斌
  1. Liang-Barsky-line

    0下载:
  2. ,梁友栋算法实现画直线,VC++写的mfc程序,可以实现所有功能。-Liang Dong-Barsky line clipping algorithm
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-21
    • 文件大小:269312
    • 提供者:David-Yang
  1. liang--barsky

    1下载:
  2. 计算机图形学作业,opengl,liang-barsky二维图形剪裁算法-Computer graphics operations, opengl, two-dimensional graphics clipping algorithm
  3. 所属分类:OpenGL

    • 发布日期:2024-05-21
    • 文件大小:1024
    • 提供者:siva
  1. liang-barsky

    0下载:
  2. This program is the Implementation of Liang Barsky Line Clipping Algorithm using Opengl in Visual C++.
  3. 所属分类:教育/学校应用

    • 发布日期:2024-05-21
    • 文件大小:1024
    • 提供者:shakith
  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/图象编程

    • 发布日期:2024-05-21
    • 文件大小:1024
    • 提供者:黎明哥哥
« 1 23 4 »

源码中国 www.ymcn.org