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

搜索资源列表

  1. circle

    0下载:
  2.   1、编程实现 利用1/8圆中点算法和Bresenham算法生成圆,并显示。   2、推导1/4圆的中点画圆算法,并编程实现。   3.、构造任意一个边界表示的多边形,假定该多边形内部是四连通的。要求:用种子填充算法实现对多边形内部的填充。-1, the programming system to use the 1/8 round midpoint circle algorithm and Bresenham algorithm to generate and display. 2,
  3. 所属分类:2D Graphic

    • 发布日期:2017-11-20
    • 文件大小:2399562
    • 提供者:郭帏
  1. Bresenham

    0下载:
  2. 基于OpenGL的Bresenham划线算法的代码实现,鼠标左键点击拖动实现划线-Marking algorithm based OpenGLBresenham code.
  3. 所属分类:Windows Develop

    • 发布日期:2017-11-24
    • 文件大小:1410
    • 提供者:李凯
  1. xu

    0下载:
  2. 中点Bresenham算法绘制任意斜率的直线。-Midpoint Bresenham algorithm draw any straight line slope.
  3. 所属分类:software engineering

    • 发布日期:2017-11-05
    • 文件大小:1970298
    • 提供者:梅子
  1. midbresenham

    0下载:
  2. 图形学中的中点bresenham算法,用于画线的图形学经典算法-the algrithm of middle bresenham in Graphics to draw lines.
  3. 所属分类:2D Graphic

    • 发布日期:2017-05-12
    • 文件大小:2813595
    • 提供者:陶飞
  1. Bresenham_line

    0下载:
  2. 采用Bresenham算法编制扫描转换程序:输入端点坐标,输出显示直线。-Prepared using the Bresenham algorithm scan conversion process: input endpoint coordinates, the output display line.
  3. 所属分类:OpenGL program

    • 发布日期:2017-04-05
    • 文件大小:821
    • 提供者:lovermond
  1. bresenham3

    0下载:
  2. 基于 Bresenham算法画圆并对其进行种子填充。-Bresenham algorithm based on a circle and its seed filling.
  3. 所属分类:OpenGL program

    • 发布日期:2017-04-06
    • 文件大小:1340
    • 提供者:chaoxin
  1. Bresenhamline

    0下载:
  2. 用opengl实现bresenham算法画直线,有详细的注释,测试通过-Algorithm opengl achieve bresenham draw a straight line, detailed notes, test passed
  3. 所属分类:OpenGL program

    • 发布日期:2017-04-05
    • 文件大小:941
    • 提供者:acknowl
  1. cycle

    0下载:
  2. 利用 Bresenham 算法画圆并对其进行填充操作 !-Draw a circle using Bresenham algorithm and its filling operation!
  3. 所属分类:OpenGL program

    • 发布日期:2017-04-11
    • 文件大小:1113
    • 提供者:esidentM
  1. lineBres

    0下载:
  2. 初学Opengl,从最基础开始,本程序实现用Bresenham算法画直线-Learning Opengl, from the beginning of the most basic, the program Bresenham algorithm for drawing a straight line with
  3. 所属分类:OpenGL program

    • 发布日期:2017-04-10
    • 文件大小:821
    • 提供者:有地下水
  1. MidPointCircle

    0下载:
  2. 用opengl实现bresenham算法画圆,先画1/8个圆,再借助圆的对称性,画出其余部分-Use opengl achieve bresenham algorithm Circle, first draw the 1/8 round, and then with the symmetry of the circle to draw the rest
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-10
    • 文件大小:926
    • 提供者:ptsho
  1. shiyan1

    0下载:
  2. 用OpenGL实现中点Bresenham算法画直线与圆,改进Bresenham算法画直线-The midpoint of the Bresenham algorithm for drawing a straight line and circle, using OpenGL to improve the Bresenham algorithm draw a straight line
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-08
    • 文件大小:632
    • 提供者:coupfo
  1. tuoyuan

    0下载:
  2. 用opengl实现bresenham算法画椭圆,先画1/4个椭圆,然后借助椭圆的对称性,画出其余部分-Use opengl achieve bresenham algorithm painted oval, first draw 1/4 oval, and then with the symmetry of the ellipse, and draw the rest of the
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-10
    • 文件大小:1180
    • 提供者:esidentM
  1. test1

    0下载:
  2. 将中点Bresenham算法推广到绘制任意斜率的直线段。使用对话框输入直线的起点和终点坐标,以屏幕中心为二维坐标系原点,绘制任意斜率的直线段。编制CLine类,成员函数为MoveTo()和LineTo()。对边界像素的处理原则是“起点闭区间、终点开区间”,即要求所绘直线达到VC++的MoveTo()和LineTo()函数的绘制效果。-Midpoint Bresenham algorithm will be extended to the slope of the straight line se
  3. 所属分类:Graph Drawing

    • 发布日期:2017-05-10
    • 文件大小:2343682
    • 提供者:muaju
  1. 2

    0下载:
  2. 将中点Bresenham算法推广到绘制任意斜率的直线段。使用对话框输入直线的起点和终点坐标,试以屏幕中心为二维坐标系原点,绘制任意斜率的直线段。要求编制CLine类,成员函数为MoveTo()和LineTo()。对边界像素的处理原则是“起点闭区间、终点开区间”,即要求所绘直线达到VC++的MoveTo()和LineTo()函数的绘制效果。-Midpoint Bresenham algorithm will be extended to the slope of the straight line
  3. 所属分类:Graph Drawing

    • 发布日期:2017-05-11
    • 文件大小:2437062
    • 提供者:muaju
  1. 1

    0下载:
  2. 使用中点Bresenham算法画出三角形-Use Bresenham draw triangle
  3. 所属分类:File Formats

    • 发布日期:2017-04-10
    • 文件大小:897
    • 提供者:穆木
  1. homework2

    0下载:
  2. 图形学画直线方法,基于VC的直线光栅扫描转换算法实现。分别实现数值微分算法和Bresenham算法。-Graphics drawing a straight line method, based on VC convert raster scan line algorithm. Respectively, to achieve numerical differentiation algorithm and Bresenham algorithm.
  3. 所属分类:GDI-Bitmap

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

    0下载:
  2. 《计算机图形学》 利用bresenham中点算法绘制直线-" Computer Graphics" draw a line using the midpoint algorithm bresenham
  3. 所属分类:Graph Drawing

    • 发布日期:2017-05-26
    • 文件大小:9177406
    • 提供者:米薇
  1. CircleWithGL

    0下载:
  2. 在VC2008下面使用OpenGL实现Bresenham算法画圆和画直线以及椭圆-The VC2008 below Bresenham algorithm using OpenGL, draw a straight line and a circle and oval
  3. 所属分类:2D Graphic

    • 发布日期:2017-04-16
    • 文件大小:227435
    • 提供者:vanlin
  1. drawLine

    0下载:
  2. 直线中点Bresenham 算法:每次在主位移方向上走一步,另一个方向上走不走步取决于中点偏差判别式的值。-Linear midpoint Bresenham algorithm: Each displacement in the direction of the main step, do not go walking in another direction depending on the midpoint of the deviation value of the discriminan
  3. 所属分类:2D Graphic

    • 发布日期:2017-05-27
    • 文件大小:10087841
    • 提供者:郑思文
  1. bresenham

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

    • 发布日期:2017-05-08
    • 文件大小:1961388
    • 提供者:eric
« 1 2 ... 15 16 17 18 19 2021 22 23 24 25 ... 31 »
搜珍网 www.dssz.com