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

搜索资源列表

  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. 所属分类:OpenGL program

    • 发布日期:2017-04-07
    • 文件大小:588
    • 提供者:张凡
  1. OpenGL--MFC

    0下载:
  2. MFC框架,用OpenGL API实现画点,直线和多边形采用Bresenham算法,圆形采用中点圆弧算法实现。-MFC framework using the OpenGL API to draw points, lines and polygons with Bresenham algorithm, and the circular midpoint circle algorithm implementation.
  3. 所属分类:OpenGL program

    • 发布日期:2017-03-29
    • 文件大小:150730
    • 提供者:文思祥
  1. Dshiyannr

    0下载:
  2. 画直线的方法:数值微分法,中点划线法,breseenham划线算法 , -Draw a straight line method: numerical differentiation, the midpoint of line method breseenham crossed algorithm
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-08
    • 文件大小:3516
    • 提供者:chenhebingb
  1. Graphic-Formation-and-transformation

    0下载:
  2. 计算机图形学,用VC++ MFC实现,可实现用DDA、中点、bresenham算法画直线,用中点、正负、bresenhan算法画圆以及画多边形,还可实现图形填充、图形平移、旋转、放大缩小等图形变换功能。-Computer graphics, VC++ MFC achieve, can be realized DDA, the midpoint, bresenham algorithms draw a straight line, with a midpoint, positive and neg
  3. 所属分类:Graph program

    • 发布日期:2017-11-28
    • 文件大小:3309243
    • 提供者:李强
  1. Drawline

    0下载:
  2. 计算机图形学入门,用MFC实现DDA,中点,Bresenham算法画直线-Computer graphics entry, using MFC DDA, the midpoint, Bresenham algorithm for drawing a straight line
  3. 所属分类:Other systems

    • 发布日期:2017-12-05
    • 文件大小:2382609
    • 提供者:郭帏
  1. xu

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

    • 发布日期:2017-11-05
    • 文件大小:1970298
    • 提供者:梅子
  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. bresenham

    0下载:
  2. 将中点Bresenham算法推广到绘制任意斜率的直线段。使用对话框输入直线的起点和终点坐标。-Midpoint Bresenham algorithm will be extended to the slope of the straight line segments drawn arbitrarily using dialog to enter the line start and end coordinates.
  3. 所属分类:Graph Drawing

    • 发布日期:2017-05-11
    • 文件大小:2346569
    • 提供者:muaju
  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. 12

    0下载:
  2. 绘制模式 1 DDA算法画直线 // 2 中点Bresenham算法画直线 // 3 改进Bresenham算法画直线-very good file
  3. 所属分类:OpenGL program

    • 发布日期:2017-04-02
    • 文件大小:2019
    • 提供者:管理员
  1. Fill-Polygon

    0下载:
  2.   实现二维扫描转换多边形的扫描线算法   实现二维连通区域填充的种子填充算法(四连通或八连通)   实现二维直线段裁剪的Cohen-Sutherland裁剪算法和中点分割裁剪算法 -Realization of two-dimensional polygon scan conversion algorithm dimensional scan line connected region filled seed filling algorithm (four or eight con
  3. 所属分类:File Formats

    • 发布日期:2017-04-08
    • 文件大小:193406
    • 提供者:沈亦苏
  1. Draw

    0下载:
  2. 实现了基本的DDA直线、中点直线、Bresenham直线算法,实现中点画圆,能画多边形,能进行递归种子,扫面直线填充,能改变颜色和画笔大小。-DDA to achieve the basic line, the midpoint of a straight line, Bresenham linear algorithm, the midpoint of the circle, to draw a polygon, the seeds can be recursive, linear sweep
  3. 所属分类:Graph Drawing

    • 发布日期:2017-04-24
    • 文件大小:206184
    • 提供者:李泽
  1. openGl-draw-a-straight-line

    0下载:
  2. openGl实现的DDA,中点和Bresenham算法画直线-openGl , DDA, the midpoint Bresenham algorithm and draw a straight line
  3. 所属分类:2D Graphic

    • 发布日期:2017-04-17
    • 文件大小:243257
    • 提供者:季宁
  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. line

    0下载:
  2. 1、编写函数LineDDA(),实现任意斜率直线的扫描转换,算法为DDA算法; 2、编写函数LineBre(),实现斜率任意斜率直线的扫描转换,算法为改进的Bresenhan算法; 3、编写函数LineMidPointBre(),实现任意斜率直线的扫描转换,算法为中点Bresenhan算法。-1, write the function LineDDA (), arbitrary slope of the line scan conversion algorithm to DDA algo
  3. 所属分类:OpenGL program

    • 发布日期:2017-04-12
    • 文件大小:1043
    • 提供者:李宇鹏
  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. OpenGL_Line

    1下载:
  2. 用DDA算法和中点bresenham算法分别实现任意给定两点的直线段的绘制(直线宽度和线型可自定)。-Using DDA and Bresenham to draw a line by giving two points.
  3. 所属分类:OpenGL

    • 发布日期:2017-05-11
    • 文件大小:3105
    • 提供者:xiaoxin
  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. line2

    0下载:
  2. 绘制任意斜率的直线段 设计CLine直线类,其数据成员为直线段的起点坐标P0和终点坐标P1,成员函数为MoveTo()和LineTo()函数。 CLine类的LineTo()函数使用中点Bresenham算法绘制任意斜率k的直线段,包括k=±∞、k>1、0≤k≤1、-1≤k<0和k<-1五种情况。 在屏幕客户区按下鼠标左键选择直线的起点,保持鼠标左键按下并移动鼠标到另一位置,弹起鼠标左键绘制任意斜率的直线段。 在状态栏动态显示鼠标光标移动时的位置坐标。-The slope of
  3. 所属分类:Graph Drawing

    • 发布日期:2017-12-11
    • 文件大小:2333993
    • 提供者:刘新义
« 1 2 ... 4 5 6 7 8 9»
搜珍网 www.dssz.com