CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - 中点算法

搜索资源列表

  1. Line

    0下载:
  2. 包括计算机图形学的——直线的三种算法 1.DDA算法 2.bresenham算法 3.中点算法算法 -A program about the algorithm of line, And the IDE is VS2010
  3. 所属分类:.net

    • 发布日期:2017-11-19
    • 文件大小:57672
    • 提供者:sky
  1. draw

    0下载:
  2. 计算机图形学实验作业,用MFC编的,已经实现了DDA画直线,中点算法画直线,中点画圆和椭圆,扫面转换多边形,种子填充,反走样直线-Computer graphics lab assignments, MFC series has achieved the DDA draw a straight line, the midpoint algorithm to draw a straight line, the midpoint of the circle and the ellipse, swee
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-25
    • 文件大小:5522811
    • 提供者:王燕霞
  1. circle

    0下载:
  2.   1、编程实现 利用1/8圆中点算法和Bresenham算法生成圆,并显示。   2、推导1/4圆的中点画圆算法,并编程实现。   3.、构造任意一个边界表示的多边形,假定该多边形内部是四连通的。要求:用种子填充算法实现对多边形内部的填充。-1, the programming system to use the 1/8 round midpoint circle algorithm and Bresenham algorithm to generate and display. 2,
  3. 所属分类:2D Graphic

    • 发布日期:2017-11-20
    • 文件大小:2399562
    • 提供者:郭帏
  1. mid_ellipse

    0下载:
  2. 用中点算法实现画椭圆,并产生较好的界面,输入清晰。-Using the midpoint algorithm painted oval, and produce a better interface, enter the clear.
  3. 所属分类:2D Graphic

    • 发布日期:2017-11-27
    • 文件大小:764
    • 提供者:孤狼
  1. Bresenham

    0下载:
  2. 《计算机图形学》 利用bresenham中点算法绘制直线-" Computer Graphics" draw a line using the midpoint algorithm bresenham
  3. 所属分类:Graph Drawing

    • 发布日期:2017-05-26
    • 文件大小:9177406
    • 提供者:米薇
  1. painter

    0下载:
  2.   实现二维基本图元直线段生成的DDA算法,中点算法和Bresenham算法;   实现二维基本图元圆弧生成的中点算法;   实现对线型线宽属性的控制。-DDA algorithm to achieve the two-dimensional graphics primitives line segment generated midpoint algorithm and Bresenham algorithm achieve the midpoint algorithm for 2D
  3. 所属分类:2D Graphic

    • 发布日期:2017-05-01
    • 文件大小:832324
    • 提供者:
  1. Circle

    0下载:
  2. 图形学 圆和椭圆的生成算法 其中圆包括 Bresenham算法 中点算法 二阶差分算法 椭圆的中点算法-Graphics   circles and ellipses generation algorithm Bresenham algorithm which includes the midpoint circle algorithm second-order elliptic differential algorithm midpoint algorithm
  3. 所属分类:Graph Drawing

    • 发布日期:2017-04-03
    • 文件大小:9009
    • 提供者:DcembeGrril
  1. Graphics

    0下载:
  2. 计算机图形学CG实验实现的所有功能集合:中点算法画线,扫描线种子填充,BEIZER曲线-a group of CG exercises
  3. 所属分类:3D Graphic

    • 发布日期:2017-05-20
    • 文件大小:6130709
    • 提供者:程浩
  1. MidPointCircle

    0下载:
  2. 中点算法画圆,利用了圆的八对称性,为了显示八对称性用了颜色进行区分-Midpoint circle algorithm
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-04-25
    • 文件大小:203346
    • 提供者:zhoupeng
  1. jisuanjituxingxue

    0下载:
  2. 分别实现了以下算法:生成直线的DDA算法、生成直线的中点算法、生成圆的正负法算法、生成椭圆的中点算法、扫描转化为矩形、种子填充算法、平移变换、放缩变换、直线段裁剪 。-Respectively, implements the following algorithm: generate the linear DDA algorithm, line generating the midpoint algorithm, generating circle of positive and negat
  3. 所属分类:Graph Drawing

    • 发布日期:2017-05-07
    • 文件大小:1557322
    • 提供者:谢某
  1. Line

    0下载:
  2. 用DDA算法、中点算法、Bresenham算法完成直线绘制-Using DDA algorithm, midpoint algorithm and resenham algorithm complete line drawing
  3. 所属分类:2D Graphic

    • 发布日期:2017-05-30
    • 文件大小:11998056
    • 提供者:Shirley
  1. Graphics

    0下载:
  2. 用DDA算法生成任意斜率的直线 用中点算法生成直线段,线型采用点画线型-Using DDA algorithm to generate arbitrary slope of the straight line Production line segment with the midpoint algorithm, linear by linear point
  3. 所属分类:EditBox

    • 发布日期:2017-05-10
    • 文件大小:2410526
    • 提供者:yangqi
  1. MidPointLine

    0下载:
  2. 计算机图形学基础算法,利用中点算法实现直线绘制。-Computer graphics basic algorithm, using the midpoint algorithm to draw a straight line.
  3. 所属分类:Graph Drawing

    • 发布日期:2017-04-30
    • 文件大小:11140
    • 提供者:zhangwen
  1. MidPointCircle

    0下载:
  2. 计算机图形学基础算法,利用中点算法实现圆的绘制。-Computer graphics basic algorithm, using the midpoint algorithm to draw a circle.
  3. 所属分类:Graph Drawing

    • 发布日期:2017-04-30
    • 文件大小:11279
    • 提供者:zhangwen
  1. Midpointellispe

    0下载:
  2. 计算机图形学基础算法,利用中点算法实现椭圆的绘制。-Computer graphics basic algorithm, using the midpoint algorithm to draw an ellipse.
  3. 所属分类:Graph Drawing

    • 发布日期:2017-05-01
    • 文件大小:10880
    • 提供者:zhangwen
  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
  1. vooicydeseroy

    0下载:
  2. 图形画椭圆与圆弧中点算法类似:确定一个象素后,接着在两个候选象素的中点()
  3. 所属分类:其他小程序

    • 发布日期:2018-01-03
    • 文件大小:40960
    • 提供者:pgeyih
  1. qyta

    0下载:
  2. 圆的中点画法 根据圆的八对称行,采用圆弧的中点算法,实现圆的中点扫描转换()
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2018-01-06
    • 文件大小:34816
    • 提供者:ESbhxhv%2D9729
« 1 2 3 4 5 67 8 9 10 11 ... 19 »
搜珍网 www.dssz.com