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

搜索资源列表

  1. DDA_motion

    0下载:
  2. 用dda算法实现的图象运动 对dda函数进行了必要的改良-dda algorithm with the image campaign dda function of the necessary improvements
  3. 所属分类:GDI/图象编程

    • 发布日期:2008-10-13
    • 文件大小:27348
    • 提供者:小p
  1. tuxingxuedazouye

    2下载:
  2. 1. 做一个集成的图形界面的程序,可调用每一次作业子程序。 2. 调用画点的函数,用DDA、中点算法画直线和中点算法及正负法画圆和抛物线。 3. 交互式的二维直线求交:如果存在交点,用实心圆显示交点,并用文字显示其坐标。 4. 用动画实现二维图形变换的各种算法,实现对指定形体的平移、旋转和缩放。(包括自行车行走和绕固定点旋转的自旋转物体动画。) 5. 线段裁剪和多边形裁剪算法的动画演示实现。(两种线段裁剪算法和H-S多边形逐边裁剪算法)多边形裁剪算法的动画演示要求先画出一个封闭的
  3. 所属分类:绘图程序

    • 发布日期:2008-10-13
    • 文件大小:108711
    • 提供者:张斌
  1. OpenglDraw

    0下载:
  2. OpenGL试验包括基本的点、线、dda、多边形、填充、反走样-OpenGL test including basic point, line, dda, polygons, filled, anti-aliasing
  3. 所属分类:OpenGL

    • 发布日期:2008-10-13
    • 文件大小:89612
    • 提供者:bwking
  1. DrawJinganshi

    0下载:
  2. 设计实现直线的DDA算法或BRESENHAM算法,并在此基础上进行下面的实验: 绘制金刚石图案 -Design linear algorithms or DDA BRESENHAM algorithm, and on this basis for the following experiments : Drawing diamond logo
  3. 所属分类:绘图程序

    • 发布日期:2008-10-13
    • 文件大小:91737
    • 提供者:沈丽华
  1. Graphics-dengzi

    0下载:
  2. 一个简单图形软件包。 设计一个简单图形软件包,它调用已有的DDA程序,并包括如下功能: 1. Window(x1,y1,x2,y2) 2. Viewport(x1,y1,x2,y2) 3. MoveTo2(x,y) 4. MoveBy2(x,y) 5. LineTo2(x,y) 6. LineBy2(x,y) 7. Shift2(dx,dy) 8. Pivot2(x,y) 9. Rotate2(angle) 10. Scale2(S
  3. 所属分类:GDI/图象编程

    • 发布日期:2008-10-13
    • 文件大小:211785
    • 提供者:小青豆
  1. ddaline.c

    0下载:
  2. ddaline.c 在Turboc2下编写DDA画直线算法。本程序实现的是数值微分画线算法。-ddaline.c prepared under the DDA Turboc2 painting linear algorithms. This program is the numerical differential line drawing algorithm.
  3. 所属分类:绘图程序

    • 发布日期:2008-10-13
    • 文件大小:1020
    • 提供者:Sungol
  1. jsjtuxingxue

    0下载:
  2. 计算机图形学程序 BRESENHACircle.C BRESEN算法圆 LINEDDA.C DDA算法画直线 unicursal.C 一笔画成图形-computer graphics algorithms procedures BRESENHACircle.C BRESEN Yuan LIN EDDA.C DDA algorithm painting a stroke unicursal.C straight into graphics
  3. 所属分类:2D图形编程

    • 发布日期:2008-10-13
    • 文件大小:1614
    • 提供者:静静
  1. TuXingXueZongHeShiXi

    0下载:
  2. 这是我图形学的综合实习程序,里面实现直线的dda算法,中点Bresenham算法,改进Bresenham算法的绘图,椭圆的中点Bresenham算法,圆的八分画圆结合中点Bresemham算法的绘制,并包含了图形的翻转,平移,对称,比例变换,内有说明文档-integrated graphics attachment procedures, straight line inside the dda algorithm, the midpoint of Bresenham algorithm, im
  3. 所属分类:GDI/图象编程

    • 发布日期:2008-10-13
    • 文件大小:10651
    • 提供者:4587
  1. Exe_DDA

    0下载:
  2. 计算机图形学中DDA算法的实现,对于准备从事图形领域编程的人员是有一定的帮助,能真的帮助你是我最大的心愿。-computer graphics algorithms to achieve DDA, preparing for graphics programming staff is helpful to a certain extent, can really help you is my greatest wish.
  3. 所属分类:GDI/图象编程

    • 发布日期:2008-10-13
    • 文件大小:2748
    • 提供者:michael
  1. 03081402

    0下载:
  2. 包括中点算法、dda算法、直接求交算法画直线,并附有中点算法、正负法法画抛物线,并可进行时间运算,比较几种算法。-including midpoint algorithm, the algorithm dda directly intersecting line painting, together with the midpoint algorithm, positive and negative parabola France and France painting, to carry ou
  3. 所属分类:绘图程序

    • 发布日期:2008-10-13
    • 文件大小:41081
    • 提供者:jj
  1. jsjtx

    0下载:
  2. DDA算法的程序实现计算机图形学实验报告 改进的bresenham画线算法的程序实现 字符点阵显示算法的程序实现 梁友栋-barske算法的程序实现-DDA algorithm computer graphics program to improve the experimental report bresenham line drawing algorithm the program character dot-matrix display algorithm Program
  3. 所属分类:图形图象

    • 发布日期:2008-10-13
    • 文件大小:23539
    • 提供者:林明清
  1. CG_Line

    0下载:
  2. 计算机图形学的简单设计,包括dda算法,brem算法和矩形,圆的绘制-simple computer graphics design, including dda algorithm, Brem algorithm and rectangular, circular mapping
  3. 所属分类:2D图形编程

    • 发布日期:2008-10-13
    • 文件大小:16635
    • 提供者:burnett
  1. Chinapiecedlinealgorithms

    0下载:
  2. 此程序为中点画线算法.注意的是,本算法只能适合于直线的斜率0<k<1的情况,对于其它的情况并不适应。但是,对于其它的情况可以仿照本算法写出对应的算法,也可以用其它算法来实现,如可以用DDA算法,这里不再介绍。-for this procedure were dotted line algorithm. Note that this algorithm can only fit in a linear slope 0
  3. 所属分类:GDI/图象编程

    • 发布日期:2008-10-13
    • 文件大小:15096
    • 提供者:管声俊
  1. gat_shiyan3

    1下载:
  2. 这是我的计算机图形学的大作业,其中包括的算法有: 直线绘制的DDA算法,中点算法,绘制抛物线的正负法,中点法。 扫描转换多边形扫描线算法,种子填充算法。 线段裁剪(CohenSutherland)编码算法,多边形逐边裁剪(SutherlandHodgman)算法 注:分别设计了功能完整的类-This is my big computer graphics operations, including the algorithm are : DDA linear mapping al
  3. 所属分类:图形图像处理(光照,映射..)

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

    0下载:
  2. 直线的数字微分算法-Algorithm for digital differential of straight line.
  3. 所属分类:图形图象

    • 发布日期:2008-10-13
    • 文件大小:26979
    • 提供者:尹章才
  1. myline

    0下载:
  2. c语言实现DDA画线法。有详细注释!-DDA painting method. Detailed Notes!
  3. 所属分类:图形图象

    • 发布日期:2008-10-13
    • 文件大小:1277
    • 提供者:杨永健
  1. chabu

    2下载:
  2. 数控插补程序,直线插补和圆弧插补,1.直线插补:逐点比较法插补;2. 圆弧插补:DDA法插补第一、二象限的逆圆弧。 -NC interpolation procedures, linear interpolation and circular interpolation, 1. Linear interpolation : a case-by-point comparison interpolation; 2. Circular interpolation : DDA interpolati
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:63062
    • 提供者:chen
  1. DDA_xianduanheyuan

    0下载:
  2. 你是不是很想要DDA画线段和圆的源代码呢?!哈哈,我这里可是好东西来的-not you wanted a painting line and the DDA round of the source code? ! Ha ha, but I am here to the good things
  3. 所属分类:图形图象

    • 发布日期:2008-10-13
    • 文件大小:17273
    • 提供者:林桂川
  1. DDArenderingAlg

    0下载:
  2. 画线DDA算法,可以绘制直线,并对直线的精度进行调整。-line drawing algorithm, can draw straight lines, as well as the accuracy of linear adjustments.
  3. 所属分类:2D图形编程

    • 发布日期:2008-10-13
    • 文件大小:10722
    • 提供者:Adams
  1. GraphicsAlg

    0下载:
  2. 多种图形学算法的实现,如DDA直线法等,比较全面。-multiple graphics algorithm for example, the DDA straight, more comprehensive.
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:133175
    • 提供者:shifu2007
« 1 2 ... 5 6 7 8 9 1011 12 13 14 15 ... 35 »
搜珍网 www.dssz.com