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

搜索资源列表

  1. GraphicsAlg

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

    • 发布日期:2008-10-13
    • 文件大小:133175
    • 提供者:shifu2007
  1. DrawLine

    0下载:
  2. 中点画线,DDA算法,计算机图形学,计算机基本算法,计算机图形处理基础
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:30915
    • 提供者:zhanglian
  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#编程

    • 发布日期:2008-10-13
    • 文件大小:44822
    • 提供者:梁志宏
  1. DDA_Line

    0下载:
  2. 利用C#实现DDA算法画直线,是经典的绘制直线算法-To use C# to achieve DDA line drawing algorithm is a classical algorithm for drawing a straight line
  3. 所属分类:CSharp

    • 发布日期:2017-03-30
    • 文件大小:870
    • 提供者:Monss
  1. BHcircle

    0下载:
  2. 数值微分(DDA)法: 设过端点P0(x0 ,y0)、P1(x1 ,y1)的直线段为L(P0 ,P1),则直线段L的斜率 L的起点P0的横坐标x0向L的终点P1的横坐标x1步进,取步长=1(个象素),用L的直线方程y=kx+b计算相应的y坐标,并取象素点(x,round(y))作为当前点的坐标。因为: yi+1 = kxi+1+b = k1xi+b+kDx = yi+kDx 所以,当Dx =1 yi+1 = yi+k。也就是说,当x
  3. 所属分类:CSharp

    • 发布日期:2017-04-02
    • 文件大小:596
    • 提供者:李丽
  1. DDA_and_Bresenham

    0下载:
  2. that plot a line with dda and bresenham algorithm
  3. 所属分类:CSharp

    • 发布日期:2017-04-16
    • 文件大小:85454
    • 提供者:Tanju Alkan
  1. jisuanji-tuxingxue-DDAsuanfa

    0下载:
  2. 直线的生成是用计算机生成图形最基本的技能,通过本实验使学生掌握如何用计算机生成直线。熟悉开发环境,生成直线。 熟悉Turbo C开发环境 分别用DDA算法、Bresenham算法生成直线-Line with computer-generated graphics to generate the most basic skills, through this experiment so that students learn how to use computer-generated li
  3. 所属分类:CSharp

    • 发布日期:2017-05-03
    • 文件大小:1521832
    • 提供者:wyj
  1. DDA-Line-DAB

    0下载:
  2. 在visual studio 环境下建立一个窗口程序,实现DDA画线方法 新建坐标系 -Program to create a window in visual studio environment, DDA line drawing new coordinate system
  3. 所属分类:CSharp

    • 发布日期:2017-11-20
    • 文件大小:85306
    • 提供者:代艾波
  1. DDA-line-and-midpoint-circle

    0下载:
  2. 包含了DDA方法画线及中点法画圆,在绘图区域任意指定圆心及半径即可实现画圆命令-DDA method of drawing a line and the midpoint method to draw a circle, circle command can be achieved in any specified center and radius of the drawing area
  3. 所属分类:CSharp

    • 发布日期:2017-11-06
    • 文件大小:94381
    • 提供者:代艾波
  1. CSharpjibentuyuan

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

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

    0下载:
  2. 计算机图形学__直线的生成算法的实现利用Visual C++实现直线生成的DDA算法,在屏幕上任意生成一条直线,实现圆输入、显示输出的方法和基本流程实现椭圆输入、显示输出的方法和基本流程-__ Straight line to realize computer graphics generation algorithm using Visual C++ implementation of the DDA line drawing algorithm, randomly generated a l
  3. 所属分类:CSharp

    • 发布日期:2017-04-28
    • 文件大小:59094
    • 提供者:zjh
  1. DrawLineCircleROOT

    0下载:
  2. 计算机图形学__直线的生成算法的实现利用Visual C++实现直线生成的DDA算法,在屏幕上任意生成一条直线,实现圆输入、显示输出的方法和基本流程实现椭圆输入、显示输出的方法和基本流程-__ Straight line to realize computer graphics generation algorithm using Visual C++ implementation of the DDA line drawing algorithm, randomly generated a l
  3. 所属分类:CSharp

    • 发布日期:2017-04-25
    • 文件大小:55473
    • 提供者:zjh
  1. bresenham

    0下载:
  2. 用DDA算法和中点bresenham算法分别实现任意给定两点的直线段的绘制-By using DDA and Mid-bresenham algorithms to realize the line drawing which is given by any two points.
  3. 所属分类:CSharp

    • 发布日期:2017-12-14
    • 文件大小:65621
    • 提供者:hui
搜珍网 www.dssz.com