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

搜索资源列表

  1. Cohen-Sutherland

    0下载:
  2. 这是计算机图形学重要的一次案例,是计算机图形学源码,很好用,是裁剪算法! -This computer graphics is important for a case, computer graphics is the source code, very useful
  3. 所属分类:Windows Kernel

    • 发布日期:2017-11-20
    • 文件大小:154248
    • 提供者:刘峥
  1. Graphics

    0下载:
  2. 基础图形学 DDA画线算法 中点画圆算法 边界标志算法 区域填充的扫描算法 LB裁剪算法 SH算法-DDA line drawing algorithm based graphics midpoint circle algorithm boundary markers regional filling algorithm scanning algorithm LB clipping algorithm SH algorithm
  3. 所属分类:OpenCV

    • 发布日期:2017-11-03
    • 文件大小:120567
    • 提供者:唐存志
  1. homework3_1

    0下载:
  2. 图形学作业 自己稍微改进了的LB裁剪算法-Graphics operations slightly improved their LB clipping algorithm
  3. 所属分类:OpenCV

    • 发布日期:2017-11-16
    • 文件大小:821
    • 提供者:唐存志
  1. erweibianhuanhecaijian

    0下载:
  2. 这是计算机图形学老师上课用的PPT,主讲内容为二维图形的变换和裁剪!-This is the computer graphics teacher in the class with the PPT, speaker contents transform two-dimensional graphics and cutting!
  3. 所属分类:2D Graphic

    • 发布日期:2017-03-31
    • 文件大小:312251
    • 提供者:xly
  1. 2011302590183

    0下载:
  2. 计算机图形学实习程序 包括画直线、多边形、圆,以及多边形和圆的填充和裁剪,还有图形的几何变换。-This program includes the function of drawing lines,polygons and circles.It alse contains the cut and fulfill operations of polygons and circles.
  3. 所属分类:Graph Drawing

    • 发布日期:2017-05-19
    • 文件大小:5477434
    • 提供者:Misaya
  1. clip

    0下载:
  2. 主要是对图形进行裁剪,裁剪分为两类,一类是线段裁剪,另一类是多边形裁剪-Mainly to cut graphics, tailoring can be divided into two kinds, one kind is line cutting, another kind is polygon clipping
  3. 所属分类:software engineering

    • 发布日期:2017-05-11
    • 文件大小:2436084
    • 提供者:周晓颖
  1. Straight-cut

    0下载:
  2. 直线裁剪,大学里面学习的计算机图形学里面最简单直线裁剪程序-Straight cutting, colleges of learning computer graphics inside the easiest linear cutting program
  3. 所属分类:Graph Drawing

    • 发布日期:2017-04-02
    • 文件大小:32971
    • 提供者:蚊子
  1. computer-graphics

    0下载:
  2. Java版的计算机图形学,功能是裁剪多边形,裁剪效果-Java version of computer graphics, the function is cut polygon clipping effect
  3. 所属分类:Applet

    • 发布日期:2017-04-16
    • 文件大小:22401
    • 提供者:李全程
  1. 1

    0下载:
  2. 实现简单图形的绘制和几何变换,还包括图形填充和裁剪-Simple graphics rendering and geometric transformations, also includes a graphical filling and clipping
  3. 所属分类:Special Effects

    • 发布日期:2017-04-07
    • 文件大小:102036
    • 提供者:刘雅玉
  1. CGcode

    0下载:
  2. 计算机图形学常用算法源代码:直线生成算法,曲线生成算法,平移变换,比例变换,对称变换,区域填充,图像裁剪-Computer graphics algorithms source code used: a straight line generating algorithm, curve generation algorithm, translation transformation, the proportion of transformation, symmetry transformatio
  3. 所属分类:Graph program

    • 发布日期:2017-04-14
    • 文件大小:3618
    • 提供者:guosonl
  1. jisuanjituxingxue

    0下载:
  2. 计算机图形学中如何编程实现画线,画圆,画矩形,填充和裁剪图形-Computer graphics programming how to draw lines, draw a circle, draw a rectangle, filling and cutting graphics
  3. 所属分类:Graph Drawing

    • 发布日期:2017-05-15
    • 文件大小:3603809
    • 提供者:喻下轩
  1. PolygonCut

    0下载:
  2. 多边形裁剪的一个小程序,是计算机图形学课程作业的一个小成果- Polygon clipping a small program, is a small achievement in computer graphics course work
  3. 所属分类:Graph Drawing

    • 发布日期:2017-04-24
    • 文件大小:353702
    • 提供者:李浩
  1. Line_Cut

    0下载:
  2. 直线的裁剪,实现保留指定区域内的直线,梁永栋算法,图形学重点知识,附实验报告-Straight cut, achieved within the designated area to retain the linear, Liang Yongdong algorithms, graphics focused on knowledge, with a test report
  3. 所属分类:Special Effects

    • 发布日期:2017-04-15
    • 文件大小:8477
    • 提供者:罗元国
  1. bd

    0下载:
  2. 计算机图形学中关于多边形裁剪的源代码,课程设计用的-Computer graphics polygon clipping about the source code, curriculum design used
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-04-16
    • 文件大小:42025
    • 提供者:鼻祖
  1. Coding-crop

    0下载:
  2. 计算机图形学中的直接编码裁剪算法,用C语言利用opengl实现的-Direct encoding computer graphics clipping algorithm, using C language using opengl implementation
  3. 所属分类:OpenGL program

    • 发布日期:2017-05-26
    • 文件大小:8903213
    • 提供者:汪鹏
  1. ClipPolygon

    0下载:
  2. C#实现图形学中多边形的裁剪算法,虽然不是太完善,但基本实现了。-C# implementation of graphics polygon clipping algorithm
  3. 所属分类:Special Effects

    • 发布日期:2017-03-31
    • 文件大小:52469
    • 提供者:李德龙
  1. VCPP-grphic-cut

    0下载:
  2. VC 图形图像裁剪与填充算法,使用很简单,没密码,下载下来自己研究研究很有用-VC graphic image cropping and filling algorithm
  3. 所属分类:Graph Drawing

    • 发布日期:2017-04-07
    • 文件大小:127209
    • 提供者:zm4317209
  1. Cohen-Sutherland

    0下载:
  2. 简单计算机图形学算法,通过Cohen-Sutherland算法,处理裁剪直线。-Simple computer graphics algorithms, by Cohen-Sutherland algorithm to handle cutting a straight line.
  3. 所属分类:Graph Drawing

    • 发布日期:2017-05-11
    • 文件大小:2372337
    • 提供者:Elaine
  1. computer-graph

    0下载:
  2. 计算机图形学中绘制直线、圆、曲线,图形变换,给多边形填充和二维裁剪算法。-Computer graphics, drawing lines, circles, curves, graphics transform to a two-dimensional polygon fill, and clipping algorithm.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-17
    • 文件大小:58442
    • 提供者:余扬海
  1. graphics

    0下载:
  2. 计算机图形学的程序,mfc,包括画直线,圆,多边形,图形的平移对称,颜色填充,裁剪以及三维显示等-Computer graphics program, mfc, including painting straight lines, circles, polygons, graphics translational symmetry, color fill, cropping and three-dimensional display
  3. 所属分类:CSharp

    • 发布日期:2017-04-25
    • 文件大小:144085
    • 提供者:钟虎
« 1 2 ... 15 16 17 18 19 2021 22 »
搜珍网 www.dssz.com