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

搜索资源列表

  1. tuxingxue

    0下载:
  2. 图形学实验 实现了直线绘制的多种算法 画圆以及椭圆 多边形绘制,填充 扫描线算法等等功能 和剪裁算法的实现
  3. 所属分类:绘图程序

    • 发布日期:2008-10-13
    • 文件大小:78329
    • 提供者:ljj
  1. GUI_SPEC

    1下载:
  2. 综合比较了嵌入式GUI的几种实现方式,结合嵌入式系统的特点,研究了嵌入式GUI中的关键技术, 分析了嵌入式GUI与普通GUI系统的不同之处,提出一种通用的嵌入式图形用户界面系统的设计思想和体系结构, 这种嵌入式GUI实现方案具有轻型、占用资源少、可剪裁等特点。
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:42986
    • 提供者:suxiang
  1. LineCut

    0下载:
  2. 这个是计算机图形学中的一个重要的直线剪裁的演示程序,里面包括了源代码解析和源代码,还有一个封装好的可以执行文件,仅供教学参考使用。-this is the computer graphics a significant linear tailoring the demo program, includes a source code and source code analysis, a good package can be implemented, only teaching referen
  3. 所属分类:GDI/图象编程

    • 发布日期:2008-10-13
    • 文件大小:275932
    • 提供者:何蓥
  1. menxp

    1下载:
  2. 图形学程序,包括画圆,直线,bezar曲线,填充,剪裁,透视投影等。-graphics procedures, including Circle, Line, bezar curve, filling, tailoring, such as perspective projection.
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:1012291
    • 提供者:天空
  1. 裁剪线段算法

    0下载:
  2. 实现计算机图形学的Cohen Sutherland 算法 实现剪裁 颜色填充等功能 功能强大 代码可重用性强-implement the Cohen Sutherland arithmetic on computer graphics,implement cutting filling collor ,with a powerful reused function
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:12467
    • 提供者:鲸鱼
  1. graph

    0下载:
  2. 计算机图形学综合大程序,可画直线,折线,多边形,填充,剪裁,-Computer Graphics Complex procedures may be painting a straight line, polyline, polygon, filling, tailoring,
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-04-16
    • 文件大小:209323
    • 提供者:田田
  1. Computer_Graphics

    0下载:
  2. 图形学 画直线 画椭圆 剪裁 变换 欢迎下载 谢谢支持-Graphics draw a straight line drawn oval cut transform welcome to download Thank you support
  3. 所属分类:Special Effects

    • 发布日期:2017-11-16
    • 文件大小:8636961
    • 提供者:lipei
  1. jiancai

    0下载:
  2. 计算机图形学的剪裁 十分有用,在C++上运行-Computer Graphics of the crop very useful, in the C++ Run
  3. 所属分类:Special Effects

    • 发布日期:2017-04-13
    • 文件大小:2471
    • 提供者:roye
  1. paintbrush_1.1_source.tar

    0下载:
  2. 一个苹果系统下的绘图软件,开发环境是xcode 2.5,可以运行在mac10.0-10.5的系统下,有绘制曲线、直线、矩形、圆等图形,并且可以输入文字,进行区域剪裁等操作。-An apple systems mapping software, development environment are xcode 2.5, can run at mac10.0-10.5 of the system, has drawn curve, straight, rectangular, round, suc
  3. 所属分类:MacOS develop

    • 发布日期:2017-05-13
    • 文件大小:3123200
    • 提供者:苏加龙
  1. MyDraw

    0下载:
  2. 图形学实验 包括直线的生成 圆的生成 切割 剪裁-Graphics experiment, including the generation of straight-line cutting crop circle formation
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-11
    • 文件大小:2151505
    • 提供者:张郎
  1. caijian

    0下载:
  2. 剪裁图形的处理,有兴趣的大家可以看一下下哈-cut
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-07
    • 文件大小:341201
    • 提供者:123
  1. CLOVER

    0下载:
  2. 要用常规的方法画出这个图形,就必须根据椭圆的边线公式计算出每条直线的端点。利用复杂的剪裁区域,可以直接画出这些线条,而让Windows确定其端点
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-10
    • 文件大小:2152074
    • 提供者:yang
  1. CG

    0下载:
  2. 计算机图形学实验作业 包括直线椭圆算法 扫描线填充 区域剪裁 Bezeir曲线曲面 3D变换-Computer Graphics experimental work, including straight-line scan-line algorithm for filling regions oval cut Bezeir curves and surfaces 3D Transform
  3. 所属分类:3D Graphic

    • 发布日期:2017-05-19
    • 文件大小:5428811
    • 提供者:yc
  1. clippoly-pl11.tar

    0下载:
  2. 多边形剪裁及其相关功能。可以实现2-D图形的多种运算-polygon clipper
  3. 所属分类:2D Graphic

    • 发布日期:2017-04-06
    • 文件大小:48980
    • 提供者:Roy
  1. Draw

    0下载:
  2. 图形学代码,实现填充,剪裁等基本算法的演示-Graphics code, to achieve filling, cut demonstration of the basic algorithm
  3. 所属分类:OpenGL program

    • 发布日期:2017-05-15
    • 文件大小:3778560
    • 提供者:yly
  1. dda

    0下载:
  2. 计算机图形学中sutherland算法来进行区域切割,用矩形剪裁直线-Sutherland algorithm in computer graphics to regional cut, straight cut with rectangular
  3. 所属分类:Graph Drawing

    • 发布日期:2017-05-04
    • 文件大小:1049854
    • 提供者:lipeng
  1. draw5

    0下载:
  2. 本程序是计算机图形学课程作业。内容包括画线算法,画园算法,填充算法,剪裁算法等,内容丰富。-The program course work in computer graphics. Including Line algorithm, painting garden algorithm, filling algorithm, cut algorithm, rich in content.
  3. 所属分类:Graph Drawing

    • 发布日期:2017-04-09
    • 文件大小:2077697
    • 提供者:小陈
  1. FrustumCulling

    0下载:
  2. 以OpenGL作api的视锥剪裁,对初学图形的很有帮助-frustum culling
  3. 所属分类:OpenGL program

    • 发布日期:2017-04-04
    • 文件大小:67171
    • 提供者:fendou
  1. Graphics_Show

    0下载:
  2. 绘图程序,实现基本图形的绘制,如圆、矩形,以及图形的旋转,移动,剪裁等-Drawing program, to achieve the basic graphics rendering, such as circles, rectangles, and graphics rotate, move, cut, etc.
  3. 所属分类:Graph Drawing

    • 发布日期:2017-05-24
    • 文件大小:3540946
    • 提供者:枫无雁
  1. LineClipView

    0下载:
  2. 实现计算机图形学中关于直线剪裁和多边形剪裁算法-failed to translate
  3. 所属分类:Special Effects

    • 发布日期:2017-04-13
    • 文件大小:2985
    • 提供者:xinshangqiusi
« 1 2 34 »
搜珍网 www.dssz.com