CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - Bresenham算法

搜索资源列表

  1. DDA与Bresenham算法.rar

    0下载:
  2. 所属分类:图形图象

    • 发布日期:
    • 文件大小:51648
    • 提供者:
  1. huayuan

    0下载:
  2. 这是一个生成圆周的源代码,首先用Bresenham算法生成八分圆坐标,再计算出8个对称点,生成圆周的所有点之后,按y值排序,转换成线段表。-This is a generation of source code circumference, first using Bresenham algorithm generated nearly circular coordinates, and then work out eight symmetry, circumferential generate
  3. 所属分类:GDI/图象编程

    • 发布日期:2008-10-13
    • 文件大小:1279
    • 提供者:朱云
  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. 直线bresenham

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

    • 发布日期:2008-10-13
    • 文件大小:29712
    • 提供者:数据库
  1. Bresenham

    0下载:
  2. 实验一 用Bresenham算法绘制直线要求: 1、程序适用各种直线情况,包括水平线,垂直线 2、尝试在高、低两个分辨率下绘制,比较效果 -Experiment a straight line drawn with Bresenham algorithm requirements: 1, the program for a variety of straight, including horizontal, vertical line 2, try to draw in high
  3. 所属分类:OpenGL program

    • 发布日期:2017-04-17
    • 文件大小:223108
    • 提供者:林伟鸿
  1. Bresenham

    0下载:
  2. OPENGL下使用bresenham算法实现的一个画线程序,画出的为直线线段,颜色随机。-Bresenham algorithm using a line drawing program, draw a straight line segment, random color under OPENGL.
  3. 所属分类:OpenGL program

    • 发布日期:2017-05-02
    • 文件大小:664455
    • 提供者:杨金帝
  1. Bresenham

    0下载:
  2. 计算机图形学-直线中点Bresenham算法-Straight line-Bresenham
  3. 所属分类:OpenGL program

    • 发布日期:2017-05-11
    • 文件大小:2496916
    • 提供者:陈惠丽
  1. Bresenham-suanfa

    0下载:
  2. Bresenham 算法 画4条斜率不同的直线。k大于0或k小于0- Bresenham suanfa
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-14
    • 文件大小:3425
    • 提供者:qinqi
  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. DDA-And-Bresenham-Algorithm

    0下载:
  2. 简洁明了的介绍了DDA与Bresenham算法的原理及其编程思路-Concisely introduce the DDA and Bresenham algorithm, and program thinking
  3. 所属分类:software engineering

    • 发布日期:2017-04-30
    • 文件大小:193553
    • 提供者:XieCy
  1. Bresenham

    0下载:
  2. 直线中点Bresenham算法,在VS环境下的,用MFC编写的C++语言-Midpoint Bresenham algorithm, in the VS environment, using MFC prepared C++ language
  3. 所属分类:Graph Drawing

    • 发布日期:2017-04-30
    • 文件大小:345618
    • 提供者:吴环
  1. Bresenham

    0下载:
  2. 计算机图形学中点Bresenham算法绘制直线算法,含源码- Computer graphics point Bresenham algorithm to draw a straight line algorithm, including source code
  3. 所属分类:OpenGL program

    • 发布日期:2017-04-30
    • 文件大小:220324
    • 提供者:wxy
  1. Bresenham

    0下载:
  2. 基于bresenham算法的画圆和画直线程序,画圆算法输入图像,圆心坐标,圆半径-draw circle and line by bresenham algorithm
  3. 所属分类:Graph Drawing

    • 发布日期:2017-04-12
    • 文件大小:1323
    • 提供者:haha
  1. Bresenham

    0下载:
  2. 直线中点Bresenham算法,三种算法实现画直线,课后的案例示范。-Linear midpoint Bresenham algorithm, three algorithms to achieve a straight line, after school case demonstration.
  3. 所属分类:Picture Viewer

    • 发布日期:2017-05-05
    • 文件大小:183394
    • 提供者:黄吉花
  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
  1. 两种直线划线算法

    0下载:
  2. 使用DDA划线算法和Bresenham划线算法生成两种不同的直线,并构思图形(Using the DDA scribing algorithm and the Bresenham scribing algorithm, two different straight lines are generated, and the graphics are conceived)
  3. 所属分类:其他

  1. BresenHam

    2下载:
  2. 在Qt中由纯C++实现BresenHam直线算法(The realization of BresenHam linear algorithm by pure C++ in Qt)
  3. 所属分类:多媒体编程

    • 发布日期:2018-01-08
    • 文件大小:3072
    • 提供者:wusuowei_ma
  1. 圆中点Bresenham算法_指定线型大小和颜色

    0下载:
  2. 在CirclePoint()里面修改圆的线型大小和颜色即可(Modify the line size and color of the circle)
  3. 所属分类:GDI/图象编程

    • 发布日期:2018-04-19
    • 文件大小:2703360
    • 提供者:HelloWorldhei
  1. 提高(Bresenham)

    0下载:
  2. 在OpenGL环境下用c++语言实现Bresenham画线算法画一万条直线(In the OpenGL environment, we use the c++ language to realize the Bresenham drawing algorithm and draw ten thousand straight lines.)
  3. 所属分类:OpenGL

    • 发布日期:2018-05-03
    • 文件大小:10429440
    • 提供者:theone123
  1. DDA、Bresenham、MidBresenham画直线算法

    1下载:
  2. DDA、Bresenham、MidBresenham画直线算法(DDA,BresenhamLine,MidBresenhamLine)
  3. 所属分类:绘图程序

    • 发布日期:2020-03-31
    • 文件大小:1024
    • 提供者:tata33
« 1 2 3 4 5 6 78 9 10 11 12 ... 31 »
搜珍网 www.dssz.com