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

搜索资源列表

  1. dda

    0下载:
  2. DDA的模拟算法。指定的显示窗口的屏幕划分成64X64的区域;每个区域有一个象素,是位于区域中心半径为r的圆。进行DDA直线段绘制时,算法中选中的象素就用窗口中相应的圆代替。-DDA simulation algorithm. The specified display window of the screen is divided into 64X64 areas each region has a pixel is located in the Regional Center radius
  3. 所属分类:Graph program

    • 发布日期:2017-04-01
    • 文件大小:975
    • 提供者:
  1. huaxian

    0下载:
  2. DDA画线算法和中点画线算法实现以及中点画圆算法实现-DDA line drawing algorithm and the stipple-line algorithm, as well as the mid-point Circle Algorithm
  3. 所属分类:Graph program

    • 发布日期:2017-03-27
    • 文件大小:202337
    • 提供者:猴妹妹呀
  1. DDA

    0下载:
  2. DDA算法的实现,用DDA算法画出一个直线-DDA Algorithm, draw a straight line with the DDA algorithm
  3. 所属分类:Graph program

    • 发布日期:2017-03-29
    • 文件大小:1572
    • 提供者:臣鱼
  1. DDA

    0下载:
  2. 这是一个计算机图形学直线扫描的DDA算法程序,在VC6成功运行。-This is a computer graphics algorithm for linear scan DDA procedure, VC6 run successfully.
  3. 所属分类:Graph program

    • 发布日期:2017-04-02
    • 文件大小:45179
    • 提供者:王可
  1. DDA

    0下载:
  2. 直线DDA算法。。包含思想和概述。计算机图形学的实验之一,可以画出直线,不用考虑斜率的变化。-DDA line algorithm. . Contains ideas and an overview. Computer Graphics of the experiment, one can draw a straight line, without regard to slope changes.
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-24
    • 文件大小:2585
    • 提供者:师颖
  1. dda.c

    0下载:
  2. Implementaç ã o do Algoritmo de Line DDA, usando em no desenvolvimento de jogos em computaç ã o gráfica
  3. 所属分类:ActiveX-DCOM-ATL

  1. tuxingxue

    0下载:
  2. 该程序包里包含了计算机图形学所学的各种算法的源程序: 1、直线算法(B算法、DDA算法和中点算法) 2、圆弧算法 3、多边形填充算法(有序边发、种子算法和图案填充算法) 4、二维变换算法 5、直线二维裁剪算法 6、三维变换算法 程序包中有各算法的源程序和可执行程序,另外还有的程序说明和解释,保证容易看懂。程序都是本人亲自编写,控制台C程序用 Turbo C 编写,图形界面程序用 VC 编写。并全部测试成功。 有任何问题可与本人联系: QQ:4445
  3. 所属分类:Graph program

    • 发布日期:2017-03-29
    • 文件大小:312832
    • 提供者:lewsn2008
  1. dda

    0下载:
  2. 这是计算机图形学的图元显示实验的dda算法键入坐标画直线-This is the computer graphics pixel display coordinates of the experiment dda algorithm for drawing a straight line type
  3. 所属分类:Graph program

    • 发布日期:2017-04-06
    • 文件大小:768
    • 提供者:dy
  1. DDA

    0下载:
  2. 计算机图形学中直线段扫描画线算法的源代码-Computer graphics in a straight line segment Scan Line algorithm source code
  3. 所属分类:Applet

    • 发布日期:2017-03-27
    • 文件大小:1751
    • 提供者:Lee
  1. DDA

    0下载:
  2. 实现计算机图形学DDA算法帮助您实现实验要求-DDA algorithm to achieve computer graphics to help you achieve the requirement of experiment
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-04-10
    • 文件大小:1889376
    • 提供者:王庆
  1. 20091227linedda

    0下载:
  2. 本文对直线的生成的3种算法:逐点比较法、数值微分法(DDA法)、Bresenham算法进行研究。本文对逐点比较法、数值微分法(DDA法)、Bresenham算法进行推导,研究了逐点比较法、数值微分法(DDA法)、Bresenham算法在第一象限的实现和改进后逐点比较法、数值微分法(DDA法)、Bresenham算法在所有象限的实现。通过编程实践,可以掌握VC和opengl的使用方法。-In this paper, a straight line generated by three kinds
  3. 所属分类:OpenGL program

    • 发布日期:2017-04-04
    • 文件大小:211496
    • 提供者:aliang
  1. DDA

    0下载:
  2. DDA算法画直线 部分中点画线 还需完善 谢谢提议-DDA algorithm for drawing a straight line section of the proposal stipple line needs to improve thanks
  3. 所属分类:2D Graphic

    • 发布日期:2017-04-11
    • 文件大小:816
    • 提供者:朱杰伦
  1. DDAMouseLine

    0下载:
  2. 计算机图形学 DDA算法 画圆 点击鼠标画圆-DDA Circle Algorithm
  3. 所属分类:Special Effects

    • 发布日期:2017-05-08
    • 文件大小:1931026
    • 提供者:叶紫
  1. program

    0下载:
  2. 计算机图形学课程算法演示系统 (1)画线算法演示:实现画线的三个算法---DDA画线算法、中点画线算法、Bresenham画线算法。建立坐标系,由用户输入两点坐标,体现直线的走势,最后给出算法的参数值以及实现清除功能。 (2)画圆算法演示:实现画圆的两个基本算法---Bresenham画圆算法、中点画圆算法。由用户输入圆的半径,体现圆的四个象限的走势,最后给出算法的误差值以及实现清除功能。 (3)填充算法演示:实现边填充和种子填充这两个基本填充算法。其中边填充由用户画出多边形,对封闭
  3. 所属分类:Graph program

    • 发布日期:2017-04-09
    • 文件大小:2332387
    • 提供者:于小鱼
  1. DDA

    0下载:
  2. 图形学相关的算法实现,使用DDA算法画直线-Graphics-related algorithms, using DDA line drawing algorithm
  3. 所属分类:2D Graphic

    • 发布日期:2017-05-09
    • 文件大小:1661527
    • 提供者:fcwindpasss
  1. DDA

    0下载:
  2. DDA画线算法写的程序,通过算法计算出画10万条线所需时间,可以作为画线算法效率比较的参考-DDA line drawing algorithm to write programs, through the algorithm to calculate draw 100,000 line of time required for drawing a line efficiency of the algorithm can be used as reference for comparison
  3. 所属分类:Graph program

    • 发布日期:2017-03-24
    • 文件大小:814
    • 提供者:ki
  1. DDA

    0下载:
  2. 应用简单函数来实现直线dda算法,在可视窗口中生成直线,直线两端点坐标由用户指定-Application of a simple function to achieve a straight line dda algorithm to generate a straight line in the visible window, linear coordinates of the two end points specified by the user
  3. 所属分类:Graph program

    • 发布日期:2017-03-29
    • 文件大小:716
    • 提供者:mao maochong
  1. DDA

    0下载:
  2. 计算机图形学中的直线画法,DDA算法,对每一个步长的x所对应的y进行判断-Computer graphics line drawing, DDA algorithm, each step on the x-y corresponding to judge. . .
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-06
    • 文件大小:1200842
    • 提供者:王娇娜
  1. DDA

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

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

    0下载:
  2. DDA方法的绘制直线 圆的绘制 曲线的绘制等-tu xing xue
  3. 所属分类:assembly language

    • 发布日期:2017-04-03
    • 文件大小:1451
    • 提供者:小芬
« 1 2 3 45 6 7 8 9 10 ... 35 »
搜珍网 www.dssz.com