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

搜索资源列表

  1. Bresenham算法编程演示

    0下载:
  2. Bresenham算法编程演示程序,用java写的源码,可以在一个IE窗口完整的演示出来,可以选择描画直线,圆形,椭圆等,是图形学课程的基础课程设计.-Bresenham algorithm programming demo program using java to write the source code for the IE window for a complete demonstration, and can choose to draw straight line, circle,
  3. 所属分类:2D图形编程

    • 发布日期:2008-10-13
    • 文件大小:8611
    • 提供者:susu
  1. Reline

    0下载:
  2. 小小的橡皮筋技术加Bresenham算法的直线生成程序,以前很少可以有可执行的Bresenham直线程序-small rubber-band technique and the Bresenham algorithm for generating linear process, before it can rarely enforceable procedures Bresenham
  3. 所属分类:2D图形编程

    • 发布日期:2008-10-13
    • 文件大小:36265
    • 提供者:不做大哥
  1. DDAandBresenham

    0下载:
  2. DDA直线生成算法在屏幕上绘制直线和Bresenham圆的生成算法在屏幕上绘制一个圆按一画直线按二画圆
  3. 所属分类:2D图形编程

    • 发布日期:2008-10-13
    • 文件大小:1340
    • 提供者:ma
  1. Draw

    0下载:
  2. 图形学作业,实现了DDA、Bresenham绘制直线和圆的算法,及多种填充、裁剪算法。
  3. 所属分类:2D图形编程

    • 发布日期:2008-10-13
    • 文件大小:56075
    • 提供者:曹玫璇
  1. hibentuxingshengcheng

    0下载:
  2. 画直线 分别用bresenham算法 dda算法 中点算法 图形学初学者参考
  3. 所属分类:2D图形编程

    • 发布日期:2008-10-13
    • 文件大小:42381
    • 提供者:orochi
  1. ALL_Line

    1下载:
  2. 该程序可实现直线生成的各种算法,如DDA法、Bresenham法、中点法等;还可实现图形区域的填充等。
  3. 所属分类:2D图形编程

    • 发布日期:2008-10-13
    • 文件大小:2670
    • 提供者:保文星
  1. draw.rar

    0下载:
  2. Bresenham算法生成直线,中点算法生成直线,DDA算法生成直线,中点画圆,Bresenham画圆,中点画椭圆,画多边形,多边形填充,the detail information is above
  3. 所属分类:2D Graphic

    • 发布日期:2017-04-09
    • 文件大小:1932080
    • 提供者:张伟
  1. ComputerGraphics

    0下载:
  2. 是我的计算机图形学的大作业,其中包括的算法有: 直线绘制的DDA算法,bresenham算法,中点算法,绘制圆和椭圆的中点算法,扫描线种子填充算法。N次贝塞尔曲线的绘制以及对他的平移旋转和缩放变换。还有颜色对话框的调用等等,操作方法在帮助里也写明了。另外,还附有一个编写说明书,适合初学者一步步的自己编写出程序来。-Is my great work in computer graphics, including the algorithm are: line drawing of the DDA
  3. 所属分类:2D Graphic

    • 发布日期:2017-05-18
    • 文件大小:5458547
    • 提供者:隗平
  1. bresenham

    0下载:
  2. 直线bresenham算法,用VC++ 6.0编写。 注意:新建一个MFC(EXE)工程,在导向中选单文档即可-Bresenham line algorithm, with VC++ 6.0 preparation. Note: Create a new MFC (EXE) project, in the guidance document in the menu can be
  3. 所属分类:2D Graphic

    • 发布日期:2017-04-09
    • 文件大小:2005729
    • 提供者:秦始皇
  1. straightlinedrawing

    0下载:
  2. DDA算法,bresenham算法,中点画线算法三种直线生成算法,还有其它一些简单的CAD工具-DDA algorithm, bresenham algorithm, in a straight line stipple line algorithm to generate the three algorithms, and some other simple CAD tools
  3. 所属分类:2D Graphic

    • 发布日期:2017-03-30
    • 文件大小:52494
    • 提供者:王树新
  1. Graphics

    0下载:
  2. 基于图形算法的图形,包括Bresenham算法和中点算法画圆以及用它们画直线-Graphic based on graphics algorithms, including the Bresenham algorithm and midpoint algorithms draw a circle and using them to draw a straight line
  3. 所属分类:2D Graphic

    • 发布日期:2017-03-22
    • 文件大小:79503
    • 提供者:arlin
  1. line

    0下载:
  2. Bresenham直线生成算法 算出直线上有所有坐标点 -on line all poits
  3. 所属分类:2D Graphic

    • 发布日期:2017-03-29
    • 文件大小:206663
    • 提供者:routty
  1. Bresenham

    0下载:
  2. 该程序实现了Bresenham算法画直线,将四个象限的问题通过交换端点的方法合并成一,四象限的问题。再利用sign变量,统一成一个问题。又考虑到斜率<=1,>1,不存在,最终问题分成了三种情况。-The program implements Bresenham algorithm for drawing a straight line, the four quadrants of the problem through the exchange of endpoint methods
  3. 所属分类:2D Graphic

    • 发布日期:2017-05-07
    • 文件大小:1642034
    • 提供者:王程冬
  1. Bresenham

    0下载:
  2. Bresenham画线算法的实现,同时,利用Bresenham画线算法绘制任意方向直线-Bresenham line drawing algorithm, while the use of Bresenham line drawing algorithm to draw a straight line in any direction
  3. 所属分类:2D Graphic

    • 发布日期:2017-05-13
    • 文件大小:3425273
    • 提供者:cs
  1. Bresenham

    0下载:
  2. Bresenham算法绘制直线,c++源码-esenham algorithm to draw a straight line, c++ source
  3. 所属分类:2D Graphic

    • 发布日期:2017-12-03
    • 文件大小:104392
    • 提供者:l139
  1. 2-bresenham

    0下载:
  2. 计算机图形学课程中的bresenham算法,这里是直线算法,适合学习计算机图形学的同学们。-Computer graphics courses bresenham algorithm is linear algorithm for learning computer graphics students.
  3. 所属分类:2D Graphic

    • 发布日期:2017-12-02
    • 文件大小:2878302
    • 提供者:wangteng
  1. bresenham

    0下载:
  2. bresenham画直线算法MFC实现,根据课本上的伪代码自己写的。-To draw a line with bresenham algorithm
  3. 所属分类:2D Graphic

    • 发布日期:2017-05-08
    • 文件大小:1961388
    • 提供者:eric
  1. Bresenham

    1下载:
  2. 使用中点Bresenham算法绘制斜率为0≤k≤1的直线-Using the midpoint Bresenham algorithm draw the straight line slope of 0 k or less 1 or less
  3. 所属分类:2D Graphic

    • 发布日期:2017-05-03
    • 文件大小:681441
    • 提供者:赵永
  1. Bresenham

    0下载:
  2. 计算机图形学__Bresenham完整算法_画直线、椭圆和圆-Bresenham ALg
  3. 所属分类:2D Graphic

    • 发布日期:2017-05-04
    • 文件大小:29026
    • 提供者:qxbiao
  1. DDA、中点及Bresenham算法生成直线

    0下载:
  2. 运用DDA算法、中点算法及Bresenham算法,用C++语言编写的实现二维直线的绘制(Using DDA algorithm, midpoint algorithm and Bresenham algorithm, C++ language is used to draw two-dimensional straight line.)
  3. 所属分类:2D图形编程

    • 发布日期:2018-05-01
    • 文件大小:11264
    • 提供者:lxenia
« 12 »
搜珍网 www.dssz.com