CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 GDI/图象编程 搜索资源 - 中点画线

搜索资源列表

  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
    • 文件大小:14.74kb
    • 提供者:管声俊
  1. BIGDrawing

    0下载:
  2. 实现了中点画线和中点画圆算法 -realized the Midpoint Circle Line and the midpoint algorithm realized the Midpoint Circle Line and the midpoint algorithm
  3. 所属分类:GDI/图象编程

    • 发布日期:2008-10-13
    • 文件大小:57.78kb
    • 提供者:caojun
  1. dda_line2007

    0下载:
  2. DAA画线,这个是我计算机图形学的实验的源代码, 包括中点画线 画圆,Bresenham 画线 画圆, 种子扫描填充区域, 三角形图形基本3种变换
  3. 所属分类:GDI/图象编程

    • 发布日期:2008-10-13
    • 文件大小:9.44kb
    • 提供者:余登逢
  1. kqf

    0下载:
  2. 关于vc里画图形的程序。包括画多边形,错切,裁剪,旋转,变换,填充等等的操作。还包括中点画线算法等。-on vc Lane painting graphics procedures. Polygon, including painting, wrong cutting, cutting, rotating, transform, filled out the operation. Also included were dotted line algorithm.
  3. 所属分类:GDI/图象编程

    • 发布日期:2008-10-13
    • 文件大小:73.37kb
    • 提供者:孔的
  1. ComputerGraphicsDemo

    0下载:
  2. 内含直线生成的dda,中点画线算法及Bresenham算法界面美观方便实用-Intron line generated dda, dotted line algorithm and interface Bresenham algorithm facilitate practical aesthetics
  3. 所属分类:GDI/图象编程

    • 发布日期:2008-10-13
    • 文件大小:753.92kb
    • 提供者:刘超
  1. 图形学实验代码

    0下载:
  2. 中点画圆,椭圆,双曲线,2算法画线平移,旋转,缩放,对称
  3. 所属分类:GDI/图象编程

    • 发布日期:2010-12-08
    • 文件大小:793.48kb
    • 提供者:chengqi
  1. GDI 画图的各种算法

    1下载:
  2. 实现多种算法(DDA、midpoint、bresenhanm画直线,中点画圆,区域填充扫面线等多种计算机图形学算法)是课堂演示,课程设计,毕业设计的必需参考资料,欢迎大家踊跃积极下载
  3. 所属分类:GDI/图象编程

  1. Draw

    0下载:
  2. 实现画图功能,例如计算机中的中点画线,微分画线等基本操作-The realization of drawing functions, such as computers in stipple lines, painting lines, such as differential basic operation
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-05-15
    • 文件大小:105.83kb
    • 提供者:王五
  1. BPointLine

    0下载:
  2. 实现中点画线算法 实现中点画线算 -Realization algorithm in line stipple stipple line operator
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-05-08
    • 文件大小:17.79kb
    • 提供者:fjd
  1. line

    0下载:
  2. 直线的三种画法,中点画线,数值微分,还有别的画法。-Three draw a straight line method, in stipple line, numerical differentiation, as well as other painting.
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-04-29
    • 文件大小:288.19kb
    • 提供者:liu
  1. midpoint

    0下载:
  2. 使用中点画线法画直线,是用VB画线方法中的一种。-Stipple method used in drawing a straight line is the VB method of painting a line.
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-03-29
    • 文件大小:2.33kb
    • 提供者:李璇
  1. tuxingxue

    0下载:
  2. 直线 算法:(DDA)算法和Bresenham算法 操作:选择菜单“基本图形绘制”——“直线”——“Bresenham(DDA)” 鼠标左键点击窗口,拖动鼠标,显示橡皮线,松开鼠标左键,绘出 直线。可以连续绘制,直至选择其他的选项。 连续画线 操作:连续点击鼠标左键,并移动鼠标,鼠标移动到起始点是,鼠标成十 字形,点下鼠标左键,将得到一个封闭的多边形。如果在窗口任何 地方点击右键,将停止连续画线。 画圆 Bresenham
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-05-15
    • 文件大小:3.89mb
    • 提供者:李嘉诚
  1. Computer-Graphic-Algorithm

    0下载:
  2. 计算机图形学相关算法实现,如DDA算法,中点画线算法、Bresenham画线(画圆)算法等-Computer graphics-related algorithms, such as the DDA algorithm, the dotted line algorithm, Bresenham line drawing (circle) algorithm
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-06-01
    • 文件大小:13.37mb
    • 提供者:刘洋
  1. DrawLine

    0下载:
  2. 图形学上机实验,用三种算法画线。包括Bresenham画线算法、中点画线和数值微分画线算法-Graphics on an experiment with three algorithms draw the line. Bresenham line algorithm, the dotted line and numerical differential line drawing algorithm
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-11-25
    • 文件大小:2.39mb
    • 提供者:wm
  1. zhongdianhuayuanhetuoyuan

    0下载:
  2. 包含了Bresensham画线、中点画圆、中点画椭圆算法代码,可以直接运行;以及中点画圆与中点画椭圆的实验报告。-Contains Bresensham draw lines, the midpoint Circle, were dotted ellipse algorithm code can be directly run and lab reports midpoint Circle and were dotted ellipse.
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-04-27
    • 文件大小:83.44kb
    • 提供者:章新
搜珍网 www.dssz.com