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

搜索资源列表

  1. witkey

    0下载:
  2. 实验内容 ① 直线和圆的生成,设定屏幕图形工作方式,彩色象素的读写,直线和圆的扫描转换。 ② 多边形的裁剪和填充 ③ 图形变换:二维变换、及投影、透视变换 -Experimental content ① generate a straight line and circle, set the screen graphics work, read and write color pixel, a straight line and circle scan conversion. P
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-29
    • 文件大小:175093
    • 提供者:
  1. jsjtxx

    0下载:
  2. 计算机图形学,直线段的裁剪的c语言程序,喜欢的话就下吧,不需要账号的。和大家分享~!-Computer graphics, cutting a straight line segment of the c language program, like what is going on the next bar, no account. And to share ~!
  3. 所属分类:Special Effects

    • 发布日期:2017-04-01
    • 文件大小:1383
    • 提供者:尹兴
  1. Cohen-Sutherland

    0下载:
  2. C++源代码,实现裁剪直线的功能,没有经过修改即可应用。-C++ Source code, to achieve the functions of cutting a straight line, you can not modify the application.
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-29
    • 文件大小:289506
    • 提供者:陈小军
  1. CGP

    0下载:
  2. 计算机图形学mfc做的画图工具,直线算法,裁剪平移,填充等功能!-Mfc do computer graphics drawing tools, a straight-line method, cutting shift, filling and other functions!
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-25
    • 文件大小:122367
    • 提供者:raymond
  1. lab_4

    0下载:
  2. Visual C++实现二维直线的裁剪的Cohen_Sutherland算法-Visual C++ implementation of two-dimensional straight-line cutting of Cohen_Sutherland algorithm
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-24
    • 文件大小:44823
    • 提供者:
  1. imageprocess

    0下载:
  2. 程序可以实现圆、直线的绘图操作,和颜色填充。还可以实现对图像进行裁剪、投影等操作-Program can achieve a round, straight-line drawing operation, and fill color. Can also achieve cutting image, projection operator, etc.
  3. 所属分类:Special Effects

    • 发布日期:2017-05-11
    • 文件大小:2326874
    • 提供者:刘凤霞
  1. gh

    0下载:
  2. 1. 简单图元的生成(如直线、圆、长方形等) 2. 用DDA算法或中点(Besenham)算法实现直线段、椭圆或圆的绘制 3. 用扫描线填充算法进行区域填充,用Sutherland 裁剪算法裁减多边形 4. BEZIER曲线或B样条曲线的绘制 5. 个性化图形软件包的开发 6. 所有文件包括源码和截图-1. Easy metafile generation (such as linear, round, rectangular, etc) 2. Using DDA algor
  3. 所属分类:Graph Drawing

    • 发布日期:2017-05-04
    • 文件大小:1445148
    • 提供者:lixuan
  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. 445738PolygonCut

    0下载:
  2. 二维裁剪算法 可以对矩形多边形和直线进行剪切-Two-dimensional rectangular cutting algorithm can cut a straight line and polygon
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-16
    • 文件大小:57026
    • 提供者:dubu
  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. caijian

    0下载:
  2. 了解二维图形的裁剪原理 利用vc+opengl实现直线的裁剪算法-Cut understanding of the principle of two-dimensional graphics using vc+ opengl to achieve a straight line cutting algorithm
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-09
    • 文件大小:1569
    • 提供者:猫子
  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. clip

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

    • 发布日期:2014-12-10
    • 文件大小:1724
    • 提供者:刘东
  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 2 ... 4 5 6 7 8 910 11 12 13 14 15 »
搜珍网 www.dssz.com