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

搜索资源列表

  1. DDA&Bresenham

    0下载:
  2. DDA,Bresenham算法来实现画圆,画直线,画椭圆。-DDA, the Bresenham algorithm to achieve Circle, linear paintings, painted oval.
  3. 所属分类:绘图程序

    • 发布日期:2008-10-13
    • 文件大小:248490
    • 提供者:李冰海
  1. DDA

    0下载:
  2. 两种常用的DDA算法的主要程序, void Line::Draw_Bresenham(CDC *pDC)
  3. 所属分类:绘图程序

    • 发布日期:2008-10-13
    • 文件大小:1012
    • 提供者:方战
  1. DDA

    0下载:
  2. 用DDA画一个圆,很不错的,你也可以在上面进行一些修改,一个小的修改也许就是一个很大的创造。
  3. 所属分类:绘图程序

    • 发布日期:2008-10-13
    • 文件大小:28042
    • 提供者:韦安磊
  1. 角度DDA法产生圆弧

    0下载:
  2. 这是用VC++中的MFC事项的,用角度DDA法产生圆弧-This is the VC MFC matters with DDA point arc generated Act
  3. 所属分类:绘图程序

    • 发布日期:2008-10-13
    • 文件大小:28287
    • 提供者:李少
  1. DDA法直线插补程序

    0下载:
  2. 数控DDA直线插补程序
  3. 所属分类:绘图程序

    • 发布日期:2010-12-21
    • 文件大小:2339
    • 提供者:735208368
  1. DDA_Bresenham_Circle_Ellispe.r

    0下载:
  2. DDA画线算法,Bresenhan画线算法,中点圆算法,中点椭圆算法,DDA line drawing algorithm, Bresenhan painted line algorithm, the midpoint circle algorithm, the midpoint ellipse algorithm
  3. 所属分类:Graph Drawing

    • 发布日期:2017-04-09
    • 文件大小:49935
    • 提供者:yangpan
  1. CG

    0下载:
  2. 学计算机图形学所画的图形,有画线(DDA,中点,Bresenham),画圆(中点和Bresenham),填充(扫描线和种子),裁剪,Bezier曲线,动画,三维形体。-By painting computer graphics school graphics, a painted line (DDA, the mid-point, Bresenham), Circle (mid-point and Bresenham), filling (scan line and seeds), cut, B
  3. 所属分类:Graph Drawing

    • 发布日期:2017-04-09
    • 文件大小:2037657
    • 提供者:star
  1. ComputerGraphics

    0下载:
  2. 图形学中简单图形的生成。画线,画圆,画椭圆。DDA,Bresenham,中点算法。-Simple graphics to generate graphics. Painting line, circle, oval painting. DDA, Bresenham, the mid-point algorithm.
  3. 所属分类:Graph Drawing

    • 发布日期:2017-04-03
    • 文件大小:28569
    • 提供者:budget
  1. Draw

    0下载:
  2. 计算机图像学绘图程序 DDA,BH,MP,中点圆及中点椭圆。-Computer graphics imaging procedures DDA, BH, MP, mid-point of the mid-point circle and ellipse.
  3. 所属分类:Graph Drawing

    • 发布日期:2017-05-10
    • 文件大小:2318356
    • 提供者:xiaoqiu
  1. dda

    0下载:
  2. 直线的数字微分求解程序。其中包括典型其算法过程。-DDA arithmetic
  3. 所属分类:Graph Drawing

    • 发布日期:2017-04-01
    • 文件大小:36710
    • 提供者:rainqin
  1. DDA

    0下载:
  2. 计算机图形学作业,里面是用mfc做的DDA算法-Computer graphics work, which is done with mfc DDA algorithm
  3. 所属分类:Graph Drawing

    • 发布日期:2017-05-27
    • 文件大小:11255219
    • 提供者:张炎辉
  1. DDA

    0下载:
  2. DDA画直线,画任意斜率,可为填充算法准备。-Any straight line the slope of the DDA painting, but as the filling algorithm to prepare.
  3. 所属分类:Graph Drawing

    • 发布日期:2017-05-07
    • 文件大小:1906487
    • 提供者:李娜
  1. DDA

    0下载:
  2. 直线生成算法的DDA算法 DDA生成算法 生成直线段-Linear Algorithm DDA algorithm, DDA generated algorithm to generate a straight line segment
  3. 所属分类:Graph Drawing

    • 发布日期:2017-05-11
    • 文件大小:2882819
    • 提供者:阿涛
  1. DDA

    0下载:
  2. 详细的DDA直线算法,运行环境VC++6.0-Details of the DDA linear algorithms running environment VC++6.0
  3. 所属分类:Graph Drawing

    • 发布日期:2017-12-09
    • 文件大小:4846
    • 提供者:赵媛媛
  1. DDA

    0下载:
  2. DDA算法画直线,可以实现在网格下逐点画直线。-DDA algorithm for drawing straight lines, can be achieved in a grid-by drawing straight line.
  3. 所属分类:Graph Drawing

    • 发布日期:2017-11-22
    • 文件大小:2342610
    • 提供者:冯倩
  1. DDA

    0下载:
  2. 用 DDA算法算法实现直线段的绘制。 已知直线段的两个端点坐标分别为 P1(0,0) 和 P2(600,200),请用 DDA 算法 绘制出连接 P1 和 P2 的线段。背景要求为黑色,线段要求为白色。 -DDA algorithm algorithm line segment drawn. The known coordinates of the two endpoints of the line segment P1 (0,0) P2 (600,200), respective
  3. 所属分类:Graph Drawing

    • 发布日期:2017-11-11
    • 文件大小:960
    • 提供者:毛越
  1. DDA

    0下载:
  2. DDA算法画直线--计算机图形学 这是我在计算机图形课上做的实验题,程序写的不是太好,仅供参考吧。-DDA algorithm for drawing a straight line- This is my computer graphics courses in computer graphics to do experiment, a program written is not very good, it is for reference only.
  3. 所属分类:Graph Drawing

    • 发布日期:2017-05-16
    • 文件大小:4177837
    • 提供者:杨丽蔷
  1. dda

    0下载:
  2. 杜晓增计算机图形学基础DDA直线算法源程序-Du Xiaozeng computer graphics DDA linear algorithm source code
  3. 所属分类:Graph Drawing

    • 发布日期:2017-04-27
    • 文件大小:374415
    • 提供者:liuliwen
  1. DrawLine

    0下载:
  2. 采用VC++编写的画线程序,有3种实现算法,包括DDA,Midpoint,Breseham,计算机图形学。(Drawing a line using C++ written procedures, there are three kinds of realization of algorithms, including the DDA, Midpoint, Breseham, computer graphics.)
  3. 所属分类:绘图程序

    • 发布日期:2018-01-03
    • 文件大小:51200
    • 提供者:vision2sky
  1. DDA、Bresenham、MidBresenham画直线算法

    1下载:
  2. DDA、Bresenham、MidBresenham画直线算法(DDA,BresenhamLine,MidBresenhamLine)
  3. 所属分类:绘图程序

    • 发布日期:2020-03-31
    • 文件大小:1024
    • 提供者:tata33
« 12 3 4 5 6 »
搜珍网 www.dssz.com