搜索资源列表

  1. shiyan4

    0下载:
  2. 了解二维图形裁剪的原理(点的裁剪、直线的裁剪、多边形的裁剪),利用VC+OpenGL实现直线的裁剪算法。 2.实验内容: (1) 理解直线裁剪的原理(Cohen-Surtherland算法、梁友栋算法) (2) 利用VC+OpenGL实现直线的编码裁剪算法,在屏幕上用一个封闭矩形裁剪任意一条直线。 (3) 调试、编译、修改程序 -Understanding of the principles of cutti
  3. 所属分类:OpenGL

    • 发布日期:2024-05-21
    • 文件大小:566272
    • 提供者:jing
  1. Cohen-Sutherland

    0下载:
  2. 计算机图形学编码,这一章主要是直线裁剪算法,希望对大家有用-Computer Graphics coding, this chapter is cutting a straight line algorithms, useful for all of us hope! !
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-21
    • 文件大小:859136
    • 提供者:Keven
  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:
  3. 所属分类:2D图形编程

    • 发布日期:2024-05-21
    • 文件大小:2048
    • 提供者:noha seddik
  1. case10

    0下载:
  2. Cohen-Sutherland直线裁剪算法,设置裁剪窗口,任意画一条直线进行裁剪-Cohen-Sutherland line clipping algorithm, set the cutting window, draw a straight line to cut any
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-21
    • 文件大小:287744
    • 提供者:winsome
  1. Cohen-Sutherland

    0下载:
  2. Cohen-Sutherland 和 Liang-Barsky 算法-Cohen-Sutherland and Liang-Barsky Algorithm
  3. 所属分类:GDI/图象编程

    • 发布日期:2024-05-21
    • 文件大小:49152
    • 提供者:
  1. COHEN

    0下载:
  2. Cohen sutherland algorithm for line clipping
  3. 所属分类:2D图形编程

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

    0下载:
  2. Cohen & sutherland algo for line clipping
  3. 所属分类:数值算法/人工智能

    • 发布日期:2024-05-21
    • 文件大小:17408
    • 提供者:vishal
  1. cc01

    0下载:
  2. 用Cohen--Coon整定公式来求P,PI,PID的个参数,其中Gc是校正器的传递函数,kp为比例系数, Ti为积分时间常数,Td为微分时间常数,输入参量vars为带迟滞--惯性环节模型的KT τ 输入参量vars为带迟滞--惯性环节的K T ι,已知参数k=vars(1);T=vars(2);ι=vars(3)。-With Cohen- Coon tuning formula to seek P, PI, PID' s par
  3. 所属分类:matlab例程

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

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

    • 发布日期:2024-05-21
    • 文件大小:1959936
    • 提供者:
  1. 3

    0下载:
  2. Cohen-Sutherland直线裁剪算法,调试无错误。实现的功能很强大,易于理解-Cohen-Sutherland line clipping algorithm, debug error-free. Realize the function is powerful, easy to understand
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-21
    • 文件大小:279552
    • 提供者:哟哦哦
  1. OMLSA

    0下载:
  2. OLSA Israel cohen speech enhancement
  3. 所属分类:matlab例程

    • 发布日期:2024-05-21
    • 文件大小:8192
    • 提供者:far
  1. Cohen-Sutherland-Algorithm

    0下载:
  2. Cohen-Sutherland-Algorithm的C#实现,带图形界面,可实时操作-Cohen-Sutherland-Algorithm for C# implementation, with graphical interface, real-time operating
  3. 所属分类:C#编程

    • 发布日期:2024-05-21
    • 文件大小:59392
    • 提供者:徐刚
  1. Cohen-Sutherland

    0下载:
  2. 计算机图形学中Cohen-Sutherland裁剪算法裁剪线段-Computer graphics, Cohen-Sutherland line clipping algorithm for cutting
  3. 所属分类:图形图像处理(光照,映射..)

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

    0下载:
  2. opengl中的直线裁剪算法,包括cohensutherland算法,中点法等-line clipping algorithm in opengl, including cohensutherland algorithm, the midpoint method
  3. 所属分类:OpenGL

    • 发布日期:2024-05-21
    • 文件大小:60416
    • 提供者:wy
  1. Cohen-Sutherland

    0下载:
  2. 实现Cohen-Sutherland线段裁剪-Implement Cohen-Sutherland Line Clipping
  3. 所属分类:OpenGL

    • 发布日期:2024-05-21
    • 文件大小:38912
    • 提供者:薛吉霆
  1. Cohen-Sutherland-algorithm

    0下载:
  2. This a Cohen-Sutherland line clipping program. It shows the clipping of a line using OpenGL. -This is a Cohen-Sutherland line clipping program. It shows the clipping of a line using OpenGL.
  3. 所属分类:OpenGL

    • 发布日期:2024-05-21
    • 文件大小:5814272
    • 提供者:Juan
  1. Cohen-Sutherland

    0下载:
  2. 利用OpenGL实现Cohen-Sutherland裁剪算法(编码裁剪算法),是最早的直线段裁剪算法。-The use of OpenGL implementations Cohen-Sutherland clipping algorithm (coded clipping algorithm), is the first straight line clipping algorithm.
  3. 所属分类:OpenGL

    • 发布日期:2024-05-21
    • 文件大小:2048
    • 提供者:陈韬
  1. cohen-sutherland

    0下载:
  2. cohen sutherland algorithm in visual C++ with opengl
  3. 所属分类:OpenGL

    • 发布日期:2024-05-21
    • 文件大小:11776000
    • 提供者:abbasi2799
  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. Cohen-Sutherland

    0下载:
  2. This a C++ program which shows the Cohen-Sutherland Line Clipping Algorithm using Opengl.-This is a C++ program which shows the Cohen-Sutherland Line Clipping Algorithm using Opengl.
  3. 所属分类:教育/学校应用

    • 发布日期:2024-05-21
    • 文件大小:1024
    • 提供者:shakith
« 1 2 3 45 6 7 8 9 10 »

源码中国 www.ymcn.org