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

搜索资源列表

  1. vc

    0下载:
  2. vc++实现DDA算法、Bresenham算法、中点算法,以及直线的拖动和拉伸变换-vc++ achieve DDA algorithm, Bresenham algorithm, the midpoint algorithm, and drag the line and stretching transformation
  3. 所属分类:Special Effects

    • 发布日期:2017-05-15
    • 文件大小:3739746
    • 提供者:刘超
  1. DrawLine

    0下载:
  2. vc直线的绘制,包括DDA算法和Bresenham算法和中点算法。-vc draw the line, including the DDA algorithm and Bresenham algorithm and the midpoint algorithm.
  3. 所属分类:2D Graphic

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

    0下载:
  2. 计算机图形学直线中点的Bresenham算法代码-Computer Graphics Bresenham midpoint line algorithm code
  3. 所属分类:Graph program

    • 发布日期:2017-05-10
    • 文件大小:2101276
    • 提供者:小晓
  1. circleBresenhamLine

    0下载:
  2. WINAPI写的 画图小程序,用Bresenham算法画直线,中点算法画圆,-WINAPI small program written in paint, with the Bresenham algorithm for drawing a straight line, the midpoint algorithm Circle,
  3. 所属分类:Graph program

    • 发布日期:2017-05-06
    • 文件大小:1394341
    • 提供者:里小号
  1. midzhongdiansuanfa

    0下载:
  2. 计算机图形学,c语言完整代码,直线绘图中的中点算法-Computer graphics, c language complete code, the midpoint line drawing algorithm
  3. 所属分类:Graph program

    • 发布日期:2017-04-11
    • 文件大小:670
    • 提供者:sherryyang
  1. zycgline

    0下载:
  2. 用MFC将窗体分割,画直角坐标系。通过控制台实现直线的Bline、DDA算法和圆的中点算法-MFC will be split with the form, draw a Cartesian coordinate system. Achieved through the console line Bline, DDA algorithm and the midpoint circle algorithm
  3. 所属分类:Special Effects

    • 发布日期:2017-04-17
    • 文件大小:45620
    • 提供者:朱勇
  1. graph_drawing

    0下载:
  2. 二维图形的绘画。用DDA算法、中点算法、Bresenham算法实现直线段的绘制;用正负法和Bresenham算法实现圆的绘制。-Two-dimensional graph drawing. With the DDA algorithm, the midpoint algorithm, Bresenham straight line drawing algorithm with positive and negative law and Bresenham algorithm to draw a
  3. 所属分类:OpenGL program

    • 发布日期:2017-05-08
    • 文件大小:1953817
    • 提供者:陈博灿
  1. lab

    0下载:
  2. 用MFC写的实现直线(DDA算法,中点算法和Bresenham算法)、圆(八分画圆)。-Line with the implementation of MFC write (DDA algorithm, Bresenham midpoint algorithm and the algorithm), round (eighth of the circle.)
  3. 所属分类:Special Effects

    • 发布日期:2017-04-10
    • 文件大小:1920640
    • 提供者:Jim
  1. lab

    0下载:
  2. 用MFC实现的直线(DDA算法、中点算法和Bresenham算法)、圆(八分画圆)、椭圆(四分画椭圆)。-Line with the MFC implementation (DDA algorithm, Bresenham midpoint algorithm and the algorithm), round (eighth circle), elliptic (oval four paintings).
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-07
    • 文件大小:1957998
    • 提供者:Jim
  1. graphics

    0下载:
  2. 一个计算机图形学的vc++程序示例.调用画点的函数,用DDA、中点算法画直线和中点算法画圆和椭圆 多边形扫描转换算法和区域填充算法实现-A computer graphics vc++ program examples. Call draw point function with DDA, the midpoint algorithm and the midpoint algorithm to draw lines circle and ellipse polygon scan convers
  3. 所属分类:2D Graphic

    • 发布日期:2017-03-24
    • 文件大小:126741
    • 提供者:Jack
  1. 1012071014

    0下载:
  2. DDA算法,中点算法,Bresenham算法生成直线,进行区域填充-DDA algorithm, the midpoint algorithm, Bresenham algorithm to generate a straight line, the area filling
  3. 所属分类:Algorithm

    • 发布日期:2017-05-07
    • 文件大小:1976412
    • 提供者:penglian
  1. GraphicsE

    0下载:
  2. 图形学 一些算法的实现 直线、圆、椭圆 中点偏差算法 barsky、编码法直线裁剪算法的实现 Bezier曲线 mfc编程-Some graphics algorithm for straight line, circle, ellipse midpoint deviation algorithm barsky, coding algorithms achieve linear Bezier curve cutting mfc programming
  3. 所属分类:Graph Drawing

    • 发布日期:2017-05-15
    • 文件大小:3740475
    • 提供者:Earl
  1. line

    0下载:
  2. bresenham 直线中点bresenham算法-bresenham line
  3. 所属分类:Special Effects

    • 发布日期:2017-04-01
    • 文件大小:2946
    • 提供者:celina
  1. jisunjituxingxue

    0下载:
  2. 利用计算机编程语言绘制图形,主要实现以下内容: (1)、中点算法生成任意斜率直线,并设置线型线宽。 (2)、中点算法生成圆 (3)、中点算法生成椭圆 (4)、扫描算法实现任意多边形填充 (5)、Cohen_Sutherland裁剪 (6)、自由曲线与曲面的绘制 (7)、二维图形变换 (8)、三视图变换 -Draw graphics using computer programming languages, mainly to achieve the follo
  3. 所属分类:Graph Drawing

    • 发布日期:2017-04-04
    • 文件大小:240005
    • 提供者:zoeondine
  1. Computer-Graphics

    0下载:
  2. 计算机图形学43个案例,包括直线中点Bresenham算法-Computer Graphics 43 examples,such as Bresenham algorithm
  3. 所属分类:Graph Drawing

    • 发布日期:2017-06-20
    • 文件大小:31609856
    • 提供者:lee
  1. Bresenham-line-algorithm

    0下载:
  2. 直线中点Bresenham 算法,输入起点坐标和终点坐标,即可画出直线-Mid-point of Bresenham line algorithm, the input point coordinates and end coordinates, then draw a straight line
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-05-10
    • 文件大小:2322754
    • 提供者:徐新
  1. graphics

    0下载:
  2. 1)给出系统框架。 2)调用画点的函数,分别用DDA、中点Bresenham算法和改进Bresenham算法绘制直线和中点算法绘制直线、用不同的算法绘制圆和椭圆 ,并各自比较算法精度与效率的差别 。 3)实现二维图形的变换。(包括平移,放缩,旋转,错切以及复合变换) 4)运用所学的区域填充算法实现区域填充。 5)运用所学算法实现线段裁剪以及多边形裁剪(多边形裁剪为可选)。 6)自己实现其它附加以及需要完善的功能。 -1) give system framework.
  3. 所属分类:Console

    • 发布日期:2017-04-03
    • 文件大小:327158
    • 提供者:元宝
  1. Bresenham-MaA

    0下载:
  2. 直线Bresenham算法的基本原理是采取对整型参量的符号进行检测,整型参量的值正比于两像素与实际线段之间的偏移。直线的中点Bresenham算法是依据下一个点可能出现的两个点的中间点处在直线的位置来判断下一个点的取舍。-The basic principle of Bresenham line algorithm is to take the sign of the integer parameter testing, integer values ​ ​ of param
  3. 所属分类:Special Effects

    • 发布日期:2017-04-16
    • 文件大小:241850
    • 提供者:tianchong
  1. Bresenham

    0下载:
  2. Bresenham直线生成算法和中点圆圆弧生成算法-Bresenham line generation algorithm and the midpoint of the arc circle generation algorithm
  3. 所属分类:OpenGL program

    • 发布日期:2017-05-13
    • 文件大小:3503778
    • 提供者:sanbudeyu
  1. 11

    0下载:
  2. 直线和三角形光栅化算法:一、 实验原理 (1)直线光栅化:中点算法 (2)三角形光栅化:增量算法:寻找三顶点的包围矩形,只对该矩形内的候选像素执行循环。计算重心坐标,确定直线。 -A straight line and triangle rasterization algorithm: First, the experimental principle (1) line rasterization: the midpoint algorithm (2) triangle
  3. 所属分类:OpenGL program

    • 发布日期:2017-03-29
    • 文件大小:10490
    • 提供者:吴起
« 1 2 3 45 6 7 8 9 »
搜珍网 www.dssz.com