搜索资源列表

  1. DDA画线

    0下载:
  2. DDA(C语言)画线
  3. 所属分类:图形图象

    • 发布日期:2009-12-17
    • 文件大小:660
    • 提供者:albeechu
  1. dda画直线

    0下载:
  2. dda画直线
  3. 所属分类:源码下载

    • 发布日期:2011-06-03
    • 文件大小:2335
    • 提供者:Crisse
  1. DDA画线算法

    0下载:
  2. DDA高效画线算法
  3. 所属分类:源码下载

  1. DDA

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

    • 发布日期:2024-05-03
    • 文件大小:26624
    • 提供者:尹章才
  1. myline

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

    • 发布日期:2024-05-03
    • 文件大小:1024
    • 提供者:杨永健
  1. 371

    0下载:
  2. 一个图形学的小房子,主要应用DDA算法,和内点区域填充,DDA算法,还有延迟-a small house, the main application of DDA algorithm, and points within the region to fill the DDA algorithm, the delay
  3. 所属分类:图形图象

    • 发布日期:2024-05-03
    • 文件大小:1024
    • 提供者:漫天
  1. EX602

    0下载:
  2. 计算机图形学:直线DDA算法2-Computer Graphics : linear DDA Algorithm 2
  3. 所属分类:图形图象

    • 发布日期:2024-05-03
    • 文件大小:67584
    • 提供者:乐振望
  1. ddaaine

    0下载:
  2. 基于DDA算法的画线算法-algorithm based on the DDA's line drawing algorithm
  3. 所属分类:图形图象

    • 发布日期:2024-05-03
    • 文件大小:34816
    • 提供者:杨易
  1. 图形基础

    1下载:
  2. 中点画线法,中点画圆法,DDA画线法,Bresenham画线法,Bresenham画圆法-were dotted line, the midpoint Circle, DDA line drawing, Bresenham line drawing, Bresenham Circle France
  3. 所属分类:分形几何

    • 发布日期:2024-05-03
    • 文件大小:5120
    • 提供者:波波
  1. ZhuYouyong

    0下载:
  2. 直线的DDA,bresenham算法画图 圆的bresenham算法画图 椭圆的bresenham算法画图 均匀B样条曲线算法画图 多边形的Y-X填充算法画图 动态三维立体图形的正透视投影图-linear DDA, bresenham algorithm for drawing a round of bresenham algorithm to draw the ellipse drawing algorithm bresenham u
  3. 所属分类:绘图程序

    • 发布日期:2024-05-03
    • 文件大小:1972224
    • 提供者:朱友勇
  1. DDA_Mid_Line

    0下载:
  2. 计算机图形学中用DDA与中点法画直线 练习-DDA and the midpoint of paintings straight practice
  3. 所属分类:绘图程序

    • 发布日期:2024-05-03
    • 文件大小:5120
    • 提供者:张老师
  1. 图形编辑

    0下载:
  2. 实现四个功能:一、图和图素1. 定义屏幕坐标2. 在屏幕中心作下列图素:点 • ; 小方块 ■ ;大方块 ■ ; 圆点 ● 。以上述图素画线二、3. 用DDA法画线段;4. 用DDA法画圆。三、已知如图所示的多面体,其各棱边长均相等。要求1. 用步进法(即+1比较法)编写AB线段生成程序;2. 用法线法编写消隐程序;3. 编写让多面体绕其中心轴线旋转30o、45o、60o的程序四.在三的基础上自动绘制各棱边,自由旋转任意角度
  3. 所属分类:绘图程序

    • 发布日期:2024-05-03
    • 文件大小:251904
    • 提供者:张帆
  1. DDA_line

    0下载:
  2. 与计算机图形学有关,DDA划线法,可以划直线,调用可划多边形-with the computer graphics, DDA crossed, we could draw a straight line, polygon call to be designated
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-03
    • 文件大小:1024
    • 提供者:王烨
  1. 图形学直线和圆的生成算法

    0下载:
  2. 掌握直线和圆的生成算法,分别用DDA法和中点画线法在屏幕上画两条直线段-grasp of linear and circular generation algorithm, respectively DDA Act and the dotted lines in the screen painting of two straight
  3. 所属分类:其他小程序

    • 发布日期:2024-05-03
    • 文件大小:1024
    • 提供者:
  1. GraphExp1

    0下载:
  2. 一个计算机图形学的程序,可以实现画直线,DDA直线以及中点圆。等。使用VC。-A computer graphics program that can realize drawing beeline,DDA line and midpoint round programed with vc
  3. 所属分类:Windows编程

    • 发布日期:2024-05-03
    • 文件大小:59392
    • 提供者:王哲
  1. Graphics12

    0下载:
  2. 图形学 包括直线DDA、中点算法,圆的中点、正负算法,线宽控制。射线填充等算法-linear graphics including DDA, the midpoint algorithm, the midpoint of the round, plus or minus algorithm, linewidth control. Ray fill in the blanks Algorithm
  3. 所属分类:GDI/图象编程

    • 发布日期:2024-05-03
    • 文件大小:22528
    • 提供者:张欣
  1. VCPROG.ZIP

    0下载:
  2. 用VC开发的一个小型的图形程序 其中主要是为了处理一些基本的图形算法 如DDA等 当然也还有旋转等-VC developed a small graphics program which is mainly to deal with some basic graphics algorithms such as DDA course there is also rotating
  3. 所属分类:界面编程

    • 发布日期:2024-05-03
    • 文件大小:303104
    • 提供者:梁时秋
  1. 图形学实验一

    0下载:
  2. 计算机图形学实验一DDA,BRESHEAM画直线及画圆,自主开发的原程序-an experimental computer graphics DDA, BRESHEAM painting and Circle Line, the independent development of the original program
  3. 所属分类:2D图形编程

    • 发布日期:2024-05-03
    • 文件大小:5896192
    • 提供者:赵虎
  1. line_dda

    0下载:
  2. 这学期选修图形学的时候用c#写的实现dda算法的代码.-this semester elective graphics when used to write c# dda algorithm for the realization of the code.
  3. 所属分类:C#编程

    • 发布日期:2024-05-03
    • 文件大小:55296
    • 提供者:梁志宏
  1. 846643DDAmid

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

    • 发布日期:2024-05-03
    • 文件大小:36864
    • 提供者:李艺
« 1 2 34 5 6 7 8 9 10 ... 42 »

源码中国 www.ymcn.org