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

搜索资源列表

  1. basicgraphics

    0下载:
  2. 计算机图形学中基本图形实现,直线生成,圆的生成,填充算法的实现,裁剪算法的实现等-Computer graphics, basic graphics implementation, generating a straight line, circle generation, filling algorithm, clipping algorithm realization
  3. 所属分类:2D Graphic

    • 发布日期:2017-05-15
    • 文件大小:3788442
    • 提供者:duyi
  1. ComputerGraphics

    1下载:
  2. 计算机图形学课程设计,实现了多边形裁剪、矩阵平移、旋转、错切变换,Bezier曲线。直线和圆均自己实现。-Computer Graphics Course Design, including Polygon Clips, Figure Rotation, Stretch and Translation, Bezier Curve.Line Drawing and Circle Drawing has also been implemented.
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2017-06-02
    • 文件大小:69232
    • 提供者:sunli
  1. VCcaijian

    0下载:
  2. 理解二维图形裁剪的基本原理,掌握常见的二维图形裁剪算法,利用TC实现直线段的编码裁剪(Cohen-Sutherland)算法。-Master common 2d graphics cutting algorithm, using TC realization of a line segment code cutting (Cohen- Sutherland) algorithm.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-05
    • 文件大小:53418
    • 提供者:下坡
  1. ComputerGraphics

    0下载:
  2. 计算机图形学的相关程序 如DDA画直线 DDA画圆 DDA画椭圆 裁剪-Computer graphics-related programs such as circle DDA DDA DDA line drawing painting oval cut.
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-05-10
    • 文件大小:2541301
    • 提供者:奥利弗
  1. zyPolygonCut

    0下载:
  2. 实现直线和多边形的裁剪,三角形的平移、放大、缩小。-To achieve a straight line and polygon clipping, triangle pan, zoom.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-06
    • 文件大小:171066
    • 提供者:朱勇
  1. q2

    0下载:
  2. 3条直线 的裁剪!!!! 用于计算机图形学上课时使用~ 如果想要的直接下下来就好~-Three straight line cut! ! ! ! For the use of computer graphics class ~ If you want to direct the next down like ~
  3. 所属分类:Graph Drawing

    • 发布日期:2017-04-03
    • 文件大小:961
    • 提供者:龙崎
  1. LTGRSEC

    0下载:
  2. 绘制直线的算法,并且带裁剪区,希望给大家带来提示和帮助。-the algorithm of drawing line,and add trim area to this program.
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-06
    • 文件大小:69394
    • 提供者:liu
  1. graphics

    0下载:
  2. 利用该画图程序可以进行简单图形的生成,例如画直线、多边形、多边形裁剪-Using the Paint program can generate simple graphics, such as drawing a straight line, polygon, polygon clipping, etc.
  3. 所属分类:Graph Drawing

    • 发布日期:2017-05-19
    • 文件大小:5533532
    • 提供者:tj
  1. My

    0下载:
  2. 程序主要是关于计算机图形学中的基本图元的生成,包括直线、圆和曲线!还有填充和裁剪-Computer Graphic
  3. 所属分类:Special Effects

    • 发布日期:2017-04-07
    • 文件大小:25368
    • 提供者:郭靖
  1. draw(vc)

    1下载:
  2. VC6.0实现画图功能,包括基本图形:直线(数值微分法、中点画线法,Bresenham画线算法),圆与椭圆(中点画圆法、Bresenham画圆算法、椭圆生成算法),区域填充(边填充算法、种子填充算法、圆与椭圆的填充、图案填充),裁剪、线宽与线型的处理。还有简单的图形变换,以及简单曲线和曲面的实现-VC6.0 implement drawing functions, including basic graphics: linear (numerical differential method, t
  3. 所属分类:Graph Drawing

    • 发布日期:2017-02-19
    • 文件大小:29973504
    • 提供者:鈞天下
  1. Interactive-drawingsystem

    1下载:
  2. 交互式绘图系统,图形用户界面,有橡皮筋法画直线、画圆、画Bezier曲线、裁剪等功能,用户可自行增加其他功能。-Interactive graphics systems, graphical user interface, a rubber band method drawing a straight line, circle, Bezier curve drawing, cutting and other functions, the user can add other features.
  3. 所属分类:Graph Drawing

    • 发布日期:2017-05-29
    • 文件大小:11392855
    • 提供者:xiang
  1. MyView

    0下载:
  2. 计算机图形学五个实验的代码包括:直线的扫描生成算法,圆和椭圆的扫描生成算法,多边形区域填充算法,多边形裁剪算法,种子填充算法-Five experiments in computer graphics code include: linear scan generation algorithm, the scanning circle and ellipse generation algorithm, polygon filling algorithm, polygon clipping alg
  3. 所属分类:Graph Drawing

    • 发布日期:2017-03-31
    • 文件大小:41485
    • 提供者:孙丽华
  1. computer-graphics-jobs

    1下载:
  2. 计算机图形学大作业 直线,圆,椭圆,二维填充,二维裁剪,二维变换,二维动画,三维图形,bezier曲线,雪花曲线-Great job in computer graphics lines, circles, ellipses, filled two-dimensional, two-dimensional cutting, two-dimensional transform, two-dimensional animation, three-dimensional graphics, bez
  3. 所属分类:Graph Drawing

    • 发布日期:2017-05-15
    • 文件大小:3661758
    • 提供者:weiqier
  1. CutLine

    0下载:
  2. 主要介绍的是直线圆椭圆的绘制以及其裁剪算法-Describes the straight line drawn round the ellipse and its cutting algorithm
  3. 所属分类:GIS program

    • 发布日期:2017-04-03
    • 文件大小:116796
    • 提供者:multify
  1. clip2

    0下载:
  2. VIsual C++6.0下MFC实现的直线的裁剪,鼠标左键按下拖动画裁剪矩形,手动画直线,右键封闭所画要裁剪的多边形。-VIsual C++6.0, MFC implementation of the cutting line, press the left mouse button and drag the cropping rectangle animation, hand animation straight line, cut right to close the polygon dr
  3. 所属分类:Special Effects

    • 发布日期:2017-03-26
    • 文件大小:35943
    • 提供者:dstmath
  1. jisunjituxingxue

    0下载:
  2. 利用计算机编程语言绘制图形,主要实现以下内容: (1)、中点算法生成任意斜率直线,并设置线型线宽。 (2)、中点算法生成圆 (3)、中点算法生成椭圆 (4)、扫描算法实现任意多边形填充 (5)、Cohen_Sutherland裁剪 (6)、自由曲线与曲面的绘制 (7)、二维图形变换 (8)、三视图变换 -Draw graphics using computer programming languages, mainly to achieve the follo
  3. 所属分类:Graph Drawing

    • 发布日期:2017-04-04
    • 文件大小:240005
    • 提供者:zoeondine
  1. MyGraphics

    0下载:
  2. 使用VS6.0并用C++编写的计算机图形绘制程序。实现了直线,多边形,圆等图形的绘制。同时包含了填充,图形几何变换,填充以及裁剪等功能。-Use VS6.0 and written in C++, computer graphics drawing program. Realized the line, polygon, circle and other graphics rendering. Also includes the filling, graphics geometric trans
  3. 所属分类:Graph Drawing

    • 发布日期:2017-03-28
    • 文件大小:34650
    • 提供者:zhaoyongquan
  1. DRAW2

    0下载:
  2. 图形学编程:图形绘制,画直线画矩形,并对图形进行裁剪-Graphics programming: graphics rendering, drawing a straight line drawn rectangle, and cut graphics
  3. 所属分类:Graph Drawing

    • 发布日期:2017-05-09
    • 文件大小:1958404
    • 提供者:张萌萌
  1. 3

    0下载:
  2. 绘制点、线、三角形等基本对象,设定投影关系,确定窗口大小与视口大小,通过改变顶点坐标位置,观察物体绘制结果的变化,并与实际计算的结果相对照;通过改变顶点位置,设计针对直线的完全裁剪、一端部分裁剪,中间部分裁剪三种情况,并观察响应的结果;设计针对面的不同裁剪情况。-Draw points, lines, triangles and other basic objects, set projection relation to determine the window size and viewpo
  3. 所属分类:OpenGL program

    • 发布日期:2017-04-16
    • 文件大小:263382
    • 提供者:guizhe
  1. imgprocCGsignalproc

    0下载:
  2. BMP图像处理程序,包括模拟信道产生的高斯加性噪声;图像灰度变换;图像的拉普拉斯边缘提取;中点滤波法的debluring;图像线性模糊。 图形显示函数,包括DDA方法画直线;中点裁剪法;liang-barsky算法的窗口裁剪;种子填充算法; 随机信号处理程序,包括产生正态分布、均匀分布样本;计算其均值与方差;各样本的概率分布直方图分析;功率谱分析;样本叠加的PSD分布分析。-BMP image processing procedures, including analog channel
  3. 所属分类:Special Effects

    • 发布日期:2017-04-01
    • 文件大小:8325
    • 提供者:漢漢哥
« 1 2 ... 6 7 8 9 10 1112 13 14 15 »
搜珍网 www.dssz.com