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

搜索资源列表

  1. Graphic_Sys

    0下载:
  2. 图形学绘图系统:绘制直线、任意多边形,Bezier曲线、B样条曲线、累加弦长曲线。实现直线、任意多边形裁剪,直线、多边形关于 点、线 对称变化,直线、多边形、曲线的选定、平移,变换,修改;可以对多个图形进行保存与读取。
  3. 所属分类:GDI/图象编程

    • 发布日期:2008-10-13
    • 文件大小:321.63kb
    • 提供者:sdfsfdsf
  1. Perspective

    0下载:
  2. 该程序可实现三维线框体图形的显示,采用了视图变换、图形裁剪等方式,可逼真显示三维图形。
  3. 所属分类:多媒体编程

    • 发布日期:2008-10-13
    • 文件大小:1.62kb
    • 提供者:保文星
  1. snowtiger

    1下载:
  2. 本图形学人课程设计报告,内容详尽 里面附带原码和说明文档以及exe程序。 内容包括Breseham算法画直线,圆,椭圆。 还有多边型二维填充算法,还有二维图形的包括平移,旋转,对称,比例,错切等基本变换。以及用Liang-Barsky算法实现的直线段的裁剪。-curriculum design, detailed fringe inside the original code and documentation, and exe. Breseham algorithms including li
  3. 所属分类:GDI/图象编程

    • 发布日期:2008-10-13
    • 文件大小:45.75kb
    • 提供者:刘雪虎
  1. kqf

    0下载:
  2. 关于vc里画图形的程序。包括画多边形,错切,裁剪,旋转,变换,填充等等的操作。还包括中点画线算法等。-on vc Lane painting graphics procedures. Polygon, including painting, wrong cutting, cutting, rotating, transform, filled out the operation. Also included were dotted line algorithm.
  3. 所属分类:GDI/图象编程

    • 发布日期:2008-10-13
    • 文件大小:73.37kb
    • 提供者:孔的
  1. 图像变换

    0下载:
  2. 关于图像变换的源代码,包括对图像的旋转,缩放,裁剪和合并。-Image Transform on the source code, including the right image rotation, zooming, cutting and mergers.
  3. 所属分类:GDI/图象编程

    • 发布日期:2008-10-13
    • 文件大小:120.79kb
    • 提供者:张琳
  1. CG

    0下载:
  2. 基于VC6.0编写的MFC计算机图形学程序编写,实现了如下功能: (1)画直线、画多边形、画圆、画字符 (2)对多边形进行填充 (3)图形裁剪 (4)图形的几何变换 (5)三维图形的消隐及着色 -Prepared based on VC6.0 MFC computer graphics programming, to achieve the following functions: (1) draw a straight line, draw the polygon, c
  3. 所属分类:GUI Develop

    • 发布日期:2017-03-29
    • 文件大小:111.38kb
    • 提供者:李若
  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
    • 文件大小:170.99kb
    • 提供者:
  1. Graphics1

    0下载:
  2. 图形程序合集1:包括矩阵变换,2维裁剪,最近点求取等-Graphics program Collection 1: including matrix transformations, 2-D cutting, nearest point to strike, etc.
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-30
    • 文件大小:104.32kb
    • 提供者:metallica
  1. Change

    0下载:
  2. 另外一份计算机图形学的作业,实现的效果:二维图形变换,裁剪,二维动画,三维图形,雪花线,-In addition to a computer graphics operations to achieve results: two-dimensional graphics transformations, clipping, two-dimensional animation, three-dimensional graphics, snow line,
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-10
    • 文件大小:2.1mb
    • 提供者:陈小泉
  1. document

    0下载:
  2. 源码包括Java程序、计算机图形学多边形裁剪、几何变换Matlab程序、运筹学LP问题Lingo程序!-Source including Java program, computer graphics polygon clipping, geometric transformations Matlab program, operations research program Lingo LP problem!
  3. 所属分类:Other systems

    • 发布日期:2017-04-06
    • 文件大小:7.06kb
    • 提供者:黄旭
  1. Graph

    0下载:
  2. 功能比较全面,可以实现三维图形变换及二维图形裁剪的功能-three dimensional transform two dimensional cut out
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-04-04
    • 文件大小:90.82kb
    • 提供者:张龙
  1. graphics

    0下载:
  2. 1)给出系统框架。 2)调用画点的函数,分别用DDA、中点Bresenham算法和改进Bresenham算法绘制直线和中点算法绘制直线、用不同的算法绘制圆和椭圆 ,并各自比较算法精度与效率的差别 。 3)实现二维图形的变换。(包括平移,放缩,旋转,错切以及复合变换) 4)运用所学的区域填充算法实现区域填充。 5)运用所学算法实现线段裁剪以及多边形裁剪(多边形裁剪为可选)。 6)自己实现其它附加以及需要完善的功能。 -1) give system framework.
  3. 所属分类:Console

    • 发布日期:2017-04-03
    • 文件大小:319.49kb
    • 提供者:元宝
  1. suanfa

    0下载:
  2. 图形变换与裁剪 窗口到视区的变换 直线段裁剪 -Graphics transformation and clipping window to the viewport transform the cutting of straight line segments
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-04-25
    • 文件大小:186.84kb
    • 提供者:goodspeed
  1. CCGcodeo

    0下载:
  2. 计算机图形学常用算法源代码:直线生成算法,曲线生成算算法,平移变换,比例变换,对称变换,区域填充,图像裁剪 -Computer graphics commonly used algorithm source code: Linear Algorithm curve generation algorithm algorithm, translational transform scaling symmetry transformation, area fills, image cropping
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-08
    • 文件大小:3.54kb
    • 提供者:渗透
  1. Phomeworkofgra

    0下载:
  2. 画点、画线、二维裁剪平移、填充算法、三三维显示、二维基本变换、bezier曲线。 -Draw point, line drawing, two-dimensional cutting pan, filling algorithm, three three-dimensional display, two-dimensional transform, bezier curve.
  3. 所属分类:Windows Develop

    • 发布日期:2017-12-02
    • 文件大小:3.53mb
    • 提供者:zxcvva
  1. 2010302590214

    0下载:
  2. 遥感关于计算机图形学的实习代码实现了简单图形的生成 图形的旋转等变换 三种填充算法 二维裁剪 实体的三维旋转等功能-Remote sensing computer graphics the internship code to achieve a simple graphics generated graphics rotation transform two-dimensional cutting of three filling algorithm entity such as three-
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-08
    • 文件大小:4.81mb
    • 提供者:three
  1. TransformShow

    0下载:
  2. 包含完整的DIB图像类,使用该类能完成大多数关于BMP文件的图像操作。示例中包含对于图像的不同角度旋转,镜像,缩放,裁剪,相框等图像变换效果。-Contains the complete the DIB image class, use the class to complete the most image manipulation BMP file. Included in the sample for the different angles of the image rotation,
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-11-29
    • 文件大小:88.07kb
    • 提供者:yan
  1. Computer-Graphics

    0下载:
  2. 计算机图形学关于直线,圆,曲线的绘制,二维图形变换,二维裁剪等的代码-Computer graphics drawing straight lines, circles, curves, two-dimensional graphics transform two-dimensional cutting the code
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-11-22
    • 文件大小:527.98kb
    • 提供者:liurenren
  1. yuii

    0下载:
  2. 直线裁剪变换自动翻译语言工具系统设计方案-Linear cutting transform automatic translation system design language tools
  3. 所属分类:CSharp

    • 发布日期:2017-05-21
    • 文件大小:5.99mb
    • 提供者:杨宏宇
搜珍网 www.dssz.com