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

搜索资源列表

  1. DDA与Bresenham算法.rar

    0下载:
  2. 所属分类:图形图象

    • 发布日期:
    • 文件大小:51648
    • 提供者:
  1. DDA.rar

    0下载:
  2. 所属分类:图形图象

    • 发布日期:
    • 文件大小:26712
    • 提供者:
  1. dda直线

    0下载:
  2. 所属分类:Windows编程

    • 发布日期:2008-01-02
    • 文件大小:569
    • 提供者:lavender
  1. 846643DDAmid

    0下载:
  2. 计算机图形学,用DDA中值法画椭圆、直线等基本图元。- Computer graphics, with DDA in value law base map Yuan and so on picture ellipse, straight line.
  3. 所属分类:界面编程

    • 发布日期:2008-10-13
    • 文件大小:36698
    • 提供者:李艺
  1. nweelc097

    1下载:
  2. 序功能:实现B样条曲线的计算和显示..翻译 开发工具:VC 提供...·一个简单的绘图软件源代码..翻译 开发工具:VC 提供...·计算机图形学中用DDA与中点法画直线序?δ?实现B样条曲线的计算和显示..翻译 开发工具:VC 提供...·一个简单的绘图软件源代码..翻译 开发工具:VC 提供...·计算机图形学中用DDA与中点法画直线-sequence features : B-spline curve calculation and display .. Translation Tools
  3. 所属分类:组合框控件

    • 发布日期:2008-10-13
    • 文件大小:2042036
    • 提供者:冷新风
  1. lecture8

    0下载:
  2. 序功能:实现B样条曲线的计算和显示..翻译 开发工具:VC 提供...·一个简单的绘图软件源代码..翻译 开发工具:VC 提供...·计算机图形学中用DDA与中点法画直线序功能:实现B样条曲线的计算和显示..翻译 开发工具:VC 提供...·一个简单的绘图软件源代码..翻译 开发工具:VC 提供...·计算机图形学中用DDA与中点法画直线-sequence features : B-spline curve calculation and display .. Translation Tools
  3. 所属分类:TreeView控件

    • 发布日期:2008-10-13
    • 文件大小:221216
    • 提供者:冷新风
  1. B样条

    1下载:
  2. 序功能:实现B样条曲线的计算和显示..翻译 开发工具:VC 提供...·一个简单的绘图软件源代码..翻译 开发工具:VC 提供...·计算机图形学中用DDA与中点法画直线-sequence features : B-spline curve calculation and display .. Translation Tools : VC ... provide a simple mapping software source code development tools .. Translat
  3. 所属分类:PropertySheet

    • 发布日期:2008-10-13
    • 文件大小:146449
    • 提供者:冷新风
  1. 计算机图形学时钟

    0下载:
  2. 和上次上传的差不多 但这个是用DDA算发编的-and upload the same but the DDA is a series of the count
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:3505
    • 提供者:黄牛
  1. graphic_demo

    0下载:
  2. 帮助学习图形学的学生和工程人员的好工具,里面动态的演示了图形生成过程,详细的源代码使你粘贴后就可以运行,其中包括DDA、resenham、 逐点比较法直线生成算法;bresenham,DDA,中点画圆算法;n次bezier, spline,Bspling,Hermite曲线生成算法;单线性,双线性, Bezier曲面生成算法;矢量,点阵字符生成算法;扫描填充, 种子填充算法,多边形,直线裁剪算法;平移,比例,旋转, 原点对称,错切变换算法;-help students lea
  3. 所属分类:GDI/图象编程

    • 发布日期:2008-10-13
    • 文件大小:807327
    • 提供者:冯宾
  1. DDA_Algorithm

    0下载:
  2. DDA算法:用于计算机图形学中的线段绘制算法-DDA algorithm : Computer Graphics for the segment Rendering Algorithm
  3. 所属分类:GDI/图象编程

    • 发布日期:2008-10-13
    • 文件大小:931
    • 提供者:月间
  1. DDAline1

    0下载:
  2. 计算机图形学,利用DDA算法,中点画线算法,实现直线的绘制-computer graphics, the use of DDA algorithm, which dotted line algorithm, achieving a linear mapping
  3. 所属分类:编辑框

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

    0下载:
  2. As we know that in computer graphics subject we have a several line drawing algorithms. Here i am uploading code for DDA algorithm for line drawing.
  3. 所属分类:Other Games

    • 发布日期:2017-04-12
    • 文件大小:521
    • 提供者:v
  1. DDA

    0下载:
  2. DDA Line Drawing without OpenGL in C-DDA Line Drawing without OpenGL in CPP
  3. 所属分类:2D Graphic

    • 发布日期:2017-05-05
    • 文件大小:32812
    • 提供者:scientist
  1. DDA mode

    1下载:
  2. 采用非连续变形分析(DDA法)建立边坡模型,计算安全系数及模拟破环过程。(The slope model was established by discontinuous deformation analysis (DDA method), and the safety factor and simulated fracture process were calculated.)
  3. 所属分类:仿真建模

    • 发布日期:2017-12-27
    • 文件大小:1406976
    • 提供者:朱星宁
  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. 图形学算法

    1下载:
  2. DDA,Bresenham直线曲线级填充算法
  3. 所属分类:Windows编程

    • 发布日期:2017-12-24
    • 文件大小:159117
    • 提供者:Arch_Devil
  1. DDA绘制图形

    0下载:
  2. 读取TXT文件用DDA算法绘制图形,TXT文件每行为两个坐标点
  3. 所属分类:绘图程序

  1. 导弹打隧道

    0下载:
  2. DDA导弹打隧道算例,有命令流,带操作说明;初学者可以参考学习(The DDA example has a command flow band operation descr iption)
  3. 所属分类:图形图象

    • 发布日期:2018-05-02
    • 文件大小:1817600
    • 提供者:球球胖了
  1. DDA、中点及Bresenham算法生成直线

    0下载:
  2. 运用DDA算法、中点算法及Bresenham算法,用C++语言编写的实现二维直线的绘制(Using DDA algorithm, midpoint algorithm and Bresenham algorithm, C++ language is used to draw two-dimensional straight line.)
  3. 所属分类:2D图形编程

    • 发布日期:2018-05-01
    • 文件大小:11264
    • 提供者:lxenia
  1. 051410626沈耀辉数控课设

    4下载:
  2. 这是利用matlab语言编写的三四象限的顺圆弧DDA圆弧插补(This is a circular arc DDA circular interpolation of the three or four quadrants written in matlab language.)
  3. 所属分类:Windows编程

    • 发布日期:2020-06-07
    • 文件大小:257024
    • 提供者:辉耀008
« 1 2 3 4 5 6 7 89 10 11 12 13 ... 33 »
搜珍网 www.dssz.com