CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 搜索资源 - bresenham画圆

搜索资源列表

  1. tuxing

    2下载:
  2. 图形学实验,用opengl画圆,实现中点Bresenham算法画直线,实现改进Bresenham算法画直线码,实现具有宽度的图形(线刷子或方刷子)-Graphics experiment, using opengl draw a circle to achieve the midpoint of Bresenham algorithm for drawing a straight line, to achieve improved Bresenham algorithm for drawing
  3. 所属分类:Graph program

    • 发布日期:2017-04-01
    • 文件大小:2742
    • 提供者:吴心
  1. Desktop

    0下载:
  2. 在turboc上实现中点bresenham算法画直线,改进中点bresenham算法画直线,DDA算法画直线,画圆,画椭圆。-TurboC achieved in the mid-point Bresenham algorithm for drawing a straight line, improving the mid-point Bresenham algorithm for drawing a straight line, DDA algorithm for drawing a stra
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-30
    • 文件大小:2523
    • 提供者:马兴明
  1. CG1

    0下载:
  2. 一个opengl下的图形学实验,展示了DDA算法画直线、中点Bresenham算法画直线、改进Bresenham算法画直线、八分法绘制圆等算法的c语言实现,结果采用每秒逐点画出,清晰明了-Opengl graphics under an experiment to demonstrate the DDA algorithm for drawing a straight line, the mid-point Bresenham algorithm for drawing a straight l
  3. 所属分类:OpenGL program

    • 发布日期:2017-05-13
    • 文件大小:2163818
    • 提供者:林思哲
  1. roughdraw

    0下载:
  2. 本程序为关于画线的算法:DDA(数值微分)法、中点画线算法、Bresenham算法中点画圆算法。可以画出相应的图线。-This procedure to draw the line about algorithms: DDA (Numerical Differentiation) Act, in stipple line algorithm, Bresenham midpoint circle algorithm algorithm. Can draw the corresponding dia
  3. 所属分类:Special Effects

    • 发布日期:2017-04-02
    • 文件大小:4542
    • 提供者:李岩
  1. txx

    0下载:
  2. 1) 直线的生成 内容:用Bresenham算法画直线 要求:  将象素网格表现出来,建立网格坐标系  用橡皮筋的形式输入参数  鼠标移动时,显示鼠标当前位置  显示判别式的计算过程和下一点的选择策略  记录生成点的坐标,建议用表的形式  图形生成过程可以重复进行 2) 圆弧的生成 内容:用Bresenham算法画圆 要求:  将象素网
  3. 所属分类:Graph Drawing

    • 发布日期:2017-04-08
    • 文件大小:26187
    • 提供者:张郎
  1. yuan

    0下载:
  2. 利用bresenham八分法画圆,以C++的形式来实现-Draw a circle using bresenham eight law to the form of C++ to achieve
  3. 所属分类:2D Graphic

    • 发布日期:2017-04-10
    • 文件大小:1933317
    • 提供者:少帅
  1. circle

    0下载:
  2. MFC编写的Bresenham二维画圆,自己上计算机图形学课编的,很好用-MFC prepared by two-dimensional Bresenham Circle, they themselves are compiled by computer graphics class, very good use
  3. 所属分类:Graph Drawing

    • 发布日期:2017-05-07
    • 文件大小:1942917
    • 提供者:xiongbei
  1. MidBresenhamLine

    0下载:
  2. 中点 Bresenham 算法绘制0<<k<<1直线 C语言 调试成功 Bresenham 算法画圆 调试成功-Bresenham algorithm for drawing
  3. 所属分类:Graph Drawing

    • 发布日期:2017-03-28
    • 文件大小:612
    • 提供者:杨凡
  1. drawline_and_circle

    0下载:
  2. 介绍两种画直线的算法DDA画线和Bresenham算法以及旋转画圆的算法-Describes two kinds of drawing a straight line algorithms DDA and Bresenham algorithm for drawing lines, as well as rotating Circle Algorithm
  3. 所属分类:2D Graphic

    • 发布日期:2017-04-03
    • 文件大小:6447
    • 提供者:ljj
  1. CenterandBresenham

    0下载:
  2. 在Delphi环境下运用计算机图形学上的中心点画圆和Bresenham算法实现画圆。-In the Delphi environment, the use of computer graphics on the center draw a circle and draw a circle Bresenham algorithm.
  3. 所属分类:Delphi VCL

    • 发布日期:2017-03-29
    • 文件大小:177891
    • 提供者:小路
  1. Bresenhamyuan

    0下载:
  2. 该程序基于VC开发,用Bresenham法画圆,把分法对称画圆!-The program is based on VC development, draw a circle with the Bresenham method, sub-France symmetry Circle!
  3. 所属分类:Graph program

    • 发布日期:2017-05-10
    • 文件大小:2344883
    • 提供者:crtdzd
  1. liuchunhui2

    0下载:
  2. 计算机图形学课程作业。直线DDA、Bresenham算法,画圆Bresenham、中心算法。-Course work in computer graphics. Linear DDA, Bresenham algorithm, round Bresenham, center algorithm.
  3. 所属分类:Graph Drawing

    • 发布日期:2017-06-09
    • 文件大小:16302044
    • 提供者:guigui
  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. 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. lab

    0下载:
  2. DDA、Bresenham画直线及画圆、多边形; 边缘填充算法和种子填充算法。-DDA, Bresenham drawing a straight line and circular, polygonal edge of the filling algorithm and seed fill algorithm.
  3. 所属分类:2D Graphic

    • 发布日期:2017-04-10
    • 文件大小:2033879
    • 提供者:刘畅
  1. circle

    0下载:
  2. 实现一个画圆程序(利用Bresenham算法绘制); 以下内容任选一个 1、 设计并实现一种填充算法对圆内部进行填充。 opengl -Procedures to implement a circle (using Bresenham algorithm for drawing) the following choice of a 1, was designed and implemented within a circle filling algorithm to fill.
  3. 所属分类:Graph Drawing

    • 发布日期:2017-05-08
    • 文件大小:1937829
    • 提供者:东荒冷羽
  1. jmjhb

    0下载:
  2. 用中点画圆算法或者Bresenham算法画圆 -Bresenham midpoint circle algorithm or the use of circle algorithm
  3. 所属分类:Graph Drawing

    • 发布日期:2017-04-02
    • 文件大小:105428
    • 提供者:陈列
  1. ss

    0下载:
  2. bresenham 算法 画圆 画直线 线性填充- a vc++ program
  3. 所属分类:Graph Drawing

    • 发布日期:2017-05-15
    • 文件大小:3696638
    • 提供者:贺宁
  1. Computer-Graphic-Algorithm

    0下载:
  2. 计算机图形学相关算法实现,如DDA算法,中点画线算法、Bresenham画线(画圆)算法等-Computer graphics-related algorithms, such as the DDA algorithm, the dotted line algorithm, Bresenham line drawing (circle) algorithm
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-06-01
    • 文件大小:14020638
    • 提供者:刘洋
« 1 2 3 4 5 67 8 9 »
搜珍网 www.dssz.com