搜索资源列表

  1. Liang_Barsky

    0下载:
  2. 是用c语言编的直线裁剪程序,很好用,如果可以的话帮我改正改正!谢谢!-language is part of the linear cutting procedure is useful, if they can not help me correct correct! Thank you!
  3. 所属分类:界面编程

    • 发布日期:2024-05-17
    • 文件大小:1024
    • 提供者:包来达
  1. liangbarskey

    0下载:
  2. 梁友栋算法 可以实现画直线 选边框裁减 很简单却很经典-friends of Liang Dong algorithm can achieve elections fr a med paintings straight cuts very simple classic
  3. 所属分类:OpenGL

    • 发布日期:2024-05-17
    • 文件大小:282624
    • 提供者:李明月
  1. Liangyoudunsuanfa

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

    • 发布日期:2024-05-17
    • 文件大小:1024
    • 提供者:skywyj
  1. LiangBarskyCLip

    0下载:
  2. LiangBarskyCLip算法写的一个画线段的裁剪算法,功能还可以 希望有帮助.-LiangBarskyCLip algorithm written by a painted line segment clipping algorithm, functions can also hope to have help.
  3. 所属分类:绘图程序

    • 发布日期:2024-05-17
    • 文件大小:1980416
    • 提供者:yjw
  1. 0408030136

    0下载:
  2. 一个关于LiangBarskyCLip,co_chen裁剪算法 还有BRESHAM算法画线段的程序,可自由改变颜色和宽度.-A LiangBarskyCLip, co_chen clipping algorithm BRESHAM algorithm also segments of the painting process, be free to change the color and width.
  3. 所属分类:绘图程序

    • 发布日期:2024-05-17
    • 文件大小:40960
    • 提供者:yjw
  1. LIANG_BK

    0下载:
  2. C语言梁友栋的完整实现.运行时先输入窗口的边界.再输入直线的坐标.-C language LIANG You realize the integrity of buildings. Run-time to enter the window borders. And then enter the coordinates of a straight line.
  3. 所属分类:文件操作

    • 发布日期:2024-05-17
    • 文件大小:1024
    • 提供者:付彦清
  1. erweicaijian

    0下载:
  2. 实现鼠标点击绘制出矩形和直线,然后用梁友栋算法进行的二维图形裁剪-The realization of a mouse click rectangle and draw a straight line, and then You-Xin Liang Dong algorithm using two-dimensional graphics cutting
  3. 所属分类:绘图程序

    • 发布日期:2024-05-17
    • 文件大小:5359616
    • 提供者:yuyan
  1. liangyoudong

    0下载:
  2. 在VC++环境下实现实现梁友栋裁剪算法,-You-Xin Liang Dong cutting algorithm to achieve
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-17
    • 文件大小:1928192
    • 提供者:liuming
  1. clip

    0下载:
  2. 用梁友栋-barsky算法实现直线段相对于给定窗口的裁剪-By Liang Dong-barsky algorithm for a given line segment relative to the window cut
  3. 所属分类:汇编语言

    • 发布日期:2024-05-17
    • 文件大小:2048
    • 提供者:刘东
  1. lineclipping

    0下载:
  2. liang barsky line clipping algo
  3. 所属分类:数值算法/人工智能

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

    0下载:
  2. 经典的梁友栋——baskey裁剪算法,线段裁剪,简洁方便-Classic Liang Dong- baskey cutting algorithm, the line cutting, simple and convenient
  3. 所属分类:OpenGL

    • 发布日期:2024-05-17
    • 文件大小:3529728
    • 提供者:cui
  1. CLIPNG

    0下载:
  2. This is liang barskey line clipping algorithm-This is liang barskey line clipping algorithm...
  3. 所属分类:2D图形编程

    • 发布日期:2024-05-17
    • 文件大小:1024
    • 提供者:Sahana
  1. liang_barsky.cpp.tar

    0下载:
  2. Liang barsky clipping program-Liang barsky clipping program...
  3. 所属分类:OpenGL

    • 发布日期:2024-05-17
    • 文件大小:1024
    • 提供者:veeresh
  1. cut

    0下载:
  2. 在定义了窗口之后,我们只需将窗口内的图形显示出来,对于窗口之外的图形我们是不关心的。因此,必须将窗口外的图形裁剪下去。在本资料中,实现如下对直线段进行裁剪的算法:Cohen-Sutherland算法、中点分割算法、梁友栋-Barsky算法,并且利用Sutherland-Hodgman算法实现对多边形的裁剪,最后,实现当裁剪域是任意凸多边形时的裁剪算法。-In the definition of the window, we simply
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-17
    • 文件大小:1958912
    • 提供者:
  1. cutout

    0下载:
  2. 在定义了窗口之后,我们只需将窗口内的图形显示出来,对于窗口之外的图形我们是不关心的。因此,必须将窗口外的图形裁剪下去。在本资料中,实现如下对直线段进行裁剪的算法:Cohen-Sutherland算法、中点分割算法、梁友栋-Barsky算法,并且利用Sutherland-Hodgman算法实现对多边形的裁剪,最后,实现当裁剪域是任意凸多边形时的裁剪算法。-In the definition of the window, we simply
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-17
    • 文件大小:1959936
    • 提供者:
  1. line-clipping

    0下载:
  2. OpenGL实现的直线裁剪算法,比较简单,梁友栋Barsky裁剪算法-OpenGL, cutting a straight line algorithms is relatively simple, Liang Youdong Barsky clipping algorithm
  3. 所属分类:OpenGL

    • 发布日期:2024-05-17
    • 文件大小:1204224
    • 提供者:代码
  1. liang-barsky

    0下载:
  2. Weiler-Atherton算法实现多边形裁剪-Weiler-Atherton polygon clipping algorithm
  3. 所属分类:OpenGL

    • 发布日期:2024-05-17
    • 文件大小:1024
    • 提供者:huang
  1. 09008421

    0下载:
  2. bresham画线算法Liang—Barsky算法实现-bresham Liang—Barsky
  3. 所属分类:2D图形编程

    • 发布日期:2024-05-17
    • 文件大小:13312
    • 提供者:西门吹雪
  1. tuxingxue1

    0下载:
  2. 计算机图形学实验源代码--Barsky直线裁剪算法-Experimental source code of computer graphics- Barsky line clipping algorithm
  3. 所属分类:绘图程序

    • 发布日期:2024-05-17
    • 文件大小:268288
    • 提供者:刘松
  1. Liang_Barsky

    0下载:
  2. 梁友栋算法画直线,可以画出任何直线。程序开始会弹出windows界面,通过输入端点的数值,点击划线按钮可以画出直线。-Liang-Barsky draw a line in the windows form,when the program is running ,you can input the end points the click the botton,the line will appear in the form
  3. 所属分类:C#编程

    • 发布日期:2024-05-17
    • 文件大小:40960
    • 提供者:samuel
« 1 2 34 »

源码中国 www.ymcn.org