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

搜索资源列表

  1. 12

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

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

    0下载:
  2. 计算机图形学简单的二维动画演示,用中点圆算法画圆弧,用圆的八分对称作出圆。并且做出二维动画-Simple two-dimensional computer graphics animation, using the midpoint algorithm for drawing a circle arc, made symmetrical with the eighth round circle. And make a two-dimensional animation
  3. 所属分类:2D Graphic

    • 发布日期:2017-05-17
    • 文件大小:4382664
    • 提供者:蒋林
  1. Bresenham

    0下载:
  2. 简单计算机图形学算法,通过直线中点Bresenham算法,绘制直线。- Simple computer graphics algorithms, Bresenham line passing through the midpoint algorithm, draw a straight line.
  3. 所属分类:Graph Drawing

    • 发布日期:2017-05-11
    • 文件大小:2339277
    • 提供者:Elaine
  1. CGWithVC02

    0下载:
  2. 在MFC界面中实现圆的中点生成算法,Bresenham生成算法,中点生成算法 -Midpoint circle realize MFC interface generation algorithm, Bresenham generation algorithm, the midpoint of the generation algorithm
  3. 所属分类:Graph program

    • 发布日期:2017-05-11
    • 文件大小:2436660
    • 提供者:张磊
  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. hough

    0下载:
  2. 采用的是基于弦中点的hough变换椭圆检测算法,大家可以在百度上搜这篇论文,由于不是用的标准hough变换的算法,所以运行速度还不错-Used is based on the midpoint of the chord hough transform ellipse detection algorithm, we can search on Baidu paper, because the algorithm is not used in standard hough transform, so
  3. 所属分类:Special Effects

    • 发布日期:2017-04-10
    • 文件大小:1220
    • 提供者:linyu
  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

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

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

    0下载:
  2. 计算机图形学-圆中点Bresenham算法(图形界面)-Bresenham circle
  3. 所属分类:OpenGL program

    • 发布日期:2017-05-11
    • 文件大小:2494156
    • 提供者:陈惠丽
  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. linear-cutting

    0下载:
  2. 中点分割直线裁剪算法是计算机图形学中的一个重要技术-Midpoint line clipping algorithm segmentation is an important technology of computer graphics
  3. 所属分类:2D Graphic

    • 发布日期:2017-04-29
    • 文件大小:258525
    • 提供者:赵永
  1. certen-point-draw-circle

    0下载:
  2. 通过中点圆算法画出圆,有兴趣的可以下载使用- By the midpoint circle algorithm to draw circles, we are interested can download
  3. 所属分类:Special Effects

    • 发布日期:2017-05-25
    • 文件大小:8040300
    • 提供者:XuZeyong
  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. Ellipse-midpoint-algorithm

    0下载:
  2. 计算机图形学中基于mfc的OpenGl实现的圆弧中点扫描算法绘制椭圆,半径可以自己设置,附有可执行文件。-Computer graphics based on the OpenGl MFC implementation of the arc midpoint scanning algorithm to draw the ellipse, the radius can be their own settings, with the executable file.
  3. 所属分类:Graph Drawing

    • 发布日期:2017-05-13
    • 文件大小:2813198
    • 提供者:蔡颖
  1. Circle-midpoint-algorithm

    0下载:
  2. 计算机图形学中基于MFC的OpenGL实现的圆弧中点扫描算法绘制圆形,半径可以自己设置,附有可执行文件。-Computer graphics based on the OpenGL MFC realization of the circular arc midpoint scanning algorithm to draw the circle, the radius can be their own settings, with the executable file.
  3. 所属分类:Graph Drawing

    • 发布日期:2017-05-14
    • 文件大小:3183815
    • 提供者:蔡颖
  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. 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. 直线中点Bresenham算法,三种算法实现画直线,课后的案例示范。-Linear midpoint Bresenham algorithm, three algorithms to achieve a straight line, after school case demonstration.
  3. 所属分类:Picture Viewer

    • 发布日期:2017-05-05
    • 文件大小:183394
    • 提供者:黄吉花
  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 ... 6 7 8 9 10 1112 »
搜珍网 www.dssz.com