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
    • 文件大小:228823
    • 提供者:张伟
  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
    • 文件大小:2600
    • 提供者: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
    • 文件大小:34457
    • 提供者:侯锦
  1. MyPaint

    0下载:
  2. 1、 在屏幕上绘制图形以下图形  直线:从[200,200]到[300,350]画一宽度为3,蓝色的实线,。  矩形;左上角为[150,120]右下角为[200,300],外框为黑色,填充画刷为HS_CROSS,红色。  椭圆弧:  椭圆:  扇形: 2、 用LOGFONT结构来定义字体,输出文本;用字体对话框来选择字体格式、字体颜色。 分别在上述图形的附近标注出:直线、矩形、椭圆、椭圆弧
  3. 所属分类:Dialog_Window

    • 发布日期:2017-04-17
    • 文件大小:92557
    • 提供者:张陆军
  1. MyPaint

    0下载:
  2.  直线:从(200,200)到(300,350)画一宽度为3,蓝色的实线,。  矩形;左上角为(150,120)右下角为(200,300),外框为黑色,填充画刷为HS_CROSS,红色。  椭圆弧:  椭圆: 扇形: - a straight line: from (200200) to (300350) First draw a width of 3, blue solid line,. 
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-05-17
    • 文件大小:4295140
    • 提供者:刘珊珊
  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
    • 文件大小:24724
    • 提供者: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
    • 文件大小:51265
    • 提供者:徐国民
  1. B_ellipse

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

    • 发布日期:2017-05-04
    • 文件大小:1356786
    • 提供者:李红雷
  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
    • 文件大小:626
    • 提供者:王龙飞
  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
    • 文件大小:3004
    • 提供者: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
    • 文件大小:2662400
    • 提供者:wuwei
  1. yinzhang

    0下载:
  2. 制作印章实例,用到Graphics来根据设定的公司名称和用章信息绘制出一个圆章 来制作公司的公章,制作印章来说,主要是如何让字均匀的 显示在弧线段上,那么一般的印章要么以圆或者椭圆为底图,不过这两者的算法大致相同, 为了方便说明, 如下就用相对简单的圆来举例说明, 如果需要做椭圆的话, 可以在我的基础 上进行扩展,因为核心算法是一样的,相对于圆来说,椭圆求弧长以及各个字符的位置,这 两点相对麻烦些,但是这两者都可找到相应的数学公式。-Production seal
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-16
    • 文件大小:3587500
    • 提供者:赵凯
  1. bijin

    0下载:
  2. 椭圆加工作业中的四圆弧切比雪夫逼近 玻璃加工-Processing operations in four elliptical arc Chebyshev approximation- glass processing
  3. 所属分类:Algorithm

    • 发布日期:2017-04-25
    • 文件大小:213180
    • 提供者:帅英琦
  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
    • 文件大小:9959595
    • 提供者:戚镇麒
  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
    • 文件大小:1620
    • 提供者:
  1. piwels

    0下载:
  2. 图形画椭圆与圆弧中点算法类似:确定一个象素后,接着在两个候选象素的中点-Graphics drawing elliptical and circular arc midpoint algorithm is similar: to determine a pixel, and then at the point of the two candidate pixels
  3. 所属分类:Applications

    • 发布日期:2017-12-16
    • 文件大小:40960
    • 提供者:solvq
  1. 3413427

    0下载:
  2. 图形画椭圆与圆弧中点算法类似:确定一个象素后,接着在两个候选象素的中点-Graphics drawing elliptical and circular arc midpoint algorithm is similar: to determine a pixel, and then at the point of the two candidate pixels
  3. 所属分类:Network Security

    • 发布日期:2017-12-14
    • 文件大小:56320
    • 提供者:Michelie
  1. tmethe

    0下载:
  2. 图形画椭圆与圆弧中点算法类似:确定一个象素后,接着在两个候选象素的中点(Graphics drawing elliptical and circular arc midpoint algorithm is similar: to determine a pixel, and then at the point of the two candidate pixels)
  3. 所属分类:对话框与窗口

    • 发布日期:2017-12-24
    • 文件大小:40960
    • 提供者:Lanawj
搜珍网 www.dssz.com