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

搜索资源列表

  1. cirdgysf

    0下载:
  2. 递归圆算法,画出以一个圆为圆心的小圆,再围绕小圆画其他小圆-round recursive algorithm to draw a circle to the center of knolls, and the other paintings hanging around knolls
  3. 所属分类:2D图形编程

    • 发布日期:2008-10-13
    • 文件大小:24328
    • 提供者:liucong
  1. midpointcircle-coding

    0下载:
  2. 自己用C语言编写的中点画圆算法,根据用户输入的圆心坐标和半径画出相应的圆形。-own use C language prepared by the midpoint drawcircle algorithm, According to user input center coordinates and radius of the circle corresponding paint.
  3. 所属分类:2D图形编程

    • 发布日期:2008-10-13
    • 文件大小:32232
    • 提供者:ffff
  1. newmorning

    0下载:
  2. 计算机图形学作业,包含很多算法,画线,画圆,填充,裁减
  3. 所属分类:2D图形编程

    • 发布日期:2008-10-13
    • 文件大小:68638
    • 提供者:cyagi
  1. DDAandBresenham

    0下载:
  2. DDA直线生成算法在屏幕上绘制直线和Bresenham圆的生成算法在屏幕上绘制一个圆按一画直线按二画圆
  3. 所属分类:2D图形编程

    • 发布日期:2008-10-13
    • 文件大小:1340
    • 提供者:ma
  1. Bresenham

    1下载:
  2. Bresenham画直线线算法与画圆算法实现
  3. 所属分类:2D图形编程

    • 发布日期:2008-10-13
    • 文件大小:48700
    • 提供者:Kword
  1. 2ddraw

    2下载:
  2. 计算机图形学大作业,一、 调用画点的函数,用DDA、中点算法画直线和中点算法画圆和椭圆。二、多边形扫描转换算法和区域填充算法实现。三、线段裁剪和多边形裁剪算法的动画演示实现。四、交互式的二维直线求交:如果存在交点,用实心圆显示交点,并用文字显示其坐标。五、自行车行走和绕固定点旋转的自旋转物体动画。六、简单三维图形系统:凸多面体的建模、透视投影,隐藏面的消除及基本图形变换(平移、旋转、缩放)。七、交互式Bezier曲线的输入绘制程序实现
  3. 所属分类:2D图形编程

    • 发布日期:2008-10-13
    • 文件大小:106362
    • 提供者:ling
  1. lineAcircle

    0下载:
  2. 贝塞尔画直线和圆,没有使用OPENGL侦中画线的功能,运用的是贝塞尔画线、画圆的算法
  3. 所属分类:2D图形编程

    • 发布日期:2008-10-13
    • 文件大小:124357
    • 提供者:wangsiman
  1. 图形学线圆的实现算法

    0下载:
  2. 这是本人在学习计算机图形学时用C++BUILDER编辑的画图软件,主要用于认识画圆画线的图形学算法的实现-this is my learning to use computer graphics C BUILDER editors drawing software, mainly for understanding Circle line drawing graphics algorithm implementation
  3. 所属分类:2D图形编程

    • 发布日期:2008-10-13
    • 文件大小:595045
    • 提供者:朱磊
  1. 基本画线实现算法

    0下载:
  2. 新建一个C++Builder项目 设置Form1的font为“宋体,小五” 在Form1中添加一个TRadioGroup组件rgDrawWhat供选择画什么图形;添加一个Tbutton组件colorBtn和一个TcolorDialog组件ColorDialog1;添加一个TImage组件Image1。 3、 将当前项目保存在自己实验文件夹的exp1子文件夹中(以防错误操作而前功尽弃)。 编写colorBtn的OnClick事件,激活ColorDialog1,并获取所选择的颜色: if (Col
  3. 所属分类:2D图形编程

    • 发布日期:2008-10-13
    • 文件大小:584157
    • 提供者:朱磊
  1. 图形学

    0下载:
  2. 包含DDA, Bresenham, MidBresenham算法和一个画圆的程序,vc
  3. 所属分类:2D图形编程

  1. draw.rar

    0下载:
  2. Bresenham算法生成直线,中点算法生成直线,DDA算法生成直线,中点画圆,Bresenham画圆,中点画椭圆,画多边形,多边形填充,the detail information is above
  3. 所属分类:2D Graphic

    • 发布日期:2017-04-09
    • 文件大小:1932080
    • 提供者:张伟
  1. CIRCLE

    0下载:
  2. 本程序能很快的画圆,比以往的传统算法有所改进-This procedure can drawcircle quickly than ever before to improve the traditional algorithm
  3. 所属分类:2D Graphic

    • 发布日期:2017-04-02
    • 文件大小:793
    • 提供者:花无缺
  1. sdl_draw_line_arc

    1下载:
  2. SDL中画线,画圆以及填充的算法[出自计算机图形学,潘云鹤主编]-the algorithm of draw line, circle and fill with SDL [from the computer graphics, Pan Yunhe editor]
  3. 所属分类:2D Graphic

    • 发布日期:2015-02-03
    • 文件大小:3200
    • 提供者:lys
  1. tcycle

    0下载:
  2. 自己写的一个画圆程序,由于看不懂网上的那些画圆算法,自己写了一个,用画点的函数画一个圆,很简单,希望对大家有所帮助 -Writing a drawcircle own procedures, because those who can not read online drawcircle algorithm, himself wrote a one-point function with a painting, draw a circle, it is easy, everyone would
  3. 所属分类:2D Graphic

    • 发布日期:2017-05-09
    • 文件大小:1933435
    • 提供者:Michael
  1. Graphics

    0下载:
  2. 基于图形算法的图形,包括Bresenham算法和中点算法画圆以及用它们画直线-Graphic based on graphics algorithms, including the Bresenham algorithm and midpoint algorithms draw a circle and using them to draw a straight line
  3. 所属分类:2D Graphic

    • 发布日期:2017-03-22
    • 文件大小:79503
    • 提供者:arlin
  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. My_Circle

    0下载:
  2. 这是一个利用visual c++6.0实现的建议画圆算法.赶紧下吧..你一定很需要-This is a use of visual c++6.0 circle algorithm to achieve the recommendations. Hurry, are you sure you really need ..
  3. 所属分类:2D Graphic

    • 发布日期:2017-04-09
    • 文件大小:1947586
    • 提供者:kai
  1. 11

    0下载:
  2. 基于matlaB的无序算例和画圆算法,希望对其他人有帮助-This is a program for circyle with matlab.I hope it is useful to others.
  3. 所属分类:2D Graphic

    • 发布日期:2017-11-27
    • 文件大小:1710
    • 提供者:zhang
  1. DrawLine-Circle

    0下载:
  2. OpenGL实现画线、画圆算法,代码可成功运行。-OpenGL implementation of the painting line, circle algorithm, code can be successfully run.
  3. 所属分类:2D Graphic

    • 发布日期:2017-05-29
    • 文件大小:12007684
    • 提供者:sofia
  1. GpDraw

    0下载:
  2. 计算机图形学 DDA算法 bresenham算法 中点画圆算法 bresenham画圆算法 椭圆算法 扫描线算法(Computer graphics DDA algorithm Bresenham algorithm Midpoint circle algorithm Bresenham circle algorithm Ellipse algorithm Scan line algorithm)
  3. 所属分类:2D图形编程

    • 发布日期:2017-12-28
    • 文件大小:1024
    • 提供者:小工瑞
« 12 »
搜珍网 www.dssz.com