搜索资源列表

  1. 用bresenham算法实现画直线

    0下载:
  2. 主要是图形学课程中的一个小实验,采用bresenham算法实现直线的一个C语言源程序
  3. 所属分类:源码下载

    • 发布日期:2011-03-07
    • 文件大小:42388
    • 提供者:sxqfancy
  1. 中点bresenham算法画圆

    0下载:
  2. 中点bresenham算法圆
  3. 所属分类:源码下载

  1. DDA与Bresenham算法

    1下载:
  2. DDA与Bresenham算法-计算机图形学-DDA and the Bresenham algorithm-Computer Graphics
  3. 所属分类:图形图象

    • 发布日期:2024-04-29
    • 文件大小:51200
    • 提供者:李春雷
  1. 圆弧的 Bresenham 算法

    0下载:
  2. 圆的bresenham算法-round bresenham Algorithm
  3. 所属分类:GDI/图象编程

    • 发布日期:2024-04-29
    • 文件大小:3072
    • 提供者:王文东
  1. 直线的Bresenham算法

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

    • 发布日期:2024-04-29
    • 文件大小:1024
    • 提供者:王文东
  1. 中点Bresenham画直线算法

    0下载:
  2. 中点Bresenham画直线算法-midpoint Bresenham algorithm for drawing straight lines
  3. 所属分类:图形图象

    • 发布日期:2024-04-29
    • 文件大小:1024
    • 提供者:刘强
  1. Bresenham算法的实现

    0下载:
  2. 图形学的Bresenham算法的实现 有程序和说明-graphics of the Bresenham algorithm to achieve procedures and clarifications
  3. 所属分类:图形图象

    • 发布日期:2024-04-29
    • 文件大小:35840
    • 提供者:锦强
  1. Bresenham算法

    0下载:
  2. Bresenham算法演示程序。该例程使用Bresenham算法画出一个凸四边形。-Bresenham algorithm demonstration program. Routine use of the Bresenham algorithm to identify a convex rectangular.
  3. 所属分类:2D图形编程

    • 发布日期:2024-04-29
    • 文件大小:58368
    • 提供者:蝌蚪
  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
  3. 所属分类:2D图形编程

    • 发布日期:2024-04-29
    • 文件大小:8192
    • 提供者:susu
  1. 直线bresenham

    0下载:
  2. bresenham 直线算法 值得大家参考-valuable reference
  3. 所属分类:Windows编程

    • 发布日期:2024-04-29
    • 文件大小:29696
    • 提供者:数据库
  1. Bresenham高效画线算法

    0下载:
  2. 画线的算法不少,但要作到高速、简单并不容易。斜率相乘法是最简单的方法之一,但计算每个点均要花费不少时间用于乘、除法运算;下面介绍的是Bresenham s高效画线算法,对每个点的坐标计算只要加、减法就能完成。-line drawing algorithm, but a lot to be done fast, simple is not easy. The slope is the most simple multiplication
  3. 所属分类:2D图形编程

    • 发布日期:2024-04-29
    • 文件大小:4096
    • 提供者:小倪
  1. Bresenham&DDA

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

    • 发布日期:2024-04-29
    • 文件大小:100352
    • 提供者:陈新新
  1. DDA&Bresenham

    0下载:
  2. DDA,Bresenham算法来实现画圆,画直线,画椭圆。-DDA, the Bresenham algorithm to achieve Circle, linear paintings, painted oval.
  3. 所属分类:绘图程序

    • 发布日期:2024-04-29
    • 文件大小:247808
    • 提供者:李冰海
  1. Bresenham

    0下载:
  2. 计算机图形学Bresenham算法实现画1/8圆,使用C语言编写-computer graphics Bresenham algorithm paintings 1/8 round, the use of C language
  3. 所属分类:C#编程

    • 发布日期:2024-04-29
    • 文件大小:7168
    • 提供者:symlenovo
  1. bresenham-homework

    0下载:
  2. bresenham画直线 老师要求的作业-bresenham line drawing teacher requirements of the Operating
  3. 所属分类:Windows编程

    • 发布日期:2024-04-29
    • 文件大小:27648
    • 提供者:zb
  1. Bresenham

    0下载:
  2. 运用vc++6完成Bresenham算法的360度橡皮条算法还有中心画圆共享一下-use vc Bresenham algorithm completed six of the 360 degree rubber of the algorithm is in the central Sharing Circle what
  3. 所属分类:2D图形编程

    • 发布日期:2024-04-29
    • 文件大小:44032
    • 提供者:贾承斌
  1. bresenham

    0下载:
  2. 用C语言结合OpenGL技术实现Bresenham算法绘制直线-Using C language combined with OpenGL technology to achieve Bresenham algorithm for drawing a straight line
  3. 所属分类:OpenGL

    • 发布日期:2024-04-29
    • 文件大小:1024
    • 提供者:王栋
  1. bresenham

    0下载:
  2. 实现bresenham曲线画法-Bresenham curve drawing method to achieve
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-04-29
    • 文件大小:1024
    • 提供者:
  1. Bresenham

    0下载:
  2. (1)用Bresenham算法绘制直线 (2)程序适用各种直线情况,包括水平线,垂直线 (3)采用键盘输入线段的两个端点的坐标 -(1) using Bresenham algorithm for drawing a straight line (2) procedure applies to all kinds of straight lines, including horizontal, vertical lines
  3. 所属分类:其他小程序

    • 发布日期:2024-04-29
    • 文件大小:1024
    • 提供者:Eean
  1. Bresenham

    0下载:
  2. 计算机图形学中使用Bresenham算法实现线段裁减-Computer graphics used in the reduction of Bresenham line algorithm
  3. 所属分类:绘图程序

    • 发布日期:2024-04-29
    • 文件大小:128000
    • 提供者:龚圣先
« 12 3 4 5 6 7 8 9 10 ... 49 »

源码中国 www.ymcn.org