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

搜索资源列表

  1. Vesa_w

    0下载:
  2. 函数int line_coor(int x1,int y1,int x2,int y2,struct DOT *dot) 采用Bresenham算法生成直线段的坐标-function int line_coor (int x, int y1, x2 int, int y2, struct * dot DOT) Bresenham algorithm used to create line and the coordinates of
  3. 所属分类:GDI/图象编程

    • 发布日期:2008-10-13
    • 文件大小:4523
    • 提供者:朱云
  1. graphic_demo

    0下载:
  2. 帮助学习图形学的学生和工程人员的好工具,里面动态的演示了图形生成过程,详细的源代码使你粘贴后就可以运行,其中包括DDA、resenham、 逐点比较法直线生成算法;bresenham,DDA,中点画圆算法;n次bezier, spline,Bspling,Hermite曲线生成算法;单线性,双线性, Bezier曲面生成算法;矢量,点阵字符生成算法;扫描填充, 种子填充算法,多边形,直线裁剪算法;平移,比例,旋转, 原点对称,错切变换算法;-help students lea
  3. 所属分类:GDI/图象编程

    • 发布日期:2008-10-13
    • 文件大小:807327
    • 提供者:冯宾
  1. Bresenham&DDA

    1下载:
  2. 《计算机图形学》用DDA和Bresenham算法画直线-"Computer Graphics" with DDA and the Bresenham algorithm painting line
  3. 所属分类:GDI/图象编程

    • 发布日期:2008-10-13
    • 文件大小:101021
    • 提供者:陈新新
  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. 直线的Bresenham算法

    0下载:
  2. 直线的Bresenham算法-linear Bresenham algorithm
  3. 所属分类:GDI/图象编程

    • 发布日期:2008-10-13
    • 文件大小:1534
    • 提供者:王文东
  1. DrawLine1

    0下载:
  2. 根据bresenham算法 可以对任意象限的直线进行绘制
  3. 所属分类:GDI/图象编程

    • 发布日期:2008-10-13
    • 文件大小:37998
    • 提供者:zhonghua
  1. CGHomework

    0下载:
  2. 这个程序是我的一个图形学课程的小作业,其中实现了Bresenham直线插补算法、Barsky线框裁剪算法、平行六面体自消隐算法以及绕任意轴的旋转算法。-this procedure is a small graphics course operations, which achieved a Bresenham interpolation algorithm, Barsky wireframe cutting algorithm, parallel hexahedron since blanki
  3. 所属分类:GDI/图象编程

    • 发布日期:2008-10-13
    • 文件大小:31501
    • 提供者:聂青阳
  1. DDAandBresenham

    0下载:
  2. DDA与Bresenham直线算法:DDA法画线段。端点位置间水平和垂直差值赋给参数dx和dy。绝对值的参数参数steps的值。从像素位置(Xa,Ya)开始,确定沿线段生成下一个像素位置的每一步所需的偏移量,并循环上述过程steps次。
  3. 所属分类:GDI/图象编程

    • 发布日期:2008-10-13
    • 文件大小:89690
    • 提供者:宋芬
  1. BRESENHAM

    0下载:
  2. 通过BRESENHAM判定算法,绘制指定端点的直线,用来测试tuborC的图形编程
  3. 所属分类:GDI/图象编程

    • 发布日期:2008-10-13
    • 文件大小:1632
    • 提供者:xu
  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
    • 文件大小:772017
    • 提供者:刘超
  1. Bresenham

    0下载:
  2. 基于Vsiual C++的直线绘制breseham算法,可根据提供的两个点绘制直线。-Vsiual C++ based line drawing breseham algorithm, can provide two points to draw a straight line.
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-05-27
    • 文件大小:9851826
    • 提供者:李文东
  1. Bresenham

    0下载:
  2. 直线的中点生成算法,通过输入两个坐标点,生成斜率<1的直线!可以改变颜色!-The midpoint of a straight line generating algorithm, by entering the coordinates of two points, to generate the slope of <1 in a straight line! Can change the color!
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-04-11
    • 文件大小:803
    • 提供者:安安
  1. Bresenham_line

    0下载:
  2. Bresenham直线算法的一些资料,包括推理过程-Bresenham line algorithm for some of the information, including the reasoning process
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-05-02
    • 文件大小:964881
    • 提供者:link
  1. t

    0下载:
  2. 用dda bresenham算法画直线,虚线等。通过对话框形式-Dda bresenham painting with a straight line algorithms, such as dotted line. Form through the dialog box
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-05-16
    • 文件大小:4602738
    • 提供者:崔伟斌
  1. Bresenham

    0下载:
  2. 经典的Bresenham算法,对与初学直线算法的人,有一点用处-Classical Bresenham algorithm, a straight line algorithms with beginners who have use
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-05-02
    • 文件大小:697115
    • 提供者:GilBert
  1. tuxingxue

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

    • 发布日期:2017-05-14
    • 文件大小:4082265
    • 提供者:李嘉诚
  1. DrawLine

    0下载:
  2. Bresenham实现的直线算法 能够快速的生成直线,计算量大大的减少-Bresenham line algorithm can achieve the formation of a straight line, calculated is greatly reduced
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-05-30
    • 文件大小:12994117
    • 提供者:王哲瑜
  1. Line-generation-algorithm

    0下载:
  2. 直线生成算法:采用DDA与Mid-Bresenham两种算法实现直线的绘制,可是直线的生成过程现实很明确。-Line generation algorithm: The DDA and the Mid-Bresenham straight line drawing of two algorithms to achieve, but the reality of the line generation process is very clear. 朗读 显示对应的拉丁字符的拼音 字典
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-04-09
    • 文件大小:2042802
    • 提供者:lwx
  1. line-Bresenham

    0下载:
  2. 本程序基于MFC编写,可实现直线的Bresenham算法-The MFC-based application written in a straight line of the Bresenham algorithm can achieve
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-05-01
    • 文件大小:570847
    • 提供者:cai
  1. bresenham

    0下载:
  2. 用bresenham算法画直线,电价鼠标左键确定起始点,右键消除-bresenham algorithm,line
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-04-12
    • 文件大小:1689
    • 提供者:杨涛
« 12 »
搜珍网 www.dssz.com