CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 图形图象 搜索资源 - 直线裁剪

搜索资源列表

  1. CUT

    0下载:
  2. 适合初学者入门学习的程序,使用microsoft的基本功能函数。主要实现了画矩形,画直线2大功能,对处于矩形框架外的直线进行裁剪。(工程文件名为“裁剪”)-AppWizard has created this CUT application for you. This application not only demonstrates the basics of using the Microsoft Foundation classes but is also a starting
  3. 所属分类:Graph Drawing

    • 发布日期:2017-05-09
    • 文件大小:1639705
    • 提供者:丁丁
  1. ciabbp

    1下载:
  2. 直线、圆、椭圆二维图形的生成。直线的生成算法有DDA、Bbresenham、point,圆的生成算法有bresenham等 此系统还包含裁剪操作。 曲线的生成算法:bezier曲线 三维操作:三维物体旋转变化、穿越三维空间、虚线三维空间-Straight, round, oval to generate two-dimensional graphics. Straight-line algorithm to generate the DDA, Bbresenham, point, c
  3. 所属分类:Graph Drawing

    • 发布日期:2016-04-01
    • 文件大小:3759968
    • 提供者:张晨雨
  1. Matrics.dll

    0下载:
  2. 直线、圆、椭圆二维图形的生成。直线的生成算法有DDA、Bbresenham、point,圆的生成算法有bresenham等 此系统还包含裁剪操作。 曲线的生成算法:bezier曲线 三维操作:三维物体旋转变化、穿越三维空间、虚线三维空间-Straight, round, oval to generate two-dimensional graphics. Straight-line algorithm to generate the DDA, Bbresenham, point, c
  3. 所属分类:Graph Drawing

    • 发布日期:2017-04-02
    • 文件大小:25383
    • 提供者:张晨雨
  1. Surtherland

    0下载:
  2. 利用VC+OpenGL实现直线的编码裁剪算法,在屏幕上用一个封闭矩形裁剪任意一条直线。-Using VC+ OpenGL to achieve a straight line cutting the coding algorithm, on the screen in a closed arbitrary rectangular cutting a straight line.
  3. 所属分类:OpenGL program

    • 发布日期:2017-04-02
    • 文件大小:1553
    • 提供者:刘娟
  1. include1

    0下载:
  2. 请分别给出直线的三种不同位置情况,测试实验代码是否存在问题,有的话请调试改正。 可能的话,可以尝试实现梁友栋裁剪算法。-Please give a straight line, respectively, three different locations, the test code to test if there is a problem, so please correct debugging. If possible, Dong LIANG You can try to achieve
  3. 所属分类:OpenGL program

    • 发布日期:2017-04-15
    • 文件大小:5916
    • 提供者:zhanyun
  1. drawGraphics

    0下载:
  2. 简单的画图,可画直线、圆、椭圆、多边形等,能填充和裁剪。对GDI的初学者还是挺有帮助的-A simple drawing, can draw a straight line, circle, ellipse, polygon, etc., can be filled and cutting. The beginner to the GDI or quite helpful
  3. 所属分类:Graph program

    • 发布日期:2017-05-15
    • 文件大小:3691108
    • 提供者:李庭向
  1. cg

    0下载:
  2. 在画图系统中实现圆的生成算法,使圆支持异或模式、实现橡皮筋直线、圆、矩形、实现多边形裁剪、实现基本几何变换(平移)、实现B样条曲线 -In the drawing system to achieve a circle generation algorithm, so that won to support different or models to achieve a rubber band straight, round, rectangular, polygon clipping to
  3. 所属分类:Graph Drawing

    • 发布日期:2017-04-08
    • 文件大小:23423
    • 提供者:沈静
  1. chaijian

    0下载:
  2. 对于直线/多边形的裁剪实验,要求实现标准矩形窗口的裁剪,窗口边界由键盘输入或鼠标确定,直线/多边形都是任意的。裁剪后的图形要准确,不能多或者少点。-For the straight line/polygon clipping experiments required to achieve the standard rectangular window clipping, the window borders from the keyboard or mouse to determine a st
  3. 所属分类:Graph Drawing

    • 发布日期:2017-05-08
    • 文件大小:1942455
    • 提供者:linym
  1. barsky

    0下载:
  2. 梁友栋算法,矩形裁剪直线 按1鼠标画直线,按2鼠标画矩形,并且矩形会裁剪直线-Liang Dong algorithm, a rectangular cut a straight line drawn by a mouse line, according to two mouse draw a rectangle, and the rectangle will be cut a straight line
  3. 所属分类:2D Graphic

    • 发布日期:2017-03-26
    • 文件大小:2094
    • 提供者:xuhuihui
  1. text3

    0下载:
  2. 利用在Visual C++ 6.0环境下创建MFC AppWizard(exe),实现以屏幕客户区中心为圆心绘制任意直线,单击裁剪和中点裁剪分别对直线进行裁剪。-Take advantage of Visual C++ 6.0 environment to create MFC AppWizard (exe), to achieve a center-screen client area centered on drawing an arbitrary line, click the mid-p
  3. 所属分类:2D Graphic

    • 发布日期:2017-04-10
    • 文件大小:1977124
    • 提供者:林丽
  1. computer-graphics

    0下载:
  2. 计算机图形学的作业。该程序包括图形生成(DDA直线/中点直线/BH直线/中点圆/正负圆/BH圆),图形显示(边缘/种子/扫描线填充),二维裁剪(CS/中点分割/LB/多边形裁剪),图形变换(平移/对称变换/旋转/缩放),曲线生成(Bezier曲线/B样条曲线/Hermite曲线)的算法。-It is my computer graphics work. The program includes graphics generation (DDA line/mid-point of line/BH
  3. 所属分类:Graph program

    • 发布日期:2017-04-09
    • 文件大小:2122208
    • 提供者:张君珏
  1. LiangBarskyCLip

    0下载:
  2. 者仍然是一个计算机图形学中对直线的裁剪算法。。。供大家参考-Who is still a computer graphics algorithm for straight line cutting. . . For your reference. .
  3. 所属分类:Graph program

    • 发布日期:2017-05-08
    • 文件大小:1945321
    • 提供者:liu
  1. TUXINGXUE

    0下载:
  2. 图形学直线、圆、椭圆、充填、裁剪、二维图形,三为变换-Graphics line, round, oval, filling, cutting, two-dimensional graphics, three for the transformation and so on
  3. 所属分类:Graph program

    • 发布日期:2017-04-10
    • 文件大小:2071679
    • 提供者:黄飞
  1. ComputerGraphics

    0下载:
  2. VC++6.0环境下实现直线、矩形、圆、二维变换,二维裁剪,二维填充图元等,MFC-ComputerGraphics
  3. 所属分类:2D Graphic

    • 发布日期:2017-05-15
    • 文件大小:3878981
    • 提供者:笨笨海
  1. Graphic

    0下载:
  2. 使用C语言编写的一些简单的图形算法基础,其中有中点直线算法,中点画圆,种子填充和裁剪算法。-Using the C language written in the basis of some simple graph algorithms, including the midpoint of a straight line algorithms, the mid-point Circle, seed filling and clipping algorithms.
  3. 所属分类:Graph Drawing

    • 发布日期:2017-04-17
    • 文件大小:58358
    • 提供者:周拓
  1. thelineofcut

    0下载:
  2. 根据用户指定的位置和大小,生成一个作为窗口的矩形。根据用户指定坐标生成待裁剪直线-According to user-specified location and size, generate a rectangle as a window. Coordinates to be generated according to user-specified cut line
  3. 所属分类:Graph program

    • 发布日期:2017-04-10
    • 文件大小:669
    • 提供者:mao maochong
  1. graph-src

    0下载:
  2. 计算机图形算法程序包。包括填充算法,二、三维变换,圆弧算法,直线的二维裁剪等等。-Computer graphics algorithms library.
  3. 所属分类:Graph Drawing

    • 发布日期:2017-04-06
    • 文件大小:320015
    • 提供者:Qiang Li
  1. xianduan

    0下载:
  2. 从直线的Cohen-Sutherland、中点分割和参数化裁剪算法中,任选一种,编程实现; 2.编程实现Bezier曲线分割递推de Casteljau算法。 3.任选一种曲面,并编程实现 -From the line of Cohen-Sutherland, the midpoint of segmentation and parametric clipping algorithm, Choose one, programming 2. Programming Recursive
  3. 所属分类:2D Graphic

    • 发布日期:2017-04-01
    • 文件大小:966
    • 提供者:孙伟
  1. cp

    0下载:
  2. 计算机图形学大作业 完成DDA,bresenham算法画直线,绘制圆和椭圆,区域填充,裁剪等功能。-Computer graphics major operation to complete DDA, bresenham algorithm drawing a straight line, circle and ellipse drawing, area filling, cutting and other functions.
  3. 所属分类:Graph Drawing

    • 发布日期:2017-04-24
    • 文件大小:469156
    • 提供者:wx
  1. cut

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

    • 发布日期:2017-05-08
    • 文件大小:1959396
    • 提供者:
« 1 2 3 4 5 6 78 9 10 11 »
搜珍网 www.dssz.com