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

搜索资源列表

  1. 图形的生成

    0下载:
  2. 实现二维基本图元直线段生成的基本算法(DDA,中点法,Bresenham)实现二维基本图元圆弧/椭圆圆弧生成的基本算法(中点法)实现对线型线宽的属性的控制实现二维多边形扫描转换的扫描线算法实现二维多边形扫描转换的边缘填充算法或栅栏填充算法实现二维连通区域填充的扫描线种子填充算法(四连通或八连通)实现二维直线段裁剪的Cohen-Sutherland裁剪算法和中点分割裁剪算法-basic 2D linear map of the yuan generated by the basic algorit
  3. 所属分类:绘图程序

    • 发布日期:2008-10-13
    • 文件大小:223.46kb
    • 提供者:张伟
  1. DrawLib.rar

    1下载:
  2. 绘图库 1. 设计和实现一个图形函数库,具有绘制直线 段、任意圆弧、椭圆弧、多边形区域的阴影填 充和颜色填充等功能。(仅调用画点函数) Windows API: setpixel(hdc,x,y,color),Drawing 1. Design and Implementation of a graphics library, with the straight-line drawing, arbitrary arc, elliptical arc, polygon area fill
  3. 所属分类:Special Effects

    • 发布日期:2017-03-26
    • 文件大小:2.54kb
    • 提供者:litao
  1. line

    0下载:
  2. 二维线图元生成算法:包括直线中点算法、直线Brensenham算法 圆弧的中点算法、椭圆弧的中点算法等 -Two-dimensional line element generation algorithm: including a straight-line mid-point algorithm, linear algorithm Brensenham the mid-point arc algorithm, elliptical arc of the mid-point algorith
  3. 所属分类:Graph program

    • 发布日期:2017-03-26
    • 文件大小:33.65kb
    • 提供者:侯锦
  1. Simple-Graphic-Design-And-Implementation-of-librar

    0下载:
  2. 设计和实现一个图形函数库,具有绘制直线段、任意圆弧、椭圆弧、多边形区域的阴影填充和颜色填充等功能-Design and implementation of a graphics library, with drawing straight line segments, arbitrary arc, elliptical arc, polygon area fill and color filled the shadow functions
  3. 所属分类:Graph program

    • 发布日期:2017-03-22
    • 文件大小:24.14kb
    • 提供者:celine
  1. AntiAliasing

    0下载:
  2. 直线, B样条曲线, 椭圆, 椭圆弧, 圆角矩形的反走样算法.-Straight line, B-spline curve, ellipse, elliptical arc, rounded rectangle of anti-aliasing algorithm.
  3. 所属分类:Special Effects

    • 发布日期:2017-03-24
    • 文件大小:50.06kb
    • 提供者:徐国民
  1. B_ellipse

    0下载:
  2. Bresenham算法绘制第一象限的椭圆圆弧-Bresenham algorithm of drawing the first quadrant elliptical arc
  3. 所属分类:Graph Drawing

    • 发布日期:2017-05-04
    • 文件大小:1.29mb
    • 提供者:李红雷
  1. Fishnet-pattern

    0下载:
  2. 画渔网图案,渔网是用线结成很多网眼组成的。网眼是椭圆形的每个网眼有是有四段椭圆弧组成、每段椭圆弧是四分之一个椭圆,不过其长轴方向不同。-Painting pattern of fishing nets, fishing nets, lines formed a lot of mesh composed of. The mesh is oval each mesh is the Sec elliptical arcs, each elliptical arc is a quarter ellips
  3. 所属分类:Graph Drawing

    • 发布日期:2017-03-30
    • 文件大小:626byte
    • 提供者:王龙飞
  1. ellipse

    0下载:
  2. 在AutoLISP下使用八段圆弧法分割椭圆,也可用于分割椭圆弧-Ba Duan arc segmentation in AutoLISP ellipse, can also be used to split the elliptical arc
  3. 所属分类:CAD

    • 发布日期:2017-04-05
    • 文件大小:2.93kb
    • 提供者:Jason Bourn
  1. opencv_rand_draw

    0下载:
  2. 本文主要介绍下opencv中自带的一个随机数发生器的类RNG,这里我用这个类来画一些图形,和基础学习笔记之opencv(13):基本绘图 一文中类似,只是 这里画出来图像的坐标,大小,颜色,角度等所有信息都是随机的,且是用RNG这个类产生的。参考文献为opencv自带tutiol及其代码。   开发环境:opencv2.4.2+Qt4.8.2+ubuntu12.04+QtCreator2.5   实验功能:   1. 该实验可以画6中几何图形和1个文本显示,每种都是画80个,每画完一
  3. 所属分类:OpenCV

    • 发布日期:2017-05-11
    • 文件大小:2.54mb
    • 提供者:wuwei
  1. ellipse_example

    0下载:
  2. 用生成椭圆弧的中点生成法扫描生成椭圆,和几圈同心圆-Scanned oval, with concentric circles and a few laps to generate an elliptical arc midpoint generation method
  3. 所属分类:2D Graphic

    • 发布日期:2017-05-27
    • 文件大小:9.5mb
    • 提供者:戚镇麒
  1. DrawCBezierCurve

    0下载:
  2. 绘制C-Bezier曲线的matlab程序,不同于传统的Bezier曲线,C-Bezier曲线包含代数和三角多项式,能不用有理形式精确表示椭圆弧。压缩包中,DrawCBezierCurve.m文件可运行,其中可以设置控制顶点和形状因子,可以更改曲线的颜色。程序对任意阶的平面和空间C-Bezier曲线均适用。-Draw C-Bezier curve matlab procedures, different the traditional Bezier curve, C-Bezier curves
  3. 所属分类:3D Graphic

    • 发布日期:2017-04-13
    • 文件大小:1.58kb
    • 提供者:
搜珍网 www.dssz.com