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

搜索资源列表

  1. line

    0下载:
  2. 基础的DDA算法用来画直线,使用MFC做框架实现-Based DDA algorithm is used to draw a straight line, use the MFC framework to achieve to do
  3. 所属分类:2D Graphic

    • 发布日期:2017-05-08
    • 文件大小:1908052
    • 提供者:eric
  1. F1_1

    1下载:
  2. 分别采用DDA法、中点画线法和Bresenham画线算法编制直线扫描转换程序。从键盘输入两端点坐标,就能在显示器屏幕上画出对应的线段。-Using the DDA method, in line and stipple painting line algorithm Bresenham line scan conversion process. Keyboard input from the two end points of the coordinates, we can draw in th
  3. 所属分类:Graph program

    • 发布日期:2017-04-11
    • 文件大小:880
    • 提供者:杜兰特
  1. fouralgorithminCG

    0下载:
  2. 计算机图形学四种基本算法的实现,包括B氏画线算法,DDA算法,中点圆算法和椭圆算法,输出结果动态显示。-Computer graphics to achieve four basic algorithms, including the B-line algorithm' s painting, DDA algorithm, the midpoint circle algorithm and elliptic algorithm, dynamic display output.
  3. 所属分类:Graph program

    • 发布日期:2017-04-13
    • 文件大小:2084
    • 提供者:安捷伦
  1. graphic15

    0下载:
  2. 包括计算机实习的常见基本算法:有breshham、中点、和DDA画线法还有常见的画圆、椭圆和矩形算法对于了解计算机底层的画图机制有很强的参考作用-Including computer basic algorithm common practice: Have breshham, midpoint, and the DDA painting method also common drawcircle, oval and rectangular computer algorithms for und
  3. 所属分类:Graph program

    • 发布日期:2017-04-06
    • 文件大小:2448
    • 提供者:GTONJu
  1. FourOpenGL--yes

    0下载:
  2. 用C++集体编写的直线和圆的生成算法,有bresenham和DDA等,可以选择边画图模式-line and circle and opengl
  3. 所属分类:OpenGL program

    • 发布日期:2017-05-21
    • 文件大小:6238545
    • 提供者:月出
  1. Umain

    0下载:
  2. 计算机图形学中DDA画直线的算法,使用BCB6开发-Computer Graphics DDA painting linear algorithm, developed BCB6
  3. 所属分类:Graph program

    • 发布日期:2017-04-12
    • 文件大小:1163
    • 提供者:nddiffi
  1. Umain

    0下载:
  2. 计算机图形学中DDA画直线的算法,使用BCB6开发-Computer Graphics DDA painting linear algorithm, developed BCB6
  3. 所属分类:Graph program

    • 发布日期:2017-04-11
    • 文件大小:1209
    • 提供者:葛文耀
  1. 12

    0下载:
  2. 绘制模式 1 DDA算法画直线 // 2 中点Bresenham算法画直线 // 3 改进Bresenham算法画直线-very good file
  3. 所属分类:OpenGL program

    • 发布日期:2017-04-02
    • 文件大小:2019
    • 提供者:管理员
  1. DDAamoveafill

    0下载:
  2. 计算机图形学,dda直线绘制加边缘填充加图形移动源程序-Computer Graphics, dda draw straight edge padding plus graphics plus mobile source
  3. 所属分类:Graph Drawing

    • 发布日期:2017-04-11
    • 文件大小:1174
    • 提供者:yangbin
  1. test1

    0下载:
  2. 简单直线绘图程序,dda,中点和bresenham-Simple line drawing program, dda, midpoint and bresenham
  3. 所属分类:Graph Drawing

    • 发布日期:2017-05-02
    • 文件大小:791010
    • 提供者:bvb
  1. DDA_line

    0下载:
  2. drawing a line using DDA algorithm with java
  3. 所属分类:File Formats

    • 发布日期:2017-04-11
    • 文件大小:734
    • 提供者:afnan
  1. CSharpjibentuyuan

    1下载:
  2. c#实现基本的线扫描。包括DDA bresenham等算法-c# achieve the basic line scan. Including DDA bresenham algorithm
  3. 所属分类:CSharp

    • 发布日期:2015-06-27
    • 文件大小:44032
    • 提供者:
  1. DDA_Line

    0下载:
  2. 计算机图形学基础算法:DDA中点画线法 Bezier样条曲线 圆的扫描转换-DDA dotted line
  3. 所属分类:OpenGL program

    • 发布日期:2017-03-24
    • 文件大小:3098
    • 提供者:沈阔
  1. DD_A

    0下载:
  2. dda algoritham with two dimension
  3. 所属分类:2D Graphic

    • 发布日期:2017-04-10
    • 文件大小:544
    • 提供者:nirmal
  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. DDA1

    0下载:
  2. A DDA interpolator is a typical hardware interpolator and was used for a longtime, but is not much used in today’s CNC systems. In modern CNC systems, a softwareDDA interpolator is used, where the algorithm of the hardware DDA interpolatoris implemen
  3. 所属分类:Embeded-SCM Develop

    • 发布日期:2017-04-14
    • 文件大小:3106
    • 提供者:onyea
  1. sourcecode

    0下载:
  2. the concepts and the flowcharts for the DDA algorithm, the Stairs Approximation algorithm, and the Direct Search algorithm will be addressed. These are typical algorithms for the reference-pulse method.
  3. 所属分类:Embeded-SCM Develop

    • 发布日期:2017-04-25
    • 文件大小:8755
    • 提供者:oundsth
  1. CGWithVC

    0下载:
  2. 在MFC界面中实现DDA算法,中点画线法,Bresenham算法-DDA, dotted line, Bresenham algorithm, MFC interface
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-05-17
    • 文件大小:4226966
    • 提供者:张磊
  1. OpenGL_straight-line

    0下载:
  2. 基于opengl的直线画法,包含DDA画线法、中点画线法和Bresenham画线法-Based on opengl drawing a straight line, including DDA line drawing method, the dotted line method and Bresenham line method
  3. 所属分类:OpenGL program

    • 发布日期:2017-04-16
    • 文件大小:142578
    • 提供者:Carlos
  1. DDA1

    0下载:
  2. A DDA interpolator is a typical hardware interpolator and was used for a longtime, but is not much used in today’s CNC systems. In modern CNC systems, a softwareDDA interpolator is used, where the algorithm of the hardware DDA interpolatoris implemen
  3. 所属分类:Embeded-SCM Develop

    • 发布日期:2017-04-14
    • 文件大小:3145
    • 提供者:clinea
« 1 2 ... 25 26 27 28 29 3031 32 33 34 35 »
搜珍网 www.dssz.com